Report: Add 2n-skx NAT44
[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         - 28  # rls2009 NDRPDR iter env 5
207         - 29  # rls2009 NDRPDR iter env 5
208
209     plot-vpp-hdrh-lat-3n-skx:
210       csit-vpp-perf-report-iterative-2009-3n-skx:
211         - 27  # rls2009 NDRPDR iter env 5
212
213 #    plot-vpp-nfv-3n-skx-ndrpdr:
214 #      # TODO: Replace:
215 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
216 #      csit-vpp-perf-report-iterative-2005-3n-skx:
217 #        - 4   # NDRPDR sel
218 #        - 5   # NDRPDR sel ??? all x710 failed
219 #        - 33  # NDRPDR sel
220 #        - 28  # NDRPDR sel
221 #        - 34  # NDRPDR sel
222
223 #    plot-vpp-nfv-3n-skx-mrr:
224 #      # TODO: Replace:
225 #      # csit-vpp-perf-report-iterative-2009-3n-skx:
226 #      csit-vpp-perf-report-iterative-2005-3n-skx:
227 #        - 49  # MRR sel env 4
228
229     plot-dpdk-throughput-latency-3n-skx:
230       csit-dpdk-perf-report-iterative-2009-3n-skx:
231         - 4   # NDRPDR sel env5
232         - 5   # NDRPDR sel env5
233         - 6   # NDRPDR sel env5
234         - 7   # NDRPDR sel env5
235         - 8   # NDRPDR sel env5
236         - 9   # NDRPDR sel env5
237         - 14  # NDRPDR sel env5
238         - 11  # NDRPDR sel env5
239         - 12  # NDRPDR sel env5
240         - 13  # NDRPDR sel env5
241
242     plot-dpdk-hdrh-lat-3n-skx:
243       csit-dpdk-perf-report-iterative-2009-3n-skx:
244         - 4   # NDRPDR sel env5
245
246     # 2n-skx
247
248     plot-vpp-throughput-lat-tsa-2n-skx:
249       # TODO: Add:
250       csit-vpp-perf-report-iterative-2009-2n-skx:
251         - 35  # rls2009 NDRPDR iter env 5
252         - 36  # rls2009 NDRPDR iter env 5
253         - 37  # rls2009 NDRPDR iter env 5
254         - 39  # rls2009 NDRPDR iter env 5
255         - 40  # rls2009 NDRPDR iter env 5
256         - 42  # rls2009 NDRPDR iter env 5
257         - 44  # rls2009 NDRPDR iter env 5
258         - 48  # rls2009 NDRPDR iter env 5
259         - 54  # rls2009 NDRPDR iter NAT44 env 5
260
261     plot-vpp-hdrh-lat-2n-skx:
262       csit-vpp-perf-report-iterative-2009-2n-skx:
263         - 35  # rls2009 NDRPDR iter env 5
264
265     plot-vpp-soak-2n-skx:
266       csit-vpp-perf-report-iterative-2009-2n-skx:
267         - 33  # rls2009 soak env 5
268         - 34  # rls2009 soak env 5
269
270     plot-vpp-nfv-2n-skx-ndrpdr:
271       # TODO: Add:
272       csit-vpp-perf-report-iterative-2009-2n-skx:
273         - 38  # rls2009 nf-density iter env 5
274         - 41  # rls2009 nf-density iter env 5
275         - 45  # rls2009 nf-density iter env 5
276         - 47  # rls2009 nf-density iter env 5
277         - 49  # rls2009 nf-density iter env 5
278
279     plot-vpp-nfv-2n-skx-mrr:
280       csit-vpp-perf-report-iterative-2009-2n-skx:
281         - 50  # rls2009 MRR nf-density iter env 5
282
283     plot-vpp-nfv-reconf-2n-skx:
284       # TODO: Add:
285       csit-vpp-perf-report-iterative-2009-2n-skx:
286         - 27  # rls2009 reconf env 5
287         - 28  # rls2009 reconf env 5
288         - 29  # rls2009 reconf env 5
289         - 30  # rls2009 reconf env 5
290         - 31  # rls2009 reconf env 5
291         - 32  # rls2009 reconf env 5
292
293     plot-dpdk-throughput-latency-2n-skx:
294       csit-dpdk-perf-report-iterative-2009-2n-skx:
295         - 4   # NDRPDR iter env5
296         - 5   # NDRPDR iter env5
297         - 6   # NDRPDR iter env5
298         - 7   # NDRPDR iter env5
299         - 8   # NDRPDR iter env5
300         - 9   # NDRPDR iter env5
301         - 10  # NDRPDR iter env5
302         - 11  # NDRPDR iter env5
303         - 12  # NDRPDR iter env5
304         - 13  # NDRPDR iter env5
305
306     plot-dpdk-hdrh-lat-2n-skx:
307       csit-dpdk-perf-report-iterative-2009-2n-skx:
308         - 4   # NDRPDR iter env5
309
310     # 2n-clx
311
312     plot-vpp-throughput-lat-tsa-2n-clx:
313       # TODO: Add:
314       csit-vpp-perf-report-iterative-2009-2n-clx:
315         - 36  # rls2009 NDRPDR iter env 5
316         - 38  # rls2009 NDRPDR iter env 5
317         - 40  # rls2009 NDRPDR iter env 5
318         - 41  # rls2009 NDRPDR iter env 5
319
320     plot-vpp-hdrh-lat-2n-clx:
321       csit-vpp-perf-report-iterative-2009-2n-clx:
322         - 36  # rls2009 NDRPDR iter env 5
323
324     plot-vpp-nfv-2n-clx-ndrpdr:
325       # TODO: Add:
326       csit-vpp-perf-report-iterative-2009-2n-clx:
327         - 37  # rls2009 nf-density iter env 5
328         - 43  # rls2009 nf-density iter env 5
329
330     plot-vpp-nfv-2n-clx-mrr:
331       # TODO: Replace:
332       # csit-vpp-perf-report-iterative-2009-2n-clx:
333       csit-vpp-perf-report-iterative-2005-2n-clx:
334         - 96  # MRR
335
336     plot-vpp-nfv-reconf-2n-clx:
337       # TODO: Add:
338       csit-vpp-perf-report-iterative-2009-2n-clx:
339         - 25  # rls2009 reconf env 5
340         - 27  # rls2009 reconf env 5
341         - 28  # rls2009 reconf env 5
342         - 29  # rls2009 reconf env 5
343         - 30  # rls2009 reconf env 5
344         - 30  # rls2009 reconf env 5
345         - 32  # rls2009 reconf env 5
346
347     plot-vpp-soak-2n-clx:
348       csit-vpp-perf-report-iterative-2009-2n-clx:
349         - 33  # rls2009 soak env 5
350         - 34  # rls2009 soak env 5
351
352     plot-dpdk-throughput-latency-2n-clx:
353       csit-dpdk-perf-report-iterative-2009-2n-clx:
354         - 4   # NDRPDR iter env5
355         - 5   # NDRPDR iter env5
356         - 6   # NDRPDR iter env5
357         - 7   # NDRPDR iter env5
358         - 8   # NDRPDR iter env5
359         - 9   # NDRPDR iter env5
360         - 10  # NDRPDR iter env5
361         - 11  # NDRPDR iter env5
362         - 12  # NDRPDR iter env5
363         - 13  # NDRPDR iter env5
364
365     plot-dpdk-hdrh-lat-2n-clx:
366       csit-dpdk-perf-report-iterative-2009-2n-clx:
367         - 4   # NDRPDR iter env5
368
369     # 3n-tsh
370
371     plot-vpp-throughput-lat-tsa-3n-tsh:
372       # TODO: Add:
373       csit-vpp-perf-report-iterative-2009-3n-tsh:
374         - 14  # rls2009 NDRPDR iter env 5
375
376     plot-vpp-hdrh-lat-3n-tsh:
377       csit-vpp-perf-report-iterative-2009-3n-tsh:
378         - 14  # rls2009 NDRPDR iter env 5
379
380     plot-dpdk-throughput-latency-3n-tsh:
381       # TODO: Add:
382       csit-dpdk-perf-report-iterative-2009-3n-tsh:
383         - 1   # NDRPDR iter env5
384         - 2   # NDRPDR iter env5
385         - 3   # NDRPDR iter env5
386         - 4   # NDRPDR iter env5
387         - 5   # NDRPDR iter env5
388         - 6   # NDRPDR iter env5
389         - 7   # NDRPDR iter env5
390         - 9   # NDRPDR iter env5
391         - 10  # NDRPDR iter env5
392
393     plot-dpdk-hdrh-lat-3n-tsh:
394       csit-dpdk-perf-report-iterative-2009-3n-tsh:
395         - 1   # NDRPDR iter env5
396
397     # 3n-dnv
398
399     plot-vpp-throughput-lat-tsa-3n-dnv:
400       # TODO: Add:
401       csit-vpp-perf-report-iterative-2009-3n-dnv:
402         - 3   # rls2009 NDRPDR iter env 5
403         - 6   # rls2009 NDRPDR iter env 5
404         - 7   # rls2009 NDRPDR iter env 5
405         - 8   # rls2009 NDRPDR iter env 5
406         - 10  # rls2009 NDRPDR iter env 5
407         - 11  # rls2009 NDRPDR iter env 5
408         - 12  # rls2009 NDRPDR iter env 5
409
410     plot-dpdk-throughput-latency-3n-dnv:
411       # TODO: Replace:
412       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
413       csit-dpdk-perf-report-iterative-2005-3n-dnv:
414         - 6   # NDRPDR sel
415         - 7   # NDRPDR sel
416         - 8   # NDRPDR sel
417         - 9   # NDRPDR sel
418         - 10  # NDRPDR sel
419         - 11  # NDRPDR sel
420         - 12  # NDRPDR sel
421         - 13  # NDRPDR sel
422         - 14  # NDRPDR sel
423         - 16  # NDRPDR sel
424
425     # 2n-dnv
426
427     plot-vpp-throughput-lat-tsa-2n-dnv:
428       # TODO: Add:
429       csit-vpp-perf-report-iterative-2009-2n-dnv:
430         - 3   # rls2009 NDRPDR iter env 5
431         - 5   # rls2009 NDRPDR iter env 5
432         - 6   # rls2009 NDRPDR iter env 5
433         - 7   # rls2009 NDRPDR iter env 5
434         - 9   # rls2009 NDRPDR iter env 5
435         - 10  # rls2009 NDRPDR iter env 5
436         - 11  # rls2009 NDRPDR iter env 5
437         - 12  # rls2009 NDRPDR iter env 5
438         - 14  # rls2009 NDRPDR iter env 5
439         - 15  # rls2009 NDRPDR iter env 5
440
441     plot-dpdk-throughput-latency-2n-dnv:
442       # TODO: Replace:
443       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
444       csit-dpdk-perf-report-iterative-2005-2n-dnv:
445         - 8   # NDRPDR sel
446         - 9   # NDRPDR sel
447         - 10  # NDRPDR sel
448         - 11  # NDRPDR sel
449         - 12  # NDRPDR sel
450         - 13  # NDRPDR sel
451         - 14  # NDRPDR sel
452         - 15  # NDRPDR sel
453         - 16  # NDRPDR sel
454         - 17  # NDRPDR sel
455
456     ###########################################################################
457     # Simple tables (only one data set):
458
459     # NIC Comparisons
460
461     vpp-nic-comparison-3n-skx:
462       # TODO: Add:
463       csit-vpp-perf-report-iterative-2009-3n-skx:
464         - 27  # rls2009 NDRPDR iter env 5
465         - 28  # rls2009 NDRPDR iter env 5
466         - 29  # rls2009 NDRPDR iter env 5
467
468     vpp-nic-comparison-2n-skx:
469       # TODO: Add:
470       csit-vpp-perf-report-iterative-2009-2n-skx:
471         - 35  # rls2009 NDRPDR iter env 5
472         - 36  # rls2009 NDRPDR iter env 5
473         - 37  # rls2009 NDRPDR iter env 5
474         - 39  # rls2009 NDRPDR iter env 5
475         - 40  # rls2009 NDRPDR iter env 5
476         - 42  # rls2009 NDRPDR iter env 5
477         - 44  # rls2009 NDRPDR iter env 5
478         - 48  # rls2009 NDRPDR iter env 5
479         - 54  # rls2009 NDRPDR iter NAT44 env 5
480
481     vpp-nic-comparison-3n-skx-mrr:
482       csit-vpp-perf-report-iterative-2009-3n-skx:
483         - 24  # rls2009 MRR iter env 5
484
485     vpp-nic-comparison-2n-skx-mrr:
486       csit-vpp-perf-report-iterative-2009-2n-skx:
487         - 26  # rls2009 MRR iter env 5
488
489     # Results
490
491     vpp-perf-results-3n-hsw:
492       # TODO: Add:
493       csit-vpp-perf-report-coverage-2009-3n-hsw:
494         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
495         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
496         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
497         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
498         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
499         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
500         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
501         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
502         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
503         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
504         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
505         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
506         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
507         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
508         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
509         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
510         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
511         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
512         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
513         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
514         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
515         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
516         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
517         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
518         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
519         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
520         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
521
522     vpp-perf-results-3n-skx:
523       # TODO: Replace:
524       csit-vpp-perf-report-coverage-2009-3n-skx:
525         - 1   # RC2 env5 3n-skx-ip4-00
526
527     vpp-perf-results-2n-skx:
528       # TODO: Replace:
529       csit-vpp-perf-report-coverage-2009-2n-skx:
530         - 7   # RC2 env5 2n-skx-ip4-00
531
532     vpp-perf-results-2n-clx:
533       # TODO: Replace:
534       csit-vpp-perf-report-coverage-2009-2n-clx:
535         - 1   # RC2 env5 2n-clx-ip4-00
536
537     vpp-perf-results-3n-tsh:
538       # TODO: Add:
539       csit-vpp-perf-report-coverage-2009-3n-tsh:
540         - 1   # 3n-tsh-ip4-00
541
542     vpp-perf-results-3n-dnv:
543       # TODO: Replace:
544       # csit-vpp-perf-report-coverage-2009-3n-dnv:
545       csit-vpp-perf-report-coverage-2005-3n-dnv:
546         - 1   # perf-full-3n-dnv-crypto_I
547         - 24  # perf-full-3n-dnv-crypto_II
548         - 5   # perf-full-3n-dnv-ip4_I
549         - 13  # perf-full-3n-dnv-ip4_II
550         - 17  # perf-full-3n-dnv-ip6_I
551         - 18  # perf-full-3n-dnv-ip6_II
552         - 21  # perf-full-3n-dnv-l2_I
553         - 22  # perf-full-3n-dnv-l2_II
554         - 23  # perf-full-3n-dnv-ip4-tunnels_I
555
556     vpp-perf-results-2n-dnv:
557       # TODO: Add:
558       csit-vpp-perf-report-coverage-2009-2n-dnv:
559         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
560         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
561
562     vpp-mrr-results-3n-hsw:
563       csit-vpp-perf-report-iterative-2009-3n-hsw:
564         - 23  # rls2009 MRR iter env 5
565
566     vpp-mrr-results-3n-skx:
567       csit-vpp-perf-report-iterative-2009-3n-skx:
568         - 24  # rls2009 MRR iter env 5
569
570     vpp-mrr-results-2n-skx:
571       csit-vpp-perf-report-iterative-2009-2n-skx:
572         - 26  # rls2009 MRR iter env 5
573
574     vpp-mrr-results-2n-clx:
575       csit-vpp-perf-report-iterative-2009-2n-clx:
576         - 35  # rls2009 MRR iter env 5
577
578     vpp-mrr-results-3n-tsh:
579       # TODO: Replace:
580       # csit-vpp-perf-report-iterative-2009-3n-tsh:
581       csit-vpp-perf-report-iterative-2005-3n-tsh:
582         - 27  # MRR sel env 4
583
584     vpp-mrr-results-3n-dnv:
585       # TODO: Replace:
586       # csit-vpp-perf-report-iterative-2009-3n-dnv:
587       csit-vpp-perf-report-iterative-2005-3n-dnv:
588         - 8   # MRR
589
590     vpp-mrr-results-2n-dnv:
591       csit-vpp-perf-report-iterative-2009-2n-dnv:
592         - 13  # rls2009 MRR iter env 5
593
594     vpp-device-results-ubuntu:
595       csit-vpp-device-2009-ubuntu1804-1n-skx:
596         - 131 # rls2009 env 5
597
598     dpdk-perf-results-3n-hsw:
599       csit-dpdk-perf-report-iterative-2009-3n-hsw:
600         - 6   # NDRPDR iter env5
601
602     dpdk-perf-results-3n-skx:
603       csit-dpdk-perf-report-iterative-2009-3n-skx:
604         - 4   # NDRPDR sel env5
605
606     dpdk-perf-results-2n-skx:
607       csit-dpdk-perf-report-iterative-2009-2n-skx:
608         - 4   # NDRPDR iter env5
609
610     dpdk-perf-results-2n-clx:
611       csit-dpdk-perf-report-iterative-2009-2n-clx:
612         - 4   # NDRPDR iter env5
613
614     dpdk-perf-results-2n-dnv:
615       # TODO: Replace:
616       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
617       csit-dpdk-perf-report-iterative-2005-2n-dnv:
618         - 8   # NDRPDR sel
619
620     dpdk-perf-results-3n-dnv:
621       # TODO: Replace:
622       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
623       csit-dpdk-perf-report-iterative-2005-3n-dnv:
624         - 6   # NDRPDR sel
625
626     dpdk-perf-results-3n-tsh:
627       csit-dpdk-perf-report-iterative-2009-3n-tsh:
628         - 1   # NDRPDR iter env5
629
630 ###########################################################################
631     # Tables (more than one data set)
632
633     # Performance changes
634
635     vpp-performance-changes-3n-hsw-h1:
636       csit-vpp-perf-report-iterative-2005-3n-hsw:
637         - 31  # NDRPDR sel 2001.0-4
638         - 32  # NDRPDR sel 2001.0-4
639         - 33  # NDRPDR sel 2001.0-4
640         - 34  # NDRPDR sel 2001.0-4
641         - 35  # NDRPDR sel 2001.0-4
642         - 36  # NDRPDR sel 2001.0-4
643         - 38  # NDRPDR sel 2001.0-4
644     vpp-performance-changes-3n-hsw-ref-env4:
645       csit-vpp-perf-report-iterative-2005-3n-hsw:
646         - 20  # NDRPDR sel env 4
647         - 21  # NDRPDR sel env 4
648         - 22  # NDRPDR sel env 4
649         - 23  # NDRPDR sel env 4
650         - 24  # NDRPDR sel env 4
651         - 25  # NDRPDR sel env 4
652         - 26  # NDRPDR sel env 4
653         - 27  # NDRPDR sel env 4
654         - 28  # NDRPDR sel env 4
655         - 29  # NDRPDR sel env 4
656     vpp-performance-changes-3n-hsw-ref-env5:
657       csit-vpp-perf-report-iterative-2009-3n-hsw:
658         - 9   # rls2005 NDRPDR iter env 5
659         - 10  # rls2005 NDRPDR iter env 5
660         - 11  # rls2005 NDRPDR iter env 5
661         - 12  # rls2005 NDRPDR iter env 5
662         - 13  # rls2005 NDRPDR iter env 5
663         - 14  # rls2005 NDRPDR iter env 5
664         - 15  # rls2005 NDRPDR iter env 5
665         - 16  # rls2005 NDRPDR iter env 5
666         - 17  # rls2005 NDRPDR iter env 5
667         - 19  # rls2005 NDRPDR iter env 5
668     vpp-performance-changes-3n-hsw-cmp:
669       csit-vpp-perf-report-iterative-2009-3n-hsw:
670         - 21  # rls2009 NDRPDR iter env 5
671         - 22  # rls2009 NDRPDR iter env 5
672         - 24  # rls2009 NDRPDR iter env 5
673         - 25  # rls2009 NDRPDR iter env 5
674         - 26  # rls2009 NDRPDR iter env 5
675         - 27  # rls2009 NDRPDR iter env 5
676         - 28  # rls2009 NDRPDR iter env 5
677         - 29  # rls2009 NDRPDR iter env 5
678         - 30  # rls2009 NDRPDR iter env 5
679         - 31  # rls2009 NDRPDR iter env 5
680
681     vpp-performance-changes-3n-skx-h1:
682       csit-vpp-perf-report-iterative-2005-3n-skx:
683         - 50  # NDRPDR sel 2001.0-4
684         - 51  # NDRPDR sel 2001.0-4
685         - 52  # NDRPDR sel 2001.0-4
686         - 53  # NDRPDR sel 2001.0-4
687         - 54  # NDRPDR sel 2001.0-4
688     vpp-performance-changes-3n-skx-ref-env4:
689       csit-vpp-perf-report-iterative-2005-3n-skx:
690         - 42  # NDRPDR sel env 4
691         - 43  # NDRPDR sel env 4
692         - 44  # NDRPDR sel env 4
693         - 45  # NDRPDR sel env 4
694         - 47  # NDRPDR sel env 4
695         - 55  # NDRPDR sel env 4
696         - 56  # NDRPDR sel env 4
697         - 57  # NDRPDR sel env 4
698         - 61  # NDRPDR sel env 4
699         - 62  # NDRPDR sel env 4
700     vpp-performance-changes-3n-skx-ref-env5:
701       csit-vpp-perf-report-iterative-2009-3n-skx:
702         - 13  # rls2005 NDRPDR iter env 5
703         - 18  # rls2005 NDRPDR iter env 5
704         - 19  # rls2005 NDRPDR iter env 5
705     vpp-performance-changes-3n-skx-cmp:
706       # TODO: Add:
707       csit-vpp-perf-report-iterative-2009-3n-skx:
708         - 27  # rls2009 NDRPDR iter env 5
709         - 28  # rls2009 NDRPDR iter env 5
710         - 29  # rls2009 NDRPDR iter env 5
711
712     vpp-performance-changes-2n-skx-h1:
713       csit-vpp-perf-report-iterative-2005-2n-skx:
714         - 100 # NDRPDR sel 2001.0-4
715         - 101 # NDRPDR sel 2001.0-4
716         - 102 # NDRPDR sel 2001.0-4
717         - 103 # NDRPDR sel 2001.0-4
718         - 104 # NDRPDR sel 2001.0-4
719         - 105 # NDRPDR sel 2001.0-4
720     vpp-performance-changes-2n-skx-ref-env4:
721       csit-vpp-perf-report-iterative-2005-2n-skx:
722         - 88  # NDRPDR sel env 4
723         - 89  # NDRPDR sel env 4
724         - 90  # NDRPDR sel env 4
725         - 91  # NDRPDR sel env 4
726         - 92  # NDRPDR sel env 4
727         - 93  # NDRPDR sel env 4
728         - 94  # NDRPDR sel env 4
729         - 125 # NDRPDR sel env 4
730         - 126 # NDRPDR sel env 4
731         - 127 # NDRPDR sel env 4
732     vpp-performance-changes-2n-skx-ref-env5:
733       csit-vpp-perf-report-iterative-2009-2n-skx:
734         - 13  # rls2005 NDRPDR iter env 5
735         - 16  # rls2005 NDRPDR iter env 5
736         - 17  # rls2005 NDRPDR iter env 5
737         - 18  # rls2005 NDRPDR iter env 5
738         - 19  # rls2005 NDRPDR iter env 5
739         - 21  # rls2005 NDRPDR iter env 5
740         - 22  # rls2005 NDRPDR iter env 5
741         - 23  # rls2005 NDRPDR iter env 5
742         - 24  # rls2005 NDRPDR iter env 5
743         - 25  # rls2005 NDRPDR iter env 5
744     vpp-performance-changes-2n-skx-cmp:
745       # TODO: Add:
746       csit-vpp-perf-report-iterative-2009-2n-skx:
747         - 35  # rls2009 NDRPDR iter env 5
748         - 36  # rls2009 NDRPDR iter env 5
749         - 37  # rls2009 NDRPDR iter env 5
750         - 39  # rls2009 NDRPDR iter env 5
751         - 40  # rls2009 NDRPDR iter env 5
752         - 42  # rls2009 NDRPDR iter env 5
753         - 44  # rls2009 NDRPDR iter env 5
754         - 48  # rls2009 NDRPDR iter env 5
755         - 54  # rls2009 NDRPDR iter NAT44 env 5
756
757     vpp-performance-changes-2n-clx-h1:
758       csit-vpp-perf-report-iterative-2005-2n-clx:
759         - 73  # NDRPDR sel 2001.0-4
760         - 74  # NDRPDR sel 2001.0-4
761         - 75  # NDRPDR sel 2001.0-4
762         - 76  # NDRPDR sel 2001.0-4
763         - 77  # NDRPDR sel 2001.0-4
764         - 78  # NDRPDR sel 2001.0-4
765         - 79  # NDRPDR sel 2001.0-4
766         - 80  # NDRPDR sel 2001.0-4
767     vpp-performance-changes-2n-clx-ref-env4:
768       csit-vpp-perf-report-iterative-2005-2n-clx:
769         - 62  # NDRPDR sel env 4
770         - 63  # NDRPDR sel env 4
771         - 64  # NDRPDR sel env 4
772         - 65  # NDRPDR sel env 4
773         - 66  # NDRPDR sel env 4
774         - 68  # NDRPDR sel env 4
775         - 69  # NDRPDR sel env 4
776         - 70  # NDRPDR sel env 4
777         - 103 # NDRPDR sel env 4
778         - 104 # NDRPDR sel env 4
779     vpp-performance-changes-2n-clx-ref-env5:
780       csit-vpp-perf-report-iterative-2009-2n-clx:
781         - 13  # rls2005 NDRPDR iter env 5
782         - 15  # rls2005 NDRPDR iter env 5
783         - 17  # rls2005 NDRPDR iter env 5
784         - 18  # rls2005 NDRPDR iter env 5
785         - 19  # rls2005 NDRPDR iter env 5
786         - 20  # rls2005 NDRPDR iter env 5
787         - 21  # rls2005 NDRPDR iter env 5
788         - 22  # rls2005 NDRPDR iter env 5
789         - 23  # rls2005 NDRPDR iter env 5
790         - 24  # rls2005 NDRPDR iter env 5
791     vpp-performance-changes-2n-clx-cmp:
792       # TODO: Add:
793       csit-vpp-perf-report-iterative-2009-2n-clx:
794         - 36  # rls2009 NDRPDR iter env 5
795         - 38  # rls2009 NDRPDR iter env 5
796         - 40  # rls2009 NDRPDR iter env 5
797         - 41  # rls2009 NDRPDR iter env 5
798
799     vpp-performance-changes-2n-dnv-h1:
800       csit-vpp-perf-verify-2001-2n-dnv:
801         - 4   # NDRPDR sel
802         - 5   # NDRPDR sel
803         - 6   # NDRPDR sel
804         - 7   # NDRPDR sel
805         - 8   # NDRPDR sel
806         - 9   # NDRPDR sel
807         - 10  # NDRPDR sel
808         - 11  # NDRPDR sel
809         - 13  # NDRPDR sel
810         - 16  # NDRPDR sel
811     vpp-performance-changes-2n-dnv-ref:
812       csit-vpp-perf-report-iterative-2005-2n-dnv:
813         - 3   # NDRPDR sel
814         - 6   # NDRPDR sel
815         - 7   # NDRPDR sel
816         - 8   # NDRPDR sel
817         - 9   # NDRPDR sel
818         - 10  # NDRPDR sel
819         - 11  # NDRPDR sel
820         - 12  # NDRPDR sel
821         - 13  # NDRPDR sel
822         - 14  # NDRPDR sel
823     vpp-performance-changes-2n-dnv-cmp:
824       # TODO: Add:
825       csit-vpp-perf-report-iterative-2009-2n-dnv:
826         - 3   # rls2009 NDRPDR iter env 5
827         - 5   # rls2009 NDRPDR iter env 5
828         - 6   # rls2009 NDRPDR iter env 5
829         - 7   # rls2009 NDRPDR iter env 5
830         - 9   # rls2009 NDRPDR iter env 5
831         - 10  # rls2009 NDRPDR iter env 5
832         - 11  # rls2009 NDRPDR iter env 5
833         - 12  # rls2009 NDRPDR iter env 5
834         - 14  # rls2009 NDRPDR iter env 5
835         - 15  # rls2009 NDRPDR iter env 5
836
837     vpp-performance-changes-3n-dnv-h1:
838       csit-vpp-perf-verify-2001-3n-dnv:
839         - 5   # NDRPDR sel
840         - 6   # NDRPDR sel
841         - 7   # NDRPDR sel
842         - 8   # NDRPDR sel
843         - 9   # NDRPDR sel
844         - 10  # NDRPDR sel
845         - 12  # NDRPDR sel
846         - 16  # NDRPDR sel
847         - 17  # NDRPDR sel
848         - 18  # NDRPDR sel
849     vpp-performance-changes-3n-dnv-ref:
850       csit-vpp-perf-report-iterative-2005-3n-dnv:
851         - 2   # NDRPDR sel
852         - 3   # NDRPDR sel
853         - 4   # NDRPDR sel
854         - 5   # NDRPDR sel
855         - 6   # NDRPDR sel
856         - 7   # NDRPDR sel
857         - 9   # NDRPDR sel
858         - 10  # NDRPDR sel
859         - 11  # NDRPDR sel
860         - 12  # NDRPDR sel
861     vpp-performance-changes-3n-dnv-cmp:
862       # TODO: Add:
863       csit-vpp-perf-report-iterative-2009-3n-dnv:
864         - 3   # rls2009 NDRPDR iter env 5
865         - 6   # rls2009 NDRPDR iter env 5
866         - 7   # rls2009 NDRPDR iter env 5
867         - 8   # rls2009 NDRPDR iter env 5
868         - 10  # rls2009 NDRPDR iter env 5
869         - 11  # rls2009 NDRPDR iter env 5
870         - 12  # rls2009 NDRPDR iter env 5
871
872     vpp-performance-changes-3n-tsh-h1:
873       csit-vpp-perf-report-iterative-2005-3n-tsh:
874         - 28  # NDRPDR sel 2001.0-4
875         - 29  # NDRPDR sel 2001.0-4
876         - 31  # NDRPDR sel 2001.0-4
877     vpp-performance-changes-3n-tsh-ref-env4:
878       csit-vpp-perf-report-iterative-2005-3n-tsh:
879         - 23  # NDRPDR sel env 4
880         - 25  # NDRPDR sel env 4
881         - 33  # NDRPDR sel env 4
882         - 34  # NDRPDR sel env 4
883         - 35  # NDRPDR sel env 4
884         - 36  # NDRPDR sel env 4
885         - 37  # NDRPDR sel env 4
886         - 38  # NDRPDR sel env 4
887         - 39  # NDRPDR sel env 4
888         - 40  # NDRPDR sel env 4
889     vpp-performance-changes-3n-tsh-ref-env5:
890       csit-vpp-perf-report-iterative-2009-3n-tsh:
891         - 8   # rls2005 NDRPDR iter env 5
892         - 11  # rls2005 NDRPDR iter env 5
893         - 12  # rls2005 NDRPDR iter env 5
894     vpp-performance-changes-3n-tsh-cmp:
895       # TODO: Add:
896       csit-vpp-perf-report-iterative-2009-3n-tsh:
897         - 14  # rls2009 NDRPDR iter env 5
898
899     vpp-soak-vs-ndr-2n-skx-ref:
900       # TODO: Add:
901       csit-vpp-perf-report-iterative-2009-2n-skx:
902         - 35  # rls2009 NDRPDR iter env 5
903         - 36  # rls2009 NDRPDR iter env 5
904         - 37  # rls2009 NDRPDR iter env 5
905         - 39  # rls2009 NDRPDR iter env 5
906         - 40  # rls2009 NDRPDR iter env 5
907         - 42  # rls2009 NDRPDR iter env 5
908         - 44  # rls2009 NDRPDR iter env 5
909         - 48  # rls2009 NDRPDR iter env 5
910     vpp-soak-vs-ndr-2n-skx-cmp:
911       csit-vpp-perf-report-iterative-2009-2n-skx:
912         - 33  # rls2009 soak env 5
913         - 34  # rls2009 soak env 5
914     vpp-soak-vs-ndr-2n-skx:
915       # TODO: Add:
916       csit-vpp-perf-report-iterative-2009-2n-skx:
917         - 35  # rls2009 NDRPDR iter env 5
918         - 36  # rls2009 NDRPDR iter env 5
919         - 37  # rls2009 NDRPDR iter env 5
920         - 39  # rls2009 NDRPDR iter env 5
921         - 40  # rls2009 NDRPDR iter env 5
922         - 42  # rls2009 NDRPDR iter env 5
923         - 44  # rls2009 NDRPDR iter env 5
924         - 48  # rls2009 NDRPDR iter env 5
925         - 33  # rls2009 soak env 5
926         - 34  # rls2009 soak env 5
927
928     vpp-soak-vs-ndr-2n-clx-ref:
929       # TODO: Add:
930       csit-vpp-perf-report-iterative-2009-2n-clx:
931         - 36  # rls2009 NDRPDR iter env 5
932         - 38  # rls2009 NDRPDR iter env 5
933         - 40  # rls2009 NDRPDR iter env 5
934         - 41  # rls2009 NDRPDR iter env 5
935     vpp-soak-vs-ndr-2n-clx-cmp:
936       csit-vpp-perf-report-iterative-2009-2n-clx:
937         - 33  # rls2009 soak env 5
938         - 34  # rls2009 soak env 5
939     vpp-soak-vs-ndr-2n-clx:
940       # TODO: Add:
941       csit-vpp-perf-report-iterative-2009-2n-clx:
942         - 36  # rls2009 NDRPDR iter env 5
943         - 38  # rls2009 NDRPDR iter env 5
944         - 40  # rls2009 NDRPDR iter env 5
945         - 41  # rls2009 NDRPDR iter env 5
946         - 33  # rls2009 soak env 5
947         - 34  # rls2009 soak env 5
948
949     vpp-performance-changes-3n-hsw-mrr-h1:
950       csit-vpp-perf-verify-2001-3n-hsw:
951         - 17  # MRR sel
952     vpp-performance-changes-3n-hsw-mrr-ref-env4:
953       csit-vpp-perf-report-iterative-2005-3n-hsw:
954         - 30  # MRR env 4
955     vpp-performance-changes-3n-hsw-mrr-ref-env5:
956       csit-vpp-perf-report-iterative-2009-3n-hsw:
957         - 18  # rls2005 MRR iter env 5
958     vpp-performance-changes-3n-hsw-mrr-cmp:
959       csit-vpp-perf-report-iterative-2009-3n-hsw:
960         - 23  # rls2009 MRR iter env 5
961
962     vpp-performance-changes-3n-skx-mrr-h1:
963       csit-vpp-perf-verify-2001-3n-skx:
964         - 50  # MRR sel
965         - 53  # MRR sel addition
966     vpp-performance-changes-3n-skx-mrr-ref-env4:
967       csit-vpp-perf-report-iterative-2005-3n-skx:
968         - 49  # MRR sel env 4
969     vpp-performance-changes-3n-skx-mrr-ref-env5:
970       csit-vpp-perf-report-iterative-2009-3n-skx:
971         - 17  # rls2005 MRR iter env 5
972     vpp-performance-changes-3n-skx-mrr-cmp:
973       csit-vpp-perf-report-iterative-2009-3n-skx:
974         - 24  # rls2009 MRR iter env 5
975
976     vpp-performance-changes-2n-skx-mrr-h1:
977       csit-vpp-perf-verify-2001-2n-skx:
978         - 101 # MRR sel
979         - 128 # MRR sel addition
980     vpp-performance-changes-2n-skx-mrr-ref-env4:
981       csit-vpp-perf-report-iterative-2005-2n-skx:
982         - 99  # MRR sel env 4
983     vpp-performance-changes-2n-skx-mrr-ref-env5:
984       csit-vpp-perf-report-iterative-2009-2n-skx:
985         - 20  # rls2005 MRR iter env 5
986     vpp-performance-changes-2n-skx-mrr-cmp:
987       csit-vpp-perf-report-iterative-2009-2n-skx:
988         - 26  # rls2009 MRR iter env 5
989
990     vpp-performance-changes-2n-clx-mrr-h1:
991       csit-vpp-perf-verify-2001-2n-clx:
992         - 39  # MRR
993     vpp-performance-changes-2n-clx-mrr-ref-env4:
994       csit-vpp-perf-report-iterative-2005-2n-clx:
995         - 72   # MRR sel env 4
996     vpp-performance-changes-2n-clx-mrr-ref-env5:
997       csit-vpp-perf-report-iterative-2009-2n-clx:
998         - 16  # rls2005 MRR iter env 5
999     vpp-performance-changes-2n-clx-mrr-cmp:
1000       csit-vpp-perf-report-iterative-2009-2n-clx:
1001         - 35  # rls2009 MRR iter env 5
1002
1003 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1004 #      csit-vpp-perf-verify-1908-2n-skx:
1005 #        - 71  # NFV MRR
1006 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1007 #      # csit-vpp-perf-verify-2001-2n-skx:
1008 #      csit-vpp-perf-verify-1908-2n-skx:
1009 #        - 71  # NFV MRR
1010
1011     vpp-performance-changes-2n-dnv-mrr-h1:
1012       csit-vpp-perf-verify-2001-2n-dnv:
1013         - 12  # MRR sel
1014     vpp-performance-changes-2n-dnv-mrr-ref:
1015       csit-vpp-perf-report-iterative-2005-2n-dnv:
1016         - 15  # MRR sel
1017     vpp-performance-changes-2n-dnv-mrr-cmp:
1018       csit-vpp-perf-report-iterative-2009-2n-dnv:
1019         - 13  # rls2009 MRR iter env 5
1020
1021     vpp-performance-changes-3n-dnv-mrr-h1:
1022       csit-vpp-perf-verify-2001-3n-dnv:
1023         - 11  # MRR sel
1024     vpp-performance-changes-3n-dnv-mrr-ref:
1025       csit-vpp-perf-report-iterative-2005-3n-dnv:
1026         - 8   # MRR
1027     vpp-performance-changes-3n-dnv-mrr-cmp:
1028       # TODO: Replace:
1029       # csit-vpp-perf-report-iterative-2009-3n-dnv:
1030       csit-vpp-perf-report-iterative-2005-3n-dnv:
1031         - 8   # MRR
1032
1033     vpp-performance-changes-3n-tsh-mrr-h1:
1034       csit-vpp-perf-verify-2001-3n-tsh:
1035         - 9   # MRR sel
1036     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1037       csit-vpp-perf-report-iterative-2005-3n-tsh:
1038         - 27  # MRR sel env 4
1039     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1040       csit-vpp-perf-report-iterative-2009-3n-tsh:
1041         - 13  # rls2005 MRR iter env 5
1042     vpp-performance-changes-3n-tsh-mrr-cmp:
1043       # TODO: Replace:
1044       csit-vpp-perf-report-iterative-2009-3n-tsh:
1045         - 13  # rls2005 MRR iter env 5
1046
1047     dpdk-performance-changes-3n-hsw-h1:
1048       csit-dpdk-perf-verify-2001-3n-hsw:
1049         - 4   # NDRPDR sel
1050         - 5   # NDRPDR sel
1051         - 6   # NDRPDR sel
1052         - 7   # NDRPDR sel
1053         - 8   # NDRPDR sel
1054         - 9   # NDRPDR sel
1055         - 10  # NDRPDR sel
1056         - 11  # NDRPDR sel
1057         - 12  # NDRPDR sel
1058         - 13  # NDRPDR sel
1059         - 15  # NDRPDR sel
1060         - 16  # NDRPDR sel
1061         - 17  # NDRPDR sel
1062         - 18  # NDRPDR sel
1063         - 19  # NDRPDR sel
1064         - 20  # NDRPDR sel
1065         - 21  # NDRPDR sel
1066         - 22  # NDRPDR sel
1067         - 23  # NDRPDR sel
1068         - 24  # NDRPDR sel
1069     dpdk-performance-changes-3n-hsw-ref:
1070       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1071         - 25  # NDRPDR iter
1072         - 26  # NDRPDR iter
1073         - 27  # NDRPDR iter
1074         - 28  # NDRPDR iter
1075         - 29  # NDRPDR iter
1076         - 30  # NDRPDR iter
1077         - 31  # NDRPDR iter
1078         - 32  # NDRPDR iter
1079         - 33  # NDRPDR iter
1080         - 34  # NDRPDR iter
1081     dpdk-performance-changes-3n-hsw-cmp:
1082       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1083         - 6   # NDRPDR iter env5
1084         - 7   # NDRPDR iter env5
1085         - 8   # NDRPDR iter env5
1086         - 9   # NDRPDR iter env5
1087         - 10  # NDRPDR iter env5
1088         - 11  # NDRPDR iter env5
1089         - 12  # NDRPDR iter env5
1090         - 13  # NDRPDR iter env5
1091         - 14  # NDRPDR iter env5
1092         - 15  # NDRPDR iter env5
1093
1094     dpdk-performance-changes-3n-skx-h1:
1095       csit-dpdk-perf-verify-2001-3n-skx:
1096         - 29  # NDRPDR sel xxv710
1097         - 33  # NDRPDR sel xxv710
1098         - 34  # NDRPDR sel xxv710
1099         - 35  # NDRPDR sel xxv710
1100         - 36  # NDRPDR sel xxv710
1101         - 37  # NDRPDR sel xxv710
1102         - 41  # NDRPDR sel xxv710
1103         - 42  # NDRPDR sel xxv710
1104         - 43  # NDRPDR sel xxv710
1105         - 45  # NDRPDR sel xxv710
1106         - 30  # NDRPDR sel x710
1107         - 31  # NDRPDR sel x710
1108         - 32  # NDRPDR sel x710
1109         - 38  # NDRPDR sel x710
1110         - 39  # NDRPDR sel x710
1111         - 40  # NDRPDR sel x710
1112         - 44  # NDRPDR sel x710
1113         - 46  # NDRPDR sel x710
1114         - 47  # NDRPDR sel x710
1115         - 48  # NDRPDR sel x710
1116     dpdk-performance-changes-3n-skx-ref:
1117       csit-dpdk-perf-report-iterative-2005-3n-skx:
1118         - 28  # NDRPDR iter
1119         - 29  # NDRPDR iter
1120         - 30  # NDRPDR iter
1121         - 31  # NDRPDR iter
1122         - 32  # NDRPDR iter
1123         - 33  # NDRPDR iter
1124         - 34  # NDRPDR iter
1125         - 35  # NDRPDR iter
1126         - 36  # NDRPDR iter
1127         - 37  # NDRPDR iter
1128     dpdk-performance-changes-3n-skx-cmp:
1129       csit-dpdk-perf-report-iterative-2009-3n-skx:
1130         - 4   # NDRPDR sel env5
1131         - 5   # NDRPDR sel env5
1132         - 6   # NDRPDR sel env5
1133         - 7   # NDRPDR sel env5
1134         - 8   # NDRPDR sel env5
1135         - 9   # NDRPDR sel env5
1136         - 14  # NDRPDR sel env5
1137         - 11  # NDRPDR sel env5
1138         - 12  # NDRPDR sel env5
1139         - 13  # NDRPDR sel env5
1140
1141     dpdk-performance-changes-2n-skx-h1:
1142       csit-dpdk-perf-verify-2001-2n-skx:
1143         - 35  # NDRPDR sel xxv710
1144         - 36  # NDRPDR sel xxv710
1145         - 37  # NDRPDR sel xxv710
1146         - 41  # NDRPDR sel xxv710
1147         - 42  # NDRPDR sel xxv710
1148         - 43  # NDRPDR sel xxv710
1149         - 46  # NDRPDR sel xxv710
1150         - 47  # NDRPDR sel xxv710
1151         - 52  # NDRPDR sel xxv710
1152         - 53  # NDRPDR sel xxv710
1153         - 38  # NDRPDR sel x710
1154         - 39  # NDRPDR sel x710
1155         - 40  # NDRPDR sel x710
1156         - 44  # NDRPDR sel x710
1157         - 45  # NDRPDR sel x710
1158         - 48  # NDRPDR sel x710
1159         - 49  # NDRPDR sel x710
1160         - 50  # NDRPDR sel x710
1161         - 51  # NDRPDR sel x710
1162         - 54  # NDRPDR sel x710
1163     dpdk-performance-changes-2n-skx-ref:
1164       csit-dpdk-perf-report-iterative-2005-2n-skx:
1165         - 20  # NDRPDR iter
1166         - 21  # NDRPDR iter
1167         - 22  # NDRPDR iter
1168         - 23  # NDRPDR iter
1169         - 24  # NDRPDR iter
1170         - 25  # NDRPDR iter
1171         - 26  # NDRPDR iter
1172         - 27  # NDRPDR iter
1173         - 28  # NDRPDR iter
1174         - 29  # NDRPDR iter
1175     dpdk-performance-changes-2n-skx-cmp:
1176       csit-dpdk-perf-report-iterative-2009-2n-skx:
1177         - 4   # NDRPDR iter env5
1178         - 5   # NDRPDR iter env5
1179         - 6   # NDRPDR iter env5
1180         - 7   # NDRPDR iter env5
1181         - 8   # NDRPDR iter env5
1182         - 9   # NDRPDR iter env5
1183         - 10  # NDRPDR iter env5
1184         - 11  # NDRPDR iter env5
1185         - 12  # NDRPDR iter env5
1186         - 13  # NDRPDR iter env5
1187
1188     dpdk-performance-changes-2n-clx-h1:
1189       csit-dpdk-perf-verify-2001-2n-clx:
1190         - 15  # NDRPDR sel
1191         - 16  # NDRPDR sel
1192         - 17  # NDRPDR sel
1193         - 18  # NDRPDR sel
1194         - 19  # NDRPDR sel
1195         - 20  # NDRPDR sel
1196         - 21  # NDRPDR sel
1197         - 22  # NDRPDR sel
1198         - 23  # NDRPDR sel
1199         - 24  # NDRPDR sel
1200         - 25  # NDRPDR sel
1201         - 26  # NDRPDR sel
1202         - 27  # NDRPDR sel
1203         - 28  # NDRPDR sel
1204         - 29  # NDRPDR sel
1205         - 30  # NDRPDR sel
1206         - 31  # NDRPDR sel
1207         - 32  # NDRPDR sel
1208         - 33  # NDRPDR sel
1209         - 34  # NDRPDR sel
1210     dpdk-performance-changes-2n-clx-ref:
1211       csit-dpdk-perf-report-iterative-2005-2n-clx:
1212         - 20  # NDRPDR iter
1213         - 21  # NDRPDR iter
1214         - 22  # NDRPDR iter
1215         - 23  # NDRPDR iter
1216         - 24  # NDRPDR iter
1217         - 25  # NDRPDR iter
1218         - 26  # NDRPDR iter
1219         - 27  # NDRPDR iter
1220         - 28  # NDRPDR iter
1221         - 29  # NDRPDR iter
1222     dpdk-performance-changes-2n-clx-cmp:
1223       csit-dpdk-perf-report-iterative-2009-2n-clx:
1224         - 4   # NDRPDR iter env5
1225         - 5   # NDRPDR iter env5
1226         - 6   # NDRPDR iter env5
1227         - 7   # NDRPDR iter env5
1228         - 8   # NDRPDR iter env5
1229         - 9   # NDRPDR iter env5
1230         - 10  # NDRPDR iter env5
1231         - 11  # NDRPDR iter env5
1232         - 12  # NDRPDR iter env5
1233         - 13  # NDRPDR iter env5
1234
1235     dpdk-performance-changes-2n-dnv-h1:
1236       csit-dpdk-perf-verify-2001-2n-dnv:
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         - 18  # NDRPDR sel
1247     dpdk-performance-changes-2n-dnv-ref:
1248       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1249         - 8   # NDRPDR sel
1250         - 9   # NDRPDR sel
1251         - 10  # NDRPDR sel
1252         - 11  # NDRPDR sel
1253         - 12  # NDRPDR sel
1254         - 13  # NDRPDR sel
1255         - 14  # NDRPDR sel
1256         - 15  # NDRPDR sel
1257         - 16  # NDRPDR sel
1258         - 17  # NDRPDR sel
1259     dpdk-performance-changes-2n-dnv-cmp:
1260       # TODO: Replace:
1261       # csit-dpdk-perf-report-iterative-2009-2n-dnv:
1262       csit-dpdk-perf-report-iterative-2005-2n-dnv:
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         - 15  # NDRPDR sel
1271         - 16  # NDRPDR sel
1272         - 17  # NDRPDR sel
1273
1274     dpdk-performance-changes-3n-dnv-h1:
1275       csit-dpdk-perf-verify-2001-3n-dnv:
1276         - 12  # NDRPDR sel
1277         - 13  # NDRPDR sel
1278         - 14  # NDRPDR sel
1279         - 15  # NDRPDR sel
1280         - 16  # NDRPDR sel
1281         - 17  # NDRPDR sel
1282         - 18  # NDRPDR sel
1283         - 19  # NDRPDR sel
1284         - 20  # NDRPDR sel
1285         - 22  # NDRPDR sel
1286     dpdk-performance-changes-3n-dnv-ref:
1287       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1288         - 6   # NDRPDR sel
1289         - 7   # NDRPDR sel
1290         - 8   # NDRPDR sel
1291         - 9   # NDRPDR sel
1292         - 10  # NDRPDR sel
1293         - 11  # NDRPDR sel
1294         - 12  # NDRPDR sel
1295         - 13  # NDRPDR sel
1296         - 14  # NDRPDR sel
1297         - 16  # NDRPDR sel
1298     dpdk-performance-changes-3n-dnv-cmp:
1299       # TODO: Replace:
1300       # csit-dpdk-perf-report-iterative-2009-3n-dnv:
1301       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1302         - 6   # NDRPDR sel
1303         - 7   # NDRPDR sel
1304         - 8   # NDRPDR sel
1305         - 9   # NDRPDR sel
1306         - 10  # NDRPDR sel
1307         - 11  # NDRPDR sel
1308         - 12  # NDRPDR sel
1309         - 13  # NDRPDR sel
1310         - 14  # NDRPDR sel
1311         - 16  # NDRPDR sel
1312
1313     dpdk-performance-changes-3n-tsh-h1:
1314       csit-dpdk-perf-verify-2001-3n-tsh:
1315         - 3   # NDRPDR sel
1316         - 4   # NDRPDR sel
1317         - 5   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319         - 10  # NDRPDR sel
1320         - 11  # NDRPDR sel
1321         - 12  # NDRPDR sel
1322         - 14  # NDRPDR sel
1323         - 15  # NDRPDR sel
1324         - 18  # NDRPDR sel
1325     dpdk-performance-changes-3n-tsh-ref:
1326       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1327         - 5   # NDRPDR sel
1328     dpdk-performance-changes-3n-tsh-cmp:
1329       # TODO: Add:
1330       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1331         - 1   # NDRPDR iter env5
1332         - 2   # NDRPDR iter env5
1333         - 3   # NDRPDR iter env5
1334         - 4   # NDRPDR iter env5
1335         - 5   # NDRPDR iter env5
1336         - 6   # NDRPDR iter env5
1337         - 7   # NDRPDR iter env5
1338         - 9   # NDRPDR iter env5
1339         - 10  # NDRPDR iter env5
1340
1341     # Compare testbeds
1342
1343     vpp-compare-testbeds-ref:
1344       csit-vpp-perf-report-iterative-2009-3n-hsw:
1345         - 21  # rls2009 NDRPDR iter env 5
1346         - 22  # rls2009 NDRPDR iter env 5
1347         - 24  # rls2009 NDRPDR iter env 5
1348         - 25  # rls2009 NDRPDR iter env 5
1349         - 26  # rls2009 NDRPDR iter env 5
1350         - 27  # rls2009 NDRPDR iter env 5
1351         - 28  # rls2009 NDRPDR iter env 5
1352         - 29  # rls2009 NDRPDR iter env 5
1353         - 30  # rls2009 NDRPDR iter env 5
1354         - 31  # rls2009 NDRPDR iter env 5
1355     vpp-compare-testbeds-cmp:
1356       # TODO: Add:
1357       csit-vpp-perf-report-iterative-2009-3n-skx:
1358         - 27  # rls2009 NDRPDR iter env 5
1359         - 28  # rls2009 NDRPDR iter env 5
1360         - 29  # rls2009 NDRPDR iter env 5
1361
1362     vpp-compare-testbeds-skx-clx-ref:
1363       # TODO: Add:
1364       csit-vpp-perf-report-iterative-2009-2n-skx:
1365         - 35  # rls2009 NDRPDR iter env 5
1366         - 36  # rls2009 NDRPDR iter env 5
1367         - 37  # rls2009 NDRPDR iter env 5
1368         - 39  # rls2009 NDRPDR iter env 5
1369         - 40  # rls2009 NDRPDR iter env 5
1370         - 42  # rls2009 NDRPDR iter env 5
1371         - 44  # rls2009 NDRPDR iter env 5
1372         - 48  # rls2009 NDRPDR iter env 5
1373         - 54  # rls2009 NDRPDR iter NAT44 env 5
1374     vpp-compare-testbeds-skx-clx-cmp:
1375       # TODO: Add:
1376       csit-vpp-perf-report-iterative-2009-2n-clx:
1377         - 36  # rls2009 NDRPDR iter env 5
1378         - 38  # rls2009 NDRPDR iter env 5
1379         - 40  # rls2009 NDRPDR iter env 5
1380         - 41  # rls2009 NDRPDR iter env 5
1381
1382     vpp-compare-testbeds-hsw-clx-ref:
1383       csit-vpp-perf-report-iterative-2009-3n-hsw:
1384         - 21  # rls2009 NDRPDR iter env 5
1385         - 22  # rls2009 NDRPDR iter env 5
1386         - 24  # rls2009 NDRPDR iter env 5
1387         - 25  # rls2009 NDRPDR iter env 5
1388         - 26  # rls2009 NDRPDR iter env 5
1389         - 27  # rls2009 NDRPDR iter env 5
1390         - 28  # rls2009 NDRPDR iter env 5
1391         - 29  # rls2009 NDRPDR iter env 5
1392         - 30  # rls2009 NDRPDR iter env 5
1393         - 31  # rls2009 NDRPDR iter env 5
1394     vpp-compare-testbeds-hsw-clx-cmp:
1395       # TODO: Add:
1396       csit-vpp-perf-report-iterative-2009-2n-clx:
1397         - 36  # rls2009 NDRPDR iter env 5
1398         - 38  # rls2009 NDRPDR iter env 5
1399         - 40  # rls2009 NDRPDR iter env 5
1400         - 41  # rls2009 NDRPDR iter env 5
1401
1402     vpp-compare-testbeds-mrr-ref:
1403       csit-vpp-perf-report-iterative-2009-3n-hsw:
1404         - 23  # rls2009 MRR iter env 5
1405     vpp-compare-testbeds-mrr-cmp:
1406       csit-vpp-perf-report-iterative-2009-3n-skx:
1407         - 24  # rls2009 MRR iter env 5
1408
1409     vpp-compare-testbeds-mrr-skx-clx-ref:
1410       csit-vpp-perf-report-iterative-2009-2n-skx:
1411         - 26  # rls2009 MRR iter env 5
1412     vpp-compare-testbeds-mrr-skx-clx-cmp:
1413       csit-vpp-perf-report-iterative-2009-2n-clx:
1414         - 35  # rls2009 MRR iter env 5
1415
1416     vpp-compare-testbeds-mrr-hsw-clx-ref:
1417       csit-vpp-perf-report-iterative-2009-3n-hsw:
1418         - 23  # rls2009 MRR iter env 5
1419     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1420       csit-vpp-perf-report-iterative-2009-2n-clx:
1421         - 35  # rls2009 MRR iter env 5
1422
1423     dpdk-compare-testbeds-ref:
1424       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1425         - 6   # NDRPDR iter env5
1426         - 7   # NDRPDR iter env5
1427         - 8   # NDRPDR iter env5
1428         - 9   # NDRPDR iter env5
1429         - 10  # NDRPDR iter env5
1430         - 11  # NDRPDR iter env5
1431         - 12  # NDRPDR iter env5
1432         - 13  # NDRPDR iter env5
1433         - 14  # NDRPDR iter env5
1434         - 15  # NDRPDR iter env5
1435     dpdk-compare-testbeds-cmp:
1436       csit-dpdk-perf-report-iterative-2009-3n-skx:
1437         - 4   # NDRPDR sel env5
1438         - 5   # NDRPDR sel env5
1439         - 6   # NDRPDR sel env5
1440         - 7   # NDRPDR sel env5
1441         - 8   # NDRPDR sel env5
1442         - 9   # NDRPDR sel env5
1443         - 14  # NDRPDR sel env5
1444         - 11  # NDRPDR sel env5
1445         - 12  # NDRPDR sel env5
1446         - 13  # NDRPDR sel env5
1447
1448     dpdk-compare-testbeds-skx-clx-ref:
1449       csit-dpdk-perf-report-iterative-2009-2n-skx:
1450         - 4   # NDRPDR iter env5
1451         - 5   # NDRPDR iter env5
1452         - 6   # NDRPDR iter env5
1453         - 7   # NDRPDR iter env5
1454         - 8   # NDRPDR iter env5
1455         - 9   # NDRPDR iter env5
1456         - 10  # NDRPDR iter env5
1457         - 11  # NDRPDR iter env5
1458         - 12  # NDRPDR iter env5
1459         - 13  # NDRPDR iter env5
1460     dpdk-compare-testbeds-skx-clx-cmp:
1461       csit-dpdk-perf-report-iterative-2009-2n-clx:
1462         - 4   # NDRPDR iter env5
1463         - 5   # NDRPDR iter env5
1464         - 6   # NDRPDR iter env5
1465         - 7   # NDRPDR iter env5
1466         - 8   # NDRPDR iter env5
1467         - 9   # NDRPDR iter env5
1468         - 10  # NDRPDR iter env5
1469         - 11  # NDRPDR iter env5
1470         - 12  # NDRPDR iter env5
1471         - 13  # NDRPDR iter env5
1472
1473     # Compare topologies
1474
1475     vpp-compare-topologies-ref:
1476       # TODO: Add:
1477       csit-vpp-perf-report-iterative-2009-3n-skx:
1478         - 27  # rls2009 NDRPDR iter env 5
1479         - 28  # rls2009 NDRPDR iter env 5
1480         - 29  # rls2009 NDRPDR iter env 5
1481     vpp-compare-topologies-cmp:
1482       # TODO: Add:
1483       csit-vpp-perf-report-iterative-2009-2n-skx:
1484         - 35  # rls2009 NDRPDR iter env 5
1485         - 36  # rls2009 NDRPDR iter env 5
1486         - 37  # rls2009 NDRPDR iter env 5
1487         - 39  # rls2009 NDRPDR iter env 5
1488         - 40  # rls2009 NDRPDR iter env 5
1489         - 42  # rls2009 NDRPDR iter env 5
1490         - 44  # rls2009 NDRPDR iter env 5
1491         - 48  # rls2009 NDRPDR iter env 5
1492         - 54  # rls2009 NDRPDR iter NAT44 env 5
1493
1494     vpp-compare-topologies-mrr-ref:
1495       csit-vpp-perf-report-iterative-2009-3n-skx:
1496         - 24  # rls2009 MRR iter env 5
1497     vpp-compare-topologies-mrr-cmp:
1498       csit-vpp-perf-report-iterative-2009-2n-skx:
1499         - 26  # rls2009 MRR iter env 5
1500
1501     dpdk-compare-topologies-ref:
1502       csit-dpdk-perf-report-iterative-2009-3n-skx:
1503         - 4   # NDRPDR sel env5
1504         - 5   # NDRPDR sel env5
1505         - 6   # NDRPDR sel env5
1506         - 7   # NDRPDR sel env5
1507         - 8   # NDRPDR sel env5
1508         - 9   # NDRPDR sel env5
1509         - 14  # NDRPDR sel env5
1510         - 11  # NDRPDR sel env5
1511         - 12  # NDRPDR sel env5
1512         - 13  # NDRPDR sel env5
1513     dpdk-compare-topologies-cmp:
1514       csit-dpdk-perf-report-iterative-2009-2n-skx:
1515         - 4   # NDRPDR iter env5
1516         - 5   # NDRPDR iter env5
1517         - 6   # NDRPDR iter env5
1518         - 7   # NDRPDR iter env5
1519         - 8   # NDRPDR iter env5
1520         - 9   # NDRPDR iter env5
1521         - 10  # NDRPDR iter env5
1522         - 11  # NDRPDR iter env5
1523         - 12  # NDRPDR iter env5
1524         - 13  # NDRPDR iter env5
1525
1526   plot-layouts:
1527
1528     plot-soak-throughput:
1529       titlefont:
1530         size: 18
1531       xaxis:
1532         title: "<b>Test Cases [Index]</b>"
1533         titlefont:
1534           size: 16
1535         autorange: True
1536         fixedrange: False
1537         gridcolor: "rgb(230, 230, 230)"
1538         linecolor: "rgb(220, 220, 220)"
1539         linewidth: 1
1540         showgrid: True
1541         showline: True
1542         showticklabels: True
1543         tickcolor: "rgb(220, 220, 220)"
1544         tickmode: "linear"
1545         tickfont:
1546           size: 16
1547         zeroline: False
1548       yaxis:
1549         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1550         titlefont:
1551           size: 16
1552         gridcolor: "rgb(230, 230, 230)"
1553         hoverformat: ".4r"
1554         tickformat: ".3r"
1555         linecolor: "rgb(220, 220, 220)"
1556         linewidth: 1
1557         showgrid: True
1558         showline: True
1559         showticklabels: True
1560         tickcolor: "rgb(220, 220, 220)"
1561         tickfont:
1562           size: 16
1563         zeroline: False
1564         range: [0,50]
1565       autosize: False
1566       margin:
1567         t: 50
1568         b: 0
1569         l: 80
1570         r: 20
1571       showlegend: True
1572       legend:
1573         orientation: "h"
1574         font:
1575           size: 16
1576       width: 700
1577       height: 900
1578       paper_bgcolor: "#fff"
1579       plot_bgcolor: "#fff"
1580       hoverlabel:
1581         namelength: -1
1582
1583     plot-service-density:
1584       titlefont:
1585         size: 18
1586       xaxis:
1587         side: "top"
1588         autorange: True
1589         fixedrange: False
1590         showgrid: False
1591         showline: False
1592         showticklabels: False
1593         ticks: ""
1594         ticklen: 0
1595         tickwidth: 0
1596         zeroline: False
1597       yaxis:
1598         autorange: "reversed"
1599         showgrid: False
1600         showline: False
1601         showticklabels: False
1602         ticks: ""
1603         ticklen: 0
1604         tickwidth: 0
1605         zeroline: False
1606       showlegend: False
1607       paper_bgcolor: "#fff"
1608       plot_bgcolor: "#fff"
1609       width: 700
1610       height: 700
1611       hoverlabel:
1612         namelength: -1
1613
1614     plot-hoststack:
1615       titlefont:
1616         size: 16
1617       xaxis:
1618         title: "<b>Test Cases [Index]</b>"
1619         titlefont:
1620           size: 14
1621         autorange: True
1622         fixedrange: False
1623         gridcolor: "rgb(230, 230, 230)"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         showgrid: True
1627         showline: True
1628         showticklabels: True
1629         tickcolor: "rgb(220, 220, 220)"
1630         tickmode: "linear"
1631         tickfont:
1632           size: 14
1633         zeroline: False
1634       yaxis:
1635         title: "<b>Bandwidth [Gbps]</b>"
1636         titlefont:
1637           size: 14
1638         gridcolor: "rgb(230, 230, 230)"
1639         hoverformat: ".4s"
1640         linecolor: "rgb(220, 220, 220)"
1641         linewidth: 1
1642         rangemode: "tozero"
1643         showgrid: True
1644         showline: True
1645         showticklabels: True
1646         tickcolor: "rgb(230, 230, 230)"
1647         tickformat: ".3s"
1648         tickfont:
1649           size: 14
1650         zeroline: False
1651       boxmode: "group"
1652       boxgroupgap: 0.5
1653       autosize: False
1654       margin:
1655         t: 50
1656         b: 20
1657         l: 80
1658         r: 20
1659       showlegend: True
1660       legend:
1661         orientation: "h"
1662         font:
1663           size: 14
1664       width: 700
1665       height: 800
1666       paper_bgcolor: "#fff"
1667       plot_bgcolor: "#fff"
1668       hoverlabel:
1669         namelength: -1
1670
1671     plot-throughput:
1672       titlefont:
1673         size: 18
1674       xaxis:
1675         title: "<b>Test Cases [Index]</b>"
1676         titlefont:
1677           size: 16
1678         autorange: True
1679         fixedrange: False
1680         gridcolor: "rgb(230, 230, 230)"
1681         linecolor: "rgb(220, 220, 220)"
1682         linewidth: 1
1683         showgrid: True
1684         showline: True
1685         showticklabels: True
1686         tickcolor: "rgb(220, 220, 220)"
1687         tickmode: "linear"
1688         tickfont:
1689           size: 16
1690         zeroline: False
1691       yaxis:
1692         title: "<b>Packet Throughput [Mpps]</b>"
1693         titlefont:
1694           size: 16
1695         gridcolor: "rgb(230, 230, 230)"
1696         hoverformat: ".4r"
1697         tickformat: ".3r"
1698         linecolor: "rgb(220, 220, 220)"
1699         linewidth: 1
1700         showgrid: True
1701         showline: True
1702         showticklabels: True
1703         tickcolor: "rgb(220, 220, 220)"
1704         tickfont:
1705           size: 16
1706         zeroline: False
1707         range: [0,50]
1708       autosize: False
1709       margin:
1710         t: 50
1711         b: 0
1712         l: 80
1713         r: 20
1714       showlegend: True
1715       legend:
1716         orientation: "h"
1717         font:
1718           size: 16
1719       width: 700
1720       height: 900
1721       paper_bgcolor: "#fff"
1722       plot_bgcolor: "#fff"
1723       hoverlabel:
1724         namelength: -1
1725
1726     plot-throughput-speedup-analysis:
1727       titlefont:
1728         size: 18
1729       xaxis:
1730         title: "<b>Number of Cores [Qty]</b>"
1731         titlefont:
1732           size: 16
1733         autorange: True
1734         fixedrange: False
1735         gridcolor: "rgb(230, 230, 230)"
1736         linecolor: "rgb(220, 220, 220)"
1737         linewidth: 1
1738         showgrid: True
1739         showline: True
1740         showticklabels: True
1741         tickcolor: "rgb(238, 238, 238)"
1742         tickmode: "linear"
1743         tickfont:
1744           size: 16
1745         zeroline: False
1746       yaxis:
1747         title: "<b>Packet Throughput [Mpps]</b>"
1748         titlefont:
1749           size: 16
1750         type: "linear"
1751         gridcolor: "rgb(230, 230, 230)"
1752         hoverformat: ".4s"
1753         linecolor: "rgb(220, 220, 220)"
1754         linewidth: 1
1755         showgrid: True
1756         showline: True
1757         showticklabels: True
1758         tickcolor: "rgb(220, 220, 220)"
1759         tickformat: ".4s"
1760         tickfont:
1761           size: 16
1762         zeroline: True
1763         rangemode: "tozero"
1764         range: [0,100]
1765       legend:
1766         orientation: "h"
1767         font:
1768           size: 16
1769         xanchor: "left"
1770         yanchor: "top"
1771         x: 0
1772         y: -0.2
1773         bgcolor: "rgba(255, 255, 255, 0)"
1774         bordercolor: "rgba(255, 255, 255, 0)"
1775         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1776       autosize: False
1777       margin:
1778           't': 50
1779           'b': 150
1780           'l': 85
1781           'r': 10
1782       showlegend: True
1783       width: 700
1784       height: 700
1785       paper_bgcolor: "#fff"
1786       plot_bgcolor: "#fff"
1787       hoverlabel:
1788         namelength: -1
1789       annotations: [
1790         {
1791           text: "_ _          __          ...",
1792           align: "left",
1793           showarrow: False,
1794           xref: "paper",
1795           yref: "paper",
1796           xanchor: "left",
1797           yanchor: "top",
1798           x: 0,
1799           y: -0.13,
1800           font: {
1801             family: "Consolas, Courier New",
1802             size: 15
1803           },
1804         },
1805         {
1806           text: "    Perfect     Measured     Limit",
1807           align: "left",
1808           showarrow: False,
1809           xref: "paper",
1810           yref: "paper",
1811           xanchor: "left",
1812           yanchor: "top",
1813           x: 0,
1814           y: -0.15,
1815           font: {
1816             family: "Consolas, Courier New",
1817             size: 15
1818           },
1819         },
1820       ]
1821
1822     plot-latency:
1823       titlefont:
1824         size: 18
1825       xaxis:
1826         title: "<b>Direction</b>"
1827         titlefont:
1828           size: 16
1829         autorange: True
1830         fixedrange: False
1831         gridcolor: "rgb(230, 230, 230)"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: False
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickmode: "linear"
1839         tickfont:
1840           size: 16
1841         zeroline: False
1842       yaxis:
1843         title: "<b>Packet Latency [uSec]</b>"
1844         titlefont:
1845           size: 16
1846         type: "linear"
1847         gridcolor: "rgb(230, 230, 230)"
1848         hoverformat: ".4s"
1849         linecolor: "rgb(220, 220, 220)"
1850         linewidth: 1
1851         showgrid: True
1852         showline: True
1853         showticklabels: True
1854         tickcolor: "rgb(220, 220, 220)"
1855         tickformat: ".4s"
1856         tickfont:
1857           size: 16
1858         zeroline: True
1859         rangemode: "tozero"
1860       legend:
1861         orientation: "h"
1862         font:
1863           size: 16
1864         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1865       autosize: False
1866       margin:
1867           't': 50
1868           'b': 150
1869           'l': 80
1870           'r': 10
1871       showlegend: True
1872       width: 700
1873       height: 700
1874       paper_bgcolor: "#fff"
1875       plot_bgcolor: "#fff"
1876       hoverlabel:
1877         namelength: -1
1878
1879     plot-hdrh-latency:
1880       title:
1881         text: ""
1882         xanchor: "center"
1883         x: 0.5
1884         font:
1885           size: 16
1886       width: 700
1887       plot_bgcolor: "white"
1888       annotations:
1889         - font:
1890             size: 14
1891           showarrow: False
1892           text: "<b>Packet Latency [uSec]</b>"
1893           x: 1
1894           xanchor: "right"
1895           xref: "paper"
1896           y: -0.045
1897           yanchor: "top"
1898           yref: "paper"
1899         - font:
1900             size: 14
1901           showarrow: False
1902           text: "<b>Probability [%]</b>"
1903           textangle: 270
1904           x: -0.06
1905           xanchor: "center"
1906           xref: "paper"
1907           y: 0.5
1908           yanchor: "middle"
1909           yref: "paper"
1910         - font:
1911             size: 14
1912           showarrow: False
1913           text: "<b>Direction: E-W</b>"
1914           x: 0.24
1915           xanchor: "center"
1916           xref: "paper"
1917           y: 1.05
1918           yanchor: "bottom"
1919           yref: "paper"
1920         - font:
1921             size: 14
1922           showarrow: False
1923           text: "<b>Direction: W-E</b>"
1924           x: 0.74
1925           xanchor: "center"
1926           xref: "paper"
1927           y: 1.05
1928           yanchor: "bottom"
1929           yref: "paper"
1930
1931     plot-hdrh-latency-percentile:
1932       title:
1933         text: ""
1934         xanchor: "center"
1935         x: 0.5
1936         font:
1937           size: 18
1938       xaxis:
1939         type: "log"
1940         title: "<b>Percentile [%]</b>"
1941         titlefont:
1942           size: 16
1943         autorange: True
1944         fixedrange: False
1945         gridcolor: "rgb(230, 230, 230)"
1946         linecolor: "rgb(220, 220, 220)"
1947         linewidth: 1
1948         showgrid: True
1949         showline: True
1950         showticklabels: True
1951         tickcolor: "rgb(220, 220, 220)"
1952         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1953         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1954         tickfont:
1955           size: 16
1956       yaxis:
1957         title: "<b>Packet Latency [uSec]</b>"
1958         titlefont:
1959           size: 16
1960         gridcolor: "rgb(230, 230, 230)"
1961         linecolor: "rgb(220, 220, 220)"
1962         linewidth: 1
1963         showgrid: True
1964         showline: True
1965         showticklabels: True
1966         tickcolor: "rgb(220, 220, 220)"
1967         tickfont:
1968           size: 16
1969       autosize: False
1970       showlegend: True
1971       legend:
1972         traceorder: "normal"
1973         orientation: "h"
1974         font:
1975           size: 16
1976         xanchor: "left"
1977         yanchor: "top"
1978         x: 0
1979         y: -0.15
1980         bgcolor: "rgba(255, 255, 255, 0)"
1981         bordercolor: "rgba(255, 255, 255, 0)"
1982       width: 700
1983       height: 700
1984       paper_bgcolor: "white"
1985       plot_bgcolor: "white"
1986
1987     plot-hdrh-latency-by-percentile:
1988       title:
1989         text: "<b>Latency by Percentile Distribution</b>"
1990         xanchor: "center"
1991         x: 0.5
1992         font:
1993           size: 18
1994       showlegend: True
1995       legend:
1996         traceorder: "normal"
1997         orientation: "h"
1998         font:
1999           size: 16
2000         xanchor: "left"
2001         yanchor: "top"
2002         x: 0
2003         y: -0.2
2004         bgcolor: "rgba(255, 255, 255, 0)"
2005         bordercolor: "rgba(255, 255, 255, 0)"
2006       xaxis:
2007         type: "linear"
2008         title: "<b>Percentile [%]</b>"
2009         titlefont:
2010           size: 14
2011         autorange: False
2012         fixedrange: False
2013         range: [0, 100]
2014         gridcolor: "rgb(230, 230, 230)"
2015         linecolor: "rgb(220, 220, 220)"
2016         linewidth: 1
2017         showgrid: True
2018         showline: True
2019         showticklabels: True
2020         tickcolor: "rgb(220, 220, 220)"
2021         tickvals: [0, 25, 50, 75, 100]
2022         ticktext: [0, 25, 50, 75, 100]
2023         tickfont:
2024           size: 14
2025       yaxis:
2026         title: "<b>One-Way Latency per Direction [uSec]</b>"
2027         titlefont:
2028           size: 14
2029         gridcolor: "rgb(230, 230, 230)"
2030         linecolor: "rgb(220, 220, 220)"
2031         linewidth: 1
2032         showgrid: True
2033         showline: True
2034         showticklabels: True
2035         tickcolor: "rgb(220, 220, 220)"
2036         tickfont:
2037           size: 14
2038       width: 700
2039       height: 700
2040       paper_bgcolor: "white"
2041       plot_bgcolor: "white"
2042
2043 - type: "static"
2044   src-path: "{DIR[RST]}"
2045   dst-path: "{DIR[WORKING,SRC]}"
2046
2047 - type: "input"
2048   general:
2049     file-name: "output_info.xml.gz"
2050     file-format: ".gz"
2051     arch-file-format:
2052       - ".gz"
2053       - ".zip"
2054     download-path: "{job}/{build}/archives/{filename}"
2055     extract: "output.xml"
2056
2057     zip-file-name: "robot-plugin.zip"
2058     zip-file-format: ".zip"
2059     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2060     zip-extract: "robot-plugin/output.xml"
2061
2062   builds:
2063
2064     csit-vpp-perf-verify-2001-3n-hsw:
2065       - 17  # MRR sel
2066     csit-vpp-perf-report-iterative-2005-3n-hsw:
2067       - 20  # NDRPDR sel env 4
2068       - 21  # NDRPDR sel env 4
2069       - 22  # NDRPDR sel env 4
2070       - 23  # NDRPDR sel env 4
2071       - 24  # NDRPDR sel env 4
2072       - 25  # NDRPDR sel env 4
2073       - 26  # NDRPDR sel env 4
2074       - 27  # NDRPDR sel env 4
2075       - 28  # NDRPDR sel env 4
2076       - 29  # NDRPDR sel env 4
2077       - 13  # MRR
2078       - 30  # MRR env 4
2079       - 31  # NDRPDR sel 2001.0-4
2080       - 32  # NDRPDR sel 2001.0-4
2081       - 33  # NDRPDR sel 2001.0-4
2082       - 34  # NDRPDR sel 2001.0-4
2083       - 35  # NDRPDR sel 2001.0-4
2084       - 36  # NDRPDR sel 2001.0-4
2085       - 38  # NDRPDR sel 2001.0-4
2086     csit-vpp-perf-report-iterative-2009-3n-hsw:
2087       - 18  # rls2005 MRR iter env 5
2088       - 9   # rls2005 NDRPDR iter env 5
2089       - 10  # rls2005 NDRPDR iter env 5
2090       - 11  # rls2005 NDRPDR iter env 5
2091       - 12  # rls2005 NDRPDR iter env 5
2092       - 13  # rls2005 NDRPDR iter env 5
2093       - 14  # rls2005 NDRPDR iter env 5
2094       - 15  # rls2005 NDRPDR iter env 5
2095       - 16  # rls2005 NDRPDR iter env 5
2096       - 17  # rls2005 NDRPDR iter env 5
2097       - 19  # rls2005 NDRPDR iter env 5
2098       - 23  # rls2009 MRR iter env 5
2099       - 21  # rls2009 NDRPDR iter env 5
2100       - 22  # rls2009 NDRPDR iter env 5
2101       - 24  # rls2009 NDRPDR iter env 5
2102       - 25  # rls2009 NDRPDR iter env 5
2103       - 26  # rls2009 NDRPDR iter env 5
2104       - 27  # rls2009 NDRPDR iter env 5
2105       - 28  # rls2009 NDRPDR iter env 5
2106       - 29  # rls2009 NDRPDR iter env 5
2107       - 30  # rls2009 NDRPDR iter env 5
2108       - 31  # rls2009 NDRPDR iter env 5
2109       - 32  # rls2009 Hoststack iter env 5
2110       - 33  # rls2009 Hoststack iter env 5
2111       - 34  # rls2009 Hoststack iter env 5
2112       - 35  # rls2009 Hoststack iter env 5
2113       - 36  # rls2009 Hoststack iter env 5
2114       - 37  # rls2009 Hoststack iter env 5
2115       - 38  # rls2009 Hoststack iter env 5
2116       - 39  # rls2009 Hoststack iter env 5
2117       - 40  # rls2009 Hoststack iter env 5
2118       - 41  # rls2009 Hoststack iter env 5
2119     # TODO: Add:
2120     csit-vpp-perf-report-coverage-2009-3n-hsw:
2121       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2122       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2123       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2124       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2125       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2126       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2127       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2128       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2129       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2130       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2131       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2132       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2133       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2134       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2135       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2136       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2137       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2138       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2139       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2140       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2141       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2142       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2143       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2144       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2145       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2146       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2147       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2148
2149     csit-vpp-perf-verify-2001-3n-skx:
2150       - 50  # MRR sel
2151       - 53  # MRR sel addition
2152     csit-vpp-perf-report-iterative-2005-3n-skx:
2153       - 4   # NDRPDR sel
2154       - 5   # NDRPDR sel ??? all x710 failed
2155       - 33  # NDRPDR sel
2156       - 28  # NDRPDR sel
2157       - 34  # NDRPDR sel
2158       - 42  # NDRPDR sel env 4
2159       - 43  # NDRPDR sel env 4
2160       - 44  # NDRPDR sel env 4
2161       - 45  # NDRPDR sel env 4
2162       - 47  # NDRPDR sel env 4
2163       - 55  # NDRPDR sel env 4
2164       - 56  # NDRPDR sel env 4
2165       - 57  # NDRPDR sel env 4
2166       - 61  # NDRPDR sel env 4
2167       - 62  # NDRPDR sel env 4
2168       - 50  # NDRPDR sel 2001.0-4
2169       - 51  # NDRPDR sel 2001.0-4
2170       - 52  # NDRPDR sel 2001.0-4
2171       - 53  # NDRPDR sel 2001.0-4
2172       - 54  # NDRPDR sel 2001.0-4
2173       - 49  # MRR sel env 4
2174     # TODO: Add:
2175     csit-vpp-perf-report-iterative-2009-3n-skx:
2176       - 17  # rls2005 MRR iter env 5
2177       - 13  # rls2005 NDRPDR iter env 5
2178       - 18  # rls2005 NDRPDR iter env 5
2179       - 19  # rls2005 NDRPDR iter env 5
2180       - 24  # rls2009 MRR iter env 5
2181       - 27  # rls2009 NDRPDR iter env 5
2182       - 28  # rls2009 NDRPDR iter env 5
2183       - 29  # rls2009 NDRPDR iter env 5
2184     # TODO: Add:
2185     csit-vpp-perf-report-coverage-2009-3n-skx:
2186       - 1   # RC2 env5 3n-skx-ip4-00
2187
2188     csit-vpp-perf-verify-2001-2n-skx:
2189       - 101  # MRR sel - old
2190       - 128  # MRR sel addition - old
2191     csit-vpp-perf-report-iterative-2005-2n-skx:
2192       - 88  # NDRPDR sel env 4
2193       - 89  # NDRPDR sel env 4
2194       - 90  # NDRPDR sel env 4
2195       - 91  # NDRPDR sel env 4
2196       - 92  # NDRPDR sel env 4
2197       - 93  # NDRPDR sel env 4
2198       - 94  # NDRPDR sel env 4
2199       - 125 # NDRPDR sel env 4
2200       - 126 # NDRPDR sel env 4
2201       - 127 # NDRPDR sel env 4
2202       - 100 # NDRPDR sel 2001.0-4
2203       - 101 # NDRPDR sel 2001.0-4
2204       - 102 # NDRPDR sel 2001.0-4
2205       - 103 # NDRPDR sel 2001.0-4
2206       - 104 # NDRPDR sel 2001.0-4
2207       - 105 # NDRPDR sel 2001.0-4
2208       - 99  # MRR sel env 4
2209       - 122 # Soak
2210       - 123 # Soak
2211       - 113 # nf-density-sel env 4
2212       - 114 # nf-density-sel env 4
2213       - 124 # nf-density-sel env 4
2214       - 128 # nf-density-sel env 4
2215       - 129 # nf-density-sel env 4
2216       - 131 # nf-density-sel env 4
2217       - 132 # nf-density-sel env 4
2218       - 135 # nf-density-sel env 4
2219       - 136 # nf-density-sel env 4
2220       - 139 # nf-density-sel env 4
2221       - 115 # MRR nf-density-sel env 4
2222     # TODO: Add:
2223     csit-vpp-perf-report-iterative-2009-2n-skx:
2224       - 20  # rls2005 MRR iter env 5
2225       - 13  # rls2005 NDRPDR iter env 5
2226       - 16  # rls2005 NDRPDR iter env 5
2227       - 17  # rls2005 NDRPDR iter env 5
2228       - 18  # rls2005 NDRPDR iter env 5
2229       - 19  # rls2005 NDRPDR iter env 5
2230       - 21  # rls2005 NDRPDR iter env 5
2231       - 22  # rls2005 NDRPDR iter env 5
2232       - 23  # rls2005 NDRPDR iter env 5
2233       - 24  # rls2005 NDRPDR iter env 5
2234       - 25  # rls2005 NDRPDR iter env 5
2235       - 26  # rls2009 MRR iter env 5
2236       - 35  # rls2009 NDRPDR iter env 5
2237       - 36  # rls2009 NDRPDR iter env 5
2238       - 37  # rls2009 NDRPDR iter env 5
2239       - 39  # rls2009 NDRPDR iter env 5
2240       - 40  # rls2009 NDRPDR iter env 5
2241       - 42  # rls2009 NDRPDR iter env 5
2242       - 44  # rls2009 NDRPDR iter env 5
2243       - 48  # rls2009 NDRPDR iter env 5
2244       - 54  # rls2009 NDRPDR iter NAT44 env 5
2245       - 38  # rls2009 nf-density iter env 5
2246       - 41  # rls2009 nf-density iter env 5
2247       - 45  # rls2009 nf-density iter env 5
2248       - 47  # rls2009 nf-density iter env 5
2249       - 49  # rls2009 nf-density iter env 5
2250       - 50  # rls2009 MRR nf-density iter env 5
2251       - 27  # rls2009 reconf env 5
2252       - 28  # rls2009 reconf env 5
2253       - 29  # rls2009 reconf env 5
2254       - 30  # rls2009 reconf env 5
2255       - 31  # rls2009 reconf env 5
2256       - 32  # rls2009 reconf env 5
2257       - 33  # rls2009 soak env 5
2258       - 34  # rls2009 soak env 5
2259     # TODO: Add:
2260     csit-vpp-perf-report-coverage-2009-2n-skx:
2261       - 7   # RC2 env5 2n-skx-ip4-00
2262
2263     csit-vpp-perf-verify-2001-2n-clx:
2264       - 39  # MRR
2265     csit-vpp-perf-report-iterative-2005-2n-clx:
2266       - 62  # NDRPDR sel env 4
2267       - 63  # NDRPDR sel env 4
2268       - 64  # NDRPDR sel env 4
2269       - 65  # NDRPDR sel env 4
2270       - 66  # NDRPDR sel env 4
2271       - 68  # NDRPDR sel env 4
2272       - 69  # NDRPDR sel env 4
2273       - 70  # NDRPDR sel env 4
2274       - 103 # NDRPDR sel env 4
2275       - 104 # NDRPDR sel env 4
2276       - 73  # NDRPDR sel 2001.0-4
2277       - 74  # NDRPDR sel 2001.0-4
2278       - 75  # NDRPDR sel 2001.0-4
2279       - 76  # NDRPDR sel 2001.0-4
2280       - 77  # NDRPDR sel 2001.0-4
2281       - 78  # NDRPDR sel 2001.0-4
2282       - 79  # NDRPDR sel 2001.0-4
2283       - 80  # NDRPDR sel 2001.0-4
2284       - 72  # MRR env 4
2285       - 91  # nfv-density-00 env 4
2286       - 92  # nfv-density-00 env 4
2287       - 93  # nfv-density-00 env 4
2288       - 97  # nfv-density-00 env 4
2289       - 98  # nfv-density-00 env 4
2290       - 99  # nfv-density-00 env 4
2291       - 100 # nfv-density-00 env 4
2292       - 105 # nfv-density-00 env 4
2293       - 106 # nfv-density-00 env 4
2294       - 108 # nfv-density-00 env 4
2295       - 96  # MRR nfv-density-00 env 4
2296     # TODO: Add:
2297     csit-vpp-perf-report-iterative-2009-2n-clx:
2298       - 16  # rls2005 MRR iter env 5
2299       - 13  # rls2005 NDRPDR iter env 5
2300       - 15  # rls2005 NDRPDR iter env 5
2301       - 17  # rls2005 NDRPDR iter env 5
2302       - 18  # rls2005 NDRPDR iter env 5
2303       - 19  # rls2005 NDRPDR iter env 5
2304       - 20  # rls2005 NDRPDR iter env 5
2305       - 21  # rls2005 NDRPDR iter env 5
2306       - 22  # rls2005 NDRPDR iter env 5
2307       - 23  # rls2005 NDRPDR iter env 5
2308       - 24  # rls2005 NDRPDR iter env 5
2309       - 35  # rls2009 MRR iter env 5
2310       - 36  # rls2009 NDRPDR iter env 5
2311       - 38  # rls2009 NDRPDR iter env 5
2312       - 40  # rls2009 NDRPDR iter env 5
2313       - 41  # rls2009 NDRPDR iter env 5
2314       - 37  # rls2009 nf-density iter env 5
2315       - 43  # rls2009 nf-density iter env 5
2316       - 25  # rls2009 reconf env 5
2317       - 27  # rls2009 reconf env 5
2318       - 28  # rls2009 reconf env 5
2319       - 29  # rls2009 reconf env 5
2320       - 30  # rls2009 reconf env 5
2321       - 30  # rls2009 reconf env 5
2322       - 32  # rls2009 reconf env 5
2323       - 33  # rls2009 soak env 5
2324       - 34  # rls2009 soak env 5
2325     # TODO: Add:
2326     csit-vpp-perf-report-coverage-2009-2n-clx:
2327       - 1   # RC2 env5 2n-clx-ip4-00
2328
2329     csit-vpp-perf-verify-2001-3n-tsh:
2330       - 9   # MRR sel
2331     csit-vpp-perf-report-iterative-2005-3n-tsh:
2332       - 9   # NDRPDR sel
2333       - 11  # NDRPDR sel
2334       - 12  # NDRPDR sel
2335       - 20  # NDRPDR sel
2336       - 14  # NDRPDR sel
2337       - 21  # NDRPDR sel
2338       - 23  # NDRPDR sel env 4
2339       - 25  # NDRPDR sel env 4
2340       - 33  # NDRPDR sel env 4
2341       - 34  # NDRPDR sel env 4
2342       - 35  # NDRPDR sel env 4
2343       - 36  # NDRPDR sel env 4
2344       - 37  # NDRPDR sel env 4
2345       - 38  # NDRPDR sel env 4
2346       - 39  # NDRPDR sel env 4
2347       - 40  # NDRPDR sel env 4
2348       - 28  # NDRPDR sel 2001.0-4
2349       - 29  # NDRPDR sel 2001.0-4
2350       - 31  # NDRPDR sel 2001.0-4
2351       - 27  # MRR sel env 4
2352     # TODO: Add:
2353     csit-vpp-perf-report-iterative-2009-3n-tsh:
2354       - 8   # rls2005 NDRPDR iter env 5
2355       - 11  # rls2005 NDRPDR iter env 5
2356       - 12  # rls2005 NDRPDR iter env 5
2357       - 13  # rls2005 MRR iter env 5
2358       - 14  # rls2009 NDRPDR iter env 5
2359     csit-vpp-perf-report-coverage-2009-3n-tsh:
2360       - 1   # RC2 3n-tsh-ip4-00
2361
2362 #    csit-vpp-perf-verify-2001-3n-dnv:
2363 #      - 5   # NDRPDR sel
2364 #      - 6   # NDRPDR sel
2365 #      - 7   # NDRPDR sel
2366 #      - 8   # NDRPDR sel
2367 #      - 9   # NDRPDR sel
2368 #      - 10  # NDRPDR sel
2369 #      - 12  # NDRPDR sel
2370 #      - 16  # NDRPDR sel
2371 #      - 17  # NDRPDR sel
2372 #      - 18  # NDRPDR sel
2373 #      - 11  # MRR sel
2374     # TODO: Add:
2375     csit-vpp-perf-report-iterative-2009-3n-dnv:
2376       - 3   # rls2009 NDRPDR iter env 5
2377       - 6   # rls2009 NDRPDR iter env 5
2378       - 7   # rls2009 NDRPDR iter env 5
2379       - 8   # rls2009 NDRPDR iter env 5
2380       - 10  # rls2009 NDRPDR iter env 5
2381       - 11  # rls2009 NDRPDR iter env 5
2382       - 12  # rls2009 NDRPDR iter env 5
2383 #    # TODO: Add:
2384 #    # csit-vpp-perf-report-coverage-2009-3n-dnv:
2385
2386 #    csit-vpp-perf-verify-2001-2n-dnv:
2387 #      - 4   # NDRPDR sel
2388 #      - 5   # NDRPDR sel
2389 #      - 6   # NDRPDR sel
2390 #      - 7   # NDRPDR sel
2391 #      - 8   # NDRPDR sel
2392 #      - 9   # NDRPDR sel
2393 #      - 10  # NDRPDR sel
2394 #      - 11  # NDRPDR sel
2395 #      - 13  # NDRPDR sel
2396 #      - 16  # NDRPDR sel
2397 #      - 12  # MRR sel
2398     # TODO: Add:
2399     csit-vpp-perf-report-iterative-2009-2n-dnv:
2400       - 3   # rls2009 NDRPDR iter env 5
2401       - 5   # rls2009 NDRPDR iter env 5
2402       - 6   # rls2009 NDRPDR iter env 5
2403       - 7   # rls2009 NDRPDR iter env 5
2404       - 9   # rls2009 NDRPDR iter env 5
2405       - 10  # rls2009 NDRPDR iter env 5
2406       - 11  # rls2009 NDRPDR iter env 5
2407       - 12  # rls2009 NDRPDR iter env 5
2408       - 14  # rls2009 NDRPDR iter env 5
2409       - 15  # rls2009 NDRPDR iter env 5
2410       - 13  # rls2009 MRR iter env 5
2411     # TODO: Add:
2412     csit-vpp-perf-report-coverage-2009-2n-dnv:
2413       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2414       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2415
2416     csit-dpdk-perf-verify-2001-3n-hsw:
2417       - 4   # NDRPDR sel
2418       - 5   # NDRPDR sel
2419       - 6   # NDRPDR sel
2420       - 7   # NDRPDR sel
2421       - 8   # NDRPDR sel
2422       - 9   # NDRPDR sel
2423       - 10  # NDRPDR sel
2424       - 11  # NDRPDR sel
2425       - 12  # NDRPDR sel
2426       - 13  # NDRPDR sel
2427       - 15  # NDRPDR sel
2428       - 16  # NDRPDR sel
2429       - 17  # NDRPDR sel
2430       - 18  # NDRPDR sel
2431       - 19  # NDRPDR sel
2432       - 20  # NDRPDR sel
2433       - 21  # NDRPDR sel
2434       - 22  # NDRPDR sel
2435       - 23  # NDRPDR sel
2436       - 24  # NDRPDR sel
2437     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2438       - 25  # NDRPDR iter
2439       - 26  # NDRPDR iter
2440       - 27  # NDRPDR iter
2441       - 28  # NDRPDR iter
2442       - 29  # NDRPDR iter
2443       - 30  # NDRPDR iter
2444       - 31  # NDRPDR iter
2445       - 32  # NDRPDR iter
2446       - 33  # NDRPDR iter
2447       - 34  # NDRPDR iter
2448     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2449       - 6   # NDRPDR iter env5
2450       - 7   # NDRPDR iter env5
2451       - 8   # NDRPDR iter env5
2452       - 9   # NDRPDR iter env5
2453       - 10  # NDRPDR iter env5
2454       - 11  # NDRPDR iter env5
2455       - 12  # NDRPDR iter env5
2456       - 13  # NDRPDR iter env5
2457       - 14  # NDRPDR iter env5
2458       - 15  # NDRPDR iter env5
2459
2460     csit-dpdk-perf-verify-2001-3n-skx:
2461       - 29  # NDRPDR sel xxv710
2462       - 33  # NDRPDR sel xxv710
2463       - 34  # NDRPDR sel xxv710
2464       - 35  # NDRPDR sel xxv710
2465       - 36  # NDRPDR sel xxv710
2466       - 37  # NDRPDR sel xxv710
2467       - 41  # NDRPDR sel xxv710
2468       - 42  # NDRPDR sel xxv710
2469       - 43  # NDRPDR sel xxv710
2470       - 45  # NDRPDR sel xxv710
2471       - 30  # NDRPDR sel x710
2472       - 31  # NDRPDR sel x710
2473       - 32  # NDRPDR sel x710
2474       - 38  # NDRPDR sel x710
2475       - 39  # NDRPDR sel x710
2476       - 40  # NDRPDR sel x710
2477       - 44  # NDRPDR sel x710
2478       - 46  # NDRPDR sel x710
2479       - 47  # NDRPDR sel x710
2480       - 48  # NDRPDR sel x710
2481     csit-dpdk-perf-report-iterative-2005-3n-skx:
2482       - 28  # NDRPDR iter
2483       - 29  # NDRPDR iter
2484       - 30  # NDRPDR iter
2485       - 31  # NDRPDR iter
2486       - 32  # NDRPDR iter
2487       - 33  # NDRPDR iter
2488       - 34  # NDRPDR iter
2489       - 35  # NDRPDR iter
2490       - 36  # NDRPDR iter
2491       - 37  # NDRPDR iter
2492     csit-dpdk-perf-report-iterative-2009-3n-skx:
2493       - 4   # NDRPDR sel env5
2494       - 5   # NDRPDR sel env5
2495       - 6   # NDRPDR sel env5
2496       - 7   # NDRPDR sel env5
2497       - 8   # NDRPDR sel env5
2498       - 9   # NDRPDR sel env5
2499       - 14  # NDRPDR sel env5
2500       - 11  # NDRPDR sel env5
2501       - 12  # NDRPDR sel env5
2502       - 13  # NDRPDR sel env5
2503
2504     csit-dpdk-perf-verify-2001-2n-skx:
2505       - 35  # NDRPDR sel xxv710
2506       - 36  # NDRPDR sel xxv710
2507       - 37  # NDRPDR sel xxv710
2508       - 41  # NDRPDR sel xxv710
2509       - 42  # NDRPDR sel xxv710
2510       - 43  # NDRPDR sel xxv710
2511       - 46  # NDRPDR sel xxv710
2512       - 47  # NDRPDR sel xxv710
2513       - 52  # NDRPDR sel xxv710
2514       - 53  # NDRPDR sel xxv710
2515       - 38  # NDRPDR sel x710
2516       - 39  # NDRPDR sel x710
2517       - 40  # NDRPDR sel x710
2518       - 44  # NDRPDR sel x710
2519       - 45  # NDRPDR sel x710
2520       - 48  # NDRPDR sel x710
2521       - 49  # NDRPDR sel x710
2522       - 50  # NDRPDR sel x710
2523       - 51  # NDRPDR sel x710
2524       - 54  # NDRPDR sel x710
2525     csit-dpdk-perf-report-iterative-2005-2n-skx:
2526       - 20  # NDRPDR iter
2527       - 21  # NDRPDR iter
2528       - 22  # NDRPDR iter
2529       - 23  # NDRPDR iter
2530       - 24  # NDRPDR iter
2531       - 25  # NDRPDR iter
2532       - 26  # NDRPDR iter
2533       - 27  # NDRPDR iter
2534       - 28  # NDRPDR iter
2535       - 29  # NDRPDR iter
2536     csit-dpdk-perf-report-iterative-2009-2n-skx:
2537       - 4   # NDRPDR iter env5
2538       - 5   # NDRPDR iter env5
2539       - 6   # NDRPDR iter env5
2540       - 7   # NDRPDR iter env5
2541       - 8   # NDRPDR iter env5
2542       - 9   # NDRPDR iter env5
2543       - 10  # NDRPDR iter env5
2544       - 11  # NDRPDR iter env5
2545       - 12  # NDRPDR iter env5
2546       - 13  # NDRPDR iter env5
2547
2548     csit-dpdk-perf-verify-2001-2n-clx:
2549       - 15  # NDRPDR sel
2550       - 16  # NDRPDR sel
2551       - 17  # NDRPDR sel
2552       - 18  # NDRPDR sel
2553       - 19  # NDRPDR sel
2554       - 20  # NDRPDR sel
2555       - 21  # NDRPDR sel
2556       - 22  # NDRPDR sel
2557       - 23  # NDRPDR sel
2558       - 24  # NDRPDR sel
2559       - 25  # NDRPDR sel
2560       - 26  # NDRPDR sel
2561       - 27  # NDRPDR sel
2562       - 28  # NDRPDR sel
2563       - 29  # NDRPDR sel
2564       - 30  # NDRPDR sel
2565       - 31  # NDRPDR sel
2566       - 32  # NDRPDR sel
2567       - 33  # NDRPDR sel
2568       - 34  # NDRPDR sel
2569     csit-dpdk-perf-report-iterative-2005-2n-clx:
2570       - 20  # NDRPDR iter
2571       - 21  # NDRPDR iter
2572       - 22  # NDRPDR iter
2573       - 23  # NDRPDR iter
2574       - 24  # NDRPDR iter
2575       - 25  # NDRPDR iter
2576       - 26  # NDRPDR iter
2577       - 27  # NDRPDR iter
2578       - 28  # NDRPDR iter
2579       - 29  # NDRPDR iter
2580     csit-dpdk-perf-report-iterative-2009-2n-clx:
2581       - 4   # NDRPDR iter env5
2582       - 5   # NDRPDR iter env5
2583       - 6   # NDRPDR iter env5
2584       - 7   # NDRPDR iter env5
2585       - 8   # NDRPDR iter env5
2586       - 9   # NDRPDR iter env5
2587       - 10  # NDRPDR iter env5
2588       - 11  # NDRPDR iter env5
2589       - 12  # NDRPDR iter env5
2590       - 13  # NDRPDR iter env5
2591
2592 #    csit-dpdk-perf-verify-2001-2n-dnv:
2593 #      - 9   # NDRPDR sel
2594 #      - 10  # NDRPDR sel
2595 #      - 11  # NDRPDR sel
2596 #      - 12  # NDRPDR sel
2597 #      - 13  # NDRPDR sel
2598 #      - 14  # NDRPDR sel
2599 #      - 15  # NDRPDR sel
2600 #      - 16  # NDRPDR sel
2601 #      - 17  # NDRPDR sel
2602 #      - 18  # NDRPDR sel
2603 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2604 #      - 8   # NDRPDR sel
2605 #      - 9   # NDRPDR sel
2606 #      - 10  # NDRPDR sel
2607 #      - 11  # NDRPDR sel
2608 #      - 12  # NDRPDR sel
2609 #      - 13  # NDRPDR sel
2610 #      - 14  # NDRPDR sel
2611 #      - 15  # NDRPDR sel
2612 #      - 16  # NDRPDR sel
2613 #      - 17  # NDRPDR sel
2614 #    # TODO: Add:
2615 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2616
2617 #    csit-dpdk-perf-verify-2001-3n-dnv:
2618 #      - 12  # NDRPDR sel
2619 #      - 13  # NDRPDR sel
2620 #      - 14  # NDRPDR sel
2621 #      - 15  # NDRPDR sel
2622 #      - 16  # NDRPDR sel
2623 #      - 17  # NDRPDR sel
2624 #      - 18  # NDRPDR sel
2625 #      - 19  # NDRPDR sel
2626 #      - 20  # NDRPDR sel
2627 #      - 22  # NDRPDR sel
2628 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2629 #      - 6   # NDRPDR sel
2630 #      - 7   # NDRPDR sel
2631 #      - 8   # NDRPDR sel
2632 #      - 9   # NDRPDR sel
2633 #      - 10  # NDRPDR sel
2634 #      - 11  # NDRPDR sel
2635 #      - 12  # NDRPDR sel
2636 #      - 13  # NDRPDR sel
2637 #      - 14  # NDRPDR sel
2638 #      - 16  # NDRPDR sel
2639 #    # TODO: Add:
2640 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2641
2642     csit-dpdk-perf-verify-2001-3n-tsh:
2643       - 3   # NDRPDR sel
2644       - 4   # NDRPDR sel
2645       - 5   # NDRPDR sel
2646       - 9   # NDRPDR sel
2647       - 10  # NDRPDR sel
2648       - 11  # NDRPDR sel
2649       - 12  # NDRPDR sel
2650       - 14  # NDRPDR sel
2651       - 15  # NDRPDR sel
2652       - 18  # NDRPDR sel
2653     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2654       - 5   # NDRPDR sel
2655     # TODO: Add:
2656     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2657       - 1   # NDRPDR iter env5
2658       - 2   # NDRPDR iter env5
2659       - 3   # NDRPDR iter env5
2660       - 4   # NDRPDR iter env5
2661       - 5   # NDRPDR iter env5
2662       - 6   # NDRPDR iter env5
2663       - 7   # NDRPDR iter env5
2664       - 9   # NDRPDR iter env5
2665       - 10  # NDRPDR iter env5
2666
2667     # TODO: Add:
2668     csit-vpp-device-2009-ubuntu1804-1n-skx:
2669       - 131 # rls2009 env 5
2670
2671 - type: "output"
2672   output: "report"
2673   format:
2674     html:
2675     - full
2676 #    pdf:
2677 #    - minimal
2678
2679 ################################################################################
2680 ###                               T A B L E S                                ###
2681 ################################################################################
2682
2683 # VPP Soak vs NDR - 2n-skx
2684 - type: "table"
2685   title: "VPP Soak vs NDR 2n-skx"
2686   algorithm: "table_soak_vs_ndr"
2687   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2688   reference:
2689     title: "NDR"
2690     data: "vpp-soak-vs-ndr-2n-skx-ref"
2691   compare:
2692     title: "Soak"
2693     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2694   data: "vpp-soak-vs-ndr-2n-skx"
2695   include-tests: "NDR"
2696   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2697   parameters:
2698     - "throughput"
2699     - "name"
2700     - "parent"
2701
2702 # VPP Soak vs NDR - 2n-clx
2703 - type: "table"
2704   title: "VPP Soak vs NDR 2n-clx"
2705   algorithm: "table_soak_vs_ndr"
2706   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2707   reference:
2708     title: "NDR"
2709     data: "vpp-soak-vs-ndr-2n-clx-ref"
2710   compare:
2711     title: "Soak"
2712     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2713   data: "vpp-soak-vs-ndr-2n-clx"
2714   include-tests: "NDR"
2715   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2716   parameters:
2717     - "throughput"
2718     - "name"
2719     - "parent"
2720
2721 ################################################################################
2722
2723 ## VPP Compare NICs 3n-skx 2t1c ndr
2724 #- type: "table"
2725 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2726 #  algorithm: "table_comparison"
2727 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2728 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2729 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2730 #  columns:
2731 #    - title: "x710"
2732 #      data-set: "vpp-nic-comparison-3n-skx"
2733 #      tag: "NIC_Intel-X710"
2734 #    - title: "xxv710"
2735 #      data-set: "vpp-nic-comparison-3n-skx"
2736 #      tag: "NIC_Intel-XXV710"
2737 #  comparisons:
2738 #    - title: "Diff"
2739 #      reference: 1
2740 #      compare: 2
2741 #  legend:
2742 #    - ""
2743 #    - "x710, xxv710 - NICs tested."
2744 #    - "Diff - difference between x710 and xxv710 NIC."
2745 #
2746 ## VPP Compare NICs 3n-skx 4t2c ndr
2747 #- type: "table"
2748 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2749 #  algorithm: "table_comparison"
2750 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2751 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2752 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2753 #  columns:
2754 #    - title: "x710"
2755 #      data-set: "vpp-nic-comparison-3n-skx"
2756 #      tag: "NIC_Intel-X710"
2757 #    - title: "xxv710"
2758 #      data-set: "vpp-nic-comparison-3n-skx"
2759 #      tag: "NIC_Intel-XXV710"
2760 #  comparisons:
2761 #    - title: "Diff"
2762 #      reference: 1
2763 #      compare: 2
2764 #  legend:
2765 #    - ""
2766 #    - "x710, xxv710 - NICs tested."
2767 #    - "Diff - difference between x710 and xxv710 NIC."
2768 #
2769 ## VPP Compare NICs 3n-skx 2t1c pdr
2770 #- type: "table"
2771 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2772 #  algorithm: "table_comparison"
2773 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2774 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2775 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2776 #  columns:
2777 #    - title: "x710"
2778 #      data-set: "vpp-nic-comparison-3n-skx"
2779 #      tag: "NIC_Intel-X710"
2780 #    - title: "xxv710"
2781 #      data-set: "vpp-nic-comparison-3n-skx"
2782 #      tag: "NIC_Intel-XXV710"
2783 #  comparisons:
2784 #    - title: "Diff"
2785 #      reference: 1
2786 #      compare: 2
2787 #  legend:
2788 #    - ""
2789 #    - "x710, xxv710 - NICs tested."
2790 #    - "Diff - difference between x710 and xxv710 NIC."
2791 #
2792 ## VPP Compare NICs 3n-skx 4t2c pdr
2793 #- type: "table"
2794 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2795 #  algorithm: "table_comparison"
2796 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2797 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2798 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2799 #  columns:
2800 #    - title: "x710"
2801 #      data-set: "vpp-nic-comparison-3n-skx"
2802 #      tag: "NIC_Intel-X710"
2803 #    - title: "xxv710"
2804 #      data-set: "vpp-nic-comparison-3n-skx"
2805 #      tag: "NIC_Intel-XXV710"
2806 #  comparisons:
2807 #    - title: "Diff"
2808 #      reference: 1
2809 #      compare: 2
2810 #  legend:
2811 #    - ""
2812 #    - "x710, xxv710 - NICs tested."
2813 #    - "Diff - difference between x710 and xxv710 NIC."
2814
2815 ## VPP Compare NICs 3n-skx 2t1c mrr
2816 #- type: "table"
2817 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2818 #  algorithm: "table_comparison"
2819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2821 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2822 #  columns:
2823 #    - title: "x710"
2824 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2825 #      tag: "NIC_Intel-X710"
2826 #    - title: "xxv710"
2827 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2828 #      tag: "NIC_Intel-XXV710"
2829 #  comparisons:
2830 #    - title: "Diff"
2831 #      reference: 1
2832 #      compare: 2
2833 #  legend:
2834 #    - ""
2835 #    - "x710, xxv710 - NICs tested."
2836 #    - "Diff - difference between x710 and xxv710 NIC."
2837 #
2838 ## VPP Compare NICs 3n-skx 4t2c mrr
2839 #- type: "table"
2840 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2841 #  algorithm: "table_comparison"
2842 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2843 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2844 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2845 #  columns:
2846 #    - title: "x710"
2847 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2848 #      tag: "NIC_Intel-X710"
2849 #    - title: "xxv710"
2850 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2851 #      tag: "NIC_Intel-XXV710"
2852 #  comparisons:
2853 #    - title: "Diff"
2854 #      reference: 1
2855 #      compare: 2
2856 #  legend:
2857 #    - ""
2858 #    - "x710, xxv710 - NICs tested."
2859 #    - "Diff - difference between x710 and xxv710 NIC."
2860 #
2861 ## VPP Compare NICs 3n-skx 8t4c mrr
2862 #- type: "table"
2863 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2864 #  algorithm: "table_comparison"
2865 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2866 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2867 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2868 #  columns:
2869 #    - title: "x710"
2870 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2871 #      tag: "NIC_Intel-X710"
2872 #    - title: "xxv710"
2873 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2874 #      tag: "NIC_Intel-XXV710"
2875 #  comparisons:
2876 #    - title: "Diff"
2877 #      reference: 1
2878 #      compare: 2
2879 #  legend:
2880 #    - ""
2881 #    - "x710, xxv710 - NICs tested."
2882 #    - "Diff - difference between x710 and xxv710 NIC."
2883
2884 # VPP Compare NICs 2n-skx 2t1c ndr
2885 - type: "table"
2886   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2887   algorithm: "table_comparison"
2888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2890   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2891   columns:
2892     - title: "x710"
2893       data-set: "vpp-nic-comparison-2n-skx"
2894       tag: "NIC_Intel-X710"
2895     - title: "xxv710"
2896       data-set: "vpp-nic-comparison-2n-skx"
2897       tag: "NIC_Intel-XXV710"
2898   comparisons:
2899     - title: "Diff"
2900       reference: 1
2901       compare: 2
2902   legend:
2903     - ""
2904     - "x710, xxv710 - NICs tested."
2905     - "Diff - difference between x710 and xxv710 NIC."
2906
2907 # VPP Compare NICs 2n-skx 4t2c ndr
2908 - type: "table"
2909   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2910   algorithm: "table_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2912   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2913   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2914   columns:
2915     - title: "x710"
2916       data-set: "vpp-nic-comparison-2n-skx"
2917       tag: "NIC_Intel-X710"
2918     - title: "xxv710"
2919       data-set: "vpp-nic-comparison-2n-skx"
2920       tag: "NIC_Intel-XXV710"
2921   comparisons:
2922     - title: "Diff"
2923       reference: 1
2924       compare: 2
2925   legend:
2926     - ""
2927     - "x710, xxv710 - NICs tested."
2928     - "Diff - difference between x710 and xxv710 NIC."
2929
2930 # VPP Compare NICs 2n-skx 2t1c pdr
2931 - type: "table"
2932   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2933   algorithm: "table_comparison"
2934   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2936   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2937   columns:
2938     - title: "x710"
2939       data-set: "vpp-nic-comparison-2n-skx"
2940       tag: "NIC_Intel-X710"
2941     - title: "xxv710"
2942       data-set: "vpp-nic-comparison-2n-skx"
2943       tag: "NIC_Intel-XXV710"
2944   comparisons:
2945     - title: "Diff"
2946       reference: 1
2947       compare: 2
2948   legend:
2949     - ""
2950     - "x710, xxv710 - NICs tested."
2951     - "Diff - difference between x710 and xxv710 NIC."
2952
2953 # VPP Compare NICs 2n-skx 4t2c pdr
2954 - type: "table"
2955   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2956   algorithm: "table_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2958   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2959   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2960   columns:
2961     - title: "x710"
2962       data-set: "vpp-nic-comparison-2n-skx"
2963       tag: "NIC_Intel-X710"
2964     - title: "xxv710"
2965       data-set: "vpp-nic-comparison-2n-skx"
2966       tag: "NIC_Intel-XXV710"
2967   comparisons:
2968     - title: "Diff"
2969       reference: 1
2970       compare: 2
2971   legend:
2972     - ""
2973     - "x710, xxv710 - NICs tested."
2974     - "Diff - difference between x710 and xxv710 NIC."
2975
2976 # VPP Compare NICs 2n-skx 2t1c mrr
2977 - type: "table"
2978   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2979   algorithm: "table_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2983   columns:
2984     - title: "x710"
2985       data-set: "vpp-nic-comparison-2n-skx-mrr"
2986       tag: "NIC_Intel-X710"
2987     - title: "xxv710"
2988       data-set: "vpp-nic-comparison-2n-skx-mrr"
2989       tag: "NIC_Intel-XXV710"
2990   comparisons:
2991     - title: "Diff"
2992       reference: 1
2993       compare: 2
2994   legend:
2995     - ""
2996     - "x710, xxv710 - NICs tested."
2997     - "Diff - difference between x710 and xxv710 NIC."
2998
2999 # VPP Compare NICs 2n-skx 4t2c mrr
3000 - type: "table"
3001   title: "VPP Compare NICs 2n-skx 4t2c mrr"
3002   algorithm: "table_comparison"
3003   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
3004   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3005   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
3006   columns:
3007     - title: "x710"
3008       data-set: "vpp-nic-comparison-2n-skx-mrr"
3009       tag: "NIC_Intel-X710"
3010     - title: "xxv710"
3011       data-set: "vpp-nic-comparison-2n-skx-mrr"
3012       tag: "NIC_Intel-XXV710"
3013   comparisons:
3014     - title: "Diff"
3015       reference: 1
3016       compare: 2
3017   legend:
3018     - ""
3019     - "x710, xxv710 - NICs tested."
3020     - "Diff - difference between x710 and xxv710 NIC."
3021
3022 # VPP Compare NICs 2n-skx 8t4c mrr
3023 - type: "table"
3024   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3025   algorithm: "table_comparison"
3026   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3027   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3028   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3029   columns:
3030     - title: "x710"
3031       data-set: "vpp-nic-comparison-2n-skx-mrr"
3032       tag: "NIC_Intel-X710"
3033     - title: "xxv710"
3034       data-set: "vpp-nic-comparison-2n-skx-mrr"
3035       tag: "NIC_Intel-XXV710"
3036   comparisons:
3037     - title: "Diff"
3038       reference: 1
3039       compare: 2
3040   legend:
3041     - ""
3042     - "x710, xxv710 - NICs tested."
3043     - "Diff - difference between x710 and xxv710 NIC."
3044
3045 ################################################################################
3046 # VPP
3047
3048 # VPP Performance Changes 3n-hsw 1t1c pdr
3049 - type: "table"
3050   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3051   algorithm: "table_comparison"
3052   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3053   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3054   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3055   columns:
3056     - title: "2001.0-4"
3057       data-set: "vpp-performance-changes-3n-hsw-h1"
3058     - title: "2005.0-4"
3059       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3060     - title: "2005.0-5"
3061       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3062     - title: "2009.0-5"
3063       data-set: "vpp-performance-changes-3n-hsw-cmp"
3064   comparisons:
3065     - title: "2005.0-5 vs 2005.0-4"
3066       reference: 2
3067       compare: 3
3068 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3069     - title: "2009.0-5 vs 2005.0-5"
3070       reference: 3
3071       compare: 4
3072 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3073   legend:
3074     - ''
3075     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3076     - '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).'
3077     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3078     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3079     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3080
3081 # VPP Performance Changes 3n-hsw 2t2c pdr
3082 - type: "table"
3083   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3084   algorithm: "table_comparison"
3085   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3086   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3087   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3088   columns:
3089     - title: "2001.0-4"
3090       data-set: "vpp-performance-changes-3n-hsw-h1"
3091     - title: "2005.0-4"
3092       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3093     - title: "2005.0-5"
3094       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3095     - title: "2009.0-5"
3096       data-set: "vpp-performance-changes-3n-hsw-cmp"
3097   comparisons:
3098     - title: "2005.0-5 vs 2005.0-4"
3099       reference: 2
3100       compare: 3
3101 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3102     - title: "2009.0-5 vs 2005.0-5"
3103       reference: 3
3104       compare: 4
3105 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3106   legend:
3107     - ''
3108     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3109     - '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).'
3110     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3111     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3112     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3113
3114 # VPP Performance Changes 3n-hsw 1t1c ndr
3115 - type: "table"
3116   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3117   algorithm: "table_comparison"
3118   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3119   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3120   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3121   columns:
3122     - title: "2001.0-4"
3123       data-set: "vpp-performance-changes-3n-hsw-h1"
3124     - title: "2005.0-4"
3125       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3126     - title: "2005.0-5"
3127       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3128     - title: "2009.0-5"
3129       data-set: "vpp-performance-changes-3n-hsw-cmp"
3130   comparisons:
3131     - title: "2005.0-5 vs 2005.0-4"
3132       reference: 2
3133       compare: 3
3134 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3135     - title: "2009.0-5 vs 2005.0-5"
3136       reference: 3
3137       compare: 4
3138 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3139   legend:
3140     - ''
3141     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3142     - '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).'
3143     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3144     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3145     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3146
3147 # VPP Performance Changes 3n-hsw 2t2c ndr
3148 - type: "table"
3149   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3150   algorithm: "table_comparison"
3151   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3153   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3154   columns:
3155     - title: "2001.0-4"
3156       data-set: "vpp-performance-changes-3n-hsw-h1"
3157     - title: "2005.0-4"
3158       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3159     - title: "2005.0-5"
3160       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3161     - title: "2009.0-5"
3162       data-set: "vpp-performance-changes-3n-hsw-cmp"
3163   comparisons:
3164     - title: "2005.0-5 vs 2005.0-4"
3165       reference: 2
3166       compare: 3
3167 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3168     - title: "2009.0-5 vs 2005.0-5"
3169       reference: 3
3170       compare: 4
3171 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3172   legend:
3173     - ''
3174     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3175     - '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).'
3176     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3177     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3178     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3179
3180 # VPP Performance Changes 3n-skx 2t1c pdr
3181 - type: "table"
3182   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3183   algorithm: "table_comparison"
3184   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3185   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3186   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3187   columns:
3188     - title: "2001.0-4"
3189       data-set: "vpp-performance-changes-3n-skx-h1"
3190     - title: "2005.0-4"
3191       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3192     - title: "2005.0-5"
3193       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3194     - title: "2009.0-5"
3195       data-set: "vpp-performance-changes-3n-skx-cmp"
3196   comparisons:
3197     - title: "2005.0-5 vs 2005.0-4"
3198       reference: 2
3199       compare: 3
3200 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3201     - title: "2009.0-5 vs 2005.0-5"
3202       reference: 3
3203       compare: 4
3204 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3205   legend:
3206     - ''
3207     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3208     - '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).'
3209     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3210     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3211     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3212
3213 # VPP Performance Changes 3n-skx 4t2c pdr
3214 - type: "table"
3215   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3216   algorithm: "table_comparison"
3217   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3218   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3219   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3220   columns:
3221     - title: "2001.0-4"
3222       data-set: "vpp-performance-changes-3n-skx-h1"
3223     - title: "2005.0-4"
3224       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3225     - title: "2005.0-5"
3226       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3227     - title: "2009.0-5"
3228       data-set: "vpp-performance-changes-3n-skx-cmp"
3229   comparisons:
3230     - title: "2005.0-5 vs 2005.0-4"
3231       reference: 2
3232       compare: 3
3233 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3234     - title: "2009.0-5 vs 2005.0-5"
3235       reference: 3
3236       compare: 4
3237 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3238   legend:
3239     - ''
3240     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3241     - '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).'
3242     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3243     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3244     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3245
3246 # VPP Performance Changes 3n-skx 2t1c ndr
3247 - type: "table"
3248   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3249   algorithm: "table_comparison"
3250   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3251   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3252   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3253   columns:
3254     - title: "2001.0-4"
3255       data-set: "vpp-performance-changes-3n-skx-h1"
3256     - title: "2005.0-4"
3257       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3258     - title: "2005.0-5"
3259       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3260     - title: "2009.0-5"
3261       data-set: "vpp-performance-changes-3n-skx-cmp"
3262   comparisons:
3263     - title: "2005.0-5 vs 2005.0-4"
3264       reference: 2
3265       compare: 3
3266 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3267     - title: "2009.0-5 vs 2005.0-5"
3268       reference: 3
3269       compare: 4
3270 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3271   legend:
3272     - ''
3273     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3274     - '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).'
3275     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3276     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3277     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3278
3279 # VPP Performance Changes 3n-skx 4t2c ndr
3280 - type: "table"
3281   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3282   algorithm: "table_comparison"
3283   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3284   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3285   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3286   columns:
3287     - title: "2001.0-4"
3288       data-set: "vpp-performance-changes-3n-skx-h1"
3289     - title: "2005.0-4"
3290       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3291     - title: "2005.0-5"
3292       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3293     - title: "2009.0-5"
3294       data-set: "vpp-performance-changes-3n-skx-cmp"
3295   comparisons:
3296     - title: "2005.0-5 vs 2005.0-4"
3297       reference: 2
3298       compare: 3
3299 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3300     - title: "2009.0-5 vs 2005.0-5"
3301       reference: 3
3302       compare: 4
3303 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3304   legend:
3305     - ''
3306     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3307     - '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).'
3308     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3309     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3310     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3311
3312 # VPP Performance Changes 2n-skx 2t1c pdr
3313 - type: "table"
3314   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3315   algorithm: "table_comparison"
3316   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3317   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3318   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3319   columns:
3320     - title: "2001.0-4"
3321       data-set: "vpp-performance-changes-2n-skx-h1"
3322     - title: "2005.0-4"
3323       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3324     - title: "2005.0-5"
3325       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3326     - title: "2009.0-5"
3327       data-set: "vpp-performance-changes-2n-skx-cmp"
3328   comparisons:
3329     - title: "2005.0-5 vs 2005.0-4"
3330       reference: 2
3331       compare: 3
3332 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3333     - title: "2009.0-5 vs 2005.0-5"
3334       reference: 3
3335       compare: 4
3336 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3337   legend:
3338     - ''
3339     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3340     - '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).'
3341     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3342     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3343     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3344
3345 # VPP Performance Changes 2n-skx 4t2c pdr
3346 - type: "table"
3347   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3348   algorithm: "table_comparison"
3349   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3350   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3351   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3352   columns:
3353     - title: "2001.0-4"
3354       data-set: "vpp-performance-changes-2n-skx-h1"
3355     - title: "2005.0-4"
3356       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3357     - title: "2005.0-5"
3358       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3359     - title: "2009.0-5"
3360       data-set: "vpp-performance-changes-2n-skx-cmp"
3361   comparisons:
3362     - title: "2005.0-5 vs 2005.0-4"
3363       reference: 2
3364       compare: 3
3365 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3366     - title: "2009.0-5 vs 2005.0-5"
3367       reference: 3
3368       compare: 4
3369 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3370   legend:
3371     - ''
3372     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3373     - '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).'
3374     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3375     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3376     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3377
3378 # VPP Performance Changes 2n-skx 2t1c ndr
3379 - type: "table"
3380   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3381   algorithm: "table_comparison"
3382   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3383   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3384   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3385   columns:
3386     - title: "2001.0-4"
3387       data-set: "vpp-performance-changes-2n-skx-h1"
3388     - title: "2005.0-4"
3389       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3390     - title: "2005.0-5"
3391       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3392     - title: "2009.0-5"
3393       data-set: "vpp-performance-changes-2n-skx-cmp"
3394   comparisons:
3395     - title: "2005.0-5 vs 2005.0-4"
3396       reference: 2
3397       compare: 3
3398 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3399     - title: "2009.0-5 vs 2005.0-5"
3400       reference: 3
3401       compare: 4
3402 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3403   legend:
3404     - ''
3405     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3406     - '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).'
3407     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3408     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3409     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3410
3411 # VPP Performance Changes 2n-skx 4t2c ndr
3412 - type: "table"
3413   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3414   algorithm: "table_comparison"
3415   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3416   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3417   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3418   columns:
3419     - title: "2001.0-4"
3420       data-set: "vpp-performance-changes-2n-skx-h1"
3421     - title: "2005.0-4"
3422       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3423     - title: "2005.0-5"
3424       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3425     - title: "2009.0-5"
3426       data-set: "vpp-performance-changes-2n-skx-cmp"
3427   comparisons:
3428     - title: "2005.0-5 vs 2005.0-4"
3429       reference: 2
3430       compare: 3
3431 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3432     - title: "2009.0-5 vs 2005.0-5"
3433       reference: 3
3434       compare: 4
3435 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3436   legend:
3437     - ''
3438     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3439     - '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).'
3440     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3441     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3442     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3443
3444 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3445 - type: "table"
3446   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3447   algorithm: "table_comparison"
3448   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3450   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3451   columns:
3452     - title: "2001.0-4"
3453       data-set: "vpp-performance-changes-2n-clx-h1"
3454     - title: "2005.0-4"
3455       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3456     - title: "2005.0-5"
3457       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3458     - title: "2009.0-5"
3459       data-set: "vpp-performance-changes-2n-clx-cmp"
3460   comparisons:
3461     - title: "2005.0-5 vs 2005.0-4"
3462       reference: 2
3463       compare: 3
3464 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3465     - title: "2009.0-5 vs 2005.0-5"
3466       reference: 3
3467       compare: 4
3468 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3469   legend:
3470     - ''
3471     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3472     - '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).'
3473     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3474     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3475     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3476
3477 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3478 - type: "table"
3479   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3480   algorithm: "table_comparison"
3481   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3482   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3483   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3484   columns:
3485     - title: "2001.0-4"
3486       data-set: "vpp-performance-changes-2n-clx-h1"
3487     - title: "2005.0-4"
3488       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3489     - title: "2005.0-5"
3490       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3491     - title: "2009.0-5"
3492       data-set: "vpp-performance-changes-2n-clx-cmp"
3493   comparisons:
3494     - title: "2005.0-5 vs 2005.0-4"
3495       reference: 2
3496       compare: 3
3497 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3498     - title: "2009.0-5 vs 2005.0-5"
3499       reference: 3
3500       compare: 4
3501 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3502   legend:
3503     - ''
3504     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3505     - '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).'
3506     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3507     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3508     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3509
3510 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3511 - type: "table"
3512   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "2001.0-4"
3519       data-set: "vpp-performance-changes-2n-clx-h1"
3520     - title: "2005.0-4"
3521       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3522     - title: "2005.0-5"
3523       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3524     - title: "2009.0-5"
3525       data-set: "vpp-performance-changes-2n-clx-cmp"
3526   comparisons:
3527     - title: "2005.0-5 vs 2005.0-4"
3528       reference: 2
3529       compare: 3
3530 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3531     - title: "2009.0-5 vs 2005.0-5"
3532       reference: 3
3533       compare: 4
3534 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3535   legend:
3536     - ''
3537     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3538     - '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).'
3539     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3540     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3541     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3542
3543 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3544 - type: "table"
3545   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3546   algorithm: "table_comparison"
3547   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3549   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3550   columns:
3551     - title: "2001.0-4"
3552       data-set: "vpp-performance-changes-2n-clx-h1"
3553     - title: "2005.0-4"
3554       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3555     - title: "2005.0-5"
3556       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3557     - title: "2009.0-5"
3558       data-set: "vpp-performance-changes-2n-clx-cmp"
3559   comparisons:
3560     - title: "2005.0-5 vs 2005.0-4"
3561       reference: 2
3562       compare: 3
3563 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3564     - title: "2009.0-5 vs 2005.0-5"
3565       reference: 3
3566       compare: 4
3567 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3568   legend:
3569     - ''
3570     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3571     - '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).'
3572     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3573     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3574     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3575
3576 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3577 #- type: "table"
3578 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3579 #  algorithm: "table_comparison"
3580 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3581 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3582 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3583 #  columns:
3584 #    - title: "2001.0-2"
3585 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3586 #    - title: "2005.0-3"
3587 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3588 #  comparisons:
3589 #    - title: "Diff"
3590 #      reference: 1
3591 #      compare: 2
3592 #  legend:
3593 #    - ''
3594 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3595 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3596 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3597 #    - '2005.0-3 vs 2001.0-2: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3598 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3599 #
3600 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3601 #- type: "table"
3602 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3603 #  algorithm: "table_comparison"
3604 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3605 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3606 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3607 #  columns:
3608 #    - title: "2001.0-2"
3609 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3610 #    - title: "2005.0-3"
3611 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3612 #  comparisons:
3613 #    - title: "Diff"
3614 #      reference: 1
3615 #      compare: 2
3616 #  legend:
3617 #    - ''
3618 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3619 #    - '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).'
3620 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3621 #    - '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.'
3622 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3623 #
3624 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3625 #- type: "table"
3626 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3627 #  algorithm: "table_comparison"
3628 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3629 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3630 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3631 #  columns:
3632 #    - title: "2001.0-2"
3633 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3634 #    - title: "2005.0-3"
3635 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3636 #  comparisons:
3637 #    - title: "Diff"
3638 #      reference: 1
3639 #      compare: 2
3640 #  legend:
3641 #    - ''
3642 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3643 #    - '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).'
3644 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3645 #    - '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.'
3646 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3647 #
3648 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3649 #- type: "table"
3650 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3651 #  algorithm: "table_comparison"
3652 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3653 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3654 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3655 #  columns:
3656 #    - title: "2001.0-2"
3657 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3658 #    - title: "2005.0-3"
3659 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3660 #  comparisons:
3661 #    - title: "Diff"
3662 #      reference: 1
3663 #      compare: 2
3664 #  legend:
3665 #    - ''
3666 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3667 #    - '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).'
3668 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3669 #    - '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.'
3670 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3671
3672 ## VPP Performance Changes 2n-dnv 1t1c pdr
3673 #- type: "table"
3674 #  title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3675 #  algorithm: "table_comparison"
3676 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3677 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3678 #  filter: "'1T1C'"
3679 #  columns:
3680 #    - title: "2001.0-2"
3681 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3682 #    - title: "2005.0-3"
3683 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3684 #    - title: "2009.0-5"
3685 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3686 #  comparisons:
3687 #    - title: "2009.0-5 vs 2005.0-3"
3688 #      reference: 2
3689 #      compare: 3
3690 #  legend:
3691 #    - ''
3692 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3693 #    - '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).'
3694 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3695 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3696 #
3697 ## VPP Performance Changes 2n-dnv 2t2c pdr
3698 #- type: "table"
3699 #  title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3700 #  algorithm: "table_comparison"
3701 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3702 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3703 #  filter: "'2T2C'"
3704 #  columns:
3705 #    - title: "2001.0-2"
3706 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3707 #    - title: "2005.0-3"
3708 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3709 #    - title: "2009.0-5"
3710 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3711 #  comparisons:
3712 #    - title: "2009.0-5 vs 2005.0-3"
3713 #      reference: 2
3714 #      compare: 3
3715 #  legend:
3716 #    - ''
3717 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3718 #    - '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).'
3719 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3720 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3721 #
3722 ## VPP Performance Changes 2n-dnv 1t1c ndr
3723 #- type: "table"
3724 #  title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3725 #  algorithm: "table_comparison"
3726 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3727 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3728 #  filter: "'1T1C'"
3729 #  columns:
3730 #    - title: "2001.0-2"
3731 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3732 #    - title: "2005.0-3"
3733 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3734 #    - title: "2009.0-5"
3735 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3736 #  comparisons:
3737 #    - title: "2009.0-5 vs 2005.0-3"
3738 #      reference: 2
3739 #      compare: 3
3740 #  legend:
3741 #    - ''
3742 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3743 #    - '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).'
3744 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3745 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3746 #
3747 ## VPP Performance Changes 2n-dnv 2t2c ndr
3748 #- type: "table"
3749 #  title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3750 #  algorithm: "table_comparison"
3751 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3753 #  filter: "'2T2C'"
3754 #  columns:
3755 #    - title: "2001.0-2"
3756 #      data-set: "vpp-performance-changes-2n-dnv-h1"
3757 #    - title: "2005.0-3"
3758 #      data-set: "vpp-performance-changes-2n-dnv-ref"
3759 #    - title: "2009.0-5"
3760 #      data-set: "vpp-performance-changes-2n-dnv-cmp"
3761 #  comparisons:
3762 #    - title: "2009.0-5 vs 2005.0-3"
3763 #      reference: 2
3764 #      compare: 3
3765 #  legend:
3766 #    - ''
3767 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3768 #    - '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).'
3769 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3770 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3771 #
3772 ## VPP Performance Changes 3n-dnv 1t1c pdr
3773 #- type: "table"
3774 #  title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3775 #  algorithm: "table_comparison"
3776 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3777 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778 #  filter: "'1T1C'"
3779 #  columns:
3780 #    - title: "2001.0-2"
3781 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3782 #    - title: "2005.0-3"
3783 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3784 #    - title: "2009.0-5"
3785 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3786 #  comparisons:
3787 #    - title: "2009.0-5 vs 2005.0-3"
3788 #      reference: 2
3789 #      compare: 3
3790 #  legend:
3791 #    - ''
3792 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3793 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3794 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3795 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3796 #
3797 ## VPP Performance Changes 3n-dnv 2t2c pdr
3798 #- type: "table"
3799 #  title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3800 #  algorithm: "table_comparison"
3801 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3802 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3803 #  filter: "'2T2C'"
3804 #  columns:
3805 #    - title: "2001.0-2"
3806 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3807 #    - title: "2005.0-3"
3808 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3809 #    - title: "2009.0-5"
3810 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3811 #  comparisons:
3812 #    - title: "2009.0-5 vs 2005.0-3"
3813 #      reference: 2
3814 #      compare: 3
3815 #  legend:
3816 #    - ''
3817 #    - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3818 #    - '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).'
3819 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3820 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3821 #
3822 ## VPP Performance Changes 3n-dnv 1t1c ndr
3823 #- type: "table"
3824 #  title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3825 #  algorithm: "table_comparison"
3826 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3827 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3828 #  filter: "'1T1C'"
3829 #  columns:
3830 #    - title: "2001.0-2"
3831 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3832 #    - title: "2005.0-3"
3833 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3834 #    - title: "2009.0-5"
3835 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3836 #  comparisons:
3837 #    - title: "2009.0-5 vs 2005.0-3"
3838 #      reference: 2
3839 #      compare: 3
3840 #  legend:
3841 #    - ''
3842 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3843 #    - '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).'
3844 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3845 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3846 #
3847 ## VPP Performance Changes 3n-dnv 2t2c ndr
3848 #- type: "table"
3849 #  title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3850 #  algorithm: "table_comparison"
3851 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3852 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3853 #  filter: "'2T2C'"
3854 #  columns:
3855 #    - title: "2001.0-2"
3856 #      data-set: "vpp-performance-changes-3n-dnv-h1"
3857 #    - title: "2005.0-3"
3858 #      data-set: "vpp-performance-changes-3n-dnv-ref"
3859 #    - title: "2009.0-5"
3860 #      data-set: "vpp-performance-changes-3n-dnv-cmp"
3861 #  comparisons:
3862 #    - title: "2009.0-5 vs 2005.0-3"
3863 #      reference: 2
3864 #      compare: 3
3865 #  legend:
3866 #    - ''
3867 #    - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3868 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3869 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3870 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
3871
3872 # VPP Performance Changes 3n-tsh 1t1c pdr
3873 - type: "table"
3874   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3875   algorithm: "table_comparison"
3876   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3877   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3878   filter: "'1T1C'"
3879   columns:
3880     - title: "2001.0-4"
3881       data-set: "vpp-performance-changes-3n-tsh-h1"
3882     - title: "2005.0-4"
3883       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3884     - title: "2005.0-5"
3885       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3886     - title: "2009.0-5"
3887       data-set: "vpp-performance-changes-3n-tsh-cmp"
3888   comparisons:
3889     - title: "2005.0-5 vs 2005.0-4"
3890       reference: 2
3891       compare: 3
3892 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3893     - title: "2009.0-5 vs 2005.0-5"
3894       reference: 3
3895       compare: 4
3896 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3897   legend:
3898     - ''
3899     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3900     - '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).'
3901     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3902     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3903     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3904
3905 # VPP Performance Changes 3n-tsh 2t2c pdr
3906 - type: "table"
3907   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3908   algorithm: "table_comparison"
3909   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3910   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3911   filter: "'2T2C'"
3912   columns:
3913     - title: "2001.0-4"
3914       data-set: "vpp-performance-changes-3n-tsh-h1"
3915     - title: "2005.0-4"
3916       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3917     - title: "2005.0-5"
3918       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3919     - title: "2009.0-5"
3920       data-set: "vpp-performance-changes-3n-tsh-cmp"
3921   comparisons:
3922     - title: "2005.0-5 vs 2005.0-4"
3923       reference: 2
3924       compare: 3
3925 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3926     - title: "2009.0-5 vs 2005.0-5"
3927       reference: 3
3928       compare: 4
3929 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3930   legend:
3931     - ''
3932     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3933     - '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).'
3934     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3935     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3936     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3937
3938 # VPP Performance Changes 3n-tsh 1t1c ndr
3939 - type: "table"
3940   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3941   algorithm: "table_comparison"
3942   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3944   filter: "'1T1C'"
3945   columns:
3946     - title: "2001.0-4"
3947       data-set: "vpp-performance-changes-3n-tsh-h1"
3948     - title: "2005.0-4"
3949       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3950     - title: "2005.0-5"
3951       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3952     - title: "2009.0-5"
3953       data-set: "vpp-performance-changes-3n-tsh-cmp"
3954   comparisons:
3955     - title: "2005.0-5 vs 2005.0-4"
3956       reference: 2
3957       compare: 3
3958 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3959     - title: "2009.0-5 vs 2005.0-5"
3960       reference: 3
3961       compare: 4
3962 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3963   legend:
3964     - ''
3965     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3966     - '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).'
3967     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3968     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3969     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3970
3971 # VPP Performance Changes 3n-tsh 2t2c ndr
3972 - type: "table"
3973   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3974   algorithm: "table_comparison"
3975   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3976   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3977   filter: "'2T2C'"
3978   columns:
3979     - title: "2001.0-4"
3980       data-set: "vpp-performance-changes-3n-tsh-h1"
3981     - title: "2005.0-4"
3982       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3983     - title: "2005.0-5"
3984       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3985     - title: "2009.0-5"
3986       data-set: "vpp-performance-changes-3n-tsh-cmp"
3987   comparisons:
3988     - title: "2005.0-5 vs 2005.0-4"
3989       reference: 2
3990       compare: 3
3991 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
3992     - title: "2009.0-5 vs 2005.0-5"
3993       reference: 3
3994       compare: 4
3995 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
3996   legend:
3997     - ''
3998     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3999     - '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).'
4000     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4001     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4002     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4003
4004 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
4005 - type: "table"
4006   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4007   algorithm: "table_comparison"
4008   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4009   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4010   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4011   columns:
4012     - title: "3n-hsw xl710"
4013       data-set: "vpp-compare-testbeds-ref"
4014       tag: "NIC_Intel-XL710"
4015     - title: "3n-skx xxv710"
4016       data-set: "vpp-compare-testbeds-cmp"
4017       tag: "NIC_Intel-XXV710"
4018   comparisons:
4019     - title: "Diff"
4020       reference: 1
4021       compare: 2
4022   legend:
4023     - ""
4024     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4025     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4026
4027 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4028 - type: "table"
4029   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4030   algorithm: "table_comparison"
4031   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4032   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4033   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4034   columns:
4035     - title: "3n-hsw xl710"
4036       data-set: "vpp-compare-testbeds-ref"
4037       tag: "NIC_Intel-XL710"
4038     - title: "3n-skx xxv710"
4039       data-set: "vpp-compare-testbeds-cmp"
4040       tag: "NIC_Intel-XXV710"
4041   comparisons:
4042     - title: "Diff"
4043       reference: 1
4044       compare: 2
4045   legend:
4046     - ""
4047     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4048     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4049
4050 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4051 - type: "table"
4052   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4053   algorithm: "table_comparison"
4054   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4056   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4057   columns:
4058     - title: "3n-hsw xl710"
4059       data-set: "vpp-compare-testbeds-ref"
4060       tag: "NIC_Intel-XL710"
4061     - title: "3n-skx xxv710"
4062       data-set: "vpp-compare-testbeds-cmp"
4063       tag: "NIC_Intel-XXV710"
4064   comparisons:
4065     - title: "Diff"
4066       reference: 1
4067       compare: 2
4068   legend:
4069     - ""
4070     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4071     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4072
4073 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4074 - type: "table"
4075   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4076   algorithm: "table_comparison"
4077   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4078   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4079   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4080   columns:
4081     - title: "3n-hsw xl710"
4082       data-set: "vpp-compare-testbeds-ref"
4083       tag: "NIC_Intel-XL710"
4084     - title: "3n-skx xxv710"
4085       data-set: "vpp-compare-testbeds-cmp"
4086       tag: "NIC_Intel-XXV710"
4087   comparisons:
4088     - title: "Diff"
4089       reference: 1
4090       compare: 2
4091   legend:
4092     - ""
4093     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4094     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4095
4096 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4097 - type: "table"
4098   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4099   algorithm: "table_comparison"
4100   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4101   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4102   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4103   columns:
4104     - title: "2n-skx"
4105       data-set: "vpp-compare-testbeds-skx-clx-ref"
4106     - title: "2n-clx"
4107       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4108   comparisons:
4109     - title: "Diff"
4110       reference: 1
4111       compare: 2
4112   legend:
4113     - ""
4114     - "2n-skx, 2n-clx - testbeds and NICs tested."
4115     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4116
4117 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4118 - type: "table"
4119   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4120   algorithm: "table_comparison"
4121   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4122   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4123   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4124   columns:
4125     - title: "2n-skx"
4126       data-set: "vpp-compare-testbeds-skx-clx-ref"
4127     - title: "2n-clx"
4128       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4129   comparisons:
4130     - title: "Diff"
4131       reference: 1
4132       compare: 2
4133   legend:
4134     - ""
4135     - "2n-skx, 2n-clx - testbeds and NICs tested."
4136     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4137
4138 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4139 - type: "table"
4140   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4141   algorithm: "table_comparison"
4142   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4143   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4144   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4145   columns:
4146     - title: "2n-skx"
4147       data-set: "vpp-compare-testbeds-skx-clx-ref"
4148     - title: "2n-clx"
4149       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4150   comparisons:
4151     - title: "Diff"
4152       reference: 1
4153       compare: 2
4154   legend:
4155     - ""
4156     - "2n-skx, 2n-clx - testbeds and NICs tested."
4157     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4158
4159 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4160 - type: "table"
4161   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4162   algorithm: "table_comparison"
4163   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4164   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4165   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4166   columns:
4167     - title: "2n-skx"
4168       data-set: "vpp-compare-testbeds-skx-clx-ref"
4169     - title: "2n-clx"
4170       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4171   comparisons:
4172     - title: "Diff"
4173       reference: 1
4174       compare: 2
4175   legend:
4176     - ""
4177     - "2n-skx, 2n-clx - testbeds and NICs tested."
4178     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4179
4180 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4181 - type: "table"
4182   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4183   algorithm: "table_comparison"
4184   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4185   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4186   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4187   columns:
4188     - title: "3n-hsw xl710"
4189       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4190       tag: "NIC_Intel-XL710"
4191     - title: "2n-clx xxv710"
4192       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4193       tag: "NIC_Intel-XXV710"
4194   comparisons:
4195     - title: "Diff"
4196       reference: 1
4197       compare: 2
4198   legend:
4199     - ""
4200     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4201     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4202
4203 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4204 - type: "table"
4205   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4206   algorithm: "table_comparison"
4207   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4209   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4210   columns:
4211     - title: "3n-hsw xl710"
4212       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4213       tag: "NIC_Intel-XL710"
4214     - title: "2n-clx xxv710"
4215       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4216       tag: "NIC_Intel-XXV710"
4217   comparisons:
4218     - title: "Diff"
4219       reference: 1
4220       compare: 2
4221   legend:
4222     - ""
4223     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4224     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4225
4226 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4227 - type: "table"
4228   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4229   algorithm: "table_comparison"
4230   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4232   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4233   columns:
4234     - title: "3n-hsw xl710"
4235       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4236       tag: "NIC_Intel-XL710"
4237     - title: "2n-clx xxv710"
4238       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4239       tag: "NIC_Intel-XXV710"
4240   comparisons:
4241     - title: "Diff"
4242       reference: 1
4243       compare: 2
4244   legend:
4245     - ""
4246     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4247     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4248
4249 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4250 - type: "table"
4251   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4252   algorithm: "table_comparison"
4253   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4254   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4255   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4256   columns:
4257     - title: "3n-hsw xl710"
4258       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4259       tag: "NIC_Intel-XL710"
4260     - title: "2n-clx xxv710"
4261       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4262       tag: "NIC_Intel-XXV710"
4263   comparisons:
4264     - title: "Diff"
4265       reference: 1
4266       compare: 2
4267   legend:
4268     - ""
4269     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4270     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4271
4272 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4273 - type: "table"
4274   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4275   algorithm: "table_comparison"
4276   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4278   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4279   columns:
4280     - title: "3n-skx"
4281       data-set: "vpp-compare-topologies-ref"
4282     - title: "2n-skx"
4283       data-set: "vpp-compare-topologies-cmp"
4284   comparisons:
4285     - title: "Diff"
4286       reference: 1
4287       compare: 2
4288   legend:
4289     - ""
4290     - "3n-skx, 2n-skx - topologies tested."
4291     - "Diff - difference between 3n-skx and 2n-skx topologies."
4292
4293 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4294 - type: "table"
4295   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4296   algorithm: "table_comparison"
4297   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4299   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4300   columns:
4301     - title: "3n-skx"
4302       data-set: "vpp-compare-topologies-ref"
4303     - title: "2n-skx"
4304       data-set: "vpp-compare-topologies-cmp"
4305   comparisons:
4306     - title: "Diff"
4307       reference: 1
4308       compare: 2
4309   legend:
4310     - ""
4311     - "3n-skx, 2n-skx - topologies tested."
4312     - "Diff - difference between 3n-skx and 2n-skx topologies."
4313
4314 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4315 - type: "table"
4316   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4317   algorithm: "table_comparison"
4318   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4319   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4320   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4321   columns:
4322     - title: "3n-skx"
4323       data-set: "vpp-compare-topologies-ref"
4324     - title: "2n-skx"
4325       data-set: "vpp-compare-topologies-cmp"
4326   comparisons:
4327     - title: "Diff"
4328       reference: 1
4329       compare: 2
4330   legend:
4331     - ""
4332     - "3n-skx, 2n-skx - topologies tested."
4333     - "Diff - difference between 3n-skx and 2n-skx topologies."
4334
4335 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4336 - type: "table"
4337   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4338   algorithm: "table_comparison"
4339   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4340   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4341   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4342   columns:
4343     - title: "3n-skx"
4344       data-set: "vpp-compare-topologies-ref"
4345     - title: "2n-skx"
4346       data-set: "vpp-compare-topologies-cmp"
4347   comparisons:
4348     - title: "Diff"
4349       reference: 1
4350       compare: 2
4351   legend:
4352     - ""
4353     - "3n-skx, 2n-skx - topologies tested."
4354     - "Diff - difference between 3n-skx and 2n-skx topologies."
4355
4356 # VPP Performance Changes 3n-hsw 1t1c mrr
4357 - type: "table"
4358   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4359   algorithm: "table_comparison"
4360   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4361   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4362   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4363   columns:
4364     - title: "2001.0-2"
4365       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4366     - title: "2005.0-4"
4367       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4368     - title: "2005.0-5"
4369       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4370     - title: "2009.0-5"
4371       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4372   comparisons:
4373     - title: "2005.0-5 vs 2005.0-4"
4374       reference: 2
4375       compare: 3
4376 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4377     - title: "2009.0-5 vs 2005.0-5"
4378       reference: 3
4379       compare: 4
4380 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4381   legend:
4382     - ''
4383     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4384     - '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).'
4385     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4386     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4387     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4388
4389 # VPP Performance Changes 3n-hsw 2t2c mrr
4390 - type: "table"
4391   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4392   algorithm: "table_comparison"
4393   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4394   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4395   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4396   columns:
4397     - title: "2001.0-2"
4398       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4399     - title: "2005.0-4"
4400       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4401     - title: "2005.0-5"
4402       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4403     - title: "2009.0-5"
4404       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4405   comparisons:
4406     - title: "2005.0-5 vs 2005.0-4"
4407       reference: 2
4408       compare: 3
4409 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4410     - title: "2009.0-5 vs 2005.0-5"
4411       reference: 3
4412       compare: 4
4413 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4414   legend:
4415     - ''
4416     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4417     - '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).'
4418     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4419     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4420     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4421
4422 # VPP Performance Changes 3n-hsw 4t4c mrr
4423 - type: "table"
4424   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4425   algorithm: "table_comparison"
4426   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4428   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4429   columns:
4430     - title: "2001.0-2"
4431       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4432     - title: "2005.0-4"
4433       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4434     - title: "2005.0-5"
4435       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4436     - title: "2009.0-5"
4437       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4438   comparisons:
4439     - title: "2005.0-5 vs 2005.0-4"
4440       reference: 2
4441       compare: 3
4442 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4443     - title: "2009.0-5 vs 2005.0-5"
4444       reference: 3
4445       compare: 4
4446 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4447   legend:
4448     - ''
4449     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4450     - '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).'
4451     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4452     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4453     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4454
4455 # VPP Performance Changes 3n-skx 2t1c mrr
4456 - type: "table"
4457   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4458   algorithm: "table_comparison"
4459   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4460   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4461   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4462   columns:
4463     - title: "2001.0-2"
4464       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4465     - title: "2005.0-4"
4466       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4467     - title: "2005.0-5"
4468       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4469     - title: "2009.0-5"
4470       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4471   comparisons:
4472     - title: "2005.0-5 vs 2005.0-4"
4473       reference: 2
4474       compare: 3
4475 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4476     - title: "2009.0-5 vs 2005.0-5"
4477       reference: 2
4478       compare: 3
4479 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4480   legend:
4481     - ''
4482     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4483     - '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).'
4484     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4485     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4486     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4487
4488 # VPP Performance Changes 3n-skx 4t2c mrr
4489 - type: "table"
4490   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4491   algorithm: "table_comparison"
4492   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4493   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4494   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4495   columns:
4496     - title: "2001.0-2"
4497       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4498     - title: "2005.0-4"
4499       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4500     - title: "2005.0-5"
4501       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4502     - title: "2009.0-5"
4503       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4504   comparisons:
4505     - title: "2005.0-5 vs 2005.0-4"
4506       reference: 2
4507       compare: 3
4508 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4509     - title: "2009.0-5 vs 2005.0-5"
4510       reference: 2
4511       compare: 3
4512 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4513   legend:
4514     - ''
4515     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4516     - '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).'
4517     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4518     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4519     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4520
4521 # VPP Performance Changes 3n-skx 8t4c mrr
4522 - type: "table"
4523   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4524   algorithm: "table_comparison"
4525   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4526   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4527   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4528   columns:
4529     - title: "2001.0-2"
4530       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4531     - title: "2005.0-4"
4532       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4533     - title: "2005.0-5"
4534       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4535     - title: "2009.0-5"
4536       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4537   comparisons:
4538     - title: "2005.0-5 vs 2005.0-4"
4539       reference: 2
4540       compare: 3
4541 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4542     - title: "2009.0-5 vs 2005.0-5"
4543       reference: 2
4544       compare: 3
4545 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4546   legend:
4547     - ''
4548     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4549     - '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).'
4550     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4551     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4552     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4553
4554 # VPP Performance Changes 2n-skx 2t1c mrr
4555 - type: "table"
4556   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4557   algorithm: "table_comparison"
4558   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4559   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4560   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4561   columns:
4562     - title: "2001.0-2"
4563       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4564     - title: "2005.0-4"
4565       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4566     - title: "2005.0-5"
4567       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4568     - title: "2009.0-5"
4569       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4570   comparisons:
4571     - title: "2005.0-5 vs 2005.0-4"
4572       reference: 2
4573       compare: 3
4574 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4575     - title: "2009.0-5 vs 2005.0-4"
4576       reference: 3
4577       compare: 4
4578 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4579   legend:
4580     - ''
4581     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4582     - '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).'
4583     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4584     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4585     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4586
4587 # VPP Performance Changes 2n-skx 4t2c mrr
4588 - type: "table"
4589   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4590   algorithm: "table_comparison"
4591   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4592   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4593   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4594   columns:
4595     - title: "2001.0-2"
4596       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4597     - title: "2005.0-4"
4598       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4599     - title: "2005.0-5"
4600       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4601     - title: "2009.0-5"
4602       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4603   comparisons:
4604     - title: "2005.0-5 vs 2005.0-4"
4605       reference: 2
4606       compare: 3
4607 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4608     - title: "2009.0-5 vs 2005.0-4"
4609       reference: 3
4610       compare: 4
4611 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4612   legend:
4613     - ''
4614     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4615     - '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).'
4616     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4617     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4618     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4619
4620 # VPP Performance Changes 2n-skx 8t4c mrr
4621 - type: "table"
4622   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4623   algorithm: "table_comparison"
4624   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4626   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4627   columns:
4628     - title: "2001.0-2"
4629       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4630     - title: "2005.0-4"
4631       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4632     - title: "2005.0-5"
4633       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4634     - title: "2009.0-5"
4635       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4636   comparisons:
4637     - title: "2005.0-5 vs 2005.0-4"
4638       reference: 2
4639       compare: 3
4640 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4641     - title: "2009.0-5 vs 2005.0-4"
4642       reference: 3
4643       compare: 4
4644 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4645   legend:
4646     - ''
4647     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4648     - '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).'
4649     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4650     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4651     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4652
4653 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4654 - type: "table"
4655   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4656   algorithm: "table_comparison"
4657   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4659   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4660   columns:
4661     - title: "2001.0-2"
4662       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4663     - title: "2005.0-4"
4664       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4665     - title: "2005.0-5"
4666       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4667     - title: "2009.0-5"
4668       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4669   comparisons:
4670     - title: "2005.0-5 vs 2005.0-4"
4671       reference: 2
4672       compare: 3
4673 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4674     - title: "2009.0-5 vs 2005.0-5"
4675       reference: 3
4676       compare: 4
4677 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4678   legend:
4679     - ''
4680     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4681     - '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).'
4682     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4683     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4684     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4685
4686 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4687 - type: "table"
4688   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4689   algorithm: "table_comparison"
4690   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4691   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4692   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4693   columns:
4694     - title: "2001.0-2"
4695       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4696     - title: "2005.0-4"
4697       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4698     - title: "2005.0-5"
4699       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4700     - title: "2009.0-5"
4701       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4702   comparisons:
4703     - title: "2005.0-5 vs 2005.0-4"
4704       reference: 2
4705       compare: 3
4706 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4707     - title: "2009.0-5 vs 2005.0-5"
4708       reference: 3
4709       compare: 4
4710 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4711   legend:
4712     - ''
4713     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4714     - '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).'
4715     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4716     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4717     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4718
4719 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4720 - type: "table"
4721   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4722   algorithm: "table_comparison"
4723   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4724   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4725   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4726   columns:
4727     - title: "2001.0-2"
4728       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4729     - title: "2005.0-4"
4730       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4731     - title: "2005.0-5"
4732       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4733     - title: "2009.0-5"
4734       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4735   comparisons:
4736     - title: "2005.0-5 vs 2005.0-4"
4737       reference: 2
4738       compare: 3
4739 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4740     - title: "2009.0-5 vs 2005.0-5"
4741       reference: 3
4742       compare: 4
4743 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4744   legend:
4745     - ''
4746     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4747     - '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).'
4748     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4749     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4750     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4751
4752 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4753 #- type: "table"
4754 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4755 #  algorithm: "table_comparison"
4756 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4757 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4758 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4759 #  columns:
4760 #    - title: "2001"
4761 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4762 #    - title: "2005"
4763 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4764 #  comparisons:
4765 #    - title: "Diff"
4766 #      reference: 1
4767 #      compare: 2
4768 #  legend:
4769 #    - ""
4770 #    - "2001, 2005 - VPP versions tested."
4771 #    - "Diff - difference between 2001 and 2005 VPP version."
4772 #
4773 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4774 #- type: "table"
4775 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4776 #  algorithm: "table_comparison"
4777 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4778 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4779 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4780 #  columns:
4781 #    - title: "2001"
4782 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4783 #    - title: "2005"
4784 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4785 #  comparisons:
4786 #    - title: "Diff"
4787 #      reference: 1
4788 #      compare: 2
4789 #  legend:
4790 #    - ""
4791 #    - "2001, 2005 - VPP versions tested."
4792 #    - "Diff - difference between 2001 and 2005 VPP version."
4793 #
4794 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4795 #- type: "table"
4796 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4797 #  algorithm: "table_comparison"
4798 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4799 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4800 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4801 #  columns:
4802 #    - title: "2001"
4803 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4804 #    - title: "2005"
4805 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4806 #  comparisons:
4807 #    - title: "Diff"
4808 #      reference: 1
4809 #      compare: 2
4810 #  legend:
4811 #    - ""
4812 #    - "2001, 2005 - VPP versions tested."
4813 #    - "Diff - difference between 2001 and 2005 VPP version."
4814
4815 ## VPP Performance Changes 2n-dnv 1t1c mrr
4816 #- type: "table"
4817 #  title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4818 #  algorithm: "table_comparison"
4819 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4820 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4821 #  filter: "'1T1C'"
4822 #  columns:
4823 #    - title: "2001.0-2"
4824 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4825 #    - title: "2005.0-3"
4826 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4827 #    - title: "2009.0-5"
4828 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4829 #  comparisons:
4830 #    - title: "2009.0-5 vs 2005.0-3"
4831 #      reference: 2
4832 #      compare: 3
4833 #  legend:
4834 #    - ''
4835 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4836 #    - '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).'
4837 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4838 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4839 #
4840 ## VPP Performance Changes 2n-dnv 2t2c mrr
4841 #- type: "table"
4842 #  title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4843 #  algorithm: "table_comparison"
4844 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4845 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4846 #  filter: "'2T2C'"
4847 #  columns:
4848 #    - title: "2001.0-2"
4849 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4850 #    - title: "2005.0-3"
4851 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4852 #    - title: "2009.0-5"
4853 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4854 #  comparisons:
4855 #    - title: "2009.0-5 vs 2005.0-3"
4856 #      reference: 2
4857 #      compare: 3
4858 #  legend:
4859 #    - ''
4860 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4861 #    - '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).'
4862 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4863 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4864 #
4865 ## VPP Performance Changes 2n-dnv 4t4c mrr
4866 #- type: "table"
4867 #  title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4868 #  algorithm: "table_comparison"
4869 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4871 #  filter: "'4T4C'"
4872 #  columns:
4873 #    - title: "2001.0-2"
4874 #      data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4875 #    - title: "2005.0-3"
4876 #      data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4877 #    - title: "2009.0-5"
4878 #      data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4879 #  comparisons:
4880 #    - title: "2009.0-5 vs 2005.0-3"
4881 #      reference: 2
4882 #      compare: 3
4883 #  legend:
4884 #    - ''
4885 #    - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4886 #    - '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).'
4887 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4888 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4889 #
4890 ## VPP Performance Changes 3n-dnv 1t1c mrr
4891 #- type: "table"
4892 #  title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4893 #  algorithm: "table_comparison"
4894 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4895 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4896 #  filter: "'1T1C'"
4897 #  columns:
4898 #    - title: "2001.0-2"
4899 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4900 #    - title: "2005.0-3"
4901 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4902 #    - title: "2009.0-5"
4903 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4904 #  comparisons:
4905 #    - title: "2009.0-5 vs 2005.0-3"
4906 #      reference: 2
4907 #      compare: 3
4908 #  legend:
4909 #    - ''
4910 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4911 #    - '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).'
4912 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4913 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4914 #
4915 ## VPP Performance Changes 3n-dnv 2t2c mrr
4916 #- type: "table"
4917 #  title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4918 #  algorithm: "table_comparison"
4919 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4920 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4921 #  filter: "'2T2C'"
4922 #  columns:
4923 #    - title: "2001.0-2"
4924 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4925 #    - title: "2005.0-3"
4926 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4927 #    - title: "2009.0-5"
4928 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4929 #  comparisons:
4930 #    - title: "2009.0-5 vs 2005.0-3"
4931 #      reference: 2
4932 #      compare: 3
4933 #  legend:
4934 #    - ''
4935 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4936 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4937 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4938 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4939 #
4940 ## VPP Performance Changes 3n-dnv 4t4c mrr
4941 #- type: "table"
4942 #  title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4943 #  algorithm: "table_comparison"
4944 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4946 #  filter: "'4T4C'"
4947 #  columns:
4948 #    - title: "2001.0-2"
4949 #      data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4950 #    - title: "2005.0-3"
4951 #      data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4952 #    - title: "2009.0-5"
4953 #      data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4954 #  comparisons:
4955 #    - title: "2009.0-5 vs 2005.0-3"
4956 #      reference: 2
4957 #      compare: 3
4958 #  legend:
4959 #    - ''
4960 #    - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4961 #    - '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).'
4962 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4963 #    - '2009.0-5 vs 2005.0-3: Compares CSIT environment current vs previous with previous VPP code.'
4964
4965 # VPP Performance Changes 3n-tsh 1t1c mrr
4966 - type: "table"
4967   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4968   algorithm: "table_comparison"
4969   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4970   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4971   filter: "'1T1C'"
4972   columns:
4973     - title: "2001.0-2"
4974       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4975     - title: "2005.0-4"
4976       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4977     - title: "2005.0-5"
4978       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4979     - title: "2009.0-5"
4980       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4981   comparisons:
4982     - title: "2005.0-5 vs 2005.0-4"
4983       reference: 2
4984       compare: 3
4985 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4986     - title: "2009.0-5 vs 2005.0-5"
4987       reference: 3
4988       compare: 4
4989 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
4990   legend:
4991     - ''
4992     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4993     - '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).'
4994     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4995     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4996     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4997
4998 # VPP Performance Changes 3n-tsh 2t2c mrr
4999 - type: "table"
5000   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
5001   algorithm: "table_comparison"
5002   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
5003   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5004   filter: "'2T2C'"
5005   columns:
5006     - title: "2001.0-2"
5007       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5008     - title: "2005.0-4"
5009       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5010     - title: "2005.0-5"
5011       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5012     - title: "2009.0-5"
5013       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5014   comparisons:
5015     - title: "2005.0-5 vs 2005.0-4"
5016       reference: 2
5017       compare: 3
5018 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5019     - title: "2009.0-5 vs 2005.0-5"
5020       reference: 3
5021       compare: 4
5022 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5023   legend:
5024     - ''
5025     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5026     - '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).'
5027     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5028     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5029     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5030
5031 # VPP Performance Changes 3n-tsh 4t4c mrr
5032 - type: "table"
5033   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5034   algorithm: "table_comparison"
5035   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5036   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5037   filter: "'4T4C'"
5038   columns:
5039     - title: "2001.0-2"
5040       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5041     - title: "2005.0-4"
5042       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5043     - title: "2005.0-5"
5044       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5045     - title: "2009.0-5"
5046       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5047   comparisons:
5048     - title: "2005.0-5 vs 2005.0-4"
5049       reference: 2
5050       compare: 3
5051 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5052     - title: "2009.0-5 vs 2005.0-5"
5053       reference: 3
5054       compare: 4
5055 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5056   legend:
5057     - ''
5058     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5059     - '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).'
5060     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5061     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5062     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5063
5064 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5065 - type: "table"
5066   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5067   algorithm: "table_comparison"
5068   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5069   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5070   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5071   columns:
5072     - title: "3n-hsw xl710"
5073       data-set: "vpp-compare-testbeds-mrr-ref"
5074       tag: "NIC_Intel-XL710"
5075     - title: "3n-skx xxv710"
5076       data-set: "vpp-compare-testbeds-mrr-cmp"
5077       tag: "NIC_Intel-XXV710"
5078   comparisons:
5079     - title: "Diff"
5080       reference: 1
5081       compare: 2
5082   legend:
5083     - ""
5084     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5085     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5086
5087 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5088 - type: "table"
5089   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5090   algorithm: "table_comparison"
5091   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5092   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5093   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5094   columns:
5095     - title: "3n-hsw xl710"
5096       data-set: "vpp-compare-testbeds-mrr-ref"
5097       tag: "NIC_Intel-XL710"
5098     - title: "3n-skx xxv710"
5099       data-set: "vpp-compare-testbeds-mrr-cmp"
5100       tag: "NIC_Intel-XXV710"
5101   comparisons:
5102     - title: "Diff"
5103       reference: 1
5104       compare: 2
5105   legend:
5106     - ""
5107     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5108     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5109
5110 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5111 - type: "table"
5112   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5113   algorithm: "table_comparison"
5114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5115   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5116   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5117   columns:
5118     - title: "3n-hsw xl710"
5119       data-set: "vpp-compare-testbeds-mrr-ref"
5120       tag: "NIC_Intel-XL710"
5121     - title: "3n-skx xxv710"
5122       data-set: "vpp-compare-testbeds-mrr-cmp"
5123       tag: "NIC_Intel-XXV710"
5124   comparisons:
5125     - title: "Diff"
5126       reference: 1
5127       compare: 2
5128   legend:
5129     - ""
5130     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5131     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5132
5133 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5134 - type: "table"
5135   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5136   algorithm: "table_comparison"
5137   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5139   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5140   columns:
5141     - title: "2n-skx"
5142       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5143     - title: "2n-clx"
5144       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5145   comparisons:
5146     - title: "Diff"
5147       reference: 1
5148       compare: 2
5149   legend:
5150     - ""
5151     - "2n-skx, 2n-clx - testbeds and NICs tested."
5152     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5153
5154 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5155 - type: "table"
5156   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5157   algorithm: "table_comparison"
5158   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5159   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5160   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5161   columns:
5162     - title: "2n-skx"
5163       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5164     - title: "2n-clx"
5165       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5166   comparisons:
5167     - title: "Diff"
5168       reference: 1
5169       compare: 2
5170   legend:
5171     - ""
5172     - "2n-skx, 2n-clx - testbeds and NICs tested."
5173     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5174
5175 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5176 - type: "table"
5177   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5178   algorithm: "table_comparison"
5179   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5180   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5181   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5182   columns:
5183     - title: "2n-skx"
5184       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5185     - title: "2n-clx"
5186       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5187   comparisons:
5188     - title: "Diff"
5189       reference: 1
5190       compare: 2
5191   legend:
5192     - ""
5193     - "2n-skx, 2n-clx - testbeds and NICs tested."
5194     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5195
5196 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5197 - type: "table"
5198   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5199   algorithm: "table_comparison"
5200   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5201   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5202   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5203   columns:
5204     - title: "3n-skx"
5205       data-set: "vpp-compare-topologies-mrr-ref"
5206     - title: "2n-skx"
5207       data-set: "vpp-compare-topologies-mrr-cmp"
5208   comparisons:
5209     - title: "Diff"
5210       reference: 1
5211       compare: 2
5212   legend:
5213     - ""
5214     - "3n-skx, 2n-skx - topologies tested."
5215     - "Diff - difference between 3n-skx and 2n-skx topologies."
5216
5217 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5218 - type: "table"
5219   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5220   algorithm: "table_comparison"
5221   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5222   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5223   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5224   columns:
5225     - title: "3n-skx"
5226       data-set: "vpp-compare-topologies-mrr-ref"
5227     - title: "2n-skx"
5228       data-set: "vpp-compare-topologies-mrr-cmp"
5229   comparisons:
5230     - title: "Diff"
5231       reference: 1
5232       compare: 2
5233   legend:
5234     - ""
5235     - "3n-skx, 2n-skx - topologies tested."
5236     - "Diff - difference between 3n-skx and 2n-skx topologies."
5237
5238 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5239 - type: "table"
5240   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5241   algorithm: "table_comparison"
5242   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5244   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5245   columns:
5246     - title: "3n-skx"
5247       data-set: "vpp-compare-topologies-mrr-ref"
5248     - title: "2n-skx"
5249       data-set: "vpp-compare-topologies-mrr-cmp"
5250   comparisons:
5251     - title: "Diff"
5252       reference: 1
5253       compare: 2
5254   legend:
5255     - ""
5256     - "3n-skx, 2n-skx - topologies tested."
5257     - "Diff - difference between 3n-skx and 2n-skx topologies."
5258
5259 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5260 - type: "table"
5261   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5262   algorithm: "table_comparison"
5263   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5264   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5265   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5266   columns:
5267     - title: "3n-hsw xl710"
5268       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5269       tag: "NIC_Intel-XL710"
5270     - title: "2n-clx xxv710"
5271       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5272       tag: "NIC_Intel-XXV710"
5273   comparisons:
5274     - title: "Diff"
5275       reference: 1
5276       compare: 2
5277   legend:
5278     - ""
5279     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5280     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5281
5282 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5283 - type: "table"
5284   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5285   algorithm: "table_comparison"
5286   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5287   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5288   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5289   columns:
5290     - title: "3n-hsw xl710"
5291       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5292       tag: "NIC_Intel-XL710"
5293     - title: "2n-clx xxv710"
5294       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5295       tag: "NIC_Intel-XXV710"
5296   comparisons:
5297     - title: "Diff"
5298       reference: 1
5299       compare: 2
5300   legend:
5301     - ""
5302     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5303     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5304
5305 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5306 - type: "table"
5307   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5308   algorithm: "table_comparison"
5309   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5310   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5311   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5312   columns:
5313     - title: "3n-hsw xl710"
5314       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5315       tag: "NIC_Intel-XL710"
5316     - title: "2n-clx xxv710"
5317       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5318       tag: "NIC_Intel-XXV710"
5319   comparisons:
5320     - title: "Diff"
5321       reference: 1
5322       compare: 2
5323   legend:
5324     - ""
5325     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5326     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5327
5328 # Detailed Test Results - VPP Performance Results 3n-hsw
5329 - type: "table"
5330   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5331   algorithm: "table_merged_details"
5332   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5333   columns:
5334     - title: " |prein| Test Name |preout| "
5335       data: "data name"
5336     - 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| "
5337       data: "data msg"
5338   data: "vpp-perf-results-3n-hsw"
5339   filter: "all"
5340   parameters:
5341   - "name"
5342   - "parent"
5343   - "msg"
5344
5345 # Detailed Test Results - VPP Performance Results 3n-skx
5346 - type: "table"
5347   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5348   algorithm: "table_merged_details"
5349   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5350   columns:
5351     - title: " |prein| Test Name |preout| "
5352       data: "data name"
5353     - 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| "
5354       data: "data msg"
5355   data: "vpp-perf-results-3n-skx"
5356   filter: "all"
5357   remove-ndr: False
5358   parameters:
5359   - "name"
5360   - "parent"
5361   - "msg"
5362
5363 # Detailed Test Results - VPP Performance Results 2n-skx
5364 - type: "table"
5365   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5366   algorithm: "table_merged_details"
5367   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5368   columns:
5369     - title: " |prein| Test Name |preout| "
5370       data: "data name"
5371     - 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| "
5372       data: "data msg"
5373   data: "vpp-perf-results-2n-skx"
5374   filter: "all"
5375   remove-ndr: False
5376   parameters:
5377   - "name"
5378   - "parent"
5379   - "msg"
5380
5381 # Detailed Test Results - VPP Performance Results 2n-clx
5382 - type: "table"
5383   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5384   algorithm: "table_merged_details"
5385   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5386   columns:
5387     - title: " |prein| Test Name |preout| "
5388       data: "data name"
5389     - 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| "
5390       data: "data msg"
5391   data: "vpp-perf-results-2n-clx"
5392   filter: "all"
5393   parameters:
5394   - "name"
5395   - "parent"
5396   - "msg"
5397
5398 # Detailed Test Results - VPP Performance Results 3n-tsh
5399 - type: "table"
5400   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5401   algorithm: "table_merged_details"
5402   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5403   columns:
5404     - title: " |prein| Test Name |preout| "
5405       data: "data name"
5406     - 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| "
5407       data: "data msg"
5408   data: "vpp-perf-results-3n-tsh"
5409   filter: "all"
5410   parameters:
5411   - "name"
5412   - "parent"
5413   - "msg"
5414
5415 ## Detailed Test Results - VPP Performance Results 3n-dnv
5416 #- type: "table"
5417 #  title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5418 #  algorithm: "table_merged_details"
5419 #  output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5420 #  columns:
5421 #    - title: " |prein| Test Name |preout| "
5422 #      data: "data name"
5423 #    - 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| "
5424 #      data: "data msg"
5425 #  data: "vpp-perf-results-3n-dnv"
5426 #  filter: "all"
5427 #  parameters:
5428 #  - "name"
5429 #  - "parent"
5430 #  - "msg"
5431 #
5432 ## Detailed Test Results - VPP Performance Results 2n-dnv
5433 #- type: "table"
5434 #  title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5435 #  algorithm: "table_merged_details"
5436 #  output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5437 #  columns:
5438 #    - title: " |prein| Test Name |preout| "
5439 #      data: "data name"
5440 #    - 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| "
5441 #      data: "data msg"
5442 #  data: "vpp-perf-results-2n-dnv"
5443 #  filter: "all"
5444 #  parameters:
5445 #  - "name"
5446 #  - "parent"
5447 #  - "msg"
5448
5449 # Test configuration - VPP Performance Test Configs 3n-hsw
5450 - type: "table"
5451   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5452   algorithm: "table_merged_details"
5453   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5454   columns:
5455     - title: " |prein| Test Name |preout| "
5456       data: "data name"
5457     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5458       data: "data conf-history"
5459   data: "vpp-perf-results-3n-hsw"
5460   filter: "all"
5461   parameters:
5462   - "parent"
5463   - "name"
5464   - "conf-history"
5465
5466 # Test configuration - VPP Performance Test Configs 3n-skx
5467 - type: "table"
5468   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5469   algorithm: "table_merged_details"
5470   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5471   columns:
5472     - title: " |prein| Test Name |preout| "
5473       data: "data name"
5474     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5475       data: "data conf-history"
5476   data: "vpp-perf-results-3n-skx"
5477   filter: "all"
5478   parameters:
5479   - "parent"
5480   - "name"
5481   - "conf-history"
5482
5483 # Test configuration - VPP Performance Test Configs 2n-skx
5484 - type: "table"
5485   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5486   algorithm: "table_merged_details"
5487   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5488   columns:
5489     - title: " |prein| Test Name |preout| "
5490       data: "data name"
5491     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5492       data: "data conf-history"
5493   data: "vpp-perf-results-2n-skx"
5494   filter: "all"
5495   parameters:
5496   - "parent"
5497   - "name"
5498   - "conf-history"
5499
5500 # Test configuration - VPP Performance Test Configs 2n-clx
5501 - type: "table"
5502   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5503   algorithm: "table_merged_details"
5504   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5505   columns:
5506     - title: " |prein| Test Name |preout| "
5507       data: "data name"
5508     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5509       data: "data conf-history"
5510   data: "vpp-perf-results-2n-clx"
5511   filter: "all"
5512   parameters:
5513   - "parent"
5514   - "name"
5515   - "conf-history"
5516
5517 # Test configuration - VPP Performance Test Configs 3n-tsh
5518 - type: "table"
5519   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5520   algorithm: "table_merged_details"
5521   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5522   columns:
5523     - title: " |prein| Test Name |preout| "
5524       data: "data name"
5525     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5526       data: "data conf-history"
5527   data: "vpp-perf-results-3n-tsh"
5528   filter: "all"
5529   parameters:
5530   - "parent"
5531   - "name"
5532   - "conf-history"
5533
5534 ## Test configuration - VPP Performance Test Configs 3n-dnv
5535 #- type: "table"
5536 #  title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5537 #  algorithm: "table_merged_details"
5538 #  output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5539 #  columns:
5540 #    - title: " |prein| Test Name |preout| "
5541 #      data: "data name"
5542 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5543 #      data: "data conf-history"
5544 #  data: "vpp-perf-results-3n-dnv"
5545 #  filter: "all"
5546 #  parameters:
5547 #  - "parent"
5548 #  - "name"
5549 #  - "conf-history"
5550 #
5551 ## Test configuration - VPP Performance Test Configs 2n-dnv
5552 #- type: "table"
5553 #  title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5554 #  algorithm: "table_merged_details"
5555 #  output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5556 #  columns:
5557 #    - title: " |prein| Test Name |preout| "
5558 #      data: "data name"
5559 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5560 #      data: "data conf-history"
5561 #  data: "vpp-perf-results-2n-dnv"
5562 #  filter: "all"
5563 #  parameters:
5564 #  - "parent"
5565 #  - "name"
5566 #  - "conf-history"
5567
5568 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5569 - type: "table"
5570   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5571   algorithm: "table_oper_data_html"
5572   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5573   data: "vpp-perf-results-3n-hsw"
5574   filter: "all"
5575
5576 # Test Operational Data - VPP Performance Operational Data 3n-skx
5577 - type: "table"
5578   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5579   algorithm: "table_oper_data_html"
5580   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5581   data: "vpp-perf-results-3n-skx"
5582   filter: "all"
5583
5584 # Test Operational Data - VPP Performance Operational Data 2n-skx
5585 - type: "table"
5586   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5587   algorithm: "table_oper_data_html"
5588   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5589   data: "vpp-perf-results-2n-skx"
5590   filter: "all"
5591
5592 # Test Operational Data - VPP Performance Operational Data 2n-clx
5593 - type: "table"
5594   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5595   algorithm: "table_oper_data_html"
5596   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5597   data: "vpp-perf-results-2n-clx"
5598   filter: "all"
5599
5600 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5601 - type: "table"
5602   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5603   algorithm: "table_oper_data_html"
5604   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5605   data: "vpp-perf-results-3n-tsh"
5606   filter: "all"
5607
5608 ## Test Operational Data - VPP Performance Operational Data 3n-dnv
5609 #- type: "table"
5610 #  title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5611 #  algorithm: "table_oper_data_html"
5612 #  output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5613 #  data: "vpp-perf-results-3n-dnv"
5614 #  filter: "all"
5615 #
5616 ## Test Operational Data - VPP Performance Operational Data 2n-dnv
5617 #- type: "table"
5618 #  title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5619 #  algorithm: "table_oper_data_html"
5620 #  output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5621 #  data: "vpp-perf-results-2n-dnv"
5622 #  filter: "all"
5623
5624 # Detailed Test Results - VPP MRR Results 3n-hsw
5625 - type: "table"
5626   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5627   algorithm: "table_merged_details"
5628   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5629   columns:
5630     - title: " |prein| Test Name |preout| "
5631       data: "data name"
5632     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5633       data: "data msg"
5634   data: "vpp-mrr-results-3n-hsw"
5635   filter: "all"
5636   parameters:
5637   - "name"
5638   - "parent"
5639   - "msg"
5640
5641 # Detailed Test Results - VPP MRR Results 3n-skx
5642 - type: "table"
5643   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5644   algorithm: "table_merged_details"
5645   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5646   columns:
5647     - title: " |prein| Test Name |preout| "
5648       data: "data name"
5649     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5650       data: "data msg"
5651   data: "vpp-mrr-results-3n-skx"
5652   filter: "all"
5653   parameters:
5654   - "name"
5655   - "parent"
5656   - "msg"
5657
5658 # Detailed Test Results - VPP MRR Results 2n-skx
5659 - type: "table"
5660   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5661   algorithm: "table_merged_details"
5662   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5663   columns:
5664     - title: " |prein| Test Name |preout| "
5665       data: "data name"
5666     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5667       data: "data msg"
5668   data: "vpp-mrr-results-2n-skx"
5669   filter: "all"
5670   parameters:
5671   - "name"
5672   - "parent"
5673   - "msg"
5674
5675 # Detailed Test Results - VPP MRR Results 2n-clx
5676 - type: "table"
5677   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5678   algorithm: "table_merged_details"
5679   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5680   columns:
5681     - title: " |prein| Test Name |preout| "
5682       data: "data name"
5683     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5684       data: "data msg"
5685   data: "vpp-mrr-results-2n-clx"
5686   filter: "all"
5687   parameters:
5688   - "name"
5689   - "parent"
5690   - "msg"
5691
5692 # Detailed Test Results - VPP MRR Results 3n-tsh
5693 - type: "table"
5694   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5695   algorithm: "table_merged_details"
5696   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5697   columns:
5698     - title: " |prein| Test Name |preout| "
5699       data: "data name"
5700     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5701       data: "data msg"
5702   data: "vpp-mrr-results-3n-tsh"
5703   filter: "all"
5704   parameters:
5705   - "name"
5706   - "parent"
5707   - "msg"
5708
5709 ## Detailed Test Results - VPP MRR Results 3n-dnv
5710 #- type: "table"
5711 #  title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5712 #  algorithm: "table_merged_details"
5713 #  output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5714 #  columns:
5715 #    - title: " |prein| Test Name |preout| "
5716 #      data: "data name"
5717 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5718 #      data: "data msg"
5719 #  data: "vpp-mrr-results-3n-dnv"
5720 #  filter: "all"
5721 #  parameters:
5722 #  - "name"
5723 #  - "parent"
5724 #  - "msg"
5725 #
5726 ## Detailed Test Results - VPP MRR Results 2n-dnv
5727 #- type: "table"
5728 #  title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5729 #  algorithm: "table_merged_details"
5730 #  output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5731 #  columns:
5732 #    - title: " |prein| Test Name |preout| "
5733 #      data: "data name"
5734 #    - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5735 #      data: "data msg"
5736 #  data: "vpp-mrr-results-2n-dnv"
5737 #  filter: "all"
5738 #  parameters:
5739 #  - "name"
5740 #  - "parent"
5741 #  - "msg"
5742
5743 # Test configuration - VPP MRR Test Configs 3n-hsw
5744 - type: "table"
5745   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5746   algorithm: "table_merged_details"
5747   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5748   columns:
5749     - title: " |prein| Test Name |preout| "
5750       data: "data name"
5751     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5752       data: "data conf-history"
5753   data: "vpp-mrr-results-3n-hsw"
5754   filter: "all"
5755   parameters:
5756   - "parent"
5757   - "name"
5758   - "conf-history"
5759
5760 # Test configuration - VPP MRR Test Configs 3n-skx
5761 - type: "table"
5762   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5763   algorithm: "table_merged_details"
5764   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5765   columns:
5766     - title: " |prein| Test Name |preout| "
5767       data: "data name"
5768     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5769       data: "data conf-history"
5770   data: "vpp-mrr-results-3n-skx"
5771   filter: "all"
5772   parameters:
5773   - "parent"
5774   - "name"
5775   - "conf-history"
5776
5777 # Test configuration - VPP MRR Test Configs 2n-skx
5778 - type: "table"
5779   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5780   algorithm: "table_merged_details"
5781   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5782   columns:
5783     - title: " |prein| Test Name |preout| "
5784       data: "data name"
5785     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5786       data: "data conf-history"
5787   data: "vpp-mrr-results-2n-skx"
5788   filter: "all"
5789   parameters:
5790   - "parent"
5791   - "name"
5792   - "conf-history"
5793
5794 # Test configuration - VPP MRR Test Configs 2n-clx
5795 - type: "table"
5796   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5797   algorithm: "table_merged_details"
5798   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5799   columns:
5800     - title: " |prein| Test Name |preout| "
5801       data: "data name"
5802     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5803       data: "data conf-history"
5804   data: "vpp-mrr-results-2n-clx"
5805   filter: "all"
5806   parameters:
5807   - "parent"
5808   - "name"
5809   - "conf-history"
5810
5811 # Test configuration - VPP MRR Test Configs 3n-tsh
5812 - type: "table"
5813   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5814   algorithm: "table_merged_details"
5815   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5816   columns:
5817     - title: " |prein| Test Name |preout| "
5818       data: "data name"
5819     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5820       data: "data conf-history"
5821   data: "vpp-mrr-results-3n-tsh"
5822   filter: "all"
5823   parameters:
5824   - "parent"
5825   - "name"
5826   - "conf-history"
5827
5828 ## Test configuration - VPP MRR Test Configs 3n-dnv
5829 #- type: "table"
5830 #  title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5831 #  algorithm: "table_merged_details"
5832 #  output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5833 #  columns:
5834 #    - title: " |prein| Test Name |preout| "
5835 #      data: "data name"
5836 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5837 #      data: "data conf-history"
5838 #  data: "vpp-mrr-results-3n-dnv"
5839 #  filter: "all"
5840 #  parameters:
5841 #  - "parent"
5842 #  - "name"
5843 #  - "conf-history"
5844 #
5845 ## Test configuration - VPP MRR Test Configs 2n-dnv
5846 #- type: "table"
5847 #  title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5848 #  algorithm: "table_merged_details"
5849 #  output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5850 #  columns:
5851 #    - title: " |prein| Test Name |preout| "
5852 #      data: "data name"
5853 #    - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5854 #      data: "data conf-history"
5855 #  data: "vpp-mrr-results-2n-dnv"
5856 #  filter: "all"
5857 #  parameters:
5858 #  - "parent"
5859 #  - "name"
5860 #  - "conf-history"
5861
5862 # Detailed Test Results - VPP Device Results - Ubuntu
5863 - type: "table"
5864   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5865   algorithm: "table_merged_details"
5866   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5867   columns:
5868     - title: " |prein| Test Name |preout| "
5869       data: "data name"
5870     - title: " |prein| Status |preout| "
5871       data: "data status"
5872   data: "vpp-device-results-ubuntu"
5873   filter: "all"
5874   parameters:
5875   - "name"
5876   - "parent"
5877   - "doc"
5878   - "status"
5879
5880 # Test configuration - VPP Device Test Configs - Ubuntu
5881 - type: "table"
5882   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5883   algorithm: "table_merged_details"
5884   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5885   columns:
5886     - title: " |prein| Test Name |preout| "
5887       data: "data name"
5888     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5889       data: "data conf-history"
5890   data: "vpp-device-results-ubuntu"
5891   filter: "all"
5892   parameters:
5893   - "parent"
5894   - "name"
5895   - "conf-history"
5896
5897 ################################################################################
5898
5899 # DPDK Performance Changes 3n-hsw 1t1c pdr
5900 - type: "table"
5901   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5902   algorithm: "table_comparison"
5903   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5904   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5905   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5906   columns:
5907     - title: "2001"
5908       data-set: "dpdk-performance-changes-3n-hsw-h1"
5909     - title: "2005"
5910       data-set: "dpdk-performance-changes-3n-hsw-ref"
5911     - title: "2009"
5912       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5913   comparisons:
5914     - title: "Diff"
5915       reference: 2
5916       compare: 3
5917   legend:
5918     - ""
5919     - "2001, 2005, 2009 - DPDK versions tested."
5920     - "Diff - difference between 2005 and 2009 DPDK version."
5921
5922 # DPDK Performance Changes 3n-hsw 2t2c pdr
5923 - type: "table"
5924   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5925   algorithm: "table_comparison"
5926   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5927   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5928   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5929   columns:
5930     - title: "2001"
5931       data-set: "dpdk-performance-changes-3n-hsw-h1"
5932     - title: "2005"
5933       data-set: "dpdk-performance-changes-3n-hsw-ref"
5934     - title: "2009"
5935       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5936   comparisons:
5937     - title: "Diff"
5938       reference: 2
5939       compare: 3
5940   legend:
5941     - ""
5942     - "2001, 2005, 2009 - DPDK versions tested."
5943     - "Diff - difference between 2005 and 2009 DPDK version."
5944
5945 # DPDK Performance Changes 3n-hsw 1t1c pdr
5946 - type: "table"
5947   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5948   algorithm: "table_comparison"
5949   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5950   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5951   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5952   columns:
5953     - title: "2001"
5954       data-set: "dpdk-performance-changes-3n-hsw-h1"
5955     - title: "2005"
5956       data-set: "dpdk-performance-changes-3n-hsw-ref"
5957     - title: "2009"
5958       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5959   comparisons:
5960     - title: "Diff"
5961       reference: 2
5962       compare: 3
5963   legend:
5964     - ""
5965     - "2001, 2005, 2009 - DPDK versions tested."
5966     - "Diff - difference between 2005 and 2009 DPDK version."
5967
5968 # DPDK Performance Changes 3n-hsw 2t2c ndr
5969 - type: "table"
5970   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5971   algorithm: "table_comparison"
5972   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5974   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5975   columns:
5976     - title: "2001"
5977       data-set: "dpdk-performance-changes-3n-hsw-h1"
5978     - title: "2005"
5979       data-set: "dpdk-performance-changes-3n-hsw-ref"
5980     - title: "2009"
5981       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5982   comparisons:
5983     - title: "Diff"
5984       reference: 2
5985       compare: 3
5986   legend:
5987     - ""
5988     - "2001, 2005, 2009 - DPDK versions tested."
5989     - "Diff - difference between 2005 and 2009 DPDK version."
5990
5991 # DPDK Performance Changes 3n-skx 2t1c pdr
5992 - type: "table"
5993   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5994   algorithm: "table_comparison"
5995   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5996   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5997   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5998   columns:
5999     - title: "2001"
6000       data-set: "dpdk-performance-changes-3n-skx-h1"
6001     - title: "2005"
6002       data-set: "dpdk-performance-changes-3n-skx-ref"
6003     - title: "2009"
6004       data-set: "dpdk-performance-changes-3n-skx-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 2
6008       compare: 3
6009   legend:
6010     - ""
6011     - "2001, 2005, 2009 - DPDK versions tested."
6012     - "Diff - difference between 2005 and 2009 DPDK version."
6013
6014 # DPDK Performance Changes 3n-skx 4t2c pdr
6015 - type: "table"
6016   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   columns:
6022     - title: "2001"
6023       data-set: "dpdk-performance-changes-3n-skx-h1"
6024     - title: "2005"
6025       data-set: "dpdk-performance-changes-3n-skx-ref"
6026     - title: "2009"
6027       data-set: "dpdk-performance-changes-3n-skx-cmp"
6028   comparisons:
6029     - title: "Diff"
6030       reference: 2
6031       compare: 3
6032   legend:
6033     - ""
6034     - "2001, 2005, 2009 - DPDK versions tested."
6035     - "Diff - difference between 2005 and 2009 DPDK version."
6036
6037 # DPDK Performance Changes 3n-skx 2t1c ndr
6038 - type: "table"
6039   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6040   algorithm: "table_comparison"
6041   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6042   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6043   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6044   columns:
6045     - title: "2001"
6046       data-set: "dpdk-performance-changes-3n-skx-h1"
6047     - title: "2005"
6048       data-set: "dpdk-performance-changes-3n-skx-ref"
6049     - title: "2009"
6050       data-set: "dpdk-performance-changes-3n-skx-cmp"
6051   comparisons:
6052     - title: "Diff"
6053       reference: 2
6054       compare: 3
6055   legend:
6056     - ""
6057     - "2001, 2005, 2009 - DPDK versions tested."
6058     - "Diff - difference between 2005 and 2009 DPDK version."
6059
6060 # DPDK Performance Changes 3n-skx 4t2c ndr
6061 - type: "table"
6062   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6063   algorithm: "table_comparison"
6064   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6065   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6066   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6067   columns:
6068     - title: "2001"
6069       data-set: "dpdk-performance-changes-3n-skx-h1"
6070     - title: "2005"
6071       data-set: "dpdk-performance-changes-3n-skx-ref"
6072     - title: "2009"
6073       data-set: "dpdk-performance-changes-3n-skx-cmp"
6074   comparisons:
6075     - title: "Diff"
6076       reference: 2
6077       compare: 3
6078   legend:
6079     - ""
6080     - "2001, 2005, 2009 - DPDK versions tested."
6081     - "Diff - difference between 2005 and 2009 DPDK version."
6082
6083 # DPDK Performance Changes 2n-skx 2t1c pdr
6084 - type: "table"
6085   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6086   algorithm: "table_comparison"
6087   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6088   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6089   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6090   columns:
6091     - title: "2001"
6092       data-set: "dpdk-performance-changes-2n-skx-h1"
6093     - title: "2005"
6094       data-set: "dpdk-performance-changes-2n-skx-ref"
6095     - title: "2009"
6096       data-set: "dpdk-performance-changes-2n-skx-cmp"
6097   comparisons:
6098     - title: "Diff"
6099       reference: 2
6100       compare: 3
6101   legend:
6102     - ""
6103     - "2001, 2005, 2009 - DPDK versions tested."
6104     - "Diff - difference between 2005 and 2009 DPDK version."
6105
6106 # DPDK Performance Changes 2n-skx 4t2c pdr
6107 - type: "table"
6108   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6109   algorithm: "table_comparison"
6110   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6111   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6112   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6113   columns:
6114     - title: "2001"
6115       data-set: "dpdk-performance-changes-2n-skx-h1"
6116     - title: "2005"
6117       data-set: "dpdk-performance-changes-2n-skx-ref"
6118     - title: "2009"
6119       data-set: "dpdk-performance-changes-2n-skx-cmp"
6120   comparisons:
6121     - title: "Diff"
6122       reference: 2
6123       compare: 3
6124   legend:
6125     - ""
6126     - "2001, 2005, 2009 - DPDK versions tested."
6127     - "Diff - difference between 2005 and 2009 DPDK version."
6128
6129 # DPDK Performance Changes 2n-skx 2t1c ndr
6130 - type: "table"
6131   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6132   algorithm: "table_comparison"
6133   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6135   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6136   columns:
6137     - title: "2001"
6138       data-set: "dpdk-performance-changes-2n-skx-h1"
6139     - title: "2005"
6140       data-set: "dpdk-performance-changes-2n-skx-ref"
6141     - title: "2009"
6142       data-set: "dpdk-performance-changes-2n-skx-cmp"
6143   comparisons:
6144     - title: "Diff"
6145       reference: 2
6146       compare: 3
6147   legend:
6148     - ""
6149     - "2001, 2005, 2009 - DPDK versions tested."
6150     - "Diff - difference between 2005 and 2009 DPDK version."
6151
6152 # DPDK Performance Changes 2n-skx 4t2c ndr
6153 - type: "table"
6154   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6155   algorithm: "table_comparison"
6156   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6157   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6158   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6159   columns:
6160     - title: "2001"
6161       data-set: "dpdk-performance-changes-2n-skx-h1"
6162     - title: "2005"
6163       data-set: "dpdk-performance-changes-2n-skx-ref"
6164     - title: "2009"
6165       data-set: "dpdk-performance-changes-2n-skx-cmp"
6166   comparisons:
6167     - title: "Diff"
6168       reference: 2
6169       compare: 3
6170   legend:
6171     - ""
6172     - "2001, 2005, 2009 - DPDK versions tested."
6173     - "Diff - difference between 2005 and 2009 DPDK version."
6174
6175 # DPDK Performance Changes 2n-clx 2t1c pdr
6176 - type: "table"
6177   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6178   algorithm: "table_comparison"
6179   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6181   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6182   columns:
6183     - title: "2001"
6184       data-set: "dpdk-performance-changes-2n-clx-h1"
6185     - title: "2005"
6186       data-set: "dpdk-performance-changes-2n-clx-ref"
6187     - title: "2009"
6188       data-set: "dpdk-performance-changes-2n-clx-cmp"
6189   comparisons:
6190     - title: "Diff"
6191       reference: 2
6192       compare: 3
6193   legend:
6194     - ""
6195     - "2001, 2005, 2009 - DPDK versions tested."
6196     - "Diff - difference between 2005 and 2009 DPDK version."
6197
6198 # DPDK Performance Changes 2n-clx 4t2c pdr
6199 - type: "table"
6200   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6201   algorithm: "table_comparison"
6202   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6203   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6204   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6205   columns:
6206     - title: "2001"
6207       data-set: "dpdk-performance-changes-2n-clx-h1"
6208     - title: "2005"
6209       data-set: "dpdk-performance-changes-2n-clx-ref"
6210     - title: "2009"
6211       data-set: "dpdk-performance-changes-2n-clx-cmp"
6212   comparisons:
6213     - title: "Diff"
6214       reference: 2
6215       compare: 3
6216   legend:
6217     - ""
6218     - "2001, 2005, 2009 - DPDK versions tested."
6219     - "Diff - difference between 2005 and 2009 DPDK version."
6220
6221 # DPDK Performance Changes 2n-clx 2t1c ndr
6222 - type: "table"
6223   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6224   algorithm: "table_comparison"
6225   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6227   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6228   columns:
6229     - title: "2001"
6230       data-set: "dpdk-performance-changes-2n-clx-h1"
6231     - title: "2005"
6232       data-set: "dpdk-performance-changes-2n-clx-ref"
6233     - title: "2009"
6234       data-set: "dpdk-performance-changes-2n-clx-cmp"
6235   comparisons:
6236     - title: "Diff"
6237       reference: 2
6238       compare: 3
6239   legend:
6240     - ""
6241     - "2001, 2005, 2009 - DPDK versions tested."
6242     - "Diff - difference between 2005 and 2009 DPDK version."
6243
6244 # DPDK Performance Changes 2n-clx 4t2c ndr
6245 - type: "table"
6246   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6247   algorithm: "table_comparison"
6248   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6249   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6250   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6251   columns:
6252     - title: "2001"
6253       data-set: "dpdk-performance-changes-2n-clx-h1"
6254     - title: "2005"
6255       data-set: "dpdk-performance-changes-2n-clx-ref"
6256     - title: "2009"
6257       data-set: "dpdk-performance-changes-2n-clx-cmp"
6258   comparisons:
6259     - title: "Diff"
6260       reference: 2
6261       compare: 3
6262   legend:
6263     - ""
6264     - "2001, 2005, 2009 - DPDK versions tested."
6265     - "Diff - difference between 2005 and 2009 DPDK version."
6266
6267 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6268 #- type: "table"
6269 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6270 #  algorithm: "table_comparison"
6271 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6273 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6274 #  columns:
6275 #    - title: "2001"
6276 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6277 #    - title: "2005"
6278 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6279 #    - title: "2009"
6280 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6281 #  comparisons:
6282 #    - title: "Diff"
6283 #      reference: 2
6284 #      compare: 3
6285 #  legend:
6286 #    - ""
6287 #    - "2001, 2005, 2009 - DPDK versions tested."
6288 #    - "Diff - difference between 2005 and 2009 DPDK version."
6289 #
6290 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6291 #- type: "table"
6292 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6293 #  algorithm: "table_comparison"
6294 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6295 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6296 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6297 #  columns:
6298 #    - title: "2001"
6299 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6300 #    - title: "2005"
6301 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6302 #    - title: "2009"
6303 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6304 #  comparisons:
6305 #    - title: "Diff"
6306 #      reference: 2
6307 #      compare: 3
6308 #  legend:
6309 #    - ""
6310 #    - "2001, 2005, 2009 - DPDK versions tested."
6311 #    - "Diff - difference between 2005 and 2009 DPDK version."
6312 #
6313 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6314 #- type: "table"
6315 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6316 #  algorithm: "table_comparison"
6317 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6318 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6319 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6320 #  columns:
6321 #    - title: "2001"
6322 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6323 #    - title: "2005"
6324 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6325 #    - title: "2009"
6326 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6327 #  comparisons:
6328 #    - title: "Diff"
6329 #      reference: 2
6330 #      compare: 3
6331 #  legend:
6332 #    - ""
6333 #    - "2001, 2005, 2009 - DPDK versions tested."
6334 #    - "Diff - difference between 2005 and 2009 DPDK version."
6335 #
6336 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6337 #- type: "table"
6338 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6339 #  algorithm: "table_comparison"
6340 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6341 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6342 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6343 #  columns:
6344 #    - title: "2001"
6345 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6346 #    - title: "2005"
6347 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6348 #    - title: "2009"
6349 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6350 #  comparisons:
6351 #    - title: "Diff"
6352 #      reference: 2
6353 #      compare: 3
6354 #  legend:
6355 #    - ""
6356 #    - "2001, 2005, 2009 - DPDK versions tested."
6357 #    - "Diff - difference between 2005 and 2009 DPDK version."
6358 #
6359 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6360 #- type: "table"
6361 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6362 #  algorithm: "table_comparison"
6363 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6365 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6366 #  columns:
6367 #    - title: "2001"
6368 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6369 #    - title: "2005"
6370 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6371 #    - title: "2009"
6372 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6373 #  comparisons:
6374 #    - title: "Diff"
6375 #      reference: 2
6376 #      compare: 3
6377 #  legend:
6378 #    - ""
6379 #    - "2001, 2005, 2009 - DPDK versions tested."
6380 #    - "Diff - difference between 2005 and 2009 DPDK version."
6381 #
6382 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6383 #- type: "table"
6384 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6385 #  algorithm: "table_comparison"
6386 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6387 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6388 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6389 #  columns:
6390 #    - title: "2001"
6391 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6392 #    - title: "2005"
6393 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6394 #    - title: "2009"
6395 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6396 #  comparisons:
6397 #    - title: "Diff"
6398 #      reference: 2
6399 #      compare: 3
6400 #  legend:
6401 #    - ""
6402 #    - "2001, 2005, 2009 - DPDK versions tested."
6403 #    - "Diff - difference between 2005 and 2009 DPDK version."
6404 #
6405 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6406 #- type: "table"
6407 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6408 #  algorithm: "table_comparison"
6409 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6410 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6411 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6412 #  columns:
6413 #    - title: "2001"
6414 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6415 #    - title: "2005"
6416 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6417 #    - title: "2009"
6418 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6419 #  comparisons:
6420 #    - title: "Diff"
6421 #      reference: 2
6422 #      compare: 3
6423 #  legend:
6424 #    - ""
6425 #    - "2001, 2005, 2009 - DPDK versions tested."
6426 #    - "Diff - difference between 2005 and 2009 DPDK version."
6427 #
6428 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6429 #- type: "table"
6430 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6431 #  algorithm: "table_comparison"
6432 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6433 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6434 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6435 #  columns:
6436 #    - title: "2001"
6437 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6438 #    - title: "2005"
6439 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6440 #    - title: "2009"
6441 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6442 #  comparisons:
6443 #    - title: "Diff"
6444 #      reference: 2
6445 #      compare: 3
6446 #  legend:
6447 #    - ""
6448 #    - "2001, 2005, 2009 - DPDK versions tested."
6449 #    - "Diff - difference between 2005 and 2009 DPDK version."
6450
6451 # DPDK Performance Changes 3n-tsh 1t1c pdr
6452 - type: "table"
6453   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6454   algorithm: "table_comparison"
6455   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6456   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6457   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6458   columns:
6459     - title: "2001"
6460       data-set: "dpdk-performance-changes-3n-tsh-h1"
6461     - title: "2005"
6462       data-set: "dpdk-performance-changes-3n-tsh-ref"
6463     - title: "2009"
6464       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6465   comparisons:
6466     - title: "Diff"
6467       reference: 2
6468       compare: 3
6469   legend:
6470     - ""
6471     - "2001, 2005, 2009 - DPDK versions tested."
6472     - "Diff - difference between 2005 and 2009 DPDK version."
6473
6474 # DPDK Performance Changes 3n-tsh 2t2c pdr
6475 - type: "table"
6476   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6477   algorithm: "table_comparison"
6478   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6479   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6480   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6481   columns:
6482     - title: "2001"
6483       data-set: "dpdk-performance-changes-3n-tsh-h1"
6484     - title: "2005"
6485       data-set: "dpdk-performance-changes-3n-tsh-ref"
6486     - title: "2009"
6487       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6488   comparisons:
6489     - title: "Diff"
6490       reference: 2
6491       compare: 3
6492   legend:
6493     - ""
6494     - "2001, 2005, 2009 - DPDK versions tested."
6495     - "Diff - difference between 2005 and 2009 DPDK version."
6496
6497 # DPDK Performance Changes 3n-tsh 1t1c ndr
6498 - type: "table"
6499   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6500   algorithm: "table_comparison"
6501   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6503   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6504   columns:
6505     - title: "2001"
6506       data-set: "dpdk-performance-changes-3n-tsh-h1"
6507     - title: "2005"
6508       data-set: "dpdk-performance-changes-3n-tsh-ref"
6509     - title: "2009"
6510       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6511   comparisons:
6512     - title: "Diff"
6513       reference: 2
6514       compare: 3
6515   legend:
6516     - ""
6517     - "2001, 2005, 2009 - DPDK versions tested."
6518     - "Diff - difference between 2005 and 2009 DPDK version."
6519
6520 # DPDK Performance Changes 3n-tsh 2t2c ndr
6521 - type: "table"
6522   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6523   algorithm: "table_comparison"
6524   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6525   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6526   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6527   columns:
6528     - title: "2001"
6529       data-set: "dpdk-performance-changes-3n-tsh-h1"
6530     - title: "2005"
6531       data-set: "dpdk-performance-changes-3n-tsh-ref"
6532     - title: "2009"
6533       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6534   comparisons:
6535     - title: "Diff"
6536       reference: 2
6537       compare: 3
6538   legend:
6539     - ""
6540     - "2001, 2005, 2009 - DPDK versions tested."
6541     - "Diff - difference between 2005 and 2009 DPDK version."
6542
6543 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6544 - type: "table"
6545   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6546   algorithm: "table_comparison"
6547   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6548   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6549   filter: "'NIC_Intel-X710'"
6550   columns:
6551     - title: "3n-hsw x710"
6552       data-set: "dpdk-compare-testbeds-ref"
6553     - title: "3n-skx x710"
6554       data-set: "dpdk-compare-testbeds-cmp"
6555   comparisons:
6556     - title: "Diff"
6557       reference: 1
6558       compare: 2
6559   legend:
6560     - ""
6561     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6562     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6563
6564 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6565 - type: "table"
6566   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6567   algorithm: "table_comparison"
6568   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6570   filter: "'NIC_Intel-X710'"
6571   columns:
6572     - title: "3n-hsw x710"
6573       data-set: "dpdk-compare-testbeds-ref"
6574     - title: "3n-skx x710"
6575       data-set: "dpdk-compare-testbeds-cmp"
6576   comparisons:
6577     - title: "Diff"
6578       reference: 1
6579       compare: 2
6580   legend:
6581     - ""
6582     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6583     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6584
6585 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6586 - type: "table"
6587   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6588   algorithm: "table_comparison"
6589   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6590   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6591   filter: "'NIC_Intel-XXV710'"
6592   columns:
6593     - title: "2n-skx"
6594       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6595     - title: "2n-clx"
6596       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6597   comparisons:
6598     - title: "Diff"
6599       reference: 1
6600       compare: 2
6601   legend:
6602     - ""
6603     - "2n-skx, 2n-clx - testbeds and NICs tested."
6604     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6605
6606 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6607 - type: "table"
6608   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6609   algorithm: "table_comparison"
6610   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6612   filter: "'NIC_Intel-XXV710'"
6613   columns:
6614     - title: "2n-skx"
6615       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6616     - title: "2n-clx"
6617       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6618   comparisons:
6619     - title: "Diff"
6620       reference: 1
6621       compare: 2
6622   legend:
6623     - ""
6624     - "2n-skx, 2n-clx - testbeds and NICs tested."
6625     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6626
6627 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6628 - type: "table"
6629   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6630   algorithm: "table_comparison"
6631   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6632   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6633   filter: "'NIC_Intel-XXV710'"
6634   columns:
6635     - title: "3n-skx"
6636       data-set: "dpdk-compare-topologies-ref"
6637     - title: "2n-skx"
6638       data-set: "dpdk-compare-topologies-cmp"
6639   comparisons:
6640     - title: "Diff"
6641       reference: 1
6642       compare: 2
6643   legend:
6644     - ""
6645     - "3n-skx, 2n-skx - topologies tested."
6646     - "Diff - difference between 3n-skx and 2n-skx topologies."
6647
6648 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6649 - type: "table"
6650   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6651   algorithm: "table_comparison"
6652   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6654   filter: "'NIC_Intel-XXV710'"
6655   columns:
6656     - title: "3n-skx"
6657       data-set: "dpdk-compare-topologies-ref"
6658     - title: "2n-skx"
6659       data-set: "dpdk-compare-topologies-cmp"
6660   comparisons:
6661     - title: "Diff"
6662       reference: 1
6663       compare: 2
6664   legend:
6665     - ""
6666     - "3n-skx, 2n-skx - topologies tested."
6667     - "Diff - difference between 3n-skx and 2n-skx topologies."
6668
6669 # Detailed Test Results - DPDK Performance Results 3n-hsw
6670 - type: "table"
6671   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6672   algorithm: "table_merged_details"
6673   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6674   columns:
6675     - title: " |prein| Test Name |preout| "
6676       data: "data name"
6677     - 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| "
6678       data: "data msg"
6679   data: "dpdk-perf-results-3n-hsw"
6680   filter: "all"
6681   parameters:
6682   - "name"
6683   - "parent"
6684   - "msg"
6685
6686 # Detailed Test Results - DPDK Performance Results 3n-skx
6687 - type: "table"
6688   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6689   algorithm: "table_merged_details"
6690   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6691   columns:
6692     - title: " |prein| Test Name |preout| "
6693       data: "data name"
6694     - 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| "
6695       data: "data msg"
6696   data: "dpdk-perf-results-3n-skx"
6697   filter: "all"
6698   remove-ndr: False
6699   parameters:
6700   - "name"
6701   - "parent"
6702   - "msg"
6703
6704 # Detailed Test Results - DPDK Performance Results 2n-skx
6705 - type: "table"
6706   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6707   algorithm: "table_merged_details"
6708   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6709   columns:
6710     - title: " |prein| Test Name |preout| "
6711       data: "data name"
6712     - 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| "
6713       data: "data msg"
6714   data: "dpdk-perf-results-2n-skx"
6715   filter: "all"
6716   remove-ndr: False
6717   parameters:
6718   - "name"
6719   - "parent"
6720   - "msg"
6721
6722 # Detailed Test Results - DPDK Performance Results 2n-clx
6723 - type: "table"
6724   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6725   algorithm: "table_merged_details"
6726   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6727   columns:
6728     - title: " |prein| Test Name |preout| "
6729       data: "data name"
6730     - 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| "
6731       data: "data msg"
6732   data: "dpdk-perf-results-2n-clx"
6733   filter: "all"
6734   parameters:
6735   - "name"
6736   - "parent"
6737   - "msg"
6738
6739 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6740 #- type: "table"
6741 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6742 #  algorithm: "table_merged_details"
6743 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6744 #  columns:
6745 #    - title: " |prein| Test Name |preout| "
6746 #      data: "data name"
6747 #    - 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| "
6748 #      data: "data msg"
6749 #  data: "dpdk-perf-results-2n-dnv"
6750 #  filter: "all"
6751 #  parameters:
6752 #  - "name"
6753 #  - "parent"
6754 #  - "msg"
6755 #
6756 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6757 #- type: "table"
6758 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6759 #  algorithm: "table_merged_details"
6760 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6761 #  columns:
6762 #    - title: " |prein| Test Name |preout| "
6763 #      data: "data name"
6764 #    - 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| "
6765 #      data: "data msg"
6766 #  data: "dpdk-perf-results-3n-dnv"
6767 #  filter: "all"
6768 #  parameters:
6769 #  - "name"
6770 #  - "parent"
6771 #  - "msg"
6772
6773 # Detailed Test Results - DPDK Performance Results 3n-tsh
6774 - type: "table"
6775   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6776   algorithm: "table_merged_details"
6777   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6778   columns:
6779     - title: " |prein| Test Name |preout| "
6780       data: "data name"
6781     - 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| "
6782       data: "data msg"
6783   data: "dpdk-perf-results-3n-tsh"
6784   filter: "all"
6785   parameters:
6786   - "name"
6787   - "parent"
6788   - "msg"
6789
6790 ################################################################################
6791 ###                                F I L E S                                 ###
6792 ################################################################################
6793
6794 # VPP Performance Results
6795 - type: "file"
6796   title: "VPP Performance Results"
6797   algorithm: "file_details_split"
6798   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6799   dir-tables:
6800     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6801     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6802     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6803     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6804     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6805 #    - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6806 #    - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6807   data:
6808     - "vpp-perf-results-2n-skx"
6809     - "vpp-perf-results-3n-skx"
6810     - "vpp-perf-results-2n-clx"
6811     - "vpp-perf-results-3n-hsw"
6812     - "vpp-perf-results-3n-tsh"
6813 #    - "vpp-perf-results-2n-dnv"
6814 #    - "vpp-perf-results-3n-dnv"
6815   filter: "all"
6816   data-start-level: 4
6817   order-chapters:
6818     level-1:
6819       - "l2"
6820       - "ip4"
6821       - "ip6"
6822       - "srv6"
6823       - "ip4_tunnels"
6824       - "ip6_tunnels"
6825       - "vm_vhost"
6826       - "container_memif"
6827       - "crypto"
6828       - "vts"
6829       - "lb"
6830       - "nfv_density"
6831       - "hoststack"
6832     level-2:
6833       - "2n-skx"
6834       - "3n-skx"
6835       - "2n-clx"
6836       - "3n-hsw"
6837       - "3n-tsh"
6838       - "2n-dnv"
6839       - "3n-dnv"
6840     level-3:
6841       - "xl710"
6842       - "x520"
6843       - "xxv710"
6844       - "x710"
6845       - "x553"
6846       - "cx556a"
6847       - "vic1227"
6848       - "vic1385"
6849
6850 # VPP Performance Configuration
6851 - type: "file"
6852   title: "VPP Performance Configuration"
6853   algorithm: "file_details_split"
6854   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6855   dir-tables:
6856     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6857     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6858     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6859     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6860     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6861 #    - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6862 #    - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6863   data:
6864     - "vpp-perf-results-2n-skx"
6865     - "vpp-perf-results-3n-skx"
6866     - "vpp-perf-results-2n-clx"
6867     - "vpp-perf-results-3n-hsw"
6868     - "vpp-perf-results-3n-tsh"
6869 #    - "vpp-perf-results-2n-dnv"
6870 #    - "vpp-perf-results-3n-dnv"
6871   filter: "all"
6872   data-start-level: 4
6873   order-chapters:
6874     level-1:
6875       - "l2"
6876       - "ip4"
6877       - "ip6"
6878       - "srv6"
6879       - "ip4_tunnels"
6880       - "ip6_tunnels"
6881       - "vm_vhost"
6882       - "container_memif"
6883       - "crypto"
6884       - "vts"
6885       - "lb"
6886       - "nfv_density"
6887       - "hoststack"
6888     level-2:
6889       - "2n-skx"
6890       - "3n-skx"
6891       - "2n-clx"
6892       - "3n-hsw"
6893       - "3n-tsh"
6894       - "2n-dnv"
6895       - "3n-dnv"
6896     level-3:
6897       - "xl710"
6898       - "x520"
6899       - "xxv710"
6900       - "x710"
6901       - "x553"
6902       - "cx556a"
6903       - "vic1227"
6904       - "vic1385"
6905
6906 # VPP Performance Operational
6907 - type: "file"
6908   title: "VPP Performance Operational"
6909   algorithm: "file_details_split_html"
6910   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6911   dir-tables:
6912     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6913     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6914     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6915     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6916     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6917 #    - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6918 #    - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6919   data:
6920     - "vpp-perf-results-2n-skx"
6921     - "vpp-perf-results-3n-skx"
6922     - "vpp-perf-results-2n-clx"
6923     - "vpp-perf-results-3n-hsw"
6924     - "vpp-perf-results-3n-tsh"
6925 #    - "vpp-perf-results-2n-dnv"
6926 #    - "vpp-perf-results-3n-dnv"
6927   filter: "all"
6928   data-start-level: 4
6929   order-chapters:
6930     level-1:
6931       - "l2"
6932       - "ip4"
6933       - "ip6"
6934       - "srv6"
6935       - "ip4_tunnels"
6936       - "ip6_tunnels"
6937       - "vm_vhost"
6938       - "container_memif"
6939       - "crypto"
6940       - "vts"
6941       - "lb"
6942       - "nfv_density"
6943       - "hoststack"
6944     level-2:
6945       - "2n-skx"
6946       - "3n-skx"
6947       - "2n-clx"
6948       - "3n-hsw"
6949       - "3n-tsh"
6950       - "2n-dnv"
6951       - "3n-dnv"
6952     level-3:
6953       - "xl710"
6954       - "x520"
6955       - "xxv710"
6956       - "x710"
6957       - "x553"
6958       - "cx556a"
6959       - "vic1227"
6960       - "vic1385"
6961
6962 # VPP MRR Results
6963 - type: "file"
6964   title: "VPP MRR Results"
6965   algorithm: "file_details_split"
6966   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6967   dir-tables:
6968     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6969     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6970     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6971     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6972     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6973 #    - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6974 #    - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6975   data:
6976     - "vpp-mrr-results-2n-skx"
6977     - "vpp-mrr-results-3n-skx"
6978     - "vpp-mrr-results-2n-clx"
6979     - "vpp-mrr-results-3n-hsw"
6980     - "vpp-mrr-results-3n-tsh"
6981 #    - "vpp-mrr-results-2n-dnv"
6982 #    - "vpp-mrr-results-3n-dnv"
6983   filter: "all"
6984   data-start-level: 4
6985   order-chapters:
6986     level-1:
6987       - "l2"
6988       - "ip4"
6989       - "ip6"
6990       - "srv6"
6991       - "ip4_tunnels"
6992       - "ip6_tunnels"
6993       - "vm_vhost"
6994       - "container_memif"
6995       - "crypto"
6996       - "vts"
6997       - "lb"
6998       - "nfv_density"
6999       - "hoststack"
7000     level-2:
7001       - "2n-skx"
7002       - "3n-skx"
7003       - "2n-clx"
7004       - "3n-hsw"
7005       - "3n-tsh"
7006       - "2n-dnv"
7007       - "3n-dnv"
7008     level-3:
7009       - "xl710"
7010       - "x520"
7011       - "xxv710"
7012       - "x710"
7013       - "x553"
7014       - "cx556a"
7015       - "vic1227"
7016       - "vic1385"
7017
7018 # VPP MRR Configuration
7019 - type: "file"
7020   title: "VPP MRR Configuration"
7021   algorithm: "file_details_split"
7022   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7023   dir-tables:
7024     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7025     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7026     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7027     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7028     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7029     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7030     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7031   data:
7032     - "vpp-mrr-results-2n-skx"
7033     - "vpp-mrr-results-3n-skx"
7034     - "vpp-mrr-results-2n-clx"
7035     - "vpp-mrr-results-3n-hsw"
7036     - "vpp-mrr-results-3n-tsh"
7037 #    - "vpp-mrr-results-2n-dnv"
7038 #    - "vpp-mrr-results-3n-dnv"
7039   filter: "all"
7040   data-start-level: 4
7041   order-chapters:
7042     level-1:
7043       - "l2"
7044       - "ip4"
7045       - "ip6"
7046       - "srv6"
7047       - "ip4_tunnels"
7048       - "ip6_tunnels"
7049       - "vm_vhost"
7050       - "container_memif"
7051       - "crypto"
7052       - "vts"
7053       - "lb"
7054       - "nfv_density"
7055       - "hoststack"
7056     level-2:
7057       - "2n-skx"
7058       - "3n-skx"
7059       - "2n-clx"
7060       - "3n-hsw"
7061       - "3n-tsh"
7062       - "2n-dnv"
7063       - "3n-dnv"
7064     level-3:
7065       - "xl710"
7066       - "x520"
7067       - "xxv710"
7068       - "x710"
7069       - "x553"
7070       - "cx556a"
7071       - "vic1227"
7072       - "vic1385"
7073
7074 # VPP Device Results - Ubuntu
7075 - type: "file"
7076   title: "VPP Device Results - Ubuntu"
7077   algorithm: "file_test_results"
7078   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7079   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7080   data: "vpp-device-results-ubuntu"
7081   filter: "all"
7082   data-start-level: 4
7083
7084 # VPP Device Configuration - Ubuntu
7085 - type: "file"
7086   title: "VPP Device Configuration - Ubuntu"
7087   algorithm: "file_test_results"
7088   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7089   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7090   data: "vpp-device-results-ubuntu"
7091   filter: "all"
7092   data-start-level: 4
7093
7094 # DPDK Performance Results 3n-hsw
7095 - type: "file"
7096   title: "DPDK Performance Results 3n-hsw"
7097   algorithm: "file_test_results"
7098   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7099   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7100   data: "dpdk-perf-results-3n-hsw"
7101   filter: "all"
7102   data-start-level: 4
7103
7104 # DPDK Performance Results 3n-skx
7105 - type: "file"
7106   title: "DPDK Performance Results 3n-skx"
7107   algorithm: "file_test_results"
7108   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7109   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7110   data: "dpdk-perf-results-3n-skx"
7111   filter: "all"
7112   data-start-level: 4
7113
7114 # DPDK Performance Results 2n-skx
7115 - type: "file"
7116   title: "DPDK Performance Results 2n-skx"
7117   algorithm: "file_test_results"
7118   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7119   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7120   data: "dpdk-perf-results-2n-skx"
7121   filter: "all"
7122   data-start-level: 4
7123
7124 # DPDK Performance Results 2n-clx
7125 - type: "file"
7126   title: "DPDK Performance Results 2n-clx"
7127   algorithm: "file_test_results"
7128   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7129   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7130   data: "dpdk-perf-results-2n-clx"
7131   filter: "all"
7132   data-start-level: 4
7133
7134 ## DPDK Performance Results 2n-dnv
7135 #- type: "file"
7136 #  title: "DPDK Performance Results 2n-dnv"
7137 #  algorithm: "file_test_results"
7138 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7139 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7140 #  data: "dpdk-perf-results-2n-dnv"
7141 #  filter: "all"
7142 #  data-start-level: 4
7143 #
7144 ## DPDK Performance Results 3n-dnv
7145 #- type: "file"
7146 #  title: "DPDK Performance Results 3n-dnv"
7147 #  algorithm: "file_test_results"
7148 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7149 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7150 #  data: "dpdk-perf-results-3n-dnv"
7151 #  filter: "all"
7152 #  data-start-level: 4
7153
7154 # DPDK Performance Results 3n-tsh
7155 - type: "file"
7156   title: "DPDK Performance Results 3n-tsh"
7157   algorithm: "file_test_results"
7158   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7159   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7160   data: "dpdk-perf-results-3n-tsh"
7161   filter: "all"
7162   data-start-level: 4
7163
7164 ################################################################################
7165 ###                                P L O T S                                 ###
7166 ################################################################################
7167
7168 # Hoststack tests 3n-hsw
7169
7170 - type: "plot"
7171   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7172   algorithm: "plot_perf_box_name"
7173   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7174   data: "plot-vpp-hoststack-3n-hsw"
7175   include:
7176     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7177     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7178   layout:
7179     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7180     layout: "plot-hoststack"
7181
7182 - type: "plot"
7183   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7184   algorithm: "plot_perf_box_name"
7185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7186   data: "plot-vpp-hoststack-3n-hsw"
7187   include:
7188     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7189     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7190   layout:
7191     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7192     layout: "plot-hoststack"
7193
7194 - type: "plot"
7195   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7196   algorithm: "plot_perf_box_name"
7197   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7198   data: "plot-vpp-hoststack-3n-hsw"
7199   include:
7200     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7201     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7202     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7203     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7204   layout:
7205     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7206     layout: "plot-hoststack"
7207
7208 ################################################################################
7209
7210 # Soak Test (PLRsearch), boxes - 2n-clx
7211 - type: "plot"
7212   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7213   algorithm: "plot_perf_box_name"
7214   output-file-type: ".html"
7215   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7216   data: "plot-vpp-soak-2n-clx"
7217   include:
7218     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7219     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7220     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7221     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7222     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7223     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7224   layout:
7225     title: "30 Minutes Soak Test (PLRsearch)"
7226     layout: "plot-soak-throughput"
7227
7228 # Soak Test (PLRsearch), boxes - 2n-clx
7229 - type: "plot"
7230   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7231   algorithm: "plot_perf_box_name"
7232   output-file-type: ".html"
7233   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7234   data: "plot-vpp-soak-2n-clx"
7235   include:
7236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7237     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7238     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7239     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7241     - "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"
7242   layout:
7243     title: "30 Minutes Soak Test (PLRsearch)"
7244     layout: "plot-soak-throughput"
7245
7246 # Soak Test (PLRsearch), boxes - 2n-skx
7247 - type: "plot"
7248   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7249   algorithm: "plot_perf_box_name"
7250   output-file-type: ".html"
7251   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7252   data: "plot-vpp-soak-2n-skx"
7253   include:
7254     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7255     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7256     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7257     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7260   layout:
7261     title: "30 Minutes Soak Test (PLRsearch)"
7262     layout: "plot-soak-throughput"
7263
7264 # Soak Test (PLRsearch), boxes - 2n-skx
7265 - type: "plot"
7266   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7267   algorithm: "plot_perf_box_name"
7268   output-file-type: ".html"
7269   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7270   data: "plot-vpp-soak-2n-skx"
7271   include:
7272     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7273     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7274     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7276     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7277     - "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"
7278   layout:
7279     title: "30 Minutes Soak Test (PLRsearch)"
7280     layout: "plot-soak-throughput"
7281
7282 ###############################################################################
7283
7284 # Reconf tests 2n-skx
7285
7286 - type: "plot"
7287   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7288   algorithm: "plot_nf_reconf_box_name"
7289   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7290   data: "plot-vpp-nfv-reconf-2n-skx"
7291   include:
7292     - "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"
7293     - "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"
7294     - "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"
7295     - "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"
7296     - "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"
7297     - "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"
7298   layout:
7299     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7300     layout: "plot-throughput"
7301
7302 - type: "plot"
7303   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7304   algorithm: "plot_nf_reconf_box_name"
7305   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7306   data: "plot-vpp-nfv-reconf-2n-skx"
7307   include:
7308     - "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"
7309     - "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"
7310     - "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"
7311     - "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"
7312     - "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"
7313     - "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"
7314   layout:
7315     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7316     layout: "plot-throughput"
7317
7318 - type: "plot"
7319   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7320   algorithm: "plot_nf_reconf_box_name"
7321   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7322   data: "plot-vpp-nfv-reconf-2n-skx"
7323   include:
7324     - "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"
7325     - "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"
7326     - "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"
7327     - "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"
7328     - "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"
7329     - "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"
7330   layout:
7331     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7332     layout: "plot-throughput"
7333
7334 ###############################################################################
7335
7336 # Reconf tests 2n-clx
7337
7338 - type: "plot"
7339   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7340   algorithm: "plot_nf_reconf_box_name"
7341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7342   data: "plot-vpp-nfv-reconf-2n-clx"
7343   include:
7344     - "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"
7345     - "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"
7346     - "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"
7347     - "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"
7348   layout:
7349     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7350     layout: "plot-throughput"
7351
7352 - type: "plot"
7353   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7354   algorithm: "plot_nf_reconf_box_name"
7355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7356   data: "plot-vpp-nfv-reconf-2n-clx"
7357   include:
7358     - "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"
7359     - "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"
7360     - "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"
7361     - "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"
7362   layout:
7363     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7364     layout: "plot-throughput"
7365
7366 - type: "plot"
7367   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7368   algorithm: "plot_nf_reconf_box_name"
7369   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7370   data: "plot-vpp-nfv-reconf-2n-clx"
7371   include:
7372     - "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"
7373     - "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"
7374     - "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"
7375     - "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"
7376   layout:
7377     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7378     layout: "plot-throughput"
7379
7380 ###############################################################################
7381
7382 # Plots - NF Density - VSC - MRR IMIX
7383 - type: "plot"
7384   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7385   algorithm: "plot_nf_heatmap"
7386   output-file-type: ".html"
7387   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7388   data: "plot-vpp-nfv-2n-skx-mrr"
7389   filter: "'NIC_Intel-XXV710' and
7390            'NF_DENSITY' and
7391            'VHOST' and
7392            not 'VXLAN' and
7393            'CHAIN' and
7394            'NF_VPPIP4' and
7395            'IMIX' and
7396            '2T1C' and
7397            'MRR'"
7398   parameters:
7399   - "result"
7400   - "name"
7401   - "tags"
7402   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7403   x-axis: "X = VNFs per Service Chain"
7404   y-axis: "Y = Number of Service Chains"
7405   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7406   layout:
7407     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7408     layout: "plot-service-density"
7409
7410 - type: "plot"
7411   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7412   algorithm: "plot_nf_heatmap"
7413   output-file-type: ".html"
7414   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7415   data: "plot-vpp-nfv-2n-skx-mrr"
7416   filter: "'NIC_Intel-XXV710' and
7417            'NF_DENSITY' and
7418            'VHOST' and
7419            not 'VXLAN' and
7420            'CHAIN' and
7421            'NF_VPPIP4' and
7422            'IMIX' and
7423            '4T2C' and
7424            'MRR'"
7425   parameters:
7426   - "result"
7427   - "name"
7428   - "tags"
7429   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7430   x-axis: "X = VNFs per Service Chain"
7431   y-axis: "Y = Number of Service Chains"
7432   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7433   layout:
7434     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7435     layout: "plot-service-density"
7436
7437 - type: "plot"
7438   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7439   algorithm: "plot_nf_heatmap"
7440   output-file-type: ".html"
7441   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7442   data: "plot-vpp-nfv-2n-skx-mrr"
7443   filter: "'NIC_Intel-XXV710' and
7444            'NF_DENSITY' and
7445            'VHOST' and
7446            not 'VXLAN' and
7447            'CHAIN' and
7448            'NF_VPPIP4' and
7449            'IMIX' and
7450            '8T4C' and
7451            'MRR'"
7452   parameters:
7453   - "result"
7454   - "name"
7455   - "tags"
7456   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7457   x-axis: "X = VNFs per Service Chain"
7458   y-axis: "Y = Number of Service Chains"
7459   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7460   layout:
7461     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7462     layout: "plot-service-density"
7463
7464 # Plots - NF Density - VSC - NDR IMIX
7465 - type: "plot"
7466   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7467   algorithm: "plot_nf_heatmap"
7468   output-file-type: ".html"
7469   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7470   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7471   filter: "'NIC_Intel-XXV710' and
7472            'NF_DENSITY' and
7473            'VHOST' and
7474            not 'VXLAN' and
7475            'CHAIN' and
7476            'NF_VPPIP4' and
7477            'IMIX' and
7478            '2T1C' and
7479            'NDRPDR'"
7480   parameters:
7481   - "throughput"
7482   - "name"
7483   - "tags"
7484   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7485   x-axis: "X = VNFs per Service Chain"
7486   y-axis: "Y = Number of Service Chains"
7487   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7488   layout:
7489     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7490     layout: "plot-service-density"
7491
7492 - type: "plot"
7493   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7494   algorithm: "plot_nf_heatmap"
7495   output-file-type: ".html"
7496   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7497   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7498   filter: "'NIC_Intel-XXV710' and
7499            'NF_DENSITY' and
7500            'VHOST' and
7501            not 'VXLAN' and
7502            'CHAIN' and
7503            'NF_VPPIP4' and
7504            'IMIX' and
7505            '4T2C' and
7506            'NDRPDR'"
7507   parameters:
7508   - "throughput"
7509   - "name"
7510   - "tags"
7511   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7512   x-axis: "X = VNFs per Service Chain"
7513   y-axis: "Y = Number of Service Chains"
7514   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7515   layout:
7516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7517     layout: "plot-service-density"
7518
7519 - type: "plot"
7520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7521   algorithm: "plot_nf_heatmap"
7522   output-file-type: ".html"
7523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7524   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7525   filter: "'NIC_Intel-XXV710' and
7526            'NF_DENSITY' and
7527            'VHOST' and
7528            not 'VXLAN' and
7529            'CHAIN' and
7530            'NF_VPPIP4' and
7531            'IMIX' and
7532            '8T4C' and
7533            'NDRPDR'"
7534   parameters:
7535   - "throughput"
7536   - "name"
7537   - "tags"
7538   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7539   x-axis: "X = VNFs per Service Chain"
7540   y-axis: "Y = Number of Service Chains"
7541   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7542   layout:
7543     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7544     layout: "plot-service-density"
7545
7546 # Plots - NF Density - VSC - PDR IMIX
7547 - type: "plot"
7548   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7549   algorithm: "plot_nf_heatmap"
7550   output-file-type: ".html"
7551   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7552   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7553   filter: "'NIC_Intel-XXV710' and
7554            'NF_DENSITY' and
7555            'VHOST' and
7556            not 'VXLAN' and
7557            'CHAIN' and
7558            'NF_VPPIP4' and
7559            'IMIX' and
7560            '2T1C' and
7561            'NDRPDR'"
7562   parameters:
7563   - "throughput"
7564   - "name"
7565   - "tags"
7566   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7567   x-axis: "X = VNFs per Service Chain"
7568   y-axis: "Y = Number of Service Chains"
7569   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7570   layout:
7571     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7572     layout: "plot-service-density"
7573
7574 - type: "plot"
7575   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7576   algorithm: "plot_nf_heatmap"
7577   output-file-type: ".html"
7578   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7579   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7580   filter: "'NIC_Intel-XXV710' and
7581            'NF_DENSITY' and
7582            'VHOST' and
7583            not 'VXLAN' and
7584            'CHAIN' and
7585            'NF_VPPIP4' and
7586            'IMIX' and
7587            '4T2C' and
7588            'NDRPDR'"
7589   parameters:
7590   - "throughput"
7591   - "name"
7592   - "tags"
7593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7594   x-axis: "X = VNFs per Service Chain"
7595   y-axis: "Y = Number of Service Chains"
7596   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7597   layout:
7598     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7599     layout: "plot-service-density"
7600
7601 - type: "plot"
7602   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7603   algorithm: "plot_nf_heatmap"
7604   output-file-type: ".html"
7605   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7606   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7607   filter: "'NIC_Intel-XXV710' and
7608            'NF_DENSITY' and
7609            'VHOST' and
7610            not 'VXLAN' and
7611            'CHAIN' and
7612            'NF_VPPIP4' and
7613            'IMIX' and
7614            '8T4C' and
7615            'NDRPDR'"
7616   parameters:
7617   - "throughput"
7618   - "name"
7619   - "tags"
7620   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7621   x-axis: "X = VNFs per Service Chain"
7622   y-axis: "Y = Number of Service Chains"
7623   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7624   layout:
7625     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7626     layout: "plot-service-density"
7627
7628 ###############################################################################
7629
7630 # Plots - NF Density - VSC - MRR IMIX
7631 - type: "plot"
7632   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7633   algorithm: "plot_nf_heatmap"
7634   output-file-type: ".html"
7635   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7636   data: "plot-vpp-nfv-2n-skx-mrr"
7637   filter: "'NIC_Intel-XXV710' and
7638            'NF_DENSITY' and
7639            'VHOST' and
7640            'VXLAN' and
7641            'CHAIN' and
7642            'IMIX' and
7643            '2T1C' and
7644            'MRR'"
7645   parameters:
7646   - "result"
7647   - "name"
7648   - "tags"
7649   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7650   x-axis: "X = VNFs per Service Chain"
7651   y-axis: "Y = Number of Service Chains"
7652   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7653   layout:
7654     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7655     layout: "plot-service-density"
7656
7657 - type: "plot"
7658   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7659   algorithm: "plot_nf_heatmap"
7660   output-file-type: ".html"
7661   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7662   data: "plot-vpp-nfv-2n-skx-mrr"
7663   filter: "'NIC_Intel-XXV710' and
7664            'NF_DENSITY' and
7665            'VHOST' and
7666            'VXLAN' and
7667            'CHAIN' and
7668            'IMIX' and
7669            '4T2C' and
7670            'MRR'"
7671   parameters:
7672   - "result"
7673   - "name"
7674   - "tags"
7675   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7676   x-axis: "X = VNFs per Service Chain"
7677   y-axis: "Y = Number of Service Chains"
7678   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7679   layout:
7680     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7681     layout: "plot-service-density"
7682
7683 - type: "plot"
7684   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7685   algorithm: "plot_nf_heatmap"
7686   output-file-type: ".html"
7687   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7688   data: "plot-vpp-nfv-2n-skx-mrr"
7689   filter: "'NIC_Intel-XXV710' and
7690            'NF_DENSITY' and
7691            'VHOST' and
7692            'VXLAN' and
7693            'CHAIN' and
7694            'IMIX' and
7695            '8T4C' and
7696            'MRR'"
7697   parameters:
7698   - "result"
7699   - "name"
7700   - "tags"
7701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7702   x-axis: "X = VNFs per Service Chain"
7703   y-axis: "Y = Number of Service Chains"
7704   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7705   layout:
7706     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7707     layout: "plot-service-density"
7708
7709 # Plots - NF Density - VSC - NDR IMIX
7710 - type: "plot"
7711   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7712   algorithm: "plot_nf_heatmap"
7713   output-file-type: ".html"
7714   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7715   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7716   filter: "'NIC_Intel-XXV710' and
7717            'NF_DENSITY' and
7718            'VHOST' and
7719            'VXLAN' and
7720            'CHAIN' and
7721            'IMIX' and
7722            '2T1C' and
7723            'NDRPDR'"
7724   parameters:
7725   - "throughput"
7726   - "name"
7727   - "tags"
7728   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7729   x-axis: "X = VNFs per Service Chain"
7730   y-axis: "Y = Number of Service Chains"
7731   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7732   layout:
7733     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7734     layout: "plot-service-density"
7735
7736 - type: "plot"
7737   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7738   algorithm: "plot_nf_heatmap"
7739   output-file-type: ".html"
7740   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7741   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7742   filter: "'NIC_Intel-XXV710' and
7743            'NF_DENSITY' and
7744            'VHOST' and
7745            'VXLAN' and
7746            'CHAIN' and
7747            'IMIX' and
7748            '4T2C' and
7749            'NDRPDR'"
7750   parameters:
7751   - "throughput"
7752   - "name"
7753   - "tags"
7754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7755   x-axis: "X = VNFs per Service Chain"
7756   y-axis: "Y = Number of Service Chains"
7757   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7758   layout:
7759     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7760     layout: "plot-service-density"
7761
7762 - type: "plot"
7763   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7764   algorithm: "plot_nf_heatmap"
7765   output-file-type: ".html"
7766   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7767   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7768   filter: "'NIC_Intel-XXV710' and
7769            'NF_DENSITY' and
7770            'VHOST' and
7771            'VXLAN' and
7772            'CHAIN' and
7773            'IMIX' and
7774            '8T4C' and
7775            'NDRPDR'"
7776   parameters:
7777   - "throughput"
7778   - "name"
7779   - "tags"
7780   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7781   x-axis: "X = VNFs per Service Chain"
7782   y-axis: "Y = Number of Service Chains"
7783   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7784   layout:
7785     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7786     layout: "plot-service-density"
7787
7788 # Plots - NF Density - VSC - PDR IMIX
7789 - type: "plot"
7790   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7791   algorithm: "plot_nf_heatmap"
7792   output-file-type: ".html"
7793   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7794   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7795   filter: "'NIC_Intel-XXV710' and
7796            'NF_DENSITY' and
7797            'VHOST' and
7798            'VXLAN' and
7799            'CHAIN' and
7800            'IMIX' and
7801            '2T1C' and
7802            'NDRPDR'"
7803   parameters:
7804   - "throughput"
7805   - "name"
7806   - "tags"
7807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7808   x-axis: "X = VNFs per Service Chain"
7809   y-axis: "Y = Number of Service Chains"
7810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7811   layout:
7812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7813     layout: "plot-service-density"
7814
7815 - type: "plot"
7816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7817   algorithm: "plot_nf_heatmap"
7818   output-file-type: ".html"
7819   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7820   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7821   filter: "'NIC_Intel-XXV710' and
7822            'NF_DENSITY' and
7823            'VHOST' and
7824            'VXLAN' and
7825            'CHAIN' and
7826            'IMIX' and
7827            '4T2C' and
7828            'NDRPDR'"
7829   parameters:
7830   - "throughput"
7831   - "name"
7832   - "tags"
7833   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7834   x-axis: "X = VNFs per Service Chain"
7835   y-axis: "Y = Number of Service Chains"
7836   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7837   layout:
7838     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7839     layout: "plot-service-density"
7840
7841 - type: "plot"
7842   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7843   algorithm: "plot_nf_heatmap"
7844   output-file-type: ".html"
7845   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7846   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7847   filter: "'NIC_Intel-XXV710' and
7848            'NF_DENSITY' and
7849            'VHOST' and
7850            'VXLAN' and
7851            'CHAIN' and
7852            'IMIX' and
7853            '8T4C' and
7854            'NDRPDR'"
7855   parameters:
7856   - "throughput"
7857   - "name"
7858   - "tags"
7859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7860   x-axis: "X = VNFs per Service Chain"
7861   y-axis: "Y = Number of Service Chains"
7862   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7863   layout:
7864     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7865     layout: "plot-service-density"
7866
7867 ###############################################################################
7868
7869 # Plots - NF Density - CSC - MRR IMIX
7870 - type: "plot"
7871   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7872   algorithm: "plot_nf_heatmap"
7873   output-file-type: ".html"
7874   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7875   data: "plot-vpp-nfv-2n-skx-mrr"
7876   filter: "'NIC_Intel-XXV710' and
7877            'NF_DENSITY' and
7878            'DOCKER' and
7879            'CHAIN' and
7880            'NF_VPPIP4' and
7881            'IMIX' and
7882            '2T1C' and
7883            'MRR'"
7884   parameters:
7885   - "result"
7886   - "name"
7887   - "tags"
7888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7889   x-axis: "X = CNFs per Service Chain"
7890   y-axis: "Y = Number of Service Chains"
7891   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7892   layout:
7893     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7894     layout: "plot-service-density"
7895
7896 - type: "plot"
7897   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7898   algorithm: "plot_nf_heatmap"
7899   output-file-type: ".html"
7900   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7901   data: "plot-vpp-nfv-2n-skx-mrr"
7902   filter: "'NIC_Intel-XXV710' and
7903            'NF_DENSITY' and
7904            'DOCKER' and
7905            'CHAIN' and
7906            'NF_VPPIP4' and
7907            'IMIX' and
7908            '4T2C' and
7909            'MRR'"
7910   parameters:
7911   - "result"
7912   - "name"
7913   - "tags"
7914   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7915   x-axis: "X = CNFs per Service Chain"
7916   y-axis: "Y = Number of Service Chains"
7917   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7918   layout:
7919     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7920     layout: "plot-service-density"
7921
7922 - type: "plot"
7923   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7924   algorithm: "plot_nf_heatmap"
7925   output-file-type: ".html"
7926   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7927   data: "plot-vpp-nfv-2n-skx-mrr"
7928   filter: "'NIC_Intel-XXV710' and
7929            'NF_DENSITY' and
7930            'DOCKER' and
7931            'CHAIN' and
7932            'NF_VPPIP4' and
7933            'IMIX' and
7934            '8T4C' and
7935            'MRR'"
7936   parameters:
7937   - "result"
7938   - "name"
7939   - "tags"
7940   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7941   x-axis: "X = CNFs per Service Chain"
7942   y-axis: "Y = Number of Service Chains"
7943   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7944   layout:
7945     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7946     layout: "plot-service-density"
7947
7948 # Plots - NF Density - CSC - NDR IMIX
7949 - type: "plot"
7950   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7951   algorithm: "plot_nf_heatmap"
7952   output-file-type: ".html"
7953   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7954   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7955   filter: "'NIC_Intel-XXV710' and
7956            'NF_DENSITY' and
7957            'DOCKER' and
7958            'CHAIN' and
7959            'NF_VPPIP4' and
7960            'IMIX' and
7961            '2T1C' and
7962            'NDRPDR'"
7963   parameters:
7964   - "throughput"
7965   - "name"
7966   - "tags"
7967   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7968   x-axis: "X = CNFs per Service Chain"
7969   y-axis: "Y = Number of Service Chains"
7970   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7971   layout:
7972     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7973     layout: "plot-service-density"
7974
7975 - type: "plot"
7976   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7977   algorithm: "plot_nf_heatmap"
7978   output-file-type: ".html"
7979   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7980   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7981   filter: "'NIC_Intel-XXV710' and
7982            'NF_DENSITY' and
7983            'DOCKER' and
7984            'CHAIN' and
7985            'NF_VPPIP4' and
7986            'IMIX' and
7987            '4T2C' and
7988            'NDRPDR'"
7989   parameters:
7990   - "throughput"
7991   - "name"
7992   - "tags"
7993   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7994   x-axis: "X = CNFs per Service Chain"
7995   y-axis: "Y = Number of Service Chains"
7996   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7997   layout:
7998     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7999     layout: "plot-service-density"
8000
8001 - type: "plot"
8002   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8003   algorithm: "plot_nf_heatmap"
8004   output-file-type: ".html"
8005   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8006   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8007   filter: "'NIC_Intel-XXV710' and
8008            'NF_DENSITY' and
8009            'DOCKER' and
8010            'CHAIN' and
8011            'NF_VPPIP4' and
8012            'IMIX' and
8013            '8T4C' and
8014            'NDRPDR'"
8015   parameters:
8016   - "throughput"
8017   - "name"
8018   - "tags"
8019   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8020   x-axis: "X = CNFs per Service Chain"
8021   y-axis: "Y = Number of Service Chains"
8022   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8023   layout:
8024     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8025     layout: "plot-service-density"
8026
8027 # Plots - NF Density - CSC - PDR IMIX
8028 - type: "plot"
8029   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8030   algorithm: "plot_nf_heatmap"
8031   output-file-type: ".html"
8032   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8033   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8034   filter: "'NIC_Intel-XXV710' and
8035            'NF_DENSITY' and
8036            'DOCKER' and
8037            'CHAIN' and
8038            'NF_VPPIP4' and
8039            'IMIX' and
8040            '2T1C' and
8041            'NDRPDR'"
8042   parameters:
8043   - "throughput"
8044   - "name"
8045   - "tags"
8046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8047   x-axis: "X = CNFs per Service Chain"
8048   y-axis: "Y = Number of Service Chains"
8049   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8050   layout:
8051     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8052     layout: "plot-service-density"
8053
8054 - type: "plot"
8055   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8056   algorithm: "plot_nf_heatmap"
8057   output-file-type: ".html"
8058   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8059   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8060   filter: "'NIC_Intel-XXV710' and
8061            'NF_DENSITY' and
8062            'DOCKER' and
8063            'CHAIN' and
8064            'NF_VPPIP4' and
8065            'IMIX' and
8066            '4T2C' and
8067            'NDRPDR'"
8068   parameters:
8069   - "throughput"
8070   - "name"
8071   - "tags"
8072   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8073   x-axis: "X = CNFs per Service Chain"
8074   y-axis: "Y = Number of Service Chains"
8075   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8076   layout:
8077     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8078     layout: "plot-service-density"
8079
8080 - type: "plot"
8081   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8082   algorithm: "plot_nf_heatmap"
8083   output-file-type: ".html"
8084   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8085   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8086   filter: "'NIC_Intel-XXV710' and
8087            'NF_DENSITY' and
8088            'DOCKER' and
8089            'CHAIN' and
8090            'NF_VPPIP4' and
8091            'IMIX' and
8092            '8T4C' and
8093            'NDRPDR'"
8094   parameters:
8095   - "throughput"
8096   - "name"
8097   - "tags"
8098   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8099   x-axis: "X = CNFs per Service Chain"
8100   y-axis: "Y = Number of Service Chains"
8101   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8102   layout:
8103     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8104     layout: "plot-service-density"
8105
8106 ################################################################################
8107 #
8108 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8109 #- type: "plot"
8110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8111 #  algorithm: "plot_nf_heatmap"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8113 #  data: "plot-vpp-nfv-3n-skx-mrr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           'IPSEC' and
8120 #           'TNL_4' and
8121 #           'IMIX' and
8122 #           '2T1C' and
8123 #           'MRR'"
8124 #  parameters:
8125 #  - "result"
8126 #  - "name"
8127 #  - "tags"
8128 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8129 #  x-axis: "X = CNFs per Service Chain"
8130 #  y-axis: "Y = Number of Service Chains"
8131 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8132 #  layout:
8133 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8134 #    layout: "plot-service-density"
8135 #
8136 #- type: "plot"
8137 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8138 #  algorithm: "plot_nf_heatmap"
8139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8140 #  data: "plot-vpp-nfv-3n-skx-mrr"
8141 #  filter: "'NIC_Intel-XXV710' and
8142 #           'NF_DENSITY' and
8143 #           'DOCKER' and
8144 #           'CHAIN' and
8145 #           'NF_VPPIP4' and
8146 #           'IPSEC' and
8147 #           'TNL_4' and
8148 #           'IMIX' and
8149 #           '4T2C' and
8150 #           'MRR'"
8151 #  parameters:
8152 #  - "result"
8153 #  - "name"
8154 #  - "tags"
8155 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8156 #  x-axis: "X = CNFs per Service Chain"
8157 #  y-axis: "Y = Number of Service Chains"
8158 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8159 #  layout:
8160 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8161 #    layout: "plot-service-density"
8162 #
8163 #- type: "plot"
8164 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8165 #  algorithm: "plot_nf_heatmap"
8166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8167 #  data: "plot-vpp-nfv-3n-skx-mrr"
8168 #  filter: "'NIC_Intel-XXV710' and
8169 #           'NF_DENSITY' and
8170 #           'DOCKER' and
8171 #           'CHAIN' and
8172 #           'NF_VPPIP4' and
8173 #           'IPSEC' and
8174 #           'TNL_4' and
8175 #           'IMIX' and
8176 #           '8T4C' and
8177 #           'MRR'"
8178 #  parameters:
8179 #  - "result"
8180 #  - "name"
8181 #  - "tags"
8182 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8183 #  x-axis: "X = CNFs per Service Chain"
8184 #  y-axis: "Y = Number of Service Chains"
8185 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8186 #  layout:
8187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8188 #    layout: "plot-service-density"
8189
8190 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8191 #- type: "plot"
8192 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8193 #  algorithm: "plot_nf_heatmap"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8195 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8196 #  filter: "'NIC_Intel-XXV710' and
8197 #           'NF_DENSITY' and
8198 #           'DOCKER' and
8199 #           'CHAIN' and
8200 #           'NF_VPPIP4' and
8201 #           'IPSEC' and
8202 #           'TNL_4' and
8203 #           'IMIX' and
8204 #           '2T1C' and
8205 #           'NDRPDR'"
8206 #  parameters:
8207 #  - "throughput"
8208 #  - "name"
8209 #  - "tags"
8210 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8211 #  x-axis: "X = CNFs per Service Chain"
8212 #  y-axis: "Y = Number of Service Chains"
8213 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8214 #  layout:
8215 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8216 #    layout: "plot-service-density"
8217 #
8218 #- type: "plot"
8219 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8220 #  algorithm: "plot_nf_heatmap"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8222 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'DOCKER' and
8226 #           'CHAIN' and
8227 #           'NF_VPPIP4' and
8228 #           'IPSEC' and
8229 #           'TNL_4' and
8230 #           'IMIX' and
8231 #           '4T2C' and
8232 #           'NDRPDR'"
8233 #  parameters:
8234 #  - "throughput"
8235 #  - "name"
8236 #  - "tags"
8237 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8238 #  x-axis: "X = CNFs per Service Chain"
8239 #  y-axis: "Y = Number of Service Chains"
8240 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8241 #  layout:
8242 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8243 #    layout: "plot-service-density"
8244 #
8245 #- type: "plot"
8246 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8247 #  algorithm: "plot_nf_heatmap"
8248 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8249 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8250 #  filter: "'NIC_Intel-XXV710' and
8251 #           'NF_DENSITY' and
8252 #           'DOCKER' and
8253 #           'CHAIN' and
8254 #           'NF_VPPIP4' and
8255 #           'IPSEC' and
8256 #           'TNL_4' and
8257 #           'IMIX' and
8258 #           '8T4C' and
8259 #           'NDRPDR'"
8260 #  parameters:
8261 #  - "throughput"
8262 #  - "name"
8263 #  - "tags"
8264 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8265 #  x-axis: "X = CNFs per Service Chain"
8266 #  y-axis: "Y = Number of Service Chains"
8267 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8268 #  layout:
8269 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8270 #    layout: "plot-service-density"
8271 #
8272 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8273 #- type: "plot"
8274 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8275 #  algorithm: "plot_nf_heatmap"
8276 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8277 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8278 #  filter: "'NIC_Intel-XXV710' and
8279 #           'NF_DENSITY' and
8280 #           'DOCKER' and
8281 #           'CHAIN' and
8282 #           'NF_VPPIP4' and
8283 #           'IPSEC' and
8284 #           'TNL_4' and
8285 #           'IMIX' and
8286 #           '2T1C' and
8287 #           'NDRPDR'"
8288 #  parameters:
8289 #  - "throughput"
8290 #  - "name"
8291 #  - "tags"
8292 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8293 #  x-axis: "X = CNFs per Service Chain"
8294 #  y-axis: "Y = Number of Service Chains"
8295 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8296 #  layout:
8297 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8298 #    layout: "plot-service-density"
8299 #
8300 #- type: "plot"
8301 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8302 #  algorithm: "plot_nf_heatmap"
8303 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8304 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8305 #  filter: "'NIC_Intel-XXV710' and
8306 #           'NF_DENSITY' and
8307 #           'DOCKER' and
8308 #           'CHAIN' and
8309 #           'NF_VPPIP4' and
8310 #           'IPSEC' and
8311 #           'TNL_4' and
8312 #           'IMIX' and
8313 #           '4T2C' and
8314 #           'NDRPDR'"
8315 #  parameters:
8316 #  - "throughput"
8317 #  - "name"
8318 #  - "tags"
8319 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8320 #  x-axis: "X = CNFs per Service Chain"
8321 #  y-axis: "Y = Number of Service Chains"
8322 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8323 #  layout:
8324 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8325 #    layout: "plot-service-density"
8326 #
8327 #- type: "plot"
8328 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8329 #  algorithm: "plot_nf_heatmap"
8330 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8331 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8332 #  filter: "'NIC_Intel-XXV710' and
8333 #           'NF_DENSITY' and
8334 #           'DOCKER' and
8335 #           'CHAIN' and
8336 #           'NF_VPPIP4' and
8337 #           'IPSEC' and
8338 #           'TNL_4' and
8339 #           'IMIX' and
8340 #           '8T4C' and
8341 #           'NDRPDR'"
8342 #  parameters:
8343 #  - "throughput"
8344 #  - "name"
8345 #  - "tags"
8346 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8347 #  x-axis: "X = CNFs per Service Chain"
8348 #  y-axis: "Y = Number of Service Chains"
8349 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8350 #  layout:
8351 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8352 #    layout: "plot-service-density"
8353
8354 ###############################################################################
8355
8356 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8357 #- type: "plot"
8358 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8359 #  algorithm: "plot_nf_heatmap"
8360 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8361 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8362 #  filter: "'NIC_Intel-XL710' and
8363 #           'NF_DENSITY' and
8364 #           'DOCKER' and
8365 #           'CHAIN' and
8366 #           'NF_VPPIP4' and
8367 #           'IMIX' and
8368 #           'TNL_4' and
8369 #           '1T1C' and
8370 #           'MRR'"
8371 #  parameters:
8372 #  - "result"
8373 #  - "name"
8374 #  - "tags"
8375 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8376 #  x-axis: "X = CNFs per Service Chain"
8377 #  y-axis: "Y = Number of Service Chains"
8378 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8379 #  layout:
8380 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8381 #    layout: "plot-service-density"
8382 #
8383 #- type: "plot"
8384 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8385 #  algorithm: "plot_nf_heatmap"
8386 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8387 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8388 #  filter: "'NIC_Intel-XL710' and
8389 #           'NF_DENSITY' and
8390 #           'DOCKER' and
8391 #           'CHAIN' and
8392 #           'NF_VPPIP4' and
8393 #           'IPSEC' and
8394 #           'TNL_4' and
8395 #           'IMIX' and
8396 #           '2T2C' and
8397 #           'MRR'"
8398 #  parameters:
8399 #  - "result"
8400 #  - "name"
8401 #  - "tags"
8402 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8403 #  x-axis: "X = CNFs per Service Chain"
8404 #  y-axis: "Y = Number of Service Chains"
8405 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8406 #  layout:
8407 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8408 #    layout: "plot-service-density"
8409 #
8410 #- type: "plot"
8411 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8412 #  algorithm: "plot_nf_heatmap"
8413 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8414 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8415 #  filter: "'NIC_Intel-XL710' and
8416 #           'NF_DENSITY' and
8417 #           'DOCKER' and
8418 #           'CHAIN' and
8419 #           'NF_VPPIP4' and
8420 #           'IPSEC' and
8421 #           'TNL_4' and
8422 #           'IMIX' and
8423 #           '4T4C' and
8424 #           'MRR'"
8425 #  parameters:
8426 #  - "result"
8427 #  - "name"
8428 #  - "tags"
8429 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8430 #  x-axis: "X = CNFs per Service Chain"
8431 #  y-axis: "Y = Number of Service Chains"
8432 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8433 #  layout:
8434 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8435 #    layout: "plot-service-density"
8436
8437 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8438 #- type: "plot"
8439 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8440 #  algorithm: "plot_nf_heatmap"
8441 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8442 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8443 #  filter: "'NIC_Intel-XL710' and
8444 #           'NF_DENSITY' and
8445 #           'DOCKER' and
8446 #           'CHAIN' and
8447 #           'NF_VPPIP4' and
8448 #           'IPSEC' and
8449 #           'TNL_4' and
8450 #           'IMIX' and
8451 #           '1T1C' and
8452 #           'NDRPDR'"
8453 #  parameters:
8454 #  - "throughput"
8455 #  - "name"
8456 #  - "tags"
8457 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8458 #  x-axis: "X = CNFs per Service Chain"
8459 #  y-axis: "Y = Number of Service Chains"
8460 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8461 #  layout:
8462 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8463 #    layout: "plot-service-density"
8464 #
8465 #- type: "plot"
8466 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8467 #  algorithm: "plot_nf_heatmap"
8468 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8469 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8470 #  filter: "'NIC_Intel-XL710' and
8471 #           'NF_DENSITY' and
8472 #           'DOCKER' and
8473 #           'CHAIN' and
8474 #           'NF_VPPIP4' and
8475 #           'IPSEC' and
8476 #           'TNL_4' and
8477 #           'IMIX' and
8478 #           '2T2C' and
8479 #           'NDRPDR'"
8480 #  parameters:
8481 #  - "throughput"
8482 #  - "name"
8483 #  - "tags"
8484 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8485 #  x-axis: "X = CNFs per Service Chain"
8486 #  y-axis: "Y = Number of Service Chains"
8487 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8488 #  layout:
8489 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8490 #    layout: "plot-service-density"
8491 #
8492 #- type: "plot"
8493 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8494 #  algorithm: "plot_nf_heatmap"
8495 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8496 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8497 #  filter: "'NIC_Intel-XL710' and
8498 #           'NF_DENSITY' and
8499 #           'DOCKER' and
8500 #           'CHAIN' and
8501 #           'NF_VPPIP4' and
8502 #           'IPSEC' and
8503 #           'TNL_4' and
8504 #           'IMIX' and
8505 #           '4T4C' and
8506 #           'NDRPDR'"
8507 #  parameters:
8508 #  - "throughput"
8509 #  - "name"
8510 #  - "tags"
8511 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8512 #  x-axis: "X = CNFs per Service Chain"
8513 #  y-axis: "Y = Number of Service Chains"
8514 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8515 #  layout:
8516 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8517 #    layout: "plot-service-density"
8518 #
8519 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8520 #- type: "plot"
8521 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8522 #  algorithm: "plot_nf_heatmap"
8523 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8524 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8525 #  filter: "'NIC_Intel-XL710' and
8526 #           'NF_DENSITY' and
8527 #           'DOCKER' and
8528 #           'CHAIN' and
8529 #           'NF_VPPIP4' and
8530 #           'IPSEC' and
8531 #           'TNL_4' and
8532 #           'IMIX' and
8533 #           '1T1C' and
8534 #           'NDRPDR'"
8535 #  parameters:
8536 #  - "throughput"
8537 #  - "name"
8538 #  - "tags"
8539 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8540 #  x-axis: "X = CNFs per Service Chain"
8541 #  y-axis: "Y = Number of Service Chains"
8542 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8543 #  layout:
8544 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8545 #    layout: "plot-service-density"
8546 #
8547 #- type: "plot"
8548 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8549 #  algorithm: "plot_nf_heatmap"
8550 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8551 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8552 #  filter: "'NIC_Intel-XL710' and
8553 #           'NF_DENSITY' and
8554 #           'DOCKER' and
8555 #           'CHAIN' and
8556 #           'NF_VPPIP4' and
8557 #           'IPSEC' and
8558 #           'TNL_4' and
8559 #           'IMIX' and
8560 #           '2T2C' and
8561 #           'NDRPDR'"
8562 #  parameters:
8563 #  - "throughput"
8564 #  - "name"
8565 #  - "tags"
8566 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8567 #  x-axis: "X = CNFs per Service Chain"
8568 #  y-axis: "Y = Number of Service Chains"
8569 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8570 #  layout:
8571 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8572 #    layout: "plot-service-density"
8573 #
8574 #- type: "plot"
8575 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8576 #  algorithm: "plot_nf_heatmap"
8577 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8578 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8579 #  filter: "'NIC_Intel-XL710' and
8580 #           'NF_DENSITY' and
8581 #           'DOCKER' and
8582 #           'CHAIN' and
8583 #           'NF_VPPIP4' and
8584 #           'IPSEC' and
8585 #           'TNL_4' and
8586 #           'IMIX' and
8587 #           '4T4C' and
8588 #           'NDRPDR'"
8589 #  parameters:
8590 #  - "throughput"
8591 #  - "name"
8592 #  - "tags"
8593 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8594 #  x-axis: "X = CNFs per Service Chain"
8595 #  y-axis: "Y = Number of Service Chains"
8596 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8597 #  layout:
8598 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8599 #    layout: "plot-service-density"
8600
8601 ###############################################################################
8602
8603 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8604 #- type: "plot"
8605 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8606 #  algorithm: "plot_nf_heatmap"
8607 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8608 #  data: "plot-vpp-nfv-3n-skx-mrr"
8609 #  filter: "'NIC_Intel-XXV710' and
8610 #           'NF_DENSITY' and
8611 #           'DOCKER' and
8612 #           'CHAIN' and
8613 #           'NF_VPPIP4' and
8614 #           'IPSEC' and
8615 #           'TNL_1000' and
8616 #           'IMIX' and
8617 #           '2T1C' and
8618 #           'MRR'"
8619 #  parameters:
8620 #  - "result"
8621 #  - "name"
8622 #  - "tags"
8623 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8624 #  x-axis: "X = CNFs per Service Chain"
8625 #  y-axis: "Y = Number of Service Chains"
8626 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8627 #  layout:
8628 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8629 #    layout: "plot-service-density"
8630 #
8631 #- type: "plot"
8632 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8633 #  algorithm: "plot_nf_heatmap"
8634 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8635 #  data: "plot-vpp-nfv-3n-skx-mrr"
8636 #  filter: "'NIC_Intel-XXV710' and
8637 #           'NF_DENSITY' and
8638 #           'DOCKER' and
8639 #           'CHAIN' and
8640 #           'NF_VPPIP4' and
8641 #           'IPSEC' and
8642 #           'TNL_1000' and
8643 #           'IMIX' and
8644 #           '4T2C' and
8645 #           'MRR'"
8646 #  parameters:
8647 #  - "result"
8648 #  - "name"
8649 #  - "tags"
8650 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8651 #  x-axis: "X = CNFs per Service Chain"
8652 #  y-axis: "Y = Number of Service Chains"
8653 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8654 #  layout:
8655 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8656 #    layout: "plot-service-density"
8657 #
8658 #- type: "plot"
8659 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8660 #  algorithm: "plot_nf_heatmap"
8661 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8662 #  data: "plot-vpp-nfv-3n-skx-mrr"
8663 #  filter: "'NIC_Intel-XXV710' and
8664 #           'NF_DENSITY' and
8665 #           'DOCKER' and
8666 #           'CHAIN' and
8667 #           'NF_VPPIP4' and
8668 #           'IPSEC' and
8669 #           'TNL_1000' and
8670 #           'IMIX' and
8671 #           '8T4C' and
8672 #           'MRR'"
8673 #  parameters:
8674 #  - "result"
8675 #  - "name"
8676 #  - "tags"
8677 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8678 #  x-axis: "X = CNFs per Service Chain"
8679 #  y-axis: "Y = Number of Service Chains"
8680 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8681 #  layout:
8682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8683 #    layout: "plot-service-density"
8684
8685 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8686 #- type: "plot"
8687 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8688 #  algorithm: "plot_nf_heatmap"
8689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8690 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8691 #  filter: "'NIC_Intel-XXV710' and
8692 #           'NF_DENSITY' and
8693 #           'DOCKER' and
8694 #           'CHAIN' and
8695 #           'NF_VPPIP4' and
8696 #           'IPSEC' and
8697 #           'TNL_1000' and
8698 #           'IMIX' and
8699 #           '2T1C' and
8700 #           'NDRPDR'"
8701 #  parameters:
8702 #  - "throughput"
8703 #  - "name"
8704 #  - "tags"
8705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8706 #  x-axis: "X = CNFs per Service Chain"
8707 #  y-axis: "Y = Number of Service Chains"
8708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8709 #  layout:
8710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8711 #    layout: "plot-service-density"
8712 #
8713 #- type: "plot"
8714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8715 #  algorithm: "plot_nf_heatmap"
8716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8717 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8718 #  filter: "'NIC_Intel-XXV710' and
8719 #           'NF_DENSITY' and
8720 #           'DOCKER' and
8721 #           'CHAIN' and
8722 #           'NF_VPPIP4' and
8723 #           'IPSEC' and
8724 #           'TNL_1000' and
8725 #           'IMIX' and
8726 #           '4T2C' and
8727 #           'NDRPDR'"
8728 #  parameters:
8729 #  - "throughput"
8730 #  - "name"
8731 #  - "tags"
8732 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8733 #  x-axis: "X = CNFs per Service Chain"
8734 #  y-axis: "Y = Number of Service Chains"
8735 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8736 #  layout:
8737 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8738 #    layout: "plot-service-density"
8739 #
8740 #- type: "plot"
8741 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8742 #  algorithm: "plot_nf_heatmap"
8743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8744 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8745 #  filter: "'NIC_Intel-XXV710' and
8746 #           'NF_DENSITY' and
8747 #           'DOCKER' and
8748 #           'CHAIN' and
8749 #           'NF_VPPIP4' and
8750 #           'IPSEC' and
8751 #           'TNL_1000' and
8752 #           'IMIX' and
8753 #           '8T4C' and
8754 #           'NDRPDR'"
8755 #  parameters:
8756 #  - "throughput"
8757 #  - "name"
8758 #  - "tags"
8759 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8760 #  x-axis: "X = CNFs per Service Chain"
8761 #  y-axis: "Y = Number of Service Chains"
8762 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8763 #  layout:
8764 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8765 #    layout: "plot-service-density"
8766 #
8767 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8768 #- type: "plot"
8769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8770 #  algorithm: "plot_nf_heatmap"
8771 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8772 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8773 #  filter: "'NIC_Intel-XXV710' and
8774 #           'NF_DENSITY' and
8775 #           'DOCKER' and
8776 #           'CHAIN' and
8777 #           'NF_VPPIP4' and
8778 #           'IPSEC' and
8779 #           'TNL_1000' and
8780 #           'IMIX' and
8781 #           '2T1C' and
8782 #           'NDRPDR'"
8783 #  parameters:
8784 #  - "throughput"
8785 #  - "name"
8786 #  - "tags"
8787 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8788 #  x-axis: "X = CNFs per Service Chain"
8789 #  y-axis: "Y = Number of Service Chains"
8790 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8791 #  layout:
8792 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8793 #    layout: "plot-service-density"
8794 #
8795 #- type: "plot"
8796 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8797 #  algorithm: "plot_nf_heatmap"
8798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8799 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8800 #  filter: "'NIC_Intel-XXV710' and
8801 #           'NF_DENSITY' and
8802 #           'DOCKER' and
8803 #           'CHAIN' and
8804 #           'NF_VPPIP4' and
8805 #           'IPSEC' and
8806 #           'TNL_1000' and
8807 #           'IMIX' and
8808 #           '4T2C' and
8809 #           'NDRPDR'"
8810 #  parameters:
8811 #  - "throughput"
8812 #  - "name"
8813 #  - "tags"
8814 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8815 #  x-axis: "X = CNFs per Service Chain"
8816 #  y-axis: "Y = Number of Service Chains"
8817 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8818 #  layout:
8819 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8820 #    layout: "plot-service-density"
8821 #
8822 #- type: "plot"
8823 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8824 #  algorithm: "plot_nf_heatmap"
8825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8826 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8827 #  filter: "'NIC_Intel-XXV710' and
8828 #           'NF_DENSITY' and
8829 #           'DOCKER' and
8830 #           'CHAIN' and
8831 #           'NF_VPPIP4' and
8832 #           'IPSEC' and
8833 #           'TNL_1000' and
8834 #           'IMIX' and
8835 #           '8T4C' and
8836 #           'NDRPDR'"
8837 #  parameters:
8838 #  - "throughput"
8839 #  - "name"
8840 #  - "tags"
8841 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8842 #  x-axis: "X = CNFs per Service Chain"
8843 #  y-axis: "Y = Number of Service Chains"
8844 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8845 #  layout:
8846 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8847 #    layout: "plot-service-density"
8848
8849 ###############################################################################
8850
8851 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8852 #- type: "plot"
8853 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8854 #  algorithm: "plot_nf_heatmap"
8855 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8856 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8857 #  filter: "'NIC_Intel-XL710' and
8858 #           'NF_DENSITY' and
8859 #           'DOCKER' and
8860 #           'CHAIN' and
8861 #           'NF_VPPIP4' and
8862 #           'IMIX' and
8863 #           'TNL_1000' and
8864 #           '1T1C' and
8865 #           'MRR'"
8866 #  parameters:
8867 #  - "result"
8868 #  - "name"
8869 #  - "tags"
8870 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8871 #  x-axis: "X = CNFs per Service Chain"
8872 #  y-axis: "Y = Number of Service Chains"
8873 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8874 #  layout:
8875 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8876 #    layout: "plot-service-density"
8877 #
8878 #- type: "plot"
8879 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8880 #  algorithm: "plot_nf_heatmap"
8881 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8882 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8883 #  filter: "'NIC_Intel-XL710' and
8884 #           'NF_DENSITY' and
8885 #           'DOCKER' and
8886 #           'CHAIN' and
8887 #           'NF_VPPIP4' and
8888 #           'IPSEC' and
8889 #           'TNL_1000' and
8890 #           'IMIX' and
8891 #           '2T2C' and
8892 #           'MRR'"
8893 #  parameters:
8894 #  - "result"
8895 #  - "name"
8896 #  - "tags"
8897 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8898 #  x-axis: "X = CNFs per Service Chain"
8899 #  y-axis: "Y = Number of Service Chains"
8900 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8901 #  layout:
8902 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8903 #    layout: "plot-service-density"
8904 #
8905 #- type: "plot"
8906 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8907 #  algorithm: "plot_nf_heatmap"
8908 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8909 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8910 #  filter: "'NIC_Intel-XL710' and
8911 #           'NF_DENSITY' and
8912 #           'DOCKER' and
8913 #           'CHAIN' and
8914 #           'NF_VPPIP4' and
8915 #           'IPSEC' and
8916 #           'TNL_1000' and
8917 #           'IMIX' and
8918 #           '4T4C' and
8919 #           'MRR'"
8920 #  parameters:
8921 #  - "result"
8922 #  - "name"
8923 #  - "tags"
8924 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8925 #  x-axis: "X = CNFs per Service Chain"
8926 #  y-axis: "Y = Number of Service Chains"
8927 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8928 #  layout:
8929 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8930 #    layout: "plot-service-density"
8931
8932 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8933 #- type: "plot"
8934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8935 #  algorithm: "plot_nf_heatmap"
8936 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8937 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8938 #  filter: "'NIC_Intel-XL710' and
8939 #           'NF_DENSITY' and
8940 #           'DOCKER' and
8941 #           'CHAIN' and
8942 #           'NF_VPPIP4' and
8943 #           'IPSEC' and
8944 #           'TNL_1000' and
8945 #           'IMIX' and
8946 #           '1T1C' and
8947 #           'NDRPDR'"
8948 #  parameters:
8949 #  - "throughput"
8950 #  - "name"
8951 #  - "tags"
8952 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8953 #  x-axis: "X = CNFs per Service Chain"
8954 #  y-axis: "Y = Number of Service Chains"
8955 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8956 #  layout:
8957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8958 #    layout: "plot-service-density"
8959 #
8960 #- type: "plot"
8961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8962 #  algorithm: "plot_nf_heatmap"
8963 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8964 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8965 #  filter: "'NIC_Intel-XL710' and
8966 #           'NF_DENSITY' and
8967 #           'DOCKER' and
8968 #           'CHAIN' and
8969 #           'NF_VPPIP4' and
8970 #           'IPSEC' and
8971 #           'TNL_1000' and
8972 #           'IMIX' and
8973 #           '2T2C' and
8974 #           'NDRPDR'"
8975 #  parameters:
8976 #  - "throughput"
8977 #  - "name"
8978 #  - "tags"
8979 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8980 #  x-axis: "X = CNFs per Service Chain"
8981 #  y-axis: "Y = Number of Service Chains"
8982 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8983 #  layout:
8984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8985 #    layout: "plot-service-density"
8986 #
8987 #- type: "plot"
8988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8989 #  algorithm: "plot_nf_heatmap"
8990 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8991 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8992 #  filter: "'NIC_Intel-XL710' and
8993 #           'NF_DENSITY' and
8994 #           'DOCKER' and
8995 #           'CHAIN' and
8996 #           'NF_VPPIP4' and
8997 #           'IPSEC' and
8998 #           'TNL_1000' and
8999 #           'IMIX' and
9000 #           '4T4C' and
9001 #           'NDRPDR'"
9002 #  parameters:
9003 #  - "throughput"
9004 #  - "name"
9005 #  - "tags"
9006 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9007 #  x-axis: "X = CNFs per Service Chain"
9008 #  y-axis: "Y = Number of Service Chains"
9009 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9010 #  layout:
9011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9012 #    layout: "plot-service-density"
9013 #
9014 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9015 #- type: "plot"
9016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9017 #  algorithm: "plot_nf_heatmap"
9018 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9019 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9020 #  filter: "'NIC_Intel-XL710' and
9021 #           'NF_DENSITY' and
9022 #           'DOCKER' and
9023 #           'CHAIN' and
9024 #           'NF_VPPIP4' and
9025 #           'IPSEC' and
9026 #           'TNL_1000' and
9027 #           'IMIX' and
9028 #           '1T1C' and
9029 #           'NDRPDR'"
9030 #  parameters:
9031 #  - "throughput"
9032 #  - "name"
9033 #  - "tags"
9034 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9035 #  x-axis: "X = CNFs per Service Chain"
9036 #  y-axis: "Y = Number of Service Chains"
9037 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9038 #  layout:
9039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9040 #    layout: "plot-service-density"
9041 #
9042 #- type: "plot"
9043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9044 #  algorithm: "plot_nf_heatmap"
9045 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9046 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9047 #  filter: "'NIC_Intel-XL710' and
9048 #           'NF_DENSITY' and
9049 #           'DOCKER' and
9050 #           'CHAIN' and
9051 #           'NF_VPPIP4' and
9052 #           'IPSEC' and
9053 #           'TNL_1000' and
9054 #           'IMIX' and
9055 #           '2T2C' and
9056 #           'NDRPDR'"
9057 #  parameters:
9058 #  - "throughput"
9059 #  - "name"
9060 #  - "tags"
9061 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9062 #  x-axis: "X = CNFs per Service Chain"
9063 #  y-axis: "Y = Number of Service Chains"
9064 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9065 #  layout:
9066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9067 #    layout: "plot-service-density"
9068 #
9069 #- type: "plot"
9070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9071 #  algorithm: "plot_nf_heatmap"
9072 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9073 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9074 #  filter: "'NIC_Intel-XL710' and
9075 #           'NF_DENSITY' and
9076 #           'DOCKER' and
9077 #           'CHAIN' and
9078 #           'NF_VPPIP4' and
9079 #           'IPSEC' and
9080 #           'TNL_1000' and
9081 #           'IMIX' and
9082 #           '4T4C' and
9083 #           'NDRPDR'"
9084 #  parameters:
9085 #  - "throughput"
9086 #  - "name"
9087 #  - "tags"
9088 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9089 #  x-axis: "X = CNFs per Service Chain"
9090 #  y-axis: "Y = Number of Service Chains"
9091 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9092 #  layout:
9093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9094 #    layout: "plot-service-density"
9095
9096 ###############################################################################
9097
9098 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9099 #- type: "plot"
9100 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9101 #  algorithm: "plot_nf_heatmap"
9102 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9103 #  data: "plot-vpp-nfv-3n-skx-mrr"
9104 #  filter: "'NIC_Intel-XXV710' and
9105 #           'NF_DENSITY' and
9106 #           'DOCKER' and
9107 #           'CHAIN' and
9108 #           'NF_VPPIP4' and
9109 #           'IPSEC' and
9110 #           'TNL_10000' and
9111 #           'IMIX' and
9112 #           '2T1C' and
9113 #           'MRR'"
9114 #  parameters:
9115 #  - "result"
9116 #  - "name"
9117 #  - "tags"
9118 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9119 #  x-axis: "X = CNFs per Service Chain"
9120 #  y-axis: "Y = Number of Service Chains"
9121 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9122 #  layout:
9123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9124 #    layout: "plot-service-density"
9125 #
9126 #- type: "plot"
9127 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9128 #  algorithm: "plot_nf_heatmap"
9129 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9130 #  data: "plot-vpp-nfv-3n-skx-mrr"
9131 #  filter: "'NIC_Intel-XXV710' and
9132 #           'NF_DENSITY' and
9133 #           'DOCKER' and
9134 #           'CHAIN' and
9135 #           'NF_VPPIP4' and
9136 #           'IPSEC' and
9137 #           'TNL_10000' and
9138 #           'IMIX' and
9139 #           '4T2C' and
9140 #           'MRR'"
9141 #  parameters:
9142 #  - "result"
9143 #  - "name"
9144 #  - "tags"
9145 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9146 #  x-axis: "X = CNFs per Service Chain"
9147 #  y-axis: "Y = Number of Service Chains"
9148 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9149 #  layout:
9150 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9151 #    layout: "plot-service-density"
9152 #
9153 #- type: "plot"
9154 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9155 #  algorithm: "plot_nf_heatmap"
9156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9157 #  data: "plot-vpp-nfv-3n-skx-mrr"
9158 #  filter: "'NIC_Intel-XXV710' and
9159 #           'NF_DENSITY' and
9160 #           'DOCKER' and
9161 #           'CHAIN' and
9162 #           'NF_VPPIP4' and
9163 #           'IPSEC' and
9164 #           'TNL_10000' and
9165 #           'IMIX' and
9166 #           '8T4C' and
9167 #           'MRR'"
9168 #  parameters:
9169 #  - "result"
9170 #  - "name"
9171 #  - "tags"
9172 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9173 #  x-axis: "X = CNFs per Service Chain"
9174 #  y-axis: "Y = Number of Service Chains"
9175 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9176 #  layout:
9177 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9178 #    layout: "plot-service-density"
9179
9180 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9181 #- type: "plot"
9182 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9183 #  algorithm: "plot_nf_heatmap"
9184 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9185 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9186 #  filter: "'NIC_Intel-XXV710' and
9187 #           'NF_DENSITY' and
9188 #           'DOCKER' and
9189 #           'CHAIN' and
9190 #           'NF_VPPIP4' and
9191 #           'IPSEC' and
9192 #           'TNL_10000' and
9193 #           'IMIX' and
9194 #           '2T1C' and
9195 #           'NDRPDR'"
9196 #  parameters:
9197 #  - "throughput"
9198 #  - "name"
9199 #  - "tags"
9200 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9201 #  x-axis: "X = CNFs per Service Chain"
9202 #  y-axis: "Y = Number of Service Chains"
9203 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9204 #  layout:
9205 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9206 #    layout: "plot-service-density"
9207 #
9208 #- type: "plot"
9209 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9210 #  algorithm: "plot_nf_heatmap"
9211 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9212 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9213 #  filter: "'NIC_Intel-XXV710' and
9214 #           'NF_DENSITY' and
9215 #           'DOCKER' and
9216 #           'CHAIN' and
9217 #           'NF_VPPIP4' and
9218 #           'IPSEC' and
9219 #           'TNL_10000' and
9220 #           'IMIX' and
9221 #           '4T2C' and
9222 #           'NDRPDR'"
9223 #  parameters:
9224 #  - "throughput"
9225 #  - "name"
9226 #  - "tags"
9227 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9228 #  x-axis: "X = CNFs per Service Chain"
9229 #  y-axis: "Y = Number of Service Chains"
9230 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9231 #  layout:
9232 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9233 #    layout: "plot-service-density"
9234 #
9235 #- type: "plot"
9236 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9237 #  algorithm: "plot_nf_heatmap"
9238 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9239 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9240 #  filter: "'NIC_Intel-XXV710' and
9241 #           'NF_DENSITY' and
9242 #           'DOCKER' and
9243 #           'CHAIN' and
9244 #           'NF_VPPIP4' and
9245 #           'IPSEC' and
9246 #           'TNL_10000' and
9247 #           'IMIX' and
9248 #           '8T4C' and
9249 #           'NDRPDR'"
9250 #  parameters:
9251 #  - "throughput"
9252 #  - "name"
9253 #  - "tags"
9254 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9255 #  x-axis: "X = CNFs per Service Chain"
9256 #  y-axis: "Y = Number of Service Chains"
9257 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9258 #  layout:
9259 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9260 #    layout: "plot-service-density"
9261 #
9262 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9263 #- type: "plot"
9264 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9265 #  algorithm: "plot_nf_heatmap"
9266 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9267 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9268 #  filter: "'NIC_Intel-XXV710' and
9269 #           'NF_DENSITY' and
9270 #           'DOCKER' and
9271 #           'CHAIN' and
9272 #           'NF_VPPIP4' and
9273 #           'IPSEC' and
9274 #           'TNL_10000' and
9275 #           'IMIX' and
9276 #           '2T1C' and
9277 #           'NDRPDR'"
9278 #  parameters:
9279 #  - "throughput"
9280 #  - "name"
9281 #  - "tags"
9282 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9283 #  x-axis: "X = CNFs per Service Chain"
9284 #  y-axis: "Y = Number of Service Chains"
9285 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9286 #  layout:
9287 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9288 #    layout: "plot-service-density"
9289 #
9290 #- type: "plot"
9291 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9292 #  algorithm: "plot_nf_heatmap"
9293 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9294 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9295 #  filter: "'NIC_Intel-XXV710' and
9296 #           'NF_DENSITY' and
9297 #           'DOCKER' and
9298 #           'CHAIN' and
9299 #           'NF_VPPIP4' and
9300 #           'IPSEC' and
9301 #           'TNL_10000' and
9302 #           'IMIX' and
9303 #           '4T2C' and
9304 #           'NDRPDR'"
9305 #  parameters:
9306 #  - "throughput"
9307 #  - "name"
9308 #  - "tags"
9309 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9310 #  x-axis: "X = CNFs per Service Chain"
9311 #  y-axis: "Y = Number of Service Chains"
9312 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9313 #  layout:
9314 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9315 #    layout: "plot-service-density"
9316 #
9317 #- type: "plot"
9318 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9319 #  algorithm: "plot_nf_heatmap"
9320 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9321 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9322 #  filter: "'NIC_Intel-XXV710' and
9323 #           'NF_DENSITY' and
9324 #           'DOCKER' and
9325 #           'CHAIN' and
9326 #           'NF_VPPIP4' and
9327 #           'IPSEC' and
9328 #           'TNL_10000' and
9329 #           'IMIX' and
9330 #           '8T4C' and
9331 #           'NDRPDR'"
9332 #  parameters:
9333 #  - "throughput"
9334 #  - "name"
9335 #  - "tags"
9336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9337 #  x-axis: "X = CNFs per Service Chain"
9338 #  y-axis: "Y = Number of Service Chains"
9339 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9340 #  layout:
9341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9342 #    layout: "plot-service-density"
9343
9344 ###############################################################################
9345
9346 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9347 #- type: "plot"
9348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9349 #  algorithm: "plot_nf_heatmap"
9350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9351 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9352 #  filter: "'NIC_Intel-XL710' and
9353 #           'NF_DENSITY' and
9354 #           'DOCKER' and
9355 #           'CHAIN' and
9356 #           'NF_VPPIP4' and
9357 #           'IMIX' and
9358 #           'TNL_10000' and
9359 #           '1T1C' and
9360 #           'MRR'"
9361 #  parameters:
9362 #  - "result"
9363 #  - "name"
9364 #  - "tags"
9365 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9366 #  x-axis: "X = CNFs per Service Chain"
9367 #  y-axis: "Y = Number of Service Chains"
9368 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9369 #  layout:
9370 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9371 #    layout: "plot-service-density"
9372 #
9373 #- type: "plot"
9374 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9375 #  algorithm: "plot_nf_heatmap"
9376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9377 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9378 #  filter: "'NIC_Intel-XL710' and
9379 #           'NF_DENSITY' and
9380 #           'DOCKER' and
9381 #           'CHAIN' and
9382 #           'NF_VPPIP4' and
9383 #           'IPSEC' and
9384 #           'TNL_10000' and
9385 #           'IMIX' and
9386 #           '2T2C' and
9387 #           'MRR'"
9388 #  parameters:
9389 #  - "result"
9390 #  - "name"
9391 #  - "tags"
9392 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9393 #  x-axis: "X = CNFs per Service Chain"
9394 #  y-axis: "Y = Number of Service Chains"
9395 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9396 #  layout:
9397 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9398 #    layout: "plot-service-density"
9399 #
9400 #- type: "plot"
9401 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9402 #  algorithm: "plot_nf_heatmap"
9403 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9404 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9405 #  filter: "'NIC_Intel-XL710' and
9406 #           'NF_DENSITY' and
9407 #           'DOCKER' and
9408 #           'CHAIN' and
9409 #           'NF_VPPIP4' and
9410 #           'IPSEC' and
9411 #           'TNL_10000' and
9412 #           'IMIX' and
9413 #           '4T4C' and
9414 #           'MRR'"
9415 #  parameters:
9416 #  - "result"
9417 #  - "name"
9418 #  - "tags"
9419 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9420 #  x-axis: "X = CNFs per Service Chain"
9421 #  y-axis: "Y = Number of Service Chains"
9422 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9423 #  layout:
9424 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9425 #    layout: "plot-service-density"
9426
9427 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9428 #- type: "plot"
9429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9430 #  algorithm: "plot_nf_heatmap"
9431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9432 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9433 #  filter: "'NIC_Intel-XL710' and
9434 #           'NF_DENSITY' and
9435 #           'DOCKER' and
9436 #           'CHAIN' and
9437 #           'NF_VPPIP4' and
9438 #           'IPSEC' and
9439 #           'TNL_10000' and
9440 #           'IMIX' and
9441 #           '1T1C' and
9442 #           'NDRPDR'"
9443 #  parameters:
9444 #  - "throughput"
9445 #  - "name"
9446 #  - "tags"
9447 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9448 #  x-axis: "X = CNFs per Service Chain"
9449 #  y-axis: "Y = Number of Service Chains"
9450 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9451 #  layout:
9452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9453 #    layout: "plot-service-density"
9454 #
9455 #- type: "plot"
9456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9457 #  algorithm: "plot_nf_heatmap"
9458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9459 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9460 #  filter: "'NIC_Intel-XL710' and
9461 #           'NF_DENSITY' and
9462 #           'DOCKER' and
9463 #           'CHAIN' and
9464 #           'NF_VPPIP4' and
9465 #           'IPSEC' and
9466 #           'TNL_10000' and
9467 #           'IMIX' and
9468 #           '2T2C' and
9469 #           'NDRPDR'"
9470 #  parameters:
9471 #  - "throughput"
9472 #  - "name"
9473 #  - "tags"
9474 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9475 #  x-axis: "X = CNFs per Service Chain"
9476 #  y-axis: "Y = Number of Service Chains"
9477 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9478 #  layout:
9479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9480 #    layout: "plot-service-density"
9481 #
9482 #- type: "plot"
9483 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9484 #  algorithm: "plot_nf_heatmap"
9485 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9486 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9487 #  filter: "'NIC_Intel-XL710' and
9488 #           'NF_DENSITY' and
9489 #           'DOCKER' and
9490 #           'CHAIN' and
9491 #           'NF_VPPIP4' and
9492 #           'IPSEC' and
9493 #           'TNL_10000' and
9494 #           'IMIX' and
9495 #           '4T4C' and
9496 #           'NDRPDR'"
9497 #  parameters:
9498 #  - "throughput"
9499 #  - "name"
9500 #  - "tags"
9501 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9502 #  x-axis: "X = CNFs per Service Chain"
9503 #  y-axis: "Y = Number of Service Chains"
9504 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9505 #  layout:
9506 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9507 #    layout: "plot-service-density"
9508 #
9509 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9510 #- type: "plot"
9511 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9512 #  algorithm: "plot_nf_heatmap"
9513 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9514 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9515 #  filter: "'NIC_Intel-XL710' and
9516 #           'NF_DENSITY' and
9517 #           'DOCKER' and
9518 #           'CHAIN' and
9519 #           'NF_VPPIP4' and
9520 #           'IPSEC' and
9521 #           'TNL_10000' and
9522 #           'IMIX' and
9523 #           '1T1C' and
9524 #           'NDRPDR'"
9525 #  parameters:
9526 #  - "throughput"
9527 #  - "name"
9528 #  - "tags"
9529 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9530 #  x-axis: "X = CNFs per Service Chain"
9531 #  y-axis: "Y = Number of Service Chains"
9532 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9533 #  layout:
9534 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9535 #    layout: "plot-service-density"
9536 #
9537 #- type: "plot"
9538 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9539 #  algorithm: "plot_nf_heatmap"
9540 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9541 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9542 #  filter: "'NIC_Intel-XL710' and
9543 #           'NF_DENSITY' and
9544 #           'DOCKER' and
9545 #           'CHAIN' and
9546 #           'NF_VPPIP4' and
9547 #           'IPSEC' and
9548 #           'TNL_10000' and
9549 #           'IMIX' and
9550 #           '2T2C' and
9551 #           'NDRPDR'"
9552 #  parameters:
9553 #  - "throughput"
9554 #  - "name"
9555 #  - "tags"
9556 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9557 #  x-axis: "X = CNFs per Service Chain"
9558 #  y-axis: "Y = Number of Service Chains"
9559 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9560 #  layout:
9561 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9562 #    layout: "plot-service-density"
9563 #
9564 #- type: "plot"
9565 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9566 #  algorithm: "plot_nf_heatmap"
9567 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9568 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9569 #  filter: "'NIC_Intel-XL710' and
9570 #           'NF_DENSITY' and
9571 #           'DOCKER' and
9572 #           'CHAIN' and
9573 #           'NF_VPPIP4' and
9574 #           'IPSEC' and
9575 #           'TNL_10000' and
9576 #           'IMIX' and
9577 #           '4T4C' and
9578 #           'NDRPDR'"
9579 #  parameters:
9580 #  - "throughput"
9581 #  - "name"
9582 #  - "tags"
9583 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9584 #  x-axis: "X = CNFs per Service Chain"
9585 #  y-axis: "Y = Number of Service Chains"
9586 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9587 #  layout:
9588 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9589 #    layout: "plot-service-density"
9590
9591 ###############################################################################
9592
9593 # Plots - NF Density - CSP - MRR IMIX
9594 - type: "plot"
9595   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9596   algorithm: "plot_nf_heatmap"
9597   output-file-type: ".html"
9598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9599   data: "plot-vpp-nfv-2n-skx-mrr"
9600   filter: "'NIC_Intel-XXV710' and
9601            'NF_DENSITY' and
9602            'DOCKER' and
9603            'PIPELINE' and
9604            'NF_VPPIP4' and
9605            'IMIX' and
9606            '2T1C' and
9607            'MRR'"
9608   parameters:
9609   - "result"
9610   - "name"
9611   - "tags"
9612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9613   x-axis: "X = CNFs per Service Pipeline"
9614   y-axis: "Y = Number of Service Pipelines"
9615   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9616   layout:
9617     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9618     layout: "plot-service-density"
9619
9620 - type: "plot"
9621   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9622   algorithm: "plot_nf_heatmap"
9623   output-file-type: ".html"
9624   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9625   data: "plot-vpp-nfv-2n-skx-mrr"
9626   filter: "'NIC_Intel-XXV710' and
9627            'NF_DENSITY' and
9628            'DOCKER' and
9629            'PIPELINE' and
9630            'NF_VPPIP4' and
9631            'IMIX' and
9632            '4T2C' and
9633            'MRR'"
9634   parameters:
9635   - "result"
9636   - "name"
9637   - "tags"
9638   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9639   x-axis: "X = CNFs per Service Pipeline"
9640   y-axis: "Y = Number of Service Pipelines"
9641   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9642   layout:
9643     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9644     layout: "plot-service-density"
9645
9646 - type: "plot"
9647   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9648   algorithm: "plot_nf_heatmap"
9649   output-file-type: ".html"
9650   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9651   data: "plot-vpp-nfv-2n-skx-mrr"
9652   filter: "'NIC_Intel-XXV710' and
9653            'NF_DENSITY' and
9654            'DOCKER' and
9655            'PIPELINE' and
9656            'NF_VPPIP4' and
9657            'IMIX' and
9658            '8T4C' and
9659            'MRR'"
9660   parameters:
9661   - "result"
9662   - "name"
9663   - "tags"
9664   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9665   x-axis: "X = CNFs per Service Pipeline"
9666   y-axis: "Y = Number of Service Pipelines"
9667   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9668   layout:
9669     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9670     layout: "plot-service-density"
9671
9672 # Plots - NF Density - CSP - NDR IMIX
9673 - type: "plot"
9674   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9675   algorithm: "plot_nf_heatmap"
9676   output-file-type: ".html"
9677   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9678   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9679   filter: "'NIC_Intel-XXV710' and
9680            'NF_DENSITY' and
9681            'DOCKER' and
9682            'PIPELINE' and
9683            'NF_VPPIP4' and
9684            'IMIX' and
9685            '2T1C' and
9686            'NDRPDR'"
9687   parameters:
9688   - "throughput"
9689   - "name"
9690   - "tags"
9691   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9692   x-axis: "X = CNFs per Service Pipeline"
9693   y-axis: "Y = Number of Service Pipelines"
9694   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9695   layout:
9696     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9697     layout: "plot-service-density"
9698
9699 - type: "plot"
9700   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9701   algorithm: "plot_nf_heatmap"
9702   output-file-type: ".html"
9703   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9704   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9705   filter: "'NIC_Intel-XXV710' and
9706            'NF_DENSITY' and
9707            'DOCKER' and
9708            'PIPELINE' and
9709            'NF_VPPIP4' and
9710            'IMIX' and
9711            '4T2C' and
9712            'NDRPDR'"
9713   parameters:
9714   - "throughput"
9715   - "name"
9716   - "tags"
9717   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9718   x-axis: "X = CNFs per Service Pipeline"
9719   y-axis: "Y = Number of Service Pipelines"
9720   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9721   layout:
9722     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9723     layout: "plot-service-density"
9724
9725 - type: "plot"
9726   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9727   algorithm: "plot_nf_heatmap"
9728   output-file-type: ".html"
9729   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9730   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9731   filter: "'NIC_Intel-XXV710' and
9732            'NF_DENSITY' and
9733            'DOCKER' and
9734            'PIPELINE' and
9735            'NF_VPPIP4' and
9736            'IMIX' and
9737            '8T4C' and
9738            'NDRPDR'"
9739   parameters:
9740   - "throughput"
9741   - "name"
9742   - "tags"
9743   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9744   x-axis: "X = CNFs per Service Pipeline"
9745   y-axis: "Y = Number of Service Pipelines"
9746   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9747   layout:
9748     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9749     layout: "plot-service-density"
9750
9751 # Plots - NF Density - CSP - PDR IMIX
9752 - type: "plot"
9753   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9754   algorithm: "plot_nf_heatmap"
9755   output-file-type: ".html"
9756   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9757   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9758   filter: "'NIC_Intel-XXV710' and
9759            'NF_DENSITY' and
9760            'DOCKER' and
9761            'PIPELINE' and
9762            'NF_VPPIP4' and
9763            'IMIX' and
9764            '2T1C' and
9765            'NDRPDR'"
9766   parameters:
9767   - "throughput"
9768   - "name"
9769   - "tags"
9770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9771   x-axis: "X = CNFs per Service Pipeline"
9772   y-axis: "Y = Number of Service Pipelines"
9773   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9774   layout:
9775     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9776     layout: "plot-service-density"
9777
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file-type: ".html"
9782   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9783   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9784   filter: "'NIC_Intel-XXV710' and
9785            'NF_DENSITY' and
9786            'DOCKER' and
9787            'PIPELINE' and
9788            'NF_VPPIP4' and
9789            'IMIX' and
9790            '4T2C' and
9791            'NDRPDR'"
9792   parameters:
9793   - "throughput"
9794   - "name"
9795   - "tags"
9796   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9797   x-axis: "X = CNFs per Service Pipeline"
9798   y-axis: "Y = Number of Service Pipelines"
9799   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9800   layout:
9801     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9802     layout: "plot-service-density"
9803
9804 - type: "plot"
9805   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9806   algorithm: "plot_nf_heatmap"
9807   output-file-type: ".html"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9809   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9810   filter: "'NIC_Intel-XXV710' and
9811            'NF_DENSITY' and
9812            'DOCKER' and
9813            'PIPELINE' and
9814            'NF_VPPIP4' and
9815            'IMIX' and
9816            '8T4C' and
9817            'NDRPDR'"
9818   parameters:
9819   - "throughput"
9820   - "name"
9821   - "tags"
9822   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9823   x-axis: "X = CNFs per Service Pipeline"
9824   y-axis: "Y = Number of Service Pipelines"
9825   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9826   layout:
9827     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9828     layout: "plot-service-density"
9829
9830 ###############################################################################
9831 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9832
9833 - type: "plot"
9834   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9835   algorithm: "plot_nf_heatmap"
9836   output-file-type: ".html"
9837   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9838   data: "plot-vpp-nfv-2n-clx-mrr"
9839   filter: "'NIC_Intel-XXV710' and
9840            'NF_DENSITY' and
9841            'VHOST' and
9842            not 'VXLAN' and
9843            'CHAIN' and
9844            'NF_VPPIP4' and
9845            'IMIX' and
9846            '2T1C' and
9847            'MRR'"
9848   parameters:
9849   - "result"
9850   - "name"
9851   - "tags"
9852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9853   x-axis: "X = VNFs per Service Chain"
9854   y-axis: "Y = Number of Service Chains"
9855   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9856   layout:
9857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9858     layout: "plot-service-density"
9859
9860 - type: "plot"
9861   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9862   algorithm: "plot_nf_heatmap"
9863   output-file-type: ".html"
9864   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9865   data: "plot-vpp-nfv-2n-clx-mrr"
9866   filter: "'NIC_Intel-XXV710' and
9867            'NF_DENSITY' and
9868            'VHOST' and
9869            not 'VXLAN' and
9870            'CHAIN' and
9871            'NF_VPPIP4' and
9872            'IMIX' and
9873            '4T2C' and
9874            'MRR'"
9875   parameters:
9876   - "result"
9877   - "name"
9878   - "tags"
9879   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9880   x-axis: "X = VNFs per Service Chain"
9881   y-axis: "Y = Number of Service Chains"
9882   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9883   layout:
9884     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9885     layout: "plot-service-density"
9886
9887 - type: "plot"
9888   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9889   algorithm: "plot_nf_heatmap"
9890   output-file-type: ".html"
9891   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9892   data: "plot-vpp-nfv-2n-clx-mrr"
9893   filter: "'NIC_Intel-XXV710' and
9894            'NF_DENSITY' and
9895            'VHOST' and
9896            not 'VXLAN' and
9897            'CHAIN' and
9898            'NF_VPPIP4' and
9899            'IMIX' and
9900            '8T4C' and
9901            'MRR'"
9902   parameters:
9903   - "result"
9904   - "name"
9905   - "tags"
9906   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9907   x-axis: "X = VNFs per Service Chain"
9908   y-axis: "Y = Number of Service Chains"
9909   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9910   layout:
9911     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9912     layout: "plot-service-density"
9913
9914 # Plots - NF Density - VSC - NDR IMIX
9915 - type: "plot"
9916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9917   algorithm: "plot_nf_heatmap"
9918   output-file-type: ".html"
9919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9920   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9921   filter: "'NIC_Intel-XXV710' and
9922            'NF_DENSITY' and
9923            'VHOST' and
9924            not 'VXLAN' and
9925            'CHAIN' and
9926            'NF_VPPIP4' and
9927            'IMIX' and
9928            '2T1C' and
9929            'NDRPDR'"
9930   parameters:
9931   - "throughput"
9932   - "name"
9933   - "tags"
9934   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9935   x-axis: "X = VNFs per Service Chain"
9936   y-axis: "Y = Number of Service Chains"
9937   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9938   layout:
9939     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9940     layout: "plot-service-density"
9941
9942 - type: "plot"
9943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9944   algorithm: "plot_nf_heatmap"
9945   output-file-type: ".html"
9946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9947   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9948   filter: "'NIC_Intel-XXV710' and
9949            'NF_DENSITY' and
9950            'VHOST' and
9951            not 'VXLAN' and
9952            'CHAIN' and
9953            'NF_VPPIP4' and
9954            'IMIX' and
9955            '4T2C' and
9956            'NDRPDR'"
9957   parameters:
9958   - "throughput"
9959   - "name"
9960   - "tags"
9961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9962   x-axis: "X = VNFs per Service Chain"
9963   y-axis: "Y = Number of Service Chains"
9964   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9965   layout:
9966     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9967     layout: "plot-service-density"
9968
9969 - type: "plot"
9970   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9971   algorithm: "plot_nf_heatmap"
9972   output-file-type: ".html"
9973   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9974   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9975   filter: "'NIC_Intel-XXV710' and
9976            'NF_DENSITY' and
9977            'VHOST' and
9978            not 'VXLAN' and
9979            'CHAIN' and
9980            'NF_VPPIP4' and
9981            'IMIX' and
9982            '8T4C' and
9983            'NDRPDR'"
9984   parameters:
9985   - "throughput"
9986   - "name"
9987   - "tags"
9988   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9989   x-axis: "X = VNFs per Service Chain"
9990   y-axis: "Y = Number of Service Chains"
9991   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9992   layout:
9993     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9994     layout: "plot-service-density"
9995
9996 # Plots - NF Density - VSC - PDR IMIX
9997 - type: "plot"
9998   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9999   algorithm: "plot_nf_heatmap"
10000   output-file-type: ".html"
10001   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10002   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10003   filter: "'NIC_Intel-XXV710' and
10004            'NF_DENSITY' and
10005            'VHOST' and
10006            not 'VXLAN' and
10007            'CHAIN' and
10008            'NF_VPPIP4' and
10009            'IMIX' and
10010            '2T1C' and
10011            'NDRPDR'"
10012   parameters:
10013   - "throughput"
10014   - "name"
10015   - "tags"
10016   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10017   x-axis: "X = VNFs per Service Chain"
10018   y-axis: "Y = Number of Service Chains"
10019   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10020   layout:
10021     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10022     layout: "plot-service-density"
10023
10024 - type: "plot"
10025   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10026   algorithm: "plot_nf_heatmap"
10027   output-file-type: ".html"
10028   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10029   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10030   filter: "'NIC_Intel-XXV710' and
10031            'NF_DENSITY' and
10032            'VHOST' and
10033            not 'VXLAN' and
10034            'CHAIN' and
10035            'NF_VPPIP4' and
10036            'IMIX' and
10037            '4T2C' and
10038            'NDRPDR'"
10039   parameters:
10040   - "throughput"
10041   - "name"
10042   - "tags"
10043   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10044   x-axis: "X = VNFs per Service Chain"
10045   y-axis: "Y = Number of Service Chains"
10046   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10047   layout:
10048     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10049     layout: "plot-service-density"
10050
10051 - type: "plot"
10052   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10053   algorithm: "plot_nf_heatmap"
10054   output-file-type: ".html"
10055   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10056   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10057   filter: "'NIC_Intel-XXV710' and
10058            'NF_DENSITY' and
10059            'VHOST' and
10060            not 'VXLAN' and
10061            'CHAIN' and
10062            'NF_VPPIP4' and
10063            'IMIX' and
10064            '8T4C' and
10065            'NDRPDR'"
10066   parameters:
10067   - "throughput"
10068   - "name"
10069   - "tags"
10070   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10071   x-axis: "X = VNFs per Service Chain"
10072   y-axis: "Y = Number of Service Chains"
10073   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10074   layout:
10075     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10076     layout: "plot-service-density"
10077
10078 # Plots - NF Density - VSC - MRR IMIX
10079 - type: "plot"
10080   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10081   algorithm: "plot_nf_heatmap"
10082   output-file-type: ".html"
10083   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10084   data: "plot-vpp-nfv-2n-clx-mrr"
10085   filter: "'NIC_Intel-XXV710' and
10086            'NF_DENSITY' and
10087            'VHOST' and
10088            'VXLAN' and
10089            'CHAIN' and
10090            'IMIX' and
10091            '2T1C' and
10092            'MRR'"
10093   parameters:
10094   - "result"
10095   - "name"
10096   - "tags"
10097   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10098   x-axis: "X = VNFs per Service Chain"
10099   y-axis: "Y = Number of Service Chains"
10100   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10101   layout:
10102     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10103     layout: "plot-service-density"
10104
10105 - type: "plot"
10106   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10107   algorithm: "plot_nf_heatmap"
10108   output-file-type: ".html"
10109   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10110   data: "plot-vpp-nfv-2n-clx-mrr"
10111   filter: "'NIC_Intel-XXV710' and
10112            'NF_DENSITY' and
10113            'VHOST' and
10114            'VXLAN' and
10115            'CHAIN' and
10116            'IMIX' and
10117            '4T2C' and
10118            'MRR'"
10119   parameters:
10120   - "result"
10121   - "name"
10122   - "tags"
10123   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10124   x-axis: "X = VNFs per Service Chain"
10125   y-axis: "Y = Number of Service Chains"
10126   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10127   layout:
10128     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10129     layout: "plot-service-density"
10130
10131 - type: "plot"
10132   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10133   algorithm: "plot_nf_heatmap"
10134   output-file-type: ".html"
10135   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10136   data: "plot-vpp-nfv-2n-clx-mrr"
10137   filter: "'NIC_Intel-XXV710' and
10138            'NF_DENSITY' and
10139            'VHOST' and
10140            'VXLAN' and
10141            'CHAIN' and
10142            'IMIX' and
10143            '8T4C' and
10144            'MRR'"
10145   parameters:
10146   - "result"
10147   - "name"
10148   - "tags"
10149   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10150   x-axis: "X = VNFs per Service Chain"
10151   y-axis: "Y = Number of Service Chains"
10152   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10153   layout:
10154     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10155     layout: "plot-service-density"
10156
10157 # Plots - NF Density - VSC - NDR IMIX
10158 - type: "plot"
10159   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10160   algorithm: "plot_nf_heatmap"
10161   output-file-type: ".html"
10162   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10163   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10164   filter: "'NIC_Intel-XXV710' and
10165            'NF_DENSITY' and
10166            'VHOST' and
10167            'VXLAN' and
10168            'CHAIN' and
10169            'IMIX' and
10170            '2T1C' and
10171            'NDRPDR'"
10172   parameters:
10173   - "throughput"
10174   - "name"
10175   - "tags"
10176   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10177   x-axis: "X = VNFs per Service Chain"
10178   y-axis: "Y = Number of Service Chains"
10179   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10180   layout:
10181     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10182     layout: "plot-service-density"
10183
10184 - type: "plot"
10185   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10186   algorithm: "plot_nf_heatmap"
10187   output-file-type: ".html"
10188   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10189   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10190   filter: "'NIC_Intel-XXV710' and
10191            'NF_DENSITY' and
10192            'VHOST' and
10193            'VXLAN' and
10194            'CHAIN' and
10195            'IMIX' and
10196            '4T2C' and
10197            'NDRPDR'"
10198   parameters:
10199   - "throughput"
10200   - "name"
10201   - "tags"
10202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10203   x-axis: "X = VNFs per Service Chain"
10204   y-axis: "Y = Number of Service Chains"
10205   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10206   layout:
10207     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10208     layout: "plot-service-density"
10209
10210 - type: "plot"
10211   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10212   algorithm: "plot_nf_heatmap"
10213   output-file-type: ".html"
10214   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10215   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10216   filter: "'NIC_Intel-XXV710' and
10217            'NF_DENSITY' and
10218            'VHOST' and
10219            'VXLAN' and
10220            'CHAIN' and
10221            'IMIX' and
10222            '8T4C' and
10223            'NDRPDR'"
10224   parameters:
10225   - "throughput"
10226   - "name"
10227   - "tags"
10228   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10229   x-axis: "X = VNFs per Service Chain"
10230   y-axis: "Y = Number of Service Chains"
10231   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10232   layout:
10233     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10234     layout: "plot-service-density"
10235
10236 # Plots - NF Density - VSC - PDR IMIX
10237 - type: "plot"
10238   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10239   algorithm: "plot_nf_heatmap"
10240   output-file-type: ".html"
10241   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10242   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10243   filter: "'NIC_Intel-XXV710' and
10244            'NF_DENSITY' and
10245            'VHOST' and
10246            'VXLAN' and
10247            'CHAIN' and
10248            'IMIX' and
10249            '2T1C' and
10250            'NDRPDR'"
10251   parameters:
10252   - "throughput"
10253   - "name"
10254   - "tags"
10255   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10256   x-axis: "X = VNFs per Service Chain"
10257   y-axis: "Y = Number of Service Chains"
10258   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10259   layout:
10260     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10261     layout: "plot-service-density"
10262
10263 - type: "plot"
10264   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10265   algorithm: "plot_nf_heatmap"
10266   output-file-type: ".html"
10267   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10268   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10269   filter: "'NIC_Intel-XXV710' and
10270            'NF_DENSITY' and
10271            'VHOST' and
10272            'VXLAN' and
10273            'CHAIN' and
10274            'IMIX' and
10275            '4T2C' and
10276            'NDRPDR'"
10277   parameters:
10278   - "throughput"
10279   - "name"
10280   - "tags"
10281   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10282   x-axis: "X = VNFs per Service Chain"
10283   y-axis: "Y = Number of Service Chains"
10284   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10285   layout:
10286     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10287     layout: "plot-service-density"
10288
10289 - type: "plot"
10290   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10291   algorithm: "plot_nf_heatmap"
10292   output-file-type: ".html"
10293   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10294   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10295   filter: "'NIC_Intel-XXV710' and
10296            'NF_DENSITY' and
10297            'VHOST' and
10298            'VXLAN' and
10299            'CHAIN' and
10300            'IMIX' and
10301            '8T4C' and
10302            'NDRPDR'"
10303   parameters:
10304   - "throughput"
10305   - "name"
10306   - "tags"
10307   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10308   x-axis: "X = VNFs per Service Chain"
10309   y-axis: "Y = Number of Service Chains"
10310   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10311   layout:
10312     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10313     layout: "plot-service-density"
10314
10315 # Plots - NF Density - CSC - MRR IMIX
10316 - type: "plot"
10317   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10318   algorithm: "plot_nf_heatmap"
10319   output-file-type: ".html"
10320   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10321   data: "plot-vpp-nfv-2n-clx-mrr"
10322   filter: "'NIC_Intel-XXV710' and
10323            'NF_DENSITY' and
10324            'DOCKER' and
10325            'CHAIN' and
10326            'NF_VPPIP4' and
10327            'IMIX' and
10328            '2T1C' and
10329            'MRR'"
10330   parameters:
10331   - "result"
10332   - "name"
10333   - "tags"
10334   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10335   x-axis: "X = CNFs per Service Chain"
10336   y-axis: "Y = Number of Service Chains"
10337   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10338   layout:
10339     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10340     layout: "plot-service-density"
10341
10342 - type: "plot"
10343   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10344   algorithm: "plot_nf_heatmap"
10345   output-file-type: ".html"
10346   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10347   data: "plot-vpp-nfv-2n-clx-mrr"
10348   filter: "'NIC_Intel-XXV710' and
10349            'NF_DENSITY' and
10350            'DOCKER' and
10351            'CHAIN' and
10352            'NF_VPPIP4' and
10353            'IMIX' and
10354            '4T2C' and
10355            'MRR'"
10356   parameters:
10357   - "result"
10358   - "name"
10359   - "tags"
10360   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10361   x-axis: "X = CNFs per Service Chain"
10362   y-axis: "Y = Number of Service Chains"
10363   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10364   layout:
10365     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10366     layout: "plot-service-density"
10367
10368 - type: "plot"
10369   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10370   algorithm: "plot_nf_heatmap"
10371   output-file-type: ".html"
10372   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10373   data: "plot-vpp-nfv-2n-clx-mrr"
10374   filter: "'NIC_Intel-XXV710' and
10375            'NF_DENSITY' and
10376            'DOCKER' and
10377            'CHAIN' and
10378            'NF_VPPIP4' and
10379            'IMIX' and
10380            '8T4C' and
10381            'MRR'"
10382   parameters:
10383   - "result"
10384   - "name"
10385   - "tags"
10386   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10387   x-axis: "X = CNFs per Service Chain"
10388   y-axis: "Y = Number of Service Chains"
10389   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10390   layout:
10391     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10392     layout: "plot-service-density"
10393
10394 # Plots - NF Density - CSC - NDR IMIX
10395 - type: "plot"
10396   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10397   algorithm: "plot_nf_heatmap"
10398   output-file-type: ".html"
10399   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10400   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10401   filter: "'NIC_Intel-XXV710' and
10402            'NF_DENSITY' and
10403            'DOCKER' and
10404            'CHAIN' and
10405            'NF_VPPIP4' and
10406            'IMIX' and
10407            '2T1C' and
10408            'NDRPDR'"
10409   parameters:
10410   - "throughput"
10411   - "name"
10412   - "tags"
10413   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10414   x-axis: "X = CNFs per Service Chain"
10415   y-axis: "Y = Number of Service Chains"
10416   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10417   layout:
10418     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10419     layout: "plot-service-density"
10420
10421 - type: "plot"
10422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10423   algorithm: "plot_nf_heatmap"
10424   output-file-type: ".html"
10425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10427   filter: "'NIC_Intel-XXV710' and
10428            'NF_DENSITY' and
10429            'DOCKER' and
10430            'CHAIN' and
10431            'NF_VPPIP4' and
10432            'IMIX' and
10433            '4T2C' and
10434            'NDRPDR'"
10435   parameters:
10436   - "throughput"
10437   - "name"
10438   - "tags"
10439   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10440   x-axis: "X = CNFs per Service Chain"
10441   y-axis: "Y = Number of Service Chains"
10442   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10443   layout:
10444     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10445     layout: "plot-service-density"
10446
10447 - type: "plot"
10448   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10449   algorithm: "plot_nf_heatmap"
10450   output-file-type: ".html"
10451   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10452   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10453   filter: "'NIC_Intel-XXV710' and
10454            'NF_DENSITY' and
10455            'DOCKER' and
10456            'CHAIN' and
10457            'NF_VPPIP4' and
10458            'IMIX' and
10459            '8T4C' and
10460            'NDRPDR'"
10461   parameters:
10462   - "throughput"
10463   - "name"
10464   - "tags"
10465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10466   x-axis: "X = CNFs per Service Chain"
10467   y-axis: "Y = Number of Service Chains"
10468   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10469   layout:
10470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10471     layout: "plot-service-density"
10472
10473 # Plots - NF Density - CSC - PDR IMIX
10474 - type: "plot"
10475   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10476   algorithm: "plot_nf_heatmap"
10477   output-file-type: ".html"
10478   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10479   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10480   filter: "'NIC_Intel-XXV710' and
10481            'NF_DENSITY' and
10482            'DOCKER' and
10483            'CHAIN' and
10484            'NF_VPPIP4' and
10485            'IMIX' and
10486            '2T1C' and
10487            'NDRPDR'"
10488   parameters:
10489   - "throughput"
10490   - "name"
10491   - "tags"
10492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10493   x-axis: "X = CNFs per Service Chain"
10494   y-axis: "Y = Number of Service Chains"
10495   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10496   layout:
10497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10498     layout: "plot-service-density"
10499
10500 - type: "plot"
10501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10502   algorithm: "plot_nf_heatmap"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10505   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10506   filter: "'NIC_Intel-XXV710' and
10507            'NF_DENSITY' and
10508            'DOCKER' and
10509            'CHAIN' and
10510            'NF_VPPIP4' and
10511            'IMIX' and
10512            '4T2C' and
10513            'NDRPDR'"
10514   parameters:
10515   - "throughput"
10516   - "name"
10517   - "tags"
10518   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10519   x-axis: "X = CNFs per Service Chain"
10520   y-axis: "Y = Number of Service Chains"
10521   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10522   layout:
10523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10524     layout: "plot-service-density"
10525
10526 - type: "plot"
10527   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10528   algorithm: "plot_nf_heatmap"
10529   output-file-type: ".html"
10530   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10531   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10532   filter: "'NIC_Intel-XXV710' and
10533            'NF_DENSITY' and
10534            'DOCKER' and
10535            'CHAIN' and
10536            'NF_VPPIP4' and
10537            'IMIX' and
10538            '8T4C' and
10539            'NDRPDR'"
10540   parameters:
10541   - "throughput"
10542   - "name"
10543   - "tags"
10544   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10545   x-axis: "X = CNFs per Service Chain"
10546   y-axis: "Y = Number of Service Chains"
10547   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10548   layout:
10549     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10550     layout: "plot-service-density"
10551
10552 # Plots - NF Density - CSP - MRR IMIX
10553 - type: "plot"
10554   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10555   algorithm: "plot_nf_heatmap"
10556   output-file-type: ".html"
10557   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10558   data: "plot-vpp-nfv-2n-clx-mrr"
10559   filter: "'NIC_Intel-XXV710' and
10560            'NF_DENSITY' and
10561            'DOCKER' and
10562            'PIPELINE' and
10563            'NF_VPPIP4' and
10564            'IMIX' and
10565            '2T1C' and
10566            'MRR'"
10567   parameters:
10568   - "result"
10569   - "name"
10570   - "tags"
10571   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10572   x-axis: "X = CNFs per Service Pipeline"
10573   y-axis: "Y = Number of Service Pipelines"
10574   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10575   layout:
10576     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10577     layout: "plot-service-density"
10578
10579 - type: "plot"
10580   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10581   algorithm: "plot_nf_heatmap"
10582   output-file-type: ".html"
10583   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10584   data: "plot-vpp-nfv-2n-clx-mrr"
10585   filter: "'NIC_Intel-XXV710' and
10586            'NF_DENSITY' and
10587            'DOCKER' and
10588            'PIPELINE' and
10589            'NF_VPPIP4' and
10590            'IMIX' and
10591            '4T2C' and
10592            'MRR'"
10593   parameters:
10594   - "result"
10595   - "name"
10596   - "tags"
10597   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10598   x-axis: "X = CNFs per Service Pipeline"
10599   y-axis: "Y = Number of Service Pipelines"
10600   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10601   layout:
10602     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10603     layout: "plot-service-density"
10604
10605 - type: "plot"
10606   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10607   algorithm: "plot_nf_heatmap"
10608   output-file-type: ".html"
10609   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10610   data: "plot-vpp-nfv-2n-clx-mrr"
10611   filter: "'NIC_Intel-XXV710' and
10612            'NF_DENSITY' and
10613            'DOCKER' and
10614            'PIPELINE' and
10615            'NF_VPPIP4' and
10616            'IMIX' and
10617            '8T4C' and
10618            'MRR'"
10619   parameters:
10620   - "result"
10621   - "name"
10622   - "tags"
10623   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10624   x-axis: "X = CNFs per Service Pipeline"
10625   y-axis: "Y = Number of Service Pipelines"
10626   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10627   layout:
10628     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10629     layout: "plot-service-density"
10630
10631 # Plots - NF Density - CSP - NDR IMIX
10632 - type: "plot"
10633   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10634   algorithm: "plot_nf_heatmap"
10635   output-file-type: ".html"
10636   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10637   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10638   filter: "'NIC_Intel-XXV710' and
10639            'NF_DENSITY' and
10640            'DOCKER' and
10641            'PIPELINE' and
10642            'NF_VPPIP4' and
10643            'IMIX' and
10644            '2T1C' and
10645            'NDRPDR'"
10646   parameters:
10647   - "throughput"
10648   - "name"
10649   - "tags"
10650   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10651   x-axis: "X = CNFs per Service Pipeline"
10652   y-axis: "Y = Number of Service Pipelines"
10653   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10654   layout:
10655     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10656     layout: "plot-service-density"
10657
10658 - type: "plot"
10659   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10660   algorithm: "plot_nf_heatmap"
10661   output-file-type: ".html"
10662   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10663   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10664   filter: "'NIC_Intel-XXV710' and
10665            'NF_DENSITY' and
10666            'DOCKER' and
10667            'PIPELINE' and
10668            'NF_VPPIP4' and
10669            'IMIX' and
10670            '4T2C' and
10671            'NDRPDR'"
10672   parameters:
10673   - "throughput"
10674   - "name"
10675   - "tags"
10676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10677   x-axis: "X = CNFs per Service Pipeline"
10678   y-axis: "Y = Number of Service Pipelines"
10679   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10680   layout:
10681     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10682     layout: "plot-service-density"
10683
10684 - type: "plot"
10685   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10686   algorithm: "plot_nf_heatmap"
10687   output-file-type: ".html"
10688   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10689   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10690   filter: "'NIC_Intel-XXV710' and
10691            'NF_DENSITY' and
10692            'DOCKER' and
10693            'PIPELINE' and
10694            'NF_VPPIP4' and
10695            'IMIX' and
10696            '8T4C' and
10697            'NDRPDR'"
10698   parameters:
10699   - "throughput"
10700   - "name"
10701   - "tags"
10702   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10703   x-axis: "X = CNFs per Service Pipeline"
10704   y-axis: "Y = Number of Service Pipelines"
10705   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10706   layout:
10707     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10708     layout: "plot-service-density"
10709
10710 # Plots - NF Density - CSP - PDR IMIX
10711 - type: "plot"
10712   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10713   algorithm: "plot_nf_heatmap"
10714   output-file-type: ".html"
10715   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10716   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10717   filter: "'NIC_Intel-XXV710' and
10718            'NF_DENSITY' and
10719            'DOCKER' and
10720            'PIPELINE' and
10721            'NF_VPPIP4' and
10722            'IMIX' and
10723            '2T1C' and
10724            'NDRPDR'"
10725   parameters:
10726   - "throughput"
10727   - "name"
10728   - "tags"
10729   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10730   x-axis: "X = CNFs per Service Pipeline"
10731   y-axis: "Y = Number of Service Pipelines"
10732   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10733   layout:
10734     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10735     layout: "plot-service-density"
10736
10737 - type: "plot"
10738   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10739   algorithm: "plot_nf_heatmap"
10740   output-file-type: ".html"
10741   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10742   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10743   filter: "'NIC_Intel-XXV710' and
10744            'NF_DENSITY' and
10745            'DOCKER' and
10746            'PIPELINE' and
10747            'NF_VPPIP4' and
10748            'IMIX' and
10749            '4T2C' and
10750            'NDRPDR'"
10751   parameters:
10752   - "throughput"
10753   - "name"
10754   - "tags"
10755   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10756   x-axis: "X = CNFs per Service Pipeline"
10757   y-axis: "Y = Number of Service Pipelines"
10758   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10759   layout:
10760     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10761     layout: "plot-service-density"
10762
10763 - type: "plot"
10764   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10765   algorithm: "plot_nf_heatmap"
10766   output-file-type: ".html"
10767   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10768   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10769   filter: "'NIC_Intel-XXV710' and
10770            'NF_DENSITY' and
10771            'DOCKER' and
10772            'PIPELINE' and
10773            'NF_VPPIP4' and
10774            'IMIX' and
10775            '8T4C' and
10776            'NDRPDR'"
10777   parameters:
10778   - "throughput"
10779   - "name"
10780   - "tags"
10781   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10782   x-axis: "X = CNFs per Service Pipeline"
10783   y-axis: "Y = Number of Service Pipelines"
10784   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10785   layout:
10786     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10787     layout: "plot-service-density"
10788
10789 ################################################################################
10790
10791 # Packet Throughput
10792
10793 - type: "plot"
10794   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10795   algorithm: "plot_perf_box_name"
10796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10798   include:
10799     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10800     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10801     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10802     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10803   layout:
10804     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10805     layout: "plot-throughput"
10806
10807 - type: "plot"
10808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10809   algorithm: "plot_perf_box_name"
10810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10812   include:
10813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10815     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10816     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10817   layout:
10818     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10819     layout: "plot-throughput"
10820
10821 - type: "plot"
10822   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10823   algorithm: "plot_perf_box_name"
10824   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10826   include:
10827     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10828     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10829     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10830     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10831   layout:
10832     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10833     layout: "plot-throughput"
10834
10835 - type: "plot"
10836   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10837   algorithm: "plot_perf_box_name"
10838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10840   include:
10841     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10842     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10843     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10844     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10845   layout:
10846     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10847     layout: "plot-throughput"
10848
10849 - type: "plot"
10850   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10851   algorithm: "plot_perf_box_name"
10852   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10853   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10854   include:
10855     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10856     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10857     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10858     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10859     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10860   layout:
10861     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10862     layout: "plot-throughput"
10863
10864 - type: "plot"
10865   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10866   algorithm: "plot_perf_box_name"
10867   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10868   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10869   include:
10870     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10871     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10872     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10873     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10874     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10875   layout:
10876     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10877     layout: "plot-throughput"
10878
10879 - type: "plot"
10880   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10881   algorithm: "plot_perf_box_name"
10882   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10883   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10884   include:
10885     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10886     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10887     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10888     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10889     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10890   layout:
10891     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10892     layout: "plot-throughput"
10893
10894 - type: "plot"
10895   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10896   algorithm: "plot_perf_box_name"
10897   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10898   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10899   include:
10900     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10901     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10902     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10903     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10904     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10905   layout:
10906     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10907     layout: "plot-throughput"
10908
10909 - type: "plot"
10910   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10911   algorithm: "plot_perf_box_name"
10912   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10913   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10914   include:
10915     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10916     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10917     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10918     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10919     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10920   layout:
10921     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10922     layout: "plot-throughput"
10923
10924 - type: "plot"
10925   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10926   algorithm: "plot_perf_box_name"
10927   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10928   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10929   include:
10930     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10931     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10932     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10933     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10934     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10935   layout:
10936     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10937     layout: "plot-throughput"
10938
10939 - type: "plot"
10940   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10941   algorithm: "plot_perf_box_name"
10942   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10944   include:
10945     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10946     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10951   layout:
10952     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10953     layout: "plot-throughput"
10954
10955 - type: "plot"
10956   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10957   algorithm: "plot_perf_box_name"
10958   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10960   include:
10961     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10962     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10963     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10964     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10965     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10966     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10967   layout:
10968     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10969     layout: "plot-throughput"
10970
10971 - type: "plot"
10972   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10973   algorithm: "plot_perf_box_name"
10974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10976   include:
10977     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10982   layout:
10983     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10984     layout: "plot-throughput"
10985
10986 - type: "plot"
10987   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10988   algorithm: "plot_perf_box_name"
10989   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10990   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10991   include:
10992     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10993     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10997   layout:
10998     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10999     layout: "plot-throughput"
11000
11001 - type: "plot"
11002   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11003   algorithm: "plot_perf_box_name"
11004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11006   include:
11007     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11008     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11009     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11010   layout:
11011     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11012     layout: "plot-throughput"
11013
11014 - type: "plot"
11015   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11016   algorithm: "plot_perf_box_name"
11017   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11018   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11019   include:
11020     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11021     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11022     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11023   layout:
11024     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11025     layout: "plot-throughput"
11026
11027 - type: "plot"
11028   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11029   algorithm: "plot_perf_box_name"
11030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11032   include:
11033     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11034     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11035     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11036     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11037     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11038   layout:
11039     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11040     layout: "plot-throughput"
11041
11042 - type: "plot"
11043   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11044   algorithm: "plot_perf_box_name"
11045   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11046   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11047   include:
11048     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11049     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11050     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11051     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11052     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11053   layout:
11054     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11055     layout: "plot-throughput"
11056
11057 - type: "plot"
11058   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11059   algorithm: "plot_perf_box_name"
11060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11062   include:
11063     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11064     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11065     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11066   layout:
11067     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11068     layout: "plot-throughput"
11069
11070 - type: "plot"
11071   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11072   algorithm: "plot_perf_box_name"
11073   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11074   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11075   include:
11076     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11077     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11078     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11079   layout:
11080     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11081     layout: "plot-throughput"
11082
11083 - type: "plot"
11084   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11085   algorithm: "plot_perf_box_name"
11086   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11087   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11088   include:
11089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11090     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11091     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11092     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11095   layout:
11096     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11097     layout: "plot-throughput"
11098
11099 - type: "plot"
11100   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11101   algorithm: "plot_perf_box_name"
11102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11104   include:
11105     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11106     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11110     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11111   layout:
11112     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11113     layout: "plot-throughput"
11114
11115 - type: "plot"
11116   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11117   algorithm: "plot_perf_box_name"
11118   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11119   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11120   include:
11121     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11122     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11123     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11124     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11125     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11126   layout:
11127     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11128     layout: "plot-throughput"
11129
11130 - type: "plot"
11131   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11132   algorithm: "plot_perf_box_name"
11133   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11134   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11135   include:
11136     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11137     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11138     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11139     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11140     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11141   layout:
11142     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11143     layout: "plot-throughput"
11144
11145 #- type: "plot"
11146 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11147 #  algorithm: "plot_perf_box_name"
11148 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11149 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11150 #  include:
11151 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11152 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11153 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11154 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11155 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11156 #  layout:
11157 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11158 #    layout: "plot-throughput"
11159 #
11160 #- type: "plot"
11161 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11162 #  algorithm: "plot_perf_box_name"
11163 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11164 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11165 #  include:
11166 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11167 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11168 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11169 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11170 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11171 #  layout:
11172 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11173 #    layout: "plot-throughput"
11174 #
11175 #- type: "plot"
11176 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11177 #  algorithm: "plot_perf_box_name"
11178 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11179 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11180 #  include:
11181 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11182 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11183 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11184 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11185 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11186 #  layout:
11187 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11188 #    layout: "plot-throughput"
11189 #
11190 #- type: "plot"
11191 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11192 #  algorithm: "plot_perf_box_name"
11193 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11194 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11195 #  include:
11196 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11197 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11198 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11199 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11200 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11201 #  layout:
11202 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11203 #    layout: "plot-throughput"
11204
11205 - type: "plot"
11206   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11207   algorithm: "plot_perf_box_name"
11208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11210   include:
11211     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11212     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11213     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11216   layout:
11217     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11218     layout: "plot-throughput"
11219
11220 - type: "plot"
11221   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11222   algorithm: "plot_perf_box_name"
11223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11225   include:
11226     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11227     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11228     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11231   layout:
11232     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11233     layout: "plot-throughput"
11234
11235 #- type: "plot"
11236 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11237 #  algorithm: "plot_perf_box_name"
11238 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11239 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11240 #  include:
11241 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11242 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11243 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11244 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11245 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11246 #  layout:
11247 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11248 #    layout: "plot-throughput"
11249 #
11250 #- type: "plot"
11251 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11252 #  algorithm: "plot_perf_box_name"
11253 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11254 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11255 #  include:
11256 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11257 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11258 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11261 #  layout:
11262 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11263 #    layout: "plot-throughput"
11264 #
11265 #- type: "plot"
11266 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11267 #  algorithm: "plot_perf_box_name"
11268 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11269 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11270 #  include:
11271 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11272 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11273 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11276 #  layout:
11277 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11278 #    layout: "plot-throughput"
11279 #
11280 #- type: "plot"
11281 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11282 #  algorithm: "plot_perf_box_name"
11283 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11284 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11285 #  include:
11286 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11287 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11288 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11291 #  layout:
11292 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11293 #    layout: "plot-throughput"
11294
11295 - type: "plot"
11296   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11297   algorithm: "plot_perf_box_name"
11298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11299   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11300   include:
11301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11307   layout:
11308     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11316   include:
11317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11323   layout:
11324     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11331   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11332   include:
11333     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11334     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11335     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11336   layout:
11337     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11345   include:
11346     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11347     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11348     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11349   layout:
11350     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11351     layout: "plot-throughput"
11352
11353 - type: "plot"
11354   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11355   algorithm: "plot_perf_box_name"
11356   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11358   include:
11359     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11360     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11361 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11362 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11363 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11364   layout:
11365     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11366     layout: "plot-throughput"
11367
11368 - type: "plot"
11369   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11370   algorithm: "plot_perf_box_name"
11371   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11373   include:
11374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11376 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11377 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11378 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11379   layout:
11380     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11381     layout: "plot-throughput"
11382
11383 - type: "plot"
11384   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11385   algorithm: "plot_perf_box_name"
11386   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11387   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11388   include:
11389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11393     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11394   layout:
11395     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11396     layout: "plot-throughput"
11397
11398 - type: "plot"
11399   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11400   algorithm: "plot_perf_box_name"
11401   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11402   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11403   include:
11404     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11405     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11406     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11407     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11408     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11409   layout:
11410     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11411     layout: "plot-throughput"
11412
11413 - type: "plot"
11414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11415   algorithm: "plot_perf_box_name"
11416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11418   include:
11419     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11420     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11421     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11424   layout:
11425     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11426     layout: "plot-throughput"
11427
11428 - type: "plot"
11429   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11430   algorithm: "plot_perf_box_name"
11431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11433   include:
11434     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11435     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11436     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11437     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11439   layout:
11440     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11441     layout: "plot-throughput"
11442
11443 - type: "plot"
11444   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11445   algorithm: "plot_perf_box_name"
11446   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11447   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11448   include:
11449     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11450     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11451     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11453   layout:
11454     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11455     layout: "plot-throughput"
11456
11457 - type: "plot"
11458   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11459   algorithm: "plot_perf_box_name"
11460   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11461   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11462   include:
11463     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11464     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11465     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11466     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11467   layout:
11468     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11469     layout: "plot-throughput"
11470
11471 - type: "plot"
11472   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11473   algorithm: "plot_perf_box_name"
11474   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11475   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11476   include:
11477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11481     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11482   layout:
11483     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11484     layout: "plot-throughput"
11485
11486 - type: "plot"
11487   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11488   algorithm: "plot_perf_box_name"
11489   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11490   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11491   include:
11492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11497   layout:
11498     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11505   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11506   include:
11507     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11512   layout:
11513     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11514     layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11520   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11527   layout:
11528     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11536   include:
11537     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11541   layout:
11542     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11543     layout: "plot-throughput"
11544
11545 - type: "plot"
11546   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11547   algorithm: "plot_perf_box_name"
11548   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11549   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11550   include:
11551     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11555   layout:
11556     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11563   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11564   include:
11565     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11570   layout:
11571     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11572     layout: "plot-throughput"
11573
11574 - type: "plot"
11575   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11576   algorithm: "plot_perf_box_name"
11577   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11578   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11579   include:
11580     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11585   layout:
11586     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11601   layout:
11602     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11617   layout:
11618     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11626   include:
11627     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11632   layout:
11633     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11647   layout:
11648     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11649     layout: "plot-throughput"
11650
11651 - type: "plot"
11652   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11653   algorithm: "plot_perf_box_name"
11654   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11655   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11656   include:
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11658     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11659     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11662   layout:
11663     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11671   include:
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11675     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11676     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11677   layout:
11678     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11679     layout: "plot-throughput"
11680
11681 - type: "plot"
11682   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11683   algorithm: "plot_perf_box_name"
11684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11686   include:
11687     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11689   layout:
11690     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11691     layout: "plot-throughput"
11692
11693 - type: "plot"
11694   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11695   algorithm: "plot_perf_box_name"
11696   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11697   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11698   include:
11699     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11700     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11701   layout:
11702     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11703     layout: "plot-throughput"
11704
11705 - type: "plot"
11706   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11707   algorithm: "plot_perf_box_name"
11708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11710   include:
11711     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11712     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11713     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11714     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11715   layout:
11716     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11717     layout: "plot-throughput"
11718
11719 - type: "plot"
11720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11721   algorithm: "plot_perf_box_name"
11722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11724   include:
11725     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11727     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11728     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11729   layout:
11730     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11743   layout:
11744     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11745     layout: "plot-throughput"
11746
11747 - type: "plot"
11748   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11749   algorithm: "plot_perf_box_name"
11750   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11751   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11752   include:
11753     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11754     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11757   layout:
11758     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11759     layout: "plot-throughput"
11760
11761 - type: "plot"
11762   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11763   algorithm: "plot_perf_box_name"
11764   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11765   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11766   include:
11767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11771   layout:
11772     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11773     layout: "plot-throughput"
11774
11775 - type: "plot"
11776   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11777   algorithm: "plot_perf_box_name"
11778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11780   include:
11781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11784     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11785   layout:
11786     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11787     layout: "plot-throughput"
11788
11789 - type: "plot"
11790   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11791   algorithm: "plot_perf_box_name"
11792   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11793   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11794   include:
11795     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11799   layout:
11800     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11807   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11813   layout:
11814     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11829   layout:
11830     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11837   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11838   include:
11839     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11845   layout:
11846     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11853   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11854   include:
11855     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11860   layout:
11861     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11862     layout: "plot-throughput"
11863
11864 - type: "plot"
11865   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11866   algorithm: "plot_perf_box_name"
11867   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11868   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11869   include:
11870     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11875   layout:
11876     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11883   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11884   include:
11885     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11890   layout:
11891     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11892     layout: "plot-throughput"
11893
11894 - type: "plot"
11895   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11896   algorithm: "plot_perf_box_name"
11897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11899   include:
11900     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11901     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11905   layout:
11906     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11907     layout: "plot-throughput"
11908
11909 - type: "plot"
11910   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11911   algorithm: "plot_perf_box_name"
11912   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11913   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11914   include:
11915     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11916     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11918   layout:
11919     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11920     layout: "plot-throughput"
11921
11922 - type: "plot"
11923   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11924   algorithm: "plot_perf_box_name"
11925   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11926   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11927   include:
11928     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11930     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11931   layout:
11932     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11933     layout: "plot-throughput"
11934
11935 - type: "plot"
11936   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11937   algorithm: "plot_perf_box_name"
11938   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11939   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11940   include:
11941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11944   layout:
11945     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11946     layout: "plot-throughput"
11947
11948 - type: "plot"
11949   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11950   algorithm: "plot_perf_box_name"
11951   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11952   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11953   include:
11954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11957   layout:
11958     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11959     layout: "plot-throughput"
11960
11961 - type: "plot"
11962   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11963   algorithm: "plot_perf_box_name"
11964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11966   include:
11967     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11969     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11970     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11971     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11972   layout:
11973     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11974     layout: "plot-throughput"
11975
11976 - type: "plot"
11977   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11978   algorithm: "plot_perf_box_name"
11979   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11980   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11981   include:
11982     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11985     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11986     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11987   layout:
11988     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11989     layout: "plot-throughput"
11990
11991 - type: "plot"
11992   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11993   algorithm: "plot_perf_box_name"
11994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11996   include:
11997     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11999     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12000     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12001     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12002   layout:
12003     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12004     layout: "plot-throughput"
12005
12006 - type: "plot"
12007   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12008   algorithm: "plot_perf_box_name"
12009   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12010   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12011   include:
12012     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12015     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12016     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12017   layout:
12018     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12019     layout: "plot-throughput"
12020
12021 - type: "plot"
12022   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12023   algorithm: "plot_perf_box_name"
12024   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12025   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12026   include:
12027     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12028     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12029     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12030     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12031     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12032   layout:
12033     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12034     layout: "plot-throughput"
12035
12036 - type: "plot"
12037   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12038   algorithm: "plot_perf_box_name"
12039   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12040   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12041   include:
12042     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12043     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12044     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12045     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12046     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12047   layout:
12048     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12049     layout: "plot-throughput"
12050
12051 - type: "plot"
12052   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12053   algorithm: "plot_perf_box_name"
12054   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12055   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12056   include:
12057     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12058     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12059     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12060     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12061     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12062   layout:
12063     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12064     layout: "plot-throughput"
12065
12066 - type: "plot"
12067   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12068   algorithm: "plot_perf_box_name"
12069   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12070   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12071   include:
12072     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12073     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12077   layout:
12078     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12086   include:
12087     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12092   layout:
12093     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12094     layout: "plot-throughput"
12095
12096 - type: "plot"
12097   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12098   algorithm: "plot_perf_box_name"
12099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12101   include:
12102     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12107   layout:
12108     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12116   include:
12117     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12118     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12119     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12120     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12121     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12122     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12123   layout:
12124     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12132   include:
12133     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12134     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12135     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12136     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12137     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12138     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12139   layout:
12140     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12141     layout: "plot-throughput"
12142
12143 - type: "plot"
12144   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12145   algorithm: "plot_perf_box_name"
12146   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12147   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12148   include:
12149     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12150     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12151     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12152     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12153   layout:
12154     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12161   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12162   include:
12163     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12164     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12165     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12166     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12167   layout:
12168     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12175   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12176   include:
12177     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12178     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12179     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12180     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12181     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12182     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12183   layout:
12184     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12191   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12194     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12195     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12196     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12197     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12198     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12199   layout:
12200     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12201     layout: "plot-throughput"
12202
12203 - type: "plot"
12204   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12205   algorithm: "plot_perf_box_name"
12206   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12207   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12208   include:
12209     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12210     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12211     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12212     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12213     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12214     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12215   layout:
12216     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12217     layout: "plot-throughput"
12218
12219 - type: "plot"
12220   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12221   algorithm: "plot_perf_box_name"
12222   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12223   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12224   include:
12225     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12226     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12227     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12228     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12229     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12230     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12231   layout:
12232     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12233     layout: "plot-throughput"
12234
12235 - type: "plot"
12236   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12237   algorithm: "plot_perf_box_name"
12238   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12239   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12240   include:
12241     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12242     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12243     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12244     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12245     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12246     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12247   layout:
12248     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12249     layout: "plot-throughput"
12250
12251 - type: "plot"
12252   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12253   algorithm: "plot_perf_box_name"
12254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12256   include:
12257     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12258     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12259     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12260     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12261     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12262     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12263   layout:
12264     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12265     layout: "plot-throughput"
12266
12267 - type: "plot"
12268   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12269   algorithm: "plot_perf_box_name"
12270   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12271   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12272   include:
12273     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12274     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12275     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12276     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12277     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12278     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12279   layout:
12280     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12281     layout: "plot-throughput"
12282
12283 - type: "plot"
12284   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12285   algorithm: "plot_perf_box_name"
12286   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12287   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12288   include:
12289     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12290     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12291     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12292     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12293     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12294     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12295   layout:
12296     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12304   include:
12305     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12306     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12307     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12308     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12309     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12310     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12311   layout:
12312     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12313     layout: "plot-throughput"
12314
12315 - type: "plot"
12316   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12317   algorithm: "plot_perf_box_name"
12318   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12319   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12320   include:
12321     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12322     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12323     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12324     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12325     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12326     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12327   layout:
12328     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12329     layout: "plot-throughput"
12330
12331 - type: "plot"
12332   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12333   algorithm: "plot_perf_box_name"
12334   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12335   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12336   include:
12337     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12338     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12339     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12340     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12343   layout:
12344     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12345     layout: "plot-throughput"
12346
12347 - type: "plot"
12348   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12349   algorithm: "plot_perf_box_name"
12350   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12351   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12352   include:
12353     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12354     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12355     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12356     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12359   layout:
12360     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12361     layout: "plot-throughput"
12362
12363 - type: "plot"
12364   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12365   algorithm: "plot_perf_box_name"
12366   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12367   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12368   include:
12369     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12370     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12371     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12372     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12373     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12374     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12375   layout:
12376     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12377     layout: "plot-throughput"
12378
12379 - type: "plot"
12380   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12381   algorithm: "plot_perf_box_name"
12382   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12383   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12384   include:
12385     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12386     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12387     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12388     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12389     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12390     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12391   layout:
12392     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12393     layout: "plot-throughput"
12394
12395 - type: "plot"
12396   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12397   algorithm: "plot_perf_box_name"
12398   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12399   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12400   include:
12401     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12402     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12403     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12404     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12405     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12406     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12407   layout:
12408     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12409     layout: "plot-throughput"
12410
12411 - type: "plot"
12412   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12413   algorithm: "plot_perf_box_name"
12414   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12415   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12416   include:
12417     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12418     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12419     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12420     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12421     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12422     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12423   layout:
12424     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12425     layout: "plot-throughput"
12426
12427 - type: "plot"
12428   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12429   algorithm: "plot_perf_box_name"
12430   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12431   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12432   include:
12433     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12434     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12435     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12436     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12437   layout:
12438     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12439     layout: "plot-throughput"
12440
12441 - type: "plot"
12442   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12443   algorithm: "plot_perf_box_name"
12444   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12445   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12446   include:
12447     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12448     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12449     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12450     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12451   layout:
12452     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12453     layout: "plot-throughput"
12454
12455 - type: "plot"
12456   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12457   algorithm: "plot_perf_box_name"
12458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12460   include:
12461     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12462     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12463     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12464     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12465   layout:
12466     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12467     layout: "plot-throughput"
12468
12469 - type: "plot"
12470   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12471   algorithm: "plot_perf_box_name"
12472   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12474   include:
12475     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12476     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12477     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12478     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12479   layout:
12480     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12481     layout: "plot-throughput"
12482
12483 - type: "plot"
12484   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12485   algorithm: "plot_perf_box_name"
12486   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12487   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12488   include:
12489     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12490     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12491     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12492     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12493     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12494     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12495   layout:
12496     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12497     layout: "plot-throughput"
12498
12499 - type: "plot"
12500   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12501   algorithm: "plot_perf_box_name"
12502   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12503   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12504   include:
12505     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12506     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12507     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12508     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12509     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12510     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12511   layout:
12512     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12513     layout: "plot-throughput"
12514
12515 - type: "plot"
12516   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12517   algorithm: "plot_perf_box_name"
12518   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12520   include:
12521     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12522     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12523     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12524     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12525     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12526   layout:
12527     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12528     layout: "plot-throughput"
12529
12530 - type: "plot"
12531   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12532   algorithm: "plot_perf_box_name"
12533   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12535   include:
12536     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12537     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12538     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12539     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12540     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12541   layout:
12542     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12543     layout: "plot-throughput"
12544
12545 - type: "plot"
12546   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12547   algorithm: "plot_perf_box_name"
12548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12550   include:
12551     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12552     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12553     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12554     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12555     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12556   layout:
12557     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12558     layout: "plot-throughput"
12559
12560 - type: "plot"
12561   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12562   algorithm: "plot_perf_box_name"
12563   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12564   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12565   include:
12566     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12567     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12568     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12569     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12570     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12580   include:
12581     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12582     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12583     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12584     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12585   layout:
12586     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12596     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12597     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12598     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12599   layout:
12600     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12601     layout: "plot-throughput"
12602
12603 - type: "plot"
12604   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12605   algorithm: "plot_perf_box_name"
12606   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12607   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12608   include:
12609     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12610     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12611     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12612     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12613     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12614     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12615   layout:
12616     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12617     layout: "plot-throughput"
12618
12619 - type: "plot"
12620   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12621   algorithm: "plot_perf_box_name"
12622   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12624   include:
12625     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12626     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12627     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12628     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12629     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12630     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12631   layout:
12632     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12633     layout: "plot-throughput"
12634
12635 - type: "plot"
12636   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12637   algorithm: "plot_perf_box_name"
12638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12640   include:
12641     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12642     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12643     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12644     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12645     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12647   layout:
12648     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12649     layout: "plot-throughput"
12650
12651 - type: "plot"
12652   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12653   algorithm: "plot_perf_box_name"
12654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12656   include:
12657     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12658     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12659     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12660     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12661     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12663   layout:
12664     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12665     layout: "plot-throughput"
12666
12667 - type: "plot"
12668   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12669   algorithm: "plot_perf_box_name"
12670   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12671   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12672   include:
12673     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12674     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12675     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12679   layout:
12680     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12681     layout: "plot-throughput"
12682
12683 - type: "plot"
12684   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12685   algorithm: "plot_perf_box_name"
12686   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12687   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12688   include:
12689     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12690     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12691     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12695   layout:
12696     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12697     layout: "plot-throughput"
12698
12699 - type: "plot"
12700   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12701   algorithm: "plot_perf_box_name"
12702   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12704   include:
12705     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12706     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12707     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12711   layout:
12712     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12713     layout: "plot-throughput"
12714
12715 - type: "plot"
12716   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12717   algorithm: "plot_perf_box_name"
12718   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12719   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12720   include:
12721     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12722     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12723     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12727   layout:
12728     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12729     layout: "plot-throughput"
12730
12731 - type: "plot"
12732   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12733   algorithm: "plot_perf_box_name"
12734   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12735   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12736   include:
12737     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12738     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12739     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12741   layout:
12742     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12743     layout: "plot-throughput"
12744
12745 - type: "plot"
12746   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12747   algorithm: "plot_perf_box_name"
12748   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12749   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12750   include:
12751     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12753     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12754     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12755   layout:
12756     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12757     layout: "plot-throughput"
12758
12759 - type: "plot"
12760   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12761   algorithm: "plot_perf_box_name"
12762   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12763   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12764   include:
12765     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12769     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12771   layout:
12772     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12773     layout: "plot-throughput"
12774
12775 - type: "plot"
12776   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12777   algorithm: "plot_perf_box_name"
12778   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12779   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12780   include:
12781     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12787   layout:
12788     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12793   algorithm: "plot_perf_box_name"
12794   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12795   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12796   include:
12797     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12803   layout:
12804     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12812   include:
12813     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12819   layout:
12820     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12821     layout: "plot-throughput"
12822
12823 - type: "plot"
12824   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12828   include:
12829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12833   layout:
12834     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12842   include:
12843     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12847   layout:
12848     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12849     layout: "plot-throughput"
12850
12851 - type: "plot"
12852   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12853   algorithm: "plot_perf_box_name"
12854   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12855   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12856   include:
12857     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12858     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12859     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12863   layout:
12864     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12865     layout: "plot-throughput"
12866
12867 - type: "plot"
12868   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12869   algorithm: "plot_perf_box_name"
12870   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12871   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12872   include:
12873     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12874     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12879   layout:
12880     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12888   include:
12889     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12893   layout:
12894     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12902   include:
12903     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12907   layout:
12908     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12916   include:
12917     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12923   layout:
12924     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12932   include:
12933     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12939   layout:
12940     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12948   include:
12949     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12955   layout:
12956     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12964   include:
12965     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12971   layout:
12972     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12980   include:
12981     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12982     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12983     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12984     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12985     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12986     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12987   layout:
12988     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12996   include:
12997     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12998     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12999     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13000     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13001     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13002     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13003   layout:
13004     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13014     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13015     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13016 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13017 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13018 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13030     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13031     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13032 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13033 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13034 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13035   layout:
13036     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13044   include:
13045     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13046     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13047     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13048     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13049     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13050     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13051   layout:
13052     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13053     layout: "plot-throughput"
13054
13055 - type: "plot"
13056   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13057   algorithm: "plot_perf_box_name"
13058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13060   include:
13061     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13062     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13063     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13064     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13065     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13066     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13067   layout:
13068     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13069     layout: "plot-throughput"
13070
13071 - type: "plot"
13072   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13073   algorithm: "plot_perf_box_name"
13074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13076   include:
13077     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13078     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13079     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13080     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13081     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13082     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13083   layout:
13084     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13085     layout: "plot-throughput"
13086
13087 - type: "plot"
13088   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13089   algorithm: "plot_perf_box_name"
13090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13092   include:
13093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13099   layout:
13100     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13101     layout: "plot-throughput"
13102
13103 - type: "plot"
13104   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13105   algorithm: "plot_perf_box_name"
13106   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13107   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13108   include:
13109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13112   layout:
13113     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13114     layout: "plot-throughput"
13115
13116 - type: "plot"
13117   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13118   algorithm: "plot_perf_box_name"
13119   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13120   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13121   include:
13122     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13125   layout:
13126     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13133   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13134   include:
13135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13139     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13140   layout:
13141     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13142     layout: "plot-throughput"
13143
13144 - type: "plot"
13145   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13146   algorithm: "plot_perf_box_name"
13147   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13148   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13149   include:
13150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13153     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13154     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13155   layout:
13156     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13157     layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13164   include:
13165     - "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"
13166     - "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"
13167     - "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"
13168     - "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"
13169     - "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"
13170   layout:
13171     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13172     layout: "plot-throughput"
13173
13174 - type: "plot"
13175   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13176   algorithm: "plot_perf_box_name"
13177   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13178   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13179   include:
13180     - "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"
13181     - "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"
13182     - "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"
13183     - "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"
13184     - "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"
13185   layout:
13186     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13187     layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13194   include:
13195     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13196     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13197     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13198     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13199     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13200   layout:
13201     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13202     layout: "plot-throughput"
13203
13204 - type: "plot"
13205   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13206   algorithm: "plot_perf_box_name"
13207   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13208   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13209   include:
13210     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13211     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13212     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13213     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13214     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13215   layout:
13216     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13217     layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13223   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13224   include:
13225     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13226     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13227     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13228     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13229     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13230   layout:
13231     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13232     layout: "plot-throughput"
13233
13234 - type: "plot"
13235   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13236   algorithm: "plot_perf_box_name"
13237   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13238   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13239   include:
13240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13241     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13242     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13245   layout:
13246     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13247     layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13254   include:
13255     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13256     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13257     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13258     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13259     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13260   layout:
13261     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13262     layout: "plot-throughput"
13263
13264 - type: "plot"
13265   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13266   algorithm: "plot_perf_box_name"
13267   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13268   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13269   include:
13270     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13271     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13272     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13273     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13274     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13275   layout:
13276     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13277     layout: "plot-throughput"
13278
13279 - type: "plot"
13280   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13281   algorithm: "plot_perf_box_name"
13282   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13283   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13284   include:
13285     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13286     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13287     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13288     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13289     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13290   layout:
13291     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13292     layout: "plot-throughput"
13293
13294 - type: "plot"
13295   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13296   algorithm: "plot_perf_box_name"
13297   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13298   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13299   include:
13300     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13301     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13302     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13303     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13304     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13305   layout:
13306     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13307     layout: "plot-throughput"
13308
13309 - type: "plot"
13310   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13311   algorithm: "plot_perf_box_name"
13312   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13314   include:
13315     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13316     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13317     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13318     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13319   layout:
13320     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13321     layout: "plot-throughput"
13322
13323 - type: "plot"
13324   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13325   algorithm: "plot_perf_box_name"
13326   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13328   include:
13329     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13330     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13331     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13332     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13333   layout:
13334     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13335     layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13342   include:
13343     - "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"
13344     - "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"
13345     - "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"
13346     - "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"
13347   layout:
13348     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13349     layout: "plot-throughput"
13350
13351 - type: "plot"
13352   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13353   algorithm: "plot_perf_box_name"
13354   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13355   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13356   include:
13357     - "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"
13358     - "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"
13359     - "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"
13360     - "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"
13361   layout:
13362     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13363     layout: "plot-throughput"
13364
13365 - type: "plot"
13366   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13367   algorithm: "plot_perf_box_name"
13368   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13369   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13370   include:
13371     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13372     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13373     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13374     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13375     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13376     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13377   layout:
13378     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13379     layout: "plot-throughput"
13380
13381 - type: "plot"
13382   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13383   algorithm: "plot_perf_box_name"
13384   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13385   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13386   include:
13387     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13388     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13389     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13390     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13391     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13392     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13393   layout:
13394     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13395     layout: "plot-throughput"
13396
13397 - type: "plot"
13398   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13399   algorithm: "plot_perf_box_name"
13400   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13401   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13402   include:
13403     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13404     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13405     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13406     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13407     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13408     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13409   layout:
13410     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13411     layout: "plot-throughput"
13412
13413 - type: "plot"
13414   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13415   algorithm: "plot_perf_box_name"
13416   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13417   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13418   include:
13419     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13420     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13421     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13422     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13423     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13424     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13425   layout:
13426     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13427     layout: "plot-throughput"
13428
13429 - type: "plot"
13430   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13431   algorithm: "plot_perf_box_name"
13432   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13433   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13434   include:
13435     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13436     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13437     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13438     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13439     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13440     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13441   layout:
13442     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13443     layout: "plot-throughput"
13444
13445 - type: "plot"
13446   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13447   algorithm: "plot_perf_box_name"
13448   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13450   include:
13451     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13452     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13453     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13454     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13455     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13456     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13457   layout:
13458     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13459     layout: "plot-throughput"
13460
13461 - type: "plot"
13462   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13463   algorithm: "plot_perf_box_name"
13464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13466   include:
13467     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13468     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13469     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13470     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13471     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13472   layout:
13473     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13474     layout: "plot-throughput"
13475
13476 - type: "plot"
13477   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13478   algorithm: "plot_perf_box_name"
13479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13481   include:
13482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13485     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13486     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13487   layout:
13488     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13489     layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13499   layout:
13500     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13501     layout: "plot-throughput"
13502
13503 - type: "plot"
13504   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13505   algorithm: "plot_perf_box_name"
13506   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13507   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13508   include:
13509     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13510     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13511   layout:
13512     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13513     layout: "plot-throughput"
13514
13515 - type: "plot"
13516   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13517   algorithm: "plot_perf_box_name"
13518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13520   include:
13521     - "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"
13522     - "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"
13523   layout:
13524     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13532   include:
13533     - "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"
13534     - "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"
13535   layout:
13536     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13537     layout: "plot-throughput"
13538
13539 - type: "plot"
13540   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13541   algorithm: "plot_perf_box_name"
13542   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13543   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13544   include:
13545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13547   layout:
13548     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13559   layout:
13560     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13561     layout: "plot-throughput"
13562
13563 - type: "plot"
13564   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13565   algorithm: "plot_perf_box_name"
13566   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13567   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13568   include:
13569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13571   layout:
13572     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13573     layout: "plot-throughput"
13574
13575 - type: "plot"
13576   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13577   algorithm: "plot_perf_box_name"
13578   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13579   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13580   include:
13581     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13583   layout:
13584     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13598     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13599   layout:
13600     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13601     layout: "plot-throughput"
13602
13603 - type: "plot"
13604   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13605   algorithm: "plot_perf_box_name"
13606   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13607   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13608   include:
13609     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13613     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13614     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13615   layout:
13616     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13617     layout: "plot-throughput"
13618
13619 - type: "plot"
13620   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13621   algorithm: "plot_perf_box_name"
13622   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13623   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13624   include:
13625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13628     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13629     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13630     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13631   layout:
13632     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13633     layout: "plot-throughput"
13634
13635 - type: "plot"
13636   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13637   algorithm: "plot_perf_box_name"
13638   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13639   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13640   include:
13641     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13643     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13644     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13645     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13646     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13647   layout:
13648     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13649     layout: "plot-throughput"
13650
13651 #- type: "plot"
13652 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13653 #  algorithm: "plot_perf_box_name"
13654 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13655 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13656 #  include:
13657 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13658 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13659 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13660 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13661 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13662 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13663 #  layout:
13664 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13665 #    layout: "plot-throughput"
13666 #
13667 #- type: "plot"
13668 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13669 #  algorithm: "plot_perf_box_name"
13670 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13671 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13672 #  include:
13673 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13674 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13675 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13676 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13677 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13678 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13679 #  layout:
13680 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13681 #    layout: "plot-throughput"
13682
13683 - type: "plot"
13684   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13685   algorithm: "plot_perf_box_name"
13686   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13687   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13688   include:
13689     - "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"
13690     - "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"
13691     - "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"
13692     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13695   layout:
13696     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13703   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13704   include:
13705     - "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"
13706     - "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"
13707     - "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"
13708     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13709     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13710     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13711   layout:
13712     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13713     layout: "plot-throughput"
13714
13715 ################################################################################
13716
13717 # Packet Speedup
13718
13719 - type: "plot"
13720   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13721   algorithm: "plot_tsa_name"
13722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13726     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13727     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13728     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13729   layout:
13730     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13731     layout: "plot-throughput-speedup-analysis"
13732
13733 - type: "plot"
13734   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13735   algorithm: "plot_tsa_name"
13736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13738   include:
13739     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13740     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13741     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13742     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13743   layout:
13744     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13745     layout: "plot-throughput-speedup-analysis"
13746
13747 - type: "plot"
13748   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13749   algorithm: "plot_tsa_name"
13750   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13751   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13752   include:
13753     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13754     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13755     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13756     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13757   layout:
13758     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13759     layout: "plot-throughput-speedup-analysis"
13760
13761 - type: "plot"
13762   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13763   algorithm: "plot_tsa_name"
13764   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13765   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13766   include:
13767     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13768     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13769     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13770     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13771   layout:
13772     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13773     layout: "plot-throughput-speedup-analysis"
13774
13775 - type: "plot"
13776   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13777   algorithm: "plot_tsa_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13782     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13783     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13784     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13785     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13786   layout:
13787     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13788     layout: "plot-throughput-speedup-analysis"
13789
13790 - type: "plot"
13791   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13792   algorithm: "plot_tsa_name"
13793   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13794   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13795   include:
13796     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13797     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13798     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13799     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13800     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13801   layout:
13802     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13803     layout: "plot-throughput-speedup-analysis"
13804
13805 - type: "plot"
13806   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13807   algorithm: "plot_tsa_name"
13808   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13809   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13810   include:
13811     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13812     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13813     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13814     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13815     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13816   layout:
13817     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13818     layout: "plot-throughput-speedup-analysis"
13819
13820 - type: "plot"
13821   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13822   algorithm: "plot_tsa_name"
13823   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13824   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13825   include:
13826     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13827     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13828     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13829     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13830     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13831   layout:
13832     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13833     layout: "plot-throughput-speedup-analysis"
13834
13835 - type: "plot"
13836   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13837   algorithm: "plot_tsa_name"
13838   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13840   include:
13841     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13842     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13843     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13844     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13845     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13846     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13847   layout:
13848     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13849     layout: "plot-throughput-speedup-analysis"
13850
13851 - type: "plot"
13852   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13853   algorithm: "plot_tsa_name"
13854   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13856   include:
13857     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13858     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13859     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13860     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13861     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13862     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13863   layout:
13864     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13865     layout: "plot-throughput-speedup-analysis"
13866
13867 - type: "plot"
13868   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13869   algorithm: "plot_tsa_name"
13870   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13871   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13872   include:
13873     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13874     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13875     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13876     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13877     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13878   layout:
13879     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13880     layout: "plot-throughput-speedup-analysis"
13881
13882 - type: "plot"
13883   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13884   algorithm: "plot_tsa_name"
13885   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13886   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13887   include:
13888     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13889     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13890     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13891     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13892     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13893   layout:
13894     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13895     layout: "plot-throughput-speedup-analysis"
13896
13897 - type: "plot"
13898   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13899   algorithm: "plot_tsa_name"
13900   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13901   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13902   include:
13903     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13904     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13905     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13906   layout:
13907     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13908     layout: "plot-throughput-speedup-analysis"
13909
13910 - type: "plot"
13911   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13912   algorithm: "plot_tsa_name"
13913   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13914   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13915   include:
13916     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13917     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13918     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13919   layout:
13920     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13921     layout: "plot-throughput-speedup-analysis"
13922
13923 - type: "plot"
13924   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13925   algorithm: "plot_tsa_name"
13926   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13927   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13928   include:
13929     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13930     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13931     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13932     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13933     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13934   layout:
13935     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13936     layout: "plot-throughput-speedup-analysis"
13937
13938 - type: "plot"
13939   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13940   algorithm: "plot_tsa_name"
13941   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13942   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13943   include:
13944     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13945     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13946     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13947     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13948     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13949   layout:
13950     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13951     layout: "plot-throughput-speedup-analysis"
13952
13953 - type: "plot"
13954   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13955   algorithm: "plot_tsa_name"
13956   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13957   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13958   include:
13959     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13960     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13961     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13962   layout:
13963     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13964     layout: "plot-throughput-speedup-analysis"
13965
13966 - type: "plot"
13967   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13968   algorithm: "plot_tsa_name"
13969   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13970   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13971   include:
13972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13975   layout:
13976     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13977     layout: "plot-throughput-speedup-analysis"
13978
13979 - type: "plot"
13980   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13981   algorithm: "plot_tsa_name"
13982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13984   include:
13985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13990     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13991   layout:
13992     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13993     layout: "plot-throughput-speedup-analysis"
13994
13995 - type: "plot"
13996   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13997   algorithm: "plot_tsa_name"
13998   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13999   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14000   include:
14001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14003     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14004     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14005     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14006     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14007   layout:
14008     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14009     layout: "plot-throughput-speedup-analysis"
14010
14011 - type: "plot"
14012   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14013   algorithm: "plot_tsa_name"
14014   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14015   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14016   include:
14017     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14018     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14019     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14020     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14021     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14022   layout:
14023     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14024     layout: "plot-throughput-speedup-analysis"
14025
14026 - type: "plot"
14027   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14028   algorithm: "plot_tsa_name"
14029   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14030   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14031   include:
14032     - "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"
14033     - "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"
14034     - "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"
14035     - "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"
14036     - "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"
14037   layout:
14038     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 #- type: "plot"
14042 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14043 #  algorithm: "plot_tsa_name"
14044 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14045 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14046 #  include:
14047 #    - "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"
14048 #    - "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"
14049 #    - "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"
14050 #    - "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"
14051 #    - "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"
14052 #  layout:
14053 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14054 #    layout: "plot-throughput-speedup-analysis"
14055 #
14056 #- type: "plot"
14057 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14058 #  algorithm: "plot_tsa_name"
14059 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14060 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14061 #  include:
14062 #    - "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"
14063 #    - "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"
14064 #    - "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"
14065 #    - "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"
14066 #    - "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"
14067 #  layout:
14068 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14069 #    layout: "plot-throughput-speedup-analysis"
14070 #
14071 #- type: "plot"
14072 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14073 #  algorithm: "plot_tsa_name"
14074 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14075 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14076 #  include:
14077 #    - "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"
14078 #    - "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"
14079 #    - "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"
14080 #    - "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"
14081 #    - "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"
14082 #  layout:
14083 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14084 #    layout: "plot-throughput-speedup-analysis"
14085 #
14086 #- type: "plot"
14087 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14088 #  algorithm: "plot_tsa_name"
14089 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14090 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14091 #  include:
14092 #    - "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"
14093 #    - "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"
14094 #    - "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"
14095 #    - "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"
14096 #    - "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"
14097 #  layout:
14098 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14099 #    layout: "plot-throughput-speedup-analysis"
14100
14101 - type: "plot"
14102   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14103   algorithm: "plot_tsa_name"
14104   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14105   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14106   include:
14107     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14108     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14109     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14110     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14111     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14112   layout:
14113     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14114     layout: "plot-throughput-speedup-analysis"
14115
14116 - type: "plot"
14117   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14118   algorithm: "plot_tsa_name"
14119   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14120   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14121   include:
14122     - "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"
14123     - "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"
14124     - "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"
14125     - "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"
14126     - "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"
14127   layout:
14128     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14129     layout: "plot-throughput-speedup-analysis"
14130
14131 #- type: "plot"
14132 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14133 #  algorithm: "plot_tsa_name"
14134 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14135 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14136 #  include:
14137 #    - "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"
14138 #    - "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"
14139 #    - "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"
14140 #    - "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"
14141 #    - "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"
14142 #  layout:
14143 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14144 #    layout: "plot-throughput-speedup-analysis"
14145 #
14146 #- type: "plot"
14147 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14148 #  algorithm: "plot_tsa_name"
14149 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14150 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14151 #  include:
14152 #    - "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"
14153 #    - "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"
14154 #    - "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"
14155 #    - "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"
14156 #    - "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"
14157 #  layout:
14158 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14159 #    layout: "plot-throughput-speedup-analysis"
14160 #
14161 #- type: "plot"
14162 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14163 #  algorithm: "plot_tsa_name"
14164 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14165 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14166 #  include:
14167 #    - "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"
14168 #    - "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"
14169 #    - "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"
14170 #    - "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"
14171 #    - "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"
14172 #  layout:
14173 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14174 #    layout: "plot-throughput-speedup-analysis"
14175 #
14176 #- type: "plot"
14177 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14178 #  algorithm: "plot_tsa_name"
14179 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14180 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14181 #  include:
14182 #    - "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"
14183 #    - "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"
14184 #    - "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"
14185 #    - "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"
14186 #    - "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"
14187 #  layout:
14188 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14189 #    layout: "plot-throughput-speedup-analysis"
14190
14191 - type: "plot"
14192   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14193   algorithm: "plot_tsa_name"
14194   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14195   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14196   include:
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14203   layout:
14204     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14205     layout: "plot-throughput-speedup-analysis"
14206
14207 - type: "plot"
14208   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14209   algorithm: "plot_tsa_name"
14210   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14211   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14212   include:
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14219   layout:
14220     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14221     layout: "plot-throughput-speedup-analysis"
14222
14223 - type: "plot"
14224   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14225   algorithm: "plot_tsa_name"
14226   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14227   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14228   include:
14229     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14231     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14232   layout:
14233     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14234     layout: "plot-throughput-speedup-analysis"
14235
14236 - type: "plot"
14237   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14238   algorithm: "plot_tsa_name"
14239   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14240   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14241   include:
14242     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14244     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14245   layout:
14246     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14247     layout: "plot-throughput-speedup-analysis"
14248
14249 - type: "plot"
14250   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14251   algorithm: "plot_tsa_name"
14252   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14253   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14254   include:
14255     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14257     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14258 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14259 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14260   layout:
14261     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14262     layout: "plot-throughput-speedup-analysis"
14263
14264 - type: "plot"
14265   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14266   algorithm: "plot_tsa_name"
14267   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14268   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14269   include:
14270     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14272     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14273 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14274 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14275   layout:
14276     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14277     layout: "plot-throughput-speedup-analysis"
14278
14279 - type: "plot"
14280   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14281   algorithm: "plot_tsa_name"
14282   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14283   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14284   include:
14285     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14287     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14288     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14289     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14290   layout:
14291     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14292     layout: "plot-throughput-speedup-analysis"
14293
14294 - type: "plot"
14295   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14296   algorithm: "plot_tsa_name"
14297   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14298   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14299   include:
14300     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14301     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14302     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14303     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14304     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14305   layout:
14306     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14307     layout: "plot-throughput-speedup-analysis"
14308
14309 - type: "plot"
14310   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14311   algorithm: "plot_tsa_name"
14312   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14313   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14314   include:
14315     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14316     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14317     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14318     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14319     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14320   layout:
14321     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14322     layout: "plot-throughput-speedup-analysis"
14323
14324 - type: "plot"
14325   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14326   algorithm: "plot_tsa_name"
14327   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14328   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14329   include:
14330     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14331     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14332     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14333     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14334     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14335   layout:
14336     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14337     layout: "plot-throughput-speedup-analysis"
14338
14339 - type: "plot"
14340   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14341   algorithm: "plot_tsa_name"
14342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14344   include:
14345     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14347     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14349   layout:
14350     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14351     layout: "plot-throughput-speedup-analysis"
14352
14353 - type: "plot"
14354   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14355   algorithm: "plot_tsa_name"
14356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14358   include:
14359     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14361     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14362     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14363   layout:
14364     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14365     layout: "plot-throughput-speedup-analysis"
14366
14367 - type: "plot"
14368   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14369   algorithm: "plot_tsa_name"
14370   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14371   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14372   include:
14373     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14377     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14378   layout:
14379     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14380     layout: "plot-throughput-speedup-analysis"
14381
14382 - type: "plot"
14383   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14384   algorithm: "plot_tsa_name"
14385   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14386   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14387   include:
14388     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14390     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14391     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14392     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14393   layout:
14394     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14395     layout: "plot-throughput-speedup-analysis"
14396
14397 - type: "plot"
14398   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14399   algorithm: "plot_tsa_name"
14400   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14401   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14402   include:
14403     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14404     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14405   layout:
14406     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14407     layout: "plot-throughput-speedup-analysis"
14408
14409 - type: "plot"
14410   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14411   algorithm: "plot_tsa_name"
14412   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14413   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14414   include:
14415     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14417   layout:
14418     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14419     layout: "plot-throughput-speedup-analysis"
14420
14421 - type: "plot"
14422   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14423   algorithm: "plot_tsa_name"
14424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14426   include:
14427     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14428     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14431   layout:
14432     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14433     layout: "plot-throughput-speedup-analysis"
14434
14435 - type: "plot"
14436   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14437   algorithm: "plot_tsa_name"
14438   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14439   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14440   include:
14441     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14442     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14443     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14445   layout:
14446     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14447     layout: "plot-throughput-speedup-analysis"
14448
14449 - type: "plot"
14450   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14451   algorithm: "plot_tsa_name"
14452   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14453   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14454   include:
14455     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14456     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14457     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14458     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14459   layout:
14460     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14461     layout: "plot-throughput-speedup-analysis"
14462
14463 - type: "plot"
14464   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14465   algorithm: "plot_tsa_name"
14466   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14467   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14468   include:
14469     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14472     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14473   layout:
14474     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14475     layout: "plot-throughput-speedup-analysis"
14476
14477 - type: "plot"
14478   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14479   algorithm: "plot_tsa_name"
14480   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14482   include:
14483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14489   layout:
14490     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14491     layout: "plot-throughput-speedup-analysis"
14492
14493 - type: "plot"
14494   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14495   algorithm: "plot_tsa_name"
14496   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14497   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14498   include:
14499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14505   layout:
14506     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14507     layout: "plot-throughput-speedup-analysis"
14508
14509 - type: "plot"
14510   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14511   algorithm: "plot_tsa_name"
14512   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14513   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14514   include:
14515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14517     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14520   layout:
14521     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14522     layout: "plot-throughput-speedup-analysis"
14523
14524 - type: "plot"
14525   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14526   algorithm: "plot_tsa_name"
14527   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14528   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14529   include:
14530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14535   layout:
14536     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14537     layout: "plot-throughput-speedup-analysis"
14538
14539 - type: "plot"
14540   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14541   algorithm: "plot_tsa_name"
14542   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14543   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14544   include:
14545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14550   layout:
14551     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14552     layout: "plot-throughput-speedup-analysis"
14553
14554 - type: "plot"
14555   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14556   algorithm: "plot_tsa_name"
14557   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14558   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14559   include:
14560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14565   layout:
14566     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14574   include:
14575     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14578   layout:
14579     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14580     layout: "plot-throughput-speedup-analysis"
14581
14582 - type: "plot"
14583   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14584   algorithm: "plot_tsa_name"
14585   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14586   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14587   include:
14588     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14589     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14591   layout:
14592     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14593     layout: "plot-throughput-speedup-analysis"
14594
14595 - type: "plot"
14596   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14597   algorithm: "plot_tsa_name"
14598   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14600   include:
14601     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14602     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14603     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14604   layout:
14605     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14606     layout: "plot-throughput-speedup-analysis"
14607
14608 - type: "plot"
14609   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14610   algorithm: "plot_tsa_name"
14611   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14612   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14613   include:
14614     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14615     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14617   layout:
14618     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14619     layout: "plot-throughput-speedup-analysis"
14620
14621 - type: "plot"
14622   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14623   algorithm: "plot_tsa_name"
14624   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14625   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14626   include:
14627     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14628     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14629     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14632   layout:
14633     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14634     layout: "plot-throughput-speedup-analysis"
14635
14636 - type: "plot"
14637   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14638   algorithm: "plot_tsa_name"
14639   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14640   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14641   include:
14642     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14643     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14647   layout:
14648     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14661     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14662   layout:
14663     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14664     layout: "plot-throughput-speedup-analysis"
14665
14666 - type: "plot"
14667   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14668   algorithm: "plot_tsa_name"
14669   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14670   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14671   include:
14672     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14677   layout:
14678     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14686   include:
14687     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14688     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14689     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14690     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14691     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14692     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14693   layout:
14694     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14702   include:
14703     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14704     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14705     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14706     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14707     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14708     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14709   layout:
14710     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14711     layout: "plot-throughput-speedup-analysis"
14712
14713 - type: "plot"
14714   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14715   algorithm: "plot_tsa_name"
14716   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14717   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14718   include:
14719     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14720     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14721     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14722     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14723   layout:
14724     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14732   include:
14733     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14734     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14735     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14736     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14737   layout:
14738     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14739     layout: "plot-throughput-speedup-analysis"
14740
14741 - type: "plot"
14742   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14743   algorithm: "plot_tsa_name"
14744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14746   include:
14747     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14748     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14749     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14750     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14751     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14752     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14753   layout:
14754     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14762   include:
14763     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14764     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14765     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14766     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14767     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14768     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14769   layout:
14770     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14771     layout: "plot-throughput-speedup-analysis"
14772
14773 - type: "plot"
14774   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14775   algorithm: "plot_tsa_name"
14776   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14777   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14778   include:
14779     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14780     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14781     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14782     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14783     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14784     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14785   layout:
14786     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14787     layout: "plot-throughput-speedup-analysis"
14788
14789 - type: "plot"
14790   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14791   algorithm: "plot_tsa_name"
14792   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14793   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14794   include:
14795     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14796     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14797     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14798     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14799     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14800     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14801   layout:
14802     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14803     layout: "plot-throughput-speedup-analysis"
14804
14805 - type: "plot"
14806   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14807   algorithm: "plot_tsa_name"
14808   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14809   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14810   include:
14811     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14812     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14817   layout:
14818     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14819     layout: "plot-throughput-speedup-analysis"
14820
14821 - type: "plot"
14822   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14823   algorithm: "plot_tsa_name"
14824   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14825   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14826   include:
14827     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14828     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14829     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14830     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14831     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14832     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14833   layout:
14834     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14835     layout: "plot-throughput-speedup-analysis"
14836
14837 - type: "plot"
14838   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14839   algorithm: "plot_tsa_name"
14840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14841   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14842   include:
14843     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14849   layout:
14850     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14851     layout: "plot-throughput-speedup-analysis"
14852
14853 - type: "plot"
14854   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14855   algorithm: "plot_tsa_name"
14856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14857   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14858   include:
14859     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14864     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14865   layout:
14866     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14874   include:
14875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14878     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14879     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14880     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14881   layout:
14882     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14890   include:
14891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14894     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14897   layout:
14898     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14906   include:
14907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14910     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14911   layout:
14912     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14920   include:
14921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14924     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14925   layout:
14926     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14934   include:
14935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14938     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14939   layout:
14940     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14941     layout: "plot-throughput-speedup-analysis"
14942
14943 - type: "plot"
14944   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14945   algorithm: "plot_tsa_name"
14946   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14947   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14948   include:
14949     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14951     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14952     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14953   layout:
14954     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14955     layout: "plot-throughput-speedup-analysis"
14956
14957 - type: "plot"
14958   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14959   algorithm: "plot_tsa_name"
14960   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14961   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14962   include:
14963     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14967     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14968     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14969   layout:
14970     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14971     layout: "plot-throughput-speedup-analysis"
14972
14973 - type: "plot"
14974   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14975   algorithm: "plot_tsa_name"
14976   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14977   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14978   include:
14979     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14983     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14984     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14985   layout:
14986     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14987     layout: "plot-throughput-speedup-analysis"
14988
14989 - type: "plot"
14990   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14991   algorithm: "plot_tsa_name"
14992   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14994   include:
14995     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14999     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15000   layout:
15001     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15002     layout: "plot-throughput-speedup-analysis"
15003
15004 - type: "plot"
15005   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15006   algorithm: "plot_tsa_name"
15007   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15008   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15009   include:
15010     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15015   layout:
15016     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15030   layout:
15031     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15032     layout: "plot-throughput-speedup-analysis"
15033
15034 - type: "plot"
15035   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15036   algorithm: "plot_tsa_name"
15037   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15038   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15039   include:
15040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15045   layout:
15046     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15059   layout:
15060     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15068   include:
15069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15073   layout:
15074     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15082   include:
15083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15089   layout:
15090     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15103     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15104     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15105   layout:
15106     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15107     layout: "plot-throughput-speedup-analysis"
15108
15109 - type: "plot"
15110   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15111   algorithm: "plot_tsa_name"
15112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15114   include:
15115     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15119     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15120     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15121   layout:
15122     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15123     layout: "plot-throughput-speedup-analysis"
15124
15125 - type: "plot"
15126   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15127   algorithm: "plot_tsa_name"
15128   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15129   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15130   include:
15131     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15134     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15135     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15136     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15137   layout:
15138     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15139     layout: "plot-throughput-speedup-analysis"
15140
15141 - type: "plot"
15142   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15143   algorithm: "plot_tsa_name"
15144   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15145   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15146   include:
15147     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15149     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15150     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15151     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15153   layout:
15154     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15155     layout: "plot-throughput-speedup-analysis"
15156
15157 - type: "plot"
15158   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15159   algorithm: "plot_tsa_name"
15160   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15161   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15162   include:
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15164     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15165     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15166     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15167     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15169   layout:
15170     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15171     layout: "plot-throughput-speedup-analysis"
15172
15173 - type: "plot"
15174   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15175   algorithm: "plot_tsa_name"
15176   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15177   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15178   include:
15179     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15180     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15181     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15182     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15183     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15184     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15185   layout:
15186     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15187     layout: "plot-throughput-speedup-analysis"
15188
15189 - type: "plot"
15190   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15191   algorithm: "plot_tsa_name"
15192   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15193   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15194   include:
15195     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15196     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15197     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15198     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15199     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15200     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15201   layout:
15202     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15203     layout: "plot-throughput-speedup-analysis"
15204
15205 - type: "plot"
15206   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15207   algorithm: "plot_tsa_name"
15208   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15209   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15210   include:
15211     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15212     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15213     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15214     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15215     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15216     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15217   layout:
15218     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15219     layout: "plot-throughput-speedup-analysis"
15220
15221 - type: "plot"
15222   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15223   algorithm: "plot_tsa_name"
15224   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15225   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15226   include:
15227     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15228     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15229     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15230     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15231     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15232     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15244     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15245     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15246     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15247     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15248   layout:
15249     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15250     layout: "plot-throughput-speedup-analysis"
15251
15252 - type: "plot"
15253   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15254   algorithm: "plot_tsa_name"
15255   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15256   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15257   include:
15258     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15259     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15260     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15261     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15262     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15263   layout:
15264     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15265     layout: "plot-throughput-speedup-analysis"
15266
15267 - type: "plot"
15268   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15269   algorithm: "plot_tsa_name"
15270   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15271   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15272   include:
15273     - "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"
15274     - "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"
15275     - "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"
15276     - "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"
15277     - "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"
15278   layout:
15279     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15280     layout: "plot-throughput-speedup-analysis"
15281
15282 - type: "plot"
15283   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15284   algorithm: "plot_tsa_name"
15285   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15286   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15287   include:
15288     - "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"
15289     - "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"
15290     - "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"
15291     - "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"
15292     - "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"
15293   layout:
15294     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15302   include:
15303     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15304     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15305     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15306     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15307     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15308   layout:
15309     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15310     layout: "plot-throughput-speedup-analysis"
15311
15312 - type: "plot"
15313   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15314   algorithm: "plot_tsa_name"
15315   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15316   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15317   include:
15318     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15319     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15320     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15321     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15322     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15323   layout:
15324     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15325     layout: "plot-throughput-speedup-analysis"
15326
15327 - type: "plot"
15328   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15329   algorithm: "plot_tsa_name"
15330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15332   include:
15333     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15334     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15335     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15336     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15337     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15338   layout:
15339     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15340     layout: "plot-throughput-speedup-analysis"
15341
15342 - type: "plot"
15343   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15344   algorithm: "plot_tsa_name"
15345   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15346   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15347   include:
15348     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15349     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15350     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15351     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15352     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15353   layout:
15354     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15355     layout: "plot-throughput-speedup-analysis"
15356
15357 - type: "plot"
15358   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15359   algorithm: "plot_tsa_name"
15360   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15361   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15362   include:
15363     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15364     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15365     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15366     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15367     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15368   layout:
15369     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15370     layout: "plot-throughput-speedup-analysis"
15371
15372 - type: "plot"
15373   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15374   algorithm: "plot_tsa_name"
15375   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15376   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15377   include:
15378     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15380     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15382     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15383   layout:
15384     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15385     layout: "plot-throughput-speedup-analysis"
15386
15387 - type: "plot"
15388   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15389   algorithm: "plot_tsa_name"
15390   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15391   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15392   include:
15393     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15397     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15398   layout:
15399     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15400     layout: "plot-throughput-speedup-analysis"
15401
15402 - type: "plot"
15403   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15404   algorithm: "plot_tsa_name"
15405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15407   include:
15408     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15412     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15413   layout:
15414     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15415     layout: "plot-throughput-speedup-analysis"
15416
15417 - type: "plot"
15418   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15419   algorithm: "plot_tsa_name"
15420   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15422   include:
15423     - "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"
15424     - "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"
15425     - "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"
15426     - "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"
15427   layout:
15428     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15436   include:
15437     - "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"
15438     - "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"
15439     - "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"
15440     - "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"
15441   layout:
15442     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15443     layout: "plot-throughput-speedup-analysis"
15444
15445 - type: "plot"
15446   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15447   algorithm: "plot_tsa_name"
15448   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15449   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15450   include:
15451     - "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"
15452     - "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"
15453     - "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"
15454     - "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"
15455   layout:
15456     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15457     layout: "plot-throughput-speedup-analysis"
15458
15459 - type: "plot"
15460   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15461   algorithm: "plot_tsa_name"
15462   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15463   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15464   include:
15465     - "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"
15466     - "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"
15467     - "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"
15468     - "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"
15469   layout:
15470     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15471     layout: "plot-throughput-speedup-analysis"
15472
15473 - type: "plot"
15474   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15475   algorithm: "plot_tsa_name"
15476   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15477   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15478   include:
15479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15480     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15481     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15482     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15485   layout:
15486     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15487     layout: "plot-throughput-speedup-analysis"
15488
15489 - type: "plot"
15490   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15491   algorithm: "plot_tsa_name"
15492   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15493   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15494   include:
15495     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15496     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15497     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501   layout:
15502     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15503     layout: "plot-throughput-speedup-analysis"
15504
15505 - type: "plot"
15506   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15507   algorithm: "plot_tsa_name"
15508   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15509   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15510   include:
15511     - "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"
15512     - "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"
15513     - "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"
15514     - "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"
15515     - "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"
15516     - "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"
15517   layout:
15518     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15526   include:
15527     - "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"
15528     - "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"
15529     - "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"
15530     - "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"
15531     - "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"
15532     - "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"
15533   layout:
15534     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15535     layout: "plot-throughput-speedup-analysis"
15536
15537 - type: "plot"
15538   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15539   algorithm: "plot_tsa_name"
15540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15542   include:
15543     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15547     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15548     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15549   layout:
15550     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15551     layout: "plot-throughput-speedup-analysis"
15552
15553 - type: "plot"
15554   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15555   algorithm: "plot_tsa_name"
15556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15558   include:
15559     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15564     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15565   layout:
15566     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15567     layout: "plot-throughput-speedup-analysis"
15568
15569 - type: "plot"
15570   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15571   algorithm: "plot_tsa_name"
15572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15574   include:
15575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15577     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15578     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15579     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15580   layout:
15581     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15582     layout: "plot-throughput-speedup-analysis"
15583
15584 - type: "plot"
15585   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15586   algorithm: "plot_tsa_name"
15587   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15588   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15589   include:
15590     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15591     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15592     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15593     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15594     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15595   layout:
15596     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15597     layout: "plot-throughput-speedup-analysis"
15598
15599 - type: "plot"
15600   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15601   algorithm: "plot_tsa_name"
15602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15604   include:
15605     - "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"
15606     - "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"
15607   layout:
15608     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15609     layout: "plot-throughput-speedup-analysis"
15610
15611 - type: "plot"
15612   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15613   algorithm: "plot_tsa_name"
15614   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15615   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15616   include:
15617     - "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"
15618     - "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"
15619   layout:
15620     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   include:
15629     - "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"
15630     - "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"
15631   layout:
15632     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15633     layout: "plot-throughput-speedup-analysis"
15634
15635 - type: "plot"
15636   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15637   algorithm: "plot_tsa_name"
15638   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15639   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15640   include:
15641     - "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"
15642     - "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"
15643   layout:
15644     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15652   include:
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657     - "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"
15658     - "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"
15659   layout:
15660     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15661     layout: "plot-throughput-speedup-analysis"
15662
15663 - type: "plot"
15664   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15665   algorithm: "plot_tsa_name"
15666   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15667   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15668   include:
15669     - "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"
15670     - "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"
15671     - "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"
15672     - "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"
15673     - "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"
15674     - "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"
15675   layout:
15676     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15677     layout: "plot-throughput-speedup-analysis"
15678
15679 - type: "plot"
15680   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15681   algorithm: "plot_tsa_name"
15682   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15683   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15684   include:
15685     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15686     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15687     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15688     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15689     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15690   layout:
15691     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15692     layout: "plot-throughput-speedup-analysis"
15693
15694 - type: "plot"
15695   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15696   algorithm: "plot_tsa_name"
15697   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15698   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15699   include:
15700     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15701     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15702     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15703     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15704     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15705   layout:
15706     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15714   include:
15715     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15716     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15717     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15718     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15719     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15720   layout:
15721     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15722     layout: "plot-throughput-speedup-analysis"
15723
15724 - type: "plot"
15725   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15726   algorithm: "plot_tsa_name"
15727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15729   include:
15730     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15731     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15732     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15733     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15734     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15735   layout:
15736     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15737     layout: "plot-throughput-speedup-analysis"
15738
15739 - type: "plot"
15740   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15741   algorithm: "plot_tsa_name"
15742   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15743   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15744   include:
15745     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15746     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15747     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15748     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15749   layout:
15750     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15751     layout: "plot-throughput-speedup-analysis"
15752
15753 - type: "plot"
15754   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15755   algorithm: "plot_tsa_name"
15756   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15757   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15758   include:
15759     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15760     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15761     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15762     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15763   layout:
15764     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15765     layout: "plot-throughput-speedup-analysis"
15766
15767 - type: "plot"
15768   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15769   algorithm: "plot_tsa_name"
15770   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15771   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15772   include:
15773     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15774     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15775     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15776     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15777   layout:
15778     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15786   include:
15787     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15788     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15789     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15790     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15791   layout:
15792     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15793     layout: "plot-throughput-speedup-analysis"
15794
15795 - type: "plot"
15796   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15797   algorithm: "plot_tsa_name"
15798   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15799   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15800   include:
15801     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15805     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15806   layout:
15807     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15808     layout: "plot-throughput-speedup-analysis"
15809
15810 - type: "plot"
15811   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15812   algorithm: "plot_tsa_name"
15813   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15814   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15815   include:
15816     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15817     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15818     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15819     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15820     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15821   layout:
15822     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15823     layout: "plot-throughput-speedup-analysis"
15824
15825 - type: "plot"
15826   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15827   algorithm: "plot_tsa_name"
15828   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15829   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15830   include:
15831     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15832     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15833     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15834     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15835     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15836     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15837   layout:
15838     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15839     layout: "plot-throughput-speedup-analysis"
15840
15841 - type: "plot"
15842   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15843   algorithm: "plot_tsa_name"
15844   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15845   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15846   include:
15847     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15848     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15849     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15850     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15851     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15852     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15853   layout:
15854     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15855     layout: "plot-throughput-speedup-analysis"
15856
15857 - type: "plot"
15858   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15859   algorithm: "plot_tsa_name"
15860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15862   include:
15863     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15864     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15865     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15866     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15867   layout:
15868     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15869     layout: "plot-throughput-speedup-analysis"
15870
15871 - type: "plot"
15872   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15873   algorithm: "plot_tsa_name"
15874   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15875   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15876   include:
15877     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15878     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15879     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15880     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15881   layout:
15882     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15883     layout: "plot-throughput-speedup-analysis"
15884
15885 - type: "plot"
15886   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15887   algorithm: "plot_tsa_name"
15888   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15889   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15890   include:
15891     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15892     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15893     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15894     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15895     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15896     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15897   layout:
15898     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15899     layout: "plot-throughput-speedup-analysis"
15900
15901 - type: "plot"
15902   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15903   algorithm: "plot_tsa_name"
15904   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15905   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15906   include:
15907     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15908     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15909     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15910     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15911     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15912     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15913   layout:
15914     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15915     layout: "plot-throughput-speedup-analysis"
15916
15917 - type: "plot"
15918   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15919   algorithm: "plot_tsa_name"
15920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15922   include:
15923     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15924     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15925     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15929   layout:
15930     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15938   include:
15939     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15940     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15941     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15942     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15943     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15944     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15945   layout:
15946     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15954   include:
15955     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15956     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15957     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15958     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15959     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15960     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15961   layout:
15962     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15963     layout: "plot-throughput-speedup-analysis"
15964
15965 - type: "plot"
15966   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15967   algorithm: "plot_tsa_name"
15968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15970   include:
15971     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15972     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15973     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15974     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15975     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15976     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15977   layout:
15978     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15979     layout: "plot-throughput-speedup-analysis"
15980
15981 - type: "plot"
15982   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15983   algorithm: "plot_tsa_name"
15984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15986   include:
15987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15992     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15993   layout:
15994     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15995     layout: "plot-throughput-speedup-analysis"
15996
15997 - type: "plot"
15998   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15999   algorithm: "plot_tsa_name"
16000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16002   include:
16003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16005     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16006     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16007     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16008     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16009   layout:
16010     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16011     layout: "plot-throughput-speedup-analysis"
16012
16013 - type: "plot"
16014   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16015   algorithm: "plot_tsa_name"
16016   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16017   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16018   include:
16019     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16020     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16021     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16022     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16023     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16024     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16025   layout:
16026     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16027     layout: "plot-throughput-speedup-analysis"
16028
16029 - type: "plot"
16030   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16031   algorithm: "plot_tsa_name"
16032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16034   include:
16035     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16036     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16037     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16038     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16039     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16040     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16041   layout:
16042     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16043     layout: "plot-throughput-speedup-analysis"
16044
16045 #- type: "plot"
16046 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16047 #  algorithm: "plot_tsa_name"
16048 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16049 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16050 #  include:
16051 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16052 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16053 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16054 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16055 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16056 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16057 #  layout:
16058 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16059 #    layout: "plot-throughput-speedup-analysis"
16060 #
16061 #- type: "plot"
16062 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16063 #  algorithm: "plot_tsa_name"
16064 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16065 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16066 #  include:
16067 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16068 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16069 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16070 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16071 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16072 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16073 #  layout:
16074 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16075 #    layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16082   include:
16083     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16084     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16085     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16086     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16087     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16088   layout:
16089     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16090     layout: "plot-throughput-speedup-analysis"
16091
16092 - type: "plot"
16093   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16094   algorithm: "plot_tsa_name"
16095   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16096   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16097   include:
16098     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16099     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16100     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16101     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16102     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16103   layout:
16104     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16105     layout: "plot-throughput-speedup-analysis"
16106
16107 - type: "plot"
16108   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16109   algorithm: "plot_tsa_name"
16110   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16111   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16112   include:
16113     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16114     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16115     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16116     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16117     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16118     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16119   layout:
16120     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16121     layout: "plot-throughput-speedup-analysis"
16122
16123 - type: "plot"
16124   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16125   algorithm: "plot_tsa_name"
16126   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16127   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16128   include:
16129     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16130     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16131     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16132     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16133     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16134     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16135   layout:
16136     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16137     layout: "plot-throughput-speedup-analysis"
16138
16139 - type: "plot"
16140   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16141   algorithm: "plot_tsa_name"
16142   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16143   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16144   include:
16145     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16146     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16150   layout:
16151     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16152     layout: "plot-throughput-speedup-analysis"
16153
16154 - type: "plot"
16155   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16156   algorithm: "plot_tsa_name"
16157   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16158   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16159   include:
16160     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16165   layout:
16166     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16167     layout: "plot-throughput-speedup-analysis"
16168
16169 - type: "plot"
16170   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16171   algorithm: "plot_tsa_name"
16172   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16173   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16174   include:
16175     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16176     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16177     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16178     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16179   layout:
16180     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 - type: "plot"
16184   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16185   algorithm: "plot_tsa_name"
16186   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16187   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16188   include:
16189     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16190     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16191     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16192     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16193   layout:
16194     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16195     layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16202   include:
16203     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16204     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16205     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16206     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16207     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16208     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16209   layout:
16210     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 - type: "plot"
16214   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16215   algorithm: "plot_tsa_name"
16216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16218   include:
16219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16225   layout:
16226     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16227     layout: "plot-throughput-speedup-analysis"
16228
16229 - type: "plot"
16230   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16231   algorithm: "plot_tsa_name"
16232   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16233   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16234   include:
16235     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16236     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16240   layout:
16241     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16242     layout: "plot-throughput-speedup-analysis"
16243
16244 - type: "plot"
16245   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16246   algorithm: "plot_tsa_name"
16247   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16248   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16249   include:
16250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16251     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16255   layout:
16256     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16257     layout: "plot-throughput-speedup-analysis"
16258
16259 - type: "plot"
16260   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16261   algorithm: "plot_tsa_name"
16262   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16263   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16264   include:
16265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16266     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16270   layout:
16271     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16272     layout: "plot-throughput-speedup-analysis"
16273
16274 - type: "plot"
16275   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16276   algorithm: "plot_tsa_name"
16277   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16278   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16279   include:
16280     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16281     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16285   layout:
16286     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16287     layout: "plot-throughput-speedup-analysis"
16288
16289 - type: "plot"
16290   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16291   algorithm: "plot_tsa_name"
16292   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16293   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16294   include:
16295     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16296     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16297     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16299   layout:
16300     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16301     layout: "plot-throughput-speedup-analysis"
16302
16303 - type: "plot"
16304   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16305   algorithm: "plot_tsa_name"
16306   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16307   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16308   include:
16309     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16311     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16312     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16313   layout:
16314     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16315     layout: "plot-throughput-speedup-analysis"
16316
16317 - type: "plot"
16318   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16319   algorithm: "plot_tsa_name"
16320   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16321   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16322   include:
16323     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16327     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16328   layout:
16329     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16330     layout: "plot-throughput-speedup-analysis"
16331
16332 - type: "plot"
16333   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16334   algorithm: "plot_tsa_name"
16335   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16336   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16337   include:
16338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16342     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16343   layout:
16344     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16345     layout: "plot-throughput-speedup-analysis"
16346
16347 - type: "plot"
16348   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16349   algorithm: "plot_tsa_name"
16350   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16351   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16352   include:
16353     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16354     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16355     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16356     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16357     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16358     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16359   layout:
16360     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16361     layout: "plot-throughput-speedup-analysis"
16362
16363 - type: "plot"
16364   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16365   algorithm: "plot_tsa_name"
16366   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16367   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16368   include:
16369     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16370     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16371     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16372     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16373     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16374     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16375   layout:
16376     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16377     layout: "plot-throughput-speedup-analysis"
16378
16379 - type: "plot"
16380   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16381   algorithm: "plot_tsa_name"
16382   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16383   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16384   include:
16385     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16386     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16387     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16389   layout:
16390     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16391     layout: "plot-throughput-speedup-analysis"
16392
16393 - type: "plot"
16394   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16395   algorithm: "plot_tsa_name"
16396   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16397   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16398   include:
16399     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16401     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16402     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16403   layout:
16404     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16405     layout: "plot-throughput-speedup-analysis"
16406
16407 - type: "plot"
16408   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16409   algorithm: "plot_tsa_name"
16410   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16411   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16412   include:
16413     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16414     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16415     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16416     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16417     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16418     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16419   layout:
16420     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16421     layout: "plot-throughput-speedup-analysis"
16422
16423 - type: "plot"
16424   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16425   algorithm: "plot_tsa_name"
16426   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16427   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16428   include:
16429     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16430     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16431     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16432     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16433     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16434     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16435   layout:
16436     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16437     layout: "plot-throughput-speedup-analysis"
16438
16439 - type: "plot"
16440   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16441   algorithm: "plot_tsa_name"
16442   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16443   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16444   include:
16445     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16446     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16447     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16448     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16449     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16450     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16451   layout:
16452     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16453     layout: "plot-throughput-speedup-analysis"
16454
16455 - type: "plot"
16456   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16457   algorithm: "plot_tsa_name"
16458   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16459   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16460   include:
16461     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16462     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16463     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16464     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16465     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16466     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16467   layout:
16468     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16469     layout: "plot-throughput-speedup-analysis"
16470
16471 - type: "plot"
16472   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16473   algorithm: "plot_tsa_name"
16474   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16475   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16476   include:
16477     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16478     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16479     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16480   layout:
16481     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16482     layout: "plot-throughput-speedup-analysis"
16483
16484 - type: "plot"
16485   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16486   algorithm: "plot_tsa_name"
16487   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16488   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16489   include:
16490     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16491     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16492     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16493   layout:
16494     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 ################################################################################
16498
16499 # Packet Throughput - DPDK
16500
16501 # 2n-skx-xxv710
16502
16503 - type: "plot"
16504   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16505   algorithm: "plot_perf_box_name"
16506   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16507   data: "plot-dpdk-throughput-latency-2n-skx"
16508   include:
16509     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16510     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16511   layout:
16512     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16513     layout: "plot-throughput"
16514
16515 - type: "plot"
16516   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16517   algorithm: "plot_perf_box_name"
16518   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16519   data: "plot-dpdk-throughput-latency-2n-skx"
16520   include:
16521     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16522     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16523   layout:
16524     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16525     layout: "plot-throughput"
16526
16527 - type: "plot"
16528   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16529   algorithm: "plot_perf_box_name"
16530   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16531   data: "plot-dpdk-throughput-latency-2n-skx"
16532   include:
16533     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16534     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16535   layout:
16536     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16537     layout: "plot-throughput"
16538
16539 - type: "plot"
16540   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16541   algorithm: "plot_perf_box_name"
16542   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16543   data: "plot-dpdk-throughput-latency-2n-skx"
16544   include:
16545     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16546     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16547   layout:
16548     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16549     layout: "plot-throughput"
16550
16551 # 2n-skx-x710
16552
16553 - type: "plot"
16554   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16555   algorithm: "plot_perf_box_name"
16556   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16557   data: "plot-dpdk-throughput-latency-2n-skx"
16558   include:
16559     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16560     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16561   layout:
16562     title: "2n-skx-x710-64b-2t1c-base-ndr"
16563     layout: "plot-throughput"
16564
16565 - type: "plot"
16566   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16567   algorithm: "plot_perf_box_name"
16568   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16569   data: "plot-dpdk-throughput-latency-2n-skx"
16570   include:
16571     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16572     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16573   layout:
16574     title: "2n-skx-x710-64b-4t2c-base-ndr"
16575     layout: "plot-throughput"
16576
16577 - type: "plot"
16578   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16579   algorithm: "plot_perf_box_name"
16580   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16581   data: "plot-dpdk-throughput-latency-2n-skx"
16582   include:
16583     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16584     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16585   layout:
16586     title: "2n-skx-x710-64b-2t1c-base-pdr"
16587     layout: "plot-throughput"
16588
16589 - type: "plot"
16590   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16591   algorithm: "plot_perf_box_name"
16592   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16593   data: "plot-dpdk-throughput-latency-2n-skx"
16594   include:
16595     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16596     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16597   layout:
16598     title: "2n-skx-x710-64b-4t2c-base-pdr"
16599     layout: "plot-throughput"
16600
16601 # 3n-skx-xxv710
16602
16603 - type: "plot"
16604   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16605   algorithm: "plot_perf_box_name"
16606   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16607   data: "plot-dpdk-throughput-latency-3n-skx"
16608   include:
16609     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16610     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16611   layout:
16612     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16613     layout: "plot-throughput"
16614
16615 - type: "plot"
16616   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16617   algorithm: "plot_perf_box_name"
16618   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16619   data: "plot-dpdk-throughput-latency-3n-skx"
16620   include:
16621     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16622     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16623   layout:
16624     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16625     layout: "plot-throughput"
16626
16627 - type: "plot"
16628   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16629   algorithm: "plot_perf_box_name"
16630   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16631   data: "plot-dpdk-throughput-latency-3n-skx"
16632   include:
16633     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16634     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16635   layout:
16636     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16637     layout: "plot-throughput"
16638
16639 - type: "plot"
16640   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16641   algorithm: "plot_perf_box_name"
16642   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16643   data: "plot-dpdk-throughput-latency-3n-skx"
16644   include:
16645     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16646     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16647   layout:
16648     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16649     layout: "plot-throughput"
16650
16651 # 3n-skx-x710
16652
16653 - type: "plot"
16654   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16655   algorithm: "plot_perf_box_name"
16656   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16657   data: "plot-dpdk-throughput-latency-3n-skx"
16658   include:
16659     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16660     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16661   layout:
16662     title: "3n-skx-x710-64b-2t1c-base-ndr"
16663     layout: "plot-throughput"
16664
16665 - type: "plot"
16666   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16667   algorithm: "plot_perf_box_name"
16668   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16669   data: "plot-dpdk-throughput-latency-3n-skx"
16670   include:
16671     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16672     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16673   layout:
16674     title: "3n-skx-x710-64b-4t2c-base-ndr"
16675     layout: "plot-throughput"
16676
16677 - type: "plot"
16678   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16679   algorithm: "plot_perf_box_name"
16680   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16681   data: "plot-dpdk-throughput-latency-3n-skx"
16682   include:
16683     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16684     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16685   layout:
16686     title: "3n-skx-x710-64b-2t1c-base-pdr"
16687     layout: "plot-throughput"
16688
16689 - type: "plot"
16690   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16691   algorithm: "plot_perf_box_name"
16692   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16693   data: "plot-dpdk-throughput-latency-3n-skx"
16694   include:
16695     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16696     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16697   layout:
16698     title: "3n-skx-x710-64b-4t2c-base-pdr"
16699     layout: "plot-throughput"
16700
16701 # 3n-hsw-xl710
16702
16703 - type: "plot"
16704   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16705   algorithm: "plot_perf_box_name"
16706   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16707   data: "plot-dpdk-throughput-latency-3n-hsw"
16708   include:
16709     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16710     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16711   layout:
16712     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16713     layout: "plot-throughput"
16714
16715 - type: "plot"
16716   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16717   algorithm: "plot_perf_box_name"
16718   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16719   data: "plot-dpdk-throughput-latency-3n-hsw"
16720   include:
16721     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16722     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16723   layout:
16724     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16725     layout: "plot-throughput"
16726
16727 - type: "plot"
16728   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16729   algorithm: "plot_perf_box_name"
16730   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16731   data: "plot-dpdk-throughput-latency-3n-hsw"
16732   include:
16733     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16734     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16735   layout:
16736     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16737     layout: "plot-throughput"
16738
16739 - type: "plot"
16740   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16741   algorithm: "plot_perf_box_name"
16742   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16743   data: "plot-dpdk-throughput-latency-3n-hsw"
16744   include:
16745     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16746     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16747   layout:
16748     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16749     layout: "plot-throughput"
16750
16751 # 3n-hsw-x710
16752
16753 - type: "plot"
16754   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16755   algorithm: "plot_perf_box_name"
16756   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16757   data: "plot-dpdk-throughput-latency-3n-hsw"
16758   include:
16759     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16760     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16761   layout:
16762     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16763     layout: "plot-throughput"
16764
16765 - type: "plot"
16766   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16767   algorithm: "plot_perf_box_name"
16768   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16769   data: "plot-dpdk-throughput-latency-3n-hsw"
16770   include:
16771     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16772     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16773   layout:
16774     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16775     layout: "plot-throughput"
16776
16777 - type: "plot"
16778   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16779   algorithm: "plot_perf_box_name"
16780   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16781   data: "plot-dpdk-throughput-latency-3n-hsw"
16782   include:
16783     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16784     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16785   layout:
16786     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16787     layout: "plot-throughput"
16788
16789 - type: "plot"
16790   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16791   algorithm: "plot_perf_box_name"
16792   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16793   data: "plot-dpdk-throughput-latency-3n-hsw"
16794   include:
16795     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16796     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16797   layout:
16798     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16799     layout: "plot-throughput"
16800
16801 ## 2n-dnv-x553
16802 #
16803 #- type: "plot"
16804 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16805 #  algorithm: "plot_perf_box_name"
16806 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16807 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16808 #  include:
16809 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16810 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16811 #  layout:
16812 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16813 #    layout: "plot-throughput"
16814 #
16815 #- type: "plot"
16816 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16817 #  algorithm: "plot_perf_box_name"
16818 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16819 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16820 #  include:
16821 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16822 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16823 #  layout:
16824 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16825 #    layout: "plot-throughput"
16826 #
16827 #- type: "plot"
16828 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16829 #  algorithm: "plot_perf_box_name"
16830 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16831 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16832 #  include:
16833 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16834 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16835 #  layout:
16836 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16837 #    layout: "plot-throughput"
16838 #
16839 #- type: "plot"
16840 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16841 #  algorithm: "plot_perf_box_name"
16842 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16843 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16844 #  include:
16845 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16846 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16847 #  layout:
16848 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16849 #    layout: "plot-throughput"
16850 #
16851 ## 3n-dnv-x553
16852 #
16853 #- type: "plot"
16854 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16855 #  algorithm: "plot_perf_box_name"
16856 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16857 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16858 #  include:
16859 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16860 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16861 #  layout:
16862 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16863 #    layout: "plot-throughput"
16864 #
16865 #- type: "plot"
16866 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16867 #  algorithm: "plot_perf_box_name"
16868 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16869 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16870 #  include:
16871 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16872 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16873 #  layout:
16874 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16875 #    layout: "plot-throughput"
16876 #
16877 #- type: "plot"
16878 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16879 #  algorithm: "plot_perf_box_name"
16880 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16881 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16882 #  include:
16883 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16884 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16885 #  layout:
16886 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16887 #    layout: "plot-throughput"
16888 #
16889 #- type: "plot"
16890 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16891 #  algorithm: "plot_perf_box_name"
16892 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16893 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16894 #  include:
16895 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16896 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16897 #  layout:
16898 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16899 #    layout: "plot-throughput"
16900
16901 # 3n-tsh-x520
16902
16903 - type: "plot"
16904   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16905   algorithm: "plot_perf_box_name"
16906   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16907   data: "plot-dpdk-throughput-latency-3n-tsh"
16908   include:
16909     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16910     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16911   layout:
16912     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16913     layout: "plot-throughput"
16914
16915 - type: "plot"
16916   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16917   algorithm: "plot_perf_box_name"
16918   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16919   data: "plot-dpdk-throughput-latency-3n-tsh"
16920   include:
16921     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16922     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16923   layout:
16924     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16925     layout: "plot-throughput"
16926
16927 - type: "plot"
16928   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16929   algorithm: "plot_perf_box_name"
16930   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16931   data: "plot-dpdk-throughput-latency-3n-tsh"
16932   include:
16933     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16934     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16935   layout:
16936     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16937     layout: "plot-throughput"
16938
16939 - type: "plot"
16940   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16941   algorithm: "plot_perf_box_name"
16942   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16943   data: "plot-dpdk-throughput-latency-3n-tsh"
16944   include:
16945     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16946     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16947   layout:
16948     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16949     layout: "plot-throughput"
16950
16951 ################################################################################
16952 ###   2n-clx                                                                 ###
16953 ################################################################################
16954
16955 # Packet Throughput
16956
16957 - type: "plot"
16958   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16959   algorithm: "plot_perf_box_name"
16960   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16961   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16962   include:
16963     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16964     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16965     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16966     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16967   layout:
16968     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16969     layout: "plot-throughput"
16970
16971 - type: "plot"
16972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16973   algorithm: "plot_perf_box_name"
16974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16976   include:
16977     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16978     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16979     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16980     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16981   layout:
16982     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16989   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16990   include:
16991     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16992     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16993     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16994     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16995   layout:
16996     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16997     layout: "plot-throughput"
16998
16999 - type: "plot"
17000   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17001   algorithm: "plot_perf_box_name"
17002   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17003   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17004   include:
17005     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17006     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17007     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17008     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17009   layout:
17010     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17011     layout: "plot-throughput"
17012
17013 - type: "plot"
17014   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17015   algorithm: "plot_perf_box_name"
17016   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17017   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17018   include:
17019     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17020     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17021     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17022     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17023   layout:
17024     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17025     layout: "plot-throughput"
17026
17027 - type: "plot"
17028   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17029   algorithm: "plot_perf_box_name"
17030   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17031   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17032   include:
17033     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17034     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17035     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17036     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17037   layout:
17038     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17039     layout: "plot-throughput"
17040
17041 - type: "plot"
17042   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17043   algorithm: "plot_perf_box_name"
17044   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17045   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17046   include:
17047     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17048     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17049     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17050     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17051     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17052     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17053   layout:
17054     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17055     layout: "plot-throughput"
17056
17057 - type: "plot"
17058   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17059   algorithm: "plot_perf_box_name"
17060   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17061   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17062   include:
17063     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17064     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17065     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17066     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17067     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17068     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17069   layout:
17070     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17071     layout: "plot-throughput"
17072
17073 - type: "plot"
17074   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17077   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17078   include:
17079     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17080     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17081     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17083   layout:
17084     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17085     layout: "plot-throughput"
17086
17087 - type: "plot"
17088   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17089   algorithm: "plot_perf_box_name"
17090   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17091   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17092   include:
17093     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17094     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17095     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17096     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17097   layout:
17098     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17099     layout: "plot-throughput"
17100
17101 - type: "plot"
17102   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17103   algorithm: "plot_perf_box_name"
17104   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17105   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17106   include:
17107     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17108     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17109     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17110   layout:
17111     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17112     layout: "plot-throughput"
17113
17114 - type: "plot"
17115   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17116   algorithm: "plot_perf_box_name"
17117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17119   include:
17120     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17121     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17122     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17123   layout:
17124     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17125     layout: "plot-throughput"
17126
17127 - type: "plot"
17128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17132   include:
17133     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17134     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17135     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17136     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17137     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17138   layout:
17139     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17140     layout: "plot-throughput"
17141
17142 - type: "plot"
17143   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17144   algorithm: "plot_perf_box_name"
17145   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17146   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17147   include:
17148     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17149     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17150     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17151     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17152     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17153   layout:
17154     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17155     layout: "plot-throughput"
17156
17157 - type: "plot"
17158   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17159   algorithm: "plot_perf_box_name"
17160   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17162   include:
17163     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17164     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17165     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17166   layout:
17167     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17168     layout: "plot-throughput"
17169
17170 - type: "plot"
17171   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17172   algorithm: "plot_perf_box_name"
17173   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17174   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17175   include:
17176     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17177     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17178     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17195   layout:
17196     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17197     layout: "plot-throughput"
17198
17199 - type: "plot"
17200   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17201   algorithm: "plot_perf_box_name"
17202   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17203   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17204   include:
17205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17211   layout:
17212     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17213     layout: "plot-throughput"
17214
17215 - type: "plot"
17216   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17217   algorithm: "plot_perf_box_name"
17218   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17219   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17220   include:
17221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17224     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17225     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17226   layout:
17227     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17228     layout: "plot-throughput"
17229
17230 - type: "plot"
17231   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17232   algorithm: "plot_perf_box_name"
17233   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17234   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17235   include:
17236     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17237     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17238     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17239     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17240     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17241   layout:
17242     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17243     layout: "plot-throughput"
17244
17245 #- type: "plot"
17246 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17247 #  algorithm: "plot_perf_box_name"
17248 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17249 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17250 #  include:
17251 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17252 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17253 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17254 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17255 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17256 #  layout:
17257 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17258 #    layout: "plot-throughput"
17259 #
17260 #- type: "plot"
17261 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17262 #  algorithm: "plot_perf_box_name"
17263 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17264 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17265 #  include:
17266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17267 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17268 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17269 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17270 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17271 #  layout:
17272 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17273 #    layout: "plot-throughput"
17274 #
17275 #- type: "plot"
17276 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17277 #  algorithm: "plot_perf_box_name"
17278 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17279 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17280 #  include:
17281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17283 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17284 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17285 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17286 #  layout:
17287 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17288 #    layout: "plot-throughput"
17289 #
17290 #- type: "plot"
17291 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17292 #  algorithm: "plot_perf_box_name"
17293 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17294 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17295 #  include:
17296 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17297 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17298 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17299 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17300 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17301 #  layout:
17302 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17303 #    layout: "plot-throughput"
17304
17305 - type: "plot"
17306   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17307   algorithm: "plot_perf_box_name"
17308   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17309   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17310   include:
17311     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17312     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17313     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17314     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17315     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17316   layout:
17317     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17325   include:
17326     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17327     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17328     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17329     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17330     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17333     layout: "plot-throughput"
17334
17335 #- type: "plot"
17336 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17337 #  algorithm: "plot_perf_box_name"
17338 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17339 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340 #  include:
17341 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17342 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17343 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17344 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17345 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17346 #  layout:
17347 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17348 #    layout: "plot-throughput"
17349 #
17350 #- type: "plot"
17351 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17352 #  algorithm: "plot_perf_box_name"
17353 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17354 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355 #  include:
17356 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17357 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17358 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17359 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17360 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17361 #  layout:
17362 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17363 #    layout: "plot-throughput"
17364 #
17365 #- type: "plot"
17366 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17367 #  algorithm: "plot_perf_box_name"
17368 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17369 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17370 #  include:
17371 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17372 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17373 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17374 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17375 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17376 #  layout:
17377 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17378 #    layout: "plot-throughput"
17379 #
17380 #- type: "plot"
17381 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17382 #  algorithm: "plot_perf_box_name"
17383 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17384 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17385 #  include:
17386 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17387 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17388 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17389 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17390 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17391 #  layout:
17392 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17393 #    layout: "plot-throughput"
17394
17395 - type: "plot"
17396   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17397   algorithm: "plot_perf_box_name"
17398   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17399   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17400   include:
17401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17404     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17407   layout:
17408     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17409     layout: "plot-throughput"
17410
17411 - type: "plot"
17412   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17413   algorithm: "plot_perf_box_name"
17414   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17415   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17416   include:
17417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17422     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17423   layout:
17424     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17425     layout: "plot-throughput"
17426
17427 - type: "plot"
17428   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17429   algorithm: "plot_perf_box_name"
17430   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17431   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17432   include:
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17435   layout:
17436     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17437     layout: "plot-throughput"
17438
17439 - type: "plot"
17440   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17441   algorithm: "plot_perf_box_name"
17442   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17443   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17444   include:
17445     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17447   layout:
17448     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17449     layout: "plot-throughput"
17450
17451 - type: "plot"
17452   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17453   algorithm: "plot_perf_box_name"
17454   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17455   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17456   include:
17457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17460     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17461     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17463   layout:
17464     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17465     layout: "plot-throughput"
17466
17467 - type: "plot"
17468   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17469   algorithm: "plot_perf_box_name"
17470   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17471   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17472   include:
17473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17476     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17477     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17479   layout:
17480     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17481     layout: "plot-throughput"
17482
17483 - type: "plot"
17484   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17485   algorithm: "plot_perf_box_name"
17486   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17487   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17488   include:
17489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17492     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17493     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17495   layout:
17496     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17497     layout: "plot-throughput"
17498
17499 - type: "plot"
17500   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17501   algorithm: "plot_perf_box_name"
17502   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17503   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17504   include:
17505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17508     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17509     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17510     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17511   layout:
17512     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17513     layout: "plot-throughput"
17514
17515 - type: "plot"
17516   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17517   algorithm: "plot_perf_box_name"
17518   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17519   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17520   include:
17521     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17524     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17525     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17527   layout:
17528     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17529     layout: "plot-throughput"
17530
17531 - type: "plot"
17532   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17533   algorithm: "plot_perf_box_name"
17534   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17535   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17536   include:
17537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17540     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17541     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17542     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17543   layout:
17544     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17545     layout: "plot-throughput"
17546
17547 - type: "plot"
17548   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17549   algorithm: "plot_perf_box_name"
17550   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17551   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17552   include:
17553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17558   layout:
17559     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17560     layout: "plot-throughput"
17561
17562 - type: "plot"
17563   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17564   algorithm: "plot_perf_box_name"
17565   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17566   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17567   include:
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17571     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17573   layout:
17574     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17575     layout: "plot-throughput"
17576
17577 - type: "plot"
17578   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17579   algorithm: "plot_perf_box_name"
17580   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17581   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17582   include:
17583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17586     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17588   layout:
17589     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17590     layout: "plot-throughput"
17591
17592 - type: "plot"
17593   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17594   algorithm: "plot_perf_box_name"
17595   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17597   include:
17598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17601     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17602     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17603   layout:
17604     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17605     layout: "plot-throughput"
17606
17607 - type: "plot"
17608   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17609   algorithm: "plot_perf_box_name"
17610   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17611   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17612   include:
17613     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17616     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17617     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17618   layout:
17619     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17620     layout: "plot-throughput"
17621
17622 - type: "plot"
17623   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17624   algorithm: "plot_perf_box_name"
17625   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17626   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17627   include:
17628     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17631     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17632     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17633   layout:
17634     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17635     layout: "plot-throughput"
17636
17637 - type: "plot"
17638   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17639   algorithm: "plot_perf_box_name"
17640   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17641   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17642   include:
17643     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17644     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17648   layout:
17649     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17650     layout: "plot-throughput"
17651
17652 - type: "plot"
17653   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17654   algorithm: "plot_perf_box_name"
17655   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17656   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17657   include:
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17663   layout:
17664     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17665     layout: "plot-throughput"
17666
17667 - type: "plot"
17668   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17669   algorithm: "plot_perf_box_name"
17670   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17671   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17672   include:
17673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17678   layout:
17679     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17680     layout: "plot-throughput"
17681
17682 - type: "plot"
17683   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17684   algorithm: "plot_perf_box_name"
17685   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17686   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17687   include:
17688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17693   layout:
17694     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17695     layout: "plot-throughput"
17696
17697 - type: "plot"
17698   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17699   algorithm: "plot_perf_box_name"
17700   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17701   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17702   include:
17703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17709   layout:
17710     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17711     layout: "plot-throughput"
17712
17713 - type: "plot"
17714   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17715   algorithm: "plot_perf_box_name"
17716   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17717   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17718   include:
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17725   layout:
17726     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17727     layout: "plot-throughput"
17728
17729 - type: "plot"
17730   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17731   algorithm: "plot_perf_box_name"
17732   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17733   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17734   include:
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17739   layout:
17740     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17741     layout: "plot-throughput"
17742
17743 - type: "plot"
17744   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17745   algorithm: "plot_perf_box_name"
17746   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17747   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17748   include:
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17753   layout:
17754     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17755     layout: "plot-throughput"
17756
17757 - type: "plot"
17758   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17759   algorithm: "plot_perf_box_name"
17760   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17761   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17762   include:
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17769   layout:
17770     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17771     layout: "plot-throughput"
17772
17773 - type: "plot"
17774   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17775   algorithm: "plot_perf_box_name"
17776   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17777   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17778   include:
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17785   layout:
17786     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17787     layout: "plot-throughput"
17788
17789 - type: "plot"
17790   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17791   algorithm: "plot_perf_box_name"
17792   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17793   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17794   include:
17795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17799   layout:
17800     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17801     layout: "plot-throughput"
17802
17803 - type: "plot"
17804   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17805   algorithm: "plot_perf_box_name"
17806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17808   include:
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17813   layout:
17814     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17815     layout: "plot-throughput"
17816
17817 - type: "plot"
17818   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17819   algorithm: "plot_perf_box_name"
17820   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17821   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17822   include:
17823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17826     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17827     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17829   layout:
17830     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17831     layout: "plot-throughput"
17832
17833 - type: "plot"
17834   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17835   algorithm: "plot_perf_box_name"
17836   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17838   include:
17839     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17842     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17843     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17845   layout:
17846     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17847     layout: "plot-throughput"
17848
17849 - type: "plot"
17850   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17851   algorithm: "plot_perf_box_name"
17852   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17853   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17854   include:
17855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17859   layout:
17860     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17861     layout: "plot-throughput"
17862
17863 - type: "plot"
17864   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17865   algorithm: "plot_perf_box_name"
17866   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17868   include:
17869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17872     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17873   layout:
17874     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17875     layout: "plot-throughput"
17876
17877 - type: "plot"
17878   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17879   algorithm: "plot_perf_box_name"
17880   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17881   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17882   include:
17883     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17888   layout:
17889     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17890     layout: "plot-throughput"
17891
17892 - type: "plot"
17893   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17894   algorithm: "plot_perf_box_name"
17895   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17896   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17897   include:
17898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17903   layout:
17904     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17905     layout: "plot-throughput"
17906
17907 - type: "plot"
17908   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17909   algorithm: "plot_perf_box_name"
17910   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17911   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17912   include:
17913     - "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"
17914     - "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"
17915     - "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"
17916     - "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"
17917     - "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"
17918   layout:
17919     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17920     layout: "plot-throughput"
17921
17922 - type: "plot"
17923   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17924   algorithm: "plot_perf_box_name"
17925   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17927   include:
17928     - "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"
17929     - "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"
17930     - "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"
17931     - "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"
17932     - "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"
17933   layout:
17934     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17935     layout: "plot-throughput"
17936
17937 - type: "plot"
17938   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17939   algorithm: "plot_perf_box_name"
17940   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17941   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17942   include:
17943     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17948   layout:
17949     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17950     layout: "plot-throughput"
17951
17952 - type: "plot"
17953   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17954   algorithm: "plot_perf_box_name"
17955   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17957   include:
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17963   layout:
17964     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17965     layout: "plot-throughput"
17966
17967 - type: "plot"
17968   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17969   algorithm: "plot_perf_box_name"
17970   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17971   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17972   include:
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17978   layout:
17979     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17980     layout: "plot-throughput"
17981
17982 - type: "plot"
17983   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17984   algorithm: "plot_perf_box_name"
17985   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17986   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17987   include:
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17991     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17993   layout:
17994     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17995     layout: "plot-throughput"
17996
17997 - type: "plot"
17998   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17999   algorithm: "plot_perf_box_name"
18000   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18001   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18002   include:
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18007   layout:
18008     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18009     layout: "plot-throughput"
18010
18011 - type: "plot"
18012   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18013   algorithm: "plot_perf_box_name"
18014   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18015   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18016   include:
18017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18020     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18021   layout:
18022     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18023     layout: "plot-throughput"
18024
18025 - type: "plot"
18026   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18027   algorithm: "plot_perf_box_name"
18028   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18029   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18030   include:
18031     - "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"
18032     - "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"
18033     - "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"
18034     - "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"
18035   layout:
18036     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18037     layout: "plot-throughput"
18038
18039 - type: "plot"
18040   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18041   algorithm: "plot_perf_box_name"
18042   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18044   include:
18045     - "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"
18046     - "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"
18047     - "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"
18048     - "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"
18049   layout:
18050     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18051     layout: "plot-throughput"
18052
18053 - type: "plot"
18054   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18055   algorithm: "plot_perf_box_name"
18056   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18057   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18058   include:
18059     - "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"
18060     - "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"
18061     - "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"
18062     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18063     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18064     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18065   layout:
18066     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18067     layout: "plot-throughput"
18068
18069 - type: "plot"
18070   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18071   algorithm: "plot_perf_box_name"
18072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18074   include:
18075     - "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"
18076     - "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"
18077     - "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"
18078     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18079     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18080     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18081   layout:
18082     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18083     layout: "plot-throughput"
18084
18085 ################################################################################
18086
18087 # Packet Speedup
18088
18089 - type: "plot"
18090   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18091   algorithm: "plot_tsa_name"
18092   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18093   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18094   include:
18095     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18099   layout:
18100     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18101     layout: "plot-throughput-speedup-analysis"
18102
18103 - type: "plot"
18104   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18105   algorithm: "plot_tsa_name"
18106   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18107   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18108   include:
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18113   layout:
18114     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18115     layout: "plot-throughput-speedup-analysis"
18116
18117 - type: "plot"
18118   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18119   algorithm: "plot_tsa_name"
18120   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18121   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18122   include:
18123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18127   layout:
18128     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18129     layout: "plot-throughput-speedup-analysis"
18130
18131 - type: "plot"
18132   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18133   algorithm: "plot_tsa_name"
18134   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18135   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18136   include:
18137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18140     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18141   layout:
18142     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18143     layout: "plot-throughput-speedup-analysis"
18144
18145 - type: "plot"
18146   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18147   algorithm: "plot_tsa_name"
18148   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18149   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18150   include:
18151     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18152     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18153     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18154     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18155   layout:
18156     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18157     layout: "plot-throughput-speedup-analysis"
18158
18159 - type: "plot"
18160   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18161   algorithm: "plot_tsa_name"
18162   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18163   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18164   include:
18165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18168     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18169   layout:
18170     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18171     layout: "plot-throughput-speedup-analysis"
18172
18173 - type: "plot"
18174   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18175   algorithm: "plot_tsa_name"
18176   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18177   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18178   include:
18179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18185   layout:
18186     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18187     layout: "plot-throughput-speedup-analysis"
18188
18189 - type: "plot"
18190   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18191   algorithm: "plot_tsa_name"
18192   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18193   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18194   include:
18195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18201   layout:
18202     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18215   layout:
18216     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18217     layout: "plot-throughput-speedup-analysis"
18218
18219 - type: "plot"
18220   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18221   algorithm: "plot_tsa_name"
18222   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18223   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18224   include:
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18255   layout:
18256     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18257     layout: "plot-throughput-speedup-analysis"
18258
18259 - type: "plot"
18260   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18261   algorithm: "plot_tsa_name"
18262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18264   include:
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18270   layout:
18271     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18272     layout: "plot-throughput-speedup-analysis"
18273
18274 - type: "plot"
18275   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18276   algorithm: "plot_tsa_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18285   layout:
18286     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18287     layout: "plot-throughput-speedup-analysis"
18288
18289 - type: "plot"
18290   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18291   algorithm: "plot_tsa_name"
18292   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18293   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18294   include:
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18327   layout:
18328     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18329     layout: "plot-throughput-speedup-analysis"
18330
18331 - type: "plot"
18332   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18333   algorithm: "plot_tsa_name"
18334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18335   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18336   include:
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18343   layout:
18344     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18345     layout: "plot-throughput-speedup-analysis"
18346
18347 - type: "plot"
18348   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18349   algorithm: "plot_tsa_name"
18350   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18351   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18352   include:
18353     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18354     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18355     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18356     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18357     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18358   layout:
18359     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "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"
18369     - "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"
18370     - "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"
18371     - "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"
18372     - "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"
18373   layout:
18374     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18375     layout: "plot-throughput-speedup-analysis"
18376
18377 #- type: "plot"
18378 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18379 #  algorithm: "plot_tsa_name"
18380 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18381 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18382 #  include:
18383 #    - "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"
18384 #    - "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"
18385 #    - "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"
18386 #    - "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"
18387 #    - "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"
18388 #  layout:
18389 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18390 #    layout: "plot-throughput-speedup-analysis"
18391 #
18392 #- type: "plot"
18393 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18394 #  algorithm: "plot_tsa_name"
18395 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18396 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397 #  include:
18398 #    - "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"
18399 #    - "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"
18400 #    - "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"
18401 #    - "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"
18402 #    - "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"
18403 #  layout:
18404 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18405 #    layout: "plot-throughput-speedup-analysis"
18406 #
18407 #- type: "plot"
18408 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18409 #  algorithm: "plot_tsa_name"
18410 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18411 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18412 #  include:
18413 #    - "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"
18414 #    - "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"
18415 #    - "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"
18416 #    - "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"
18417 #    - "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"
18418 #  layout:
18419 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18420 #    layout: "plot-throughput-speedup-analysis"
18421 #
18422 #- type: "plot"
18423 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18424 #  algorithm: "plot_tsa_name"
18425 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18426 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18427 #  include:
18428 #    - "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"
18429 #    - "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"
18430 #    - "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"
18431 #    - "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"
18432 #    - "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"
18433 #  layout:
18434 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18435 #    layout: "plot-throughput-speedup-analysis"
18436
18437 - type: "plot"
18438   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18439   algorithm: "plot_tsa_name"
18440   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18441   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18442   include:
18443     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18444     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18445     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18446     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18447     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18448   layout:
18449     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18450     layout: "plot-throughput-speedup-analysis"
18451
18452 - type: "plot"
18453   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18454   algorithm: "plot_tsa_name"
18455   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18457   include:
18458     - "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"
18459     - "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"
18460     - "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"
18461     - "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"
18462     - "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"
18463   layout:
18464     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18465     layout: "plot-throughput-speedup-analysis"
18466
18467 #- type: "plot"
18468 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18469 #  algorithm: "plot_tsa_name"
18470 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18471 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18472 #  include:
18473 #    - "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"
18474 #    - "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"
18475 #    - "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"
18476 #    - "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"
18477 #    - "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"
18478 #  layout:
18479 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18480 #    layout: "plot-throughput-speedup-analysis"
18481 #
18482 #- type: "plot"
18483 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18484 #  algorithm: "plot_tsa_name"
18485 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18486 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18487 #  include:
18488 #    - "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"
18489 #    - "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"
18490 #    - "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"
18491 #    - "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"
18492 #    - "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"
18493 #  layout:
18494 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18495 #    layout: "plot-throughput-speedup-analysis"
18496 #
18497 #- type: "plot"
18498 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18499 #  algorithm: "plot_tsa_name"
18500 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18501 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18502 #  include:
18503 #    - "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"
18504 #    - "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"
18505 #    - "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"
18506 #    - "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"
18507 #    - "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"
18508 #  layout:
18509 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18510 #    layout: "plot-throughput-speedup-analysis"
18511 #
18512 #- type: "plot"
18513 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18514 #  algorithm: "plot_tsa_name"
18515 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18516 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517 #  include:
18518 #    - "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"
18519 #    - "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"
18520 #    - "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"
18521 #    - "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"
18522 #    - "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"
18523 #  layout:
18524 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18525 #    layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18539   layout:
18540     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18541     layout: "plot-throughput-speedup-analysis"
18542
18543 - type: "plot"
18544   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18545   algorithm: "plot_tsa_name"
18546   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18547   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18548   include:
18549     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18555   layout:
18556     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18557     layout: "plot-throughput-speedup-analysis"
18558
18559 - type: "plot"
18560   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18561   algorithm: "plot_tsa_name"
18562   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18563   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18564   include:
18565     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18567   layout:
18568     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18569     layout: "plot-throughput-speedup-analysis"
18570
18571 - type: "plot"
18572   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18573   algorithm: "plot_tsa_name"
18574   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18575   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18576   include:
18577     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18578     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18579   layout:
18580     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18581     layout: "plot-throughput-speedup-analysis"
18582
18583 - type: "plot"
18584   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18585   algorithm: "plot_tsa_name"
18586   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18587   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18588   include:
18589     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18590     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18591     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18592     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18593     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18595   layout:
18596     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18597     layout: "plot-throughput-speedup-analysis"
18598
18599 - type: "plot"
18600   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18601   algorithm: "plot_tsa_name"
18602   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18603   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18604   include:
18605     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18606     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18607     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18608     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18609     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18610     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18611   layout:
18612     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18613     layout: "plot-throughput-speedup-analysis"
18614
18615 - type: "plot"
18616   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18617   algorithm: "plot_tsa_name"
18618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18620   include:
18621     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18622     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18623     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18624     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18625     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18626     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18627   layout:
18628     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18629     layout: "plot-throughput-speedup-analysis"
18630
18631 - type: "plot"
18632   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18633   algorithm: "plot_tsa_name"
18634   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18635   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18636   include:
18637     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18638     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18639     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18640     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18641     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18642     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18643   layout:
18644     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18654     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18655     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18656     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18657     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18658     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18659   layout:
18660     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18661     layout: "plot-throughput-speedup-analysis"
18662
18663 - type: "plot"
18664   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18665   algorithm: "plot_tsa_name"
18666   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18667   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18668   include:
18669     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18670     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18675   layout:
18676     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18677     layout: "plot-throughput-speedup-analysis"
18678
18679 - type: "plot"
18680   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18681   algorithm: "plot_tsa_name"
18682   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18683   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18684   include:
18685     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18686     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18687     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18688     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18689     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18690   layout:
18691     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18692     layout: "plot-throughput-speedup-analysis"
18693
18694 - type: "plot"
18695   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18696   algorithm: "plot_tsa_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18701     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18702     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18705   layout:
18706     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18707     layout: "plot-throughput-speedup-analysis"
18708
18709 - type: "plot"
18710   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18711   algorithm: "plot_tsa_name"
18712   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18713   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18714   include:
18715     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18716     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18717     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18720   layout:
18721     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18722     layout: "plot-throughput-speedup-analysis"
18723
18724 - type: "plot"
18725   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18726   algorithm: "plot_tsa_name"
18727   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18728   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18729   include:
18730     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18731     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18732     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18735   layout:
18736     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18737     layout: "plot-throughput-speedup-analysis"
18738
18739 - type: "plot"
18740   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18741   algorithm: "plot_tsa_name"
18742   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18743   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18744   include:
18745     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18746     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18747     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18748     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18749     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18750   layout:
18751     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18761     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18762     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18763     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18764     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18765   layout:
18766     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18767     layout: "plot-throughput-speedup-analysis"
18768
18769 - type: "plot"
18770   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18771   algorithm: "plot_tsa_name"
18772   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18773   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18774   include:
18775     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18778     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18779     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18780   layout:
18781     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18782     layout: "plot-throughput-speedup-analysis"
18783
18784 - type: "plot"
18785   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18786   algorithm: "plot_tsa_name"
18787   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18788   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18789   include:
18790     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18791     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18792     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18793     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18794     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18795   layout:
18796     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18797     layout: "plot-throughput-speedup-analysis"
18798
18799 - type: "plot"
18800   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18801   algorithm: "plot_tsa_name"
18802   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18803   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18804   include:
18805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18810   layout:
18811     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18825   layout:
18826     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18827     layout: "plot-throughput-speedup-analysis"
18828
18829 - type: "plot"
18830   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18831   algorithm: "plot_tsa_name"
18832   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18833   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18834   include:
18835     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18841   layout:
18842     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18843     layout: "plot-throughput-speedup-analysis"
18844
18845 - type: "plot"
18846   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18847   algorithm: "plot_tsa_name"
18848   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18849   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18850   include:
18851     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18857   layout:
18858     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18859     layout: "plot-throughput-speedup-analysis"
18860
18861 - type: "plot"
18862   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18863   algorithm: "plot_tsa_name"
18864   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18865   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18866   include:
18867     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18871   layout:
18872     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18873     layout: "plot-throughput-speedup-analysis"
18874
18875 - type: "plot"
18876   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18877   algorithm: "plot_tsa_name"
18878   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18879   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18880   include:
18881     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18882     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18883     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18885   layout:
18886     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18887     layout: "plot-throughput-speedup-analysis"
18888
18889 - type: "plot"
18890   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18891   algorithm: "plot_tsa_name"
18892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18893   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18894   include:
18895     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18896     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18897     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18898     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18899     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18901   layout:
18902     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18903     layout: "plot-throughput-speedup-analysis"
18904
18905 - type: "plot"
18906   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18907   algorithm: "plot_tsa_name"
18908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18910   include:
18911     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18912     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18913     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18917   layout:
18918     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18919     layout: "plot-throughput-speedup-analysis"
18920
18921 - type: "plot"
18922   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18923   algorithm: "plot_tsa_name"
18924   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18925   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18926   include:
18927     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18931   layout:
18932     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18933     layout: "plot-throughput-speedup-analysis"
18934
18935 - type: "plot"
18936   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18937   algorithm: "plot_tsa_name"
18938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18940   include:
18941     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18945   layout:
18946     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18947     layout: "plot-throughput-speedup-analysis"
18948
18949 - type: "plot"
18950   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18951   algorithm: "plot_tsa_name"
18952   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18953   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18954   include:
18955     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18956     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18957     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18958     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18959     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18960     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18961   layout:
18962     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18963     layout: "plot-throughput-speedup-analysis"
18964
18965 - type: "plot"
18966   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18967   algorithm: "plot_tsa_name"
18968   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18970   include:
18971     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18972     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18973     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18974     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18975     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18976     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18977   layout:
18978     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18979     layout: "plot-throughput-speedup-analysis"
18980
18981 - type: "plot"
18982   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18983   algorithm: "plot_tsa_name"
18984   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18985   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18986   include:
18987     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18988     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18989     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18990     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18991   layout:
18992     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18993     layout: "plot-throughput-speedup-analysis"
18994
18995 - type: "plot"
18996   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18997   algorithm: "plot_tsa_name"
18998   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19000   include:
19001     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
19002     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
19003     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
19004     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
19005   layout:
19006     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19007     layout: "plot-throughput-speedup-analysis"
19008
19009 - type: "plot"
19010   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19011   algorithm: "plot_tsa_name"
19012   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19013   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19014   include:
19015     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19020   layout:
19021     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19022     layout: "plot-throughput-speedup-analysis"
19023
19024 - type: "plot"
19025   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19026   algorithm: "plot_tsa_name"
19027   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19029   include:
19030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19034     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19035   layout:
19036     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19037     layout: "plot-throughput-speedup-analysis"
19038
19039 - type: "plot"
19040   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19041   algorithm: "plot_tsa_name"
19042   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19043   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19044   include:
19045     - "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"
19046     - "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"
19047     - "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"
19048     - "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"
19049     - "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"
19050   layout:
19051     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19052     layout: "plot-throughput-speedup-analysis"
19053
19054 - type: "plot"
19055   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19056   algorithm: "plot_tsa_name"
19057   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19058   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19059   include:
19060     - "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"
19061     - "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"
19062     - "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"
19063     - "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"
19064     - "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"
19065   layout:
19066     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19067     layout: "plot-throughput-speedup-analysis"
19068
19069 - type: "plot"
19070   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19071   algorithm: "plot_tsa_name"
19072   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19073   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19074   include:
19075     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19076     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19077     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19078     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19079     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19080   layout:
19081     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19082     layout: "plot-throughput-speedup-analysis"
19083
19084 - type: "plot"
19085   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19086   algorithm: "plot_tsa_name"
19087   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19088   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19089   include:
19090     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19091     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19092     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19093     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19094     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19095   layout:
19096     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19097     layout: "plot-throughput-speedup-analysis"
19098
19099 - type: "plot"
19100   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19101   algorithm: "plot_tsa_name"
19102   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19103   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19104   include:
19105     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19106     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19107     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19108     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19109     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19110   layout:
19111     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19112     layout: "plot-throughput-speedup-analysis"
19113
19114 - type: "plot"
19115   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19116   algorithm: "plot_tsa_name"
19117   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19118   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19119   include:
19120     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19121     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19122     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19123     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19124     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19125   layout:
19126     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19127     layout: "plot-throughput-speedup-analysis"
19128
19129 - type: "plot"
19130   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19131   algorithm: "plot_tsa_name"
19132   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19133   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19134   include:
19135     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19136     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19137     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19138     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19139   layout:
19140     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19141     layout: "plot-throughput-speedup-analysis"
19142
19143 - type: "plot"
19144   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19145   algorithm: "plot_tsa_name"
19146   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19147   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19148   include:
19149     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19150     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19151     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19152     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19153   layout:
19154     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19155     layout: "plot-throughput-speedup-analysis"
19156
19157 - type: "plot"
19158   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19159   algorithm: "plot_tsa_name"
19160   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19161   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19162   include:
19163     - "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"
19164     - "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"
19165     - "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"
19166     - "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"
19167   layout:
19168     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19169     layout: "plot-throughput-speedup-analysis"
19170
19171 - type: "plot"
19172   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19173   algorithm: "plot_tsa_name"
19174   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19175   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19176   include:
19177     - "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"
19178     - "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"
19179     - "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"
19180     - "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"
19181   layout:
19182     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19183     layout: "plot-throughput-speedup-analysis"
19184
19185 - type: "plot"
19186   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19187   algorithm: "plot_tsa_name"
19188   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19189   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19190   include:
19191     - "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"
19192     - "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"
19193     - "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"
19194     - "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"
19195     - "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"
19196     - "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"
19197   layout:
19198     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19199     layout: "plot-throughput-speedup-analysis"
19200
19201 - type: "plot"
19202   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19203   algorithm: "plot_tsa_name"
19204   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19205   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19206   include:
19207     - "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"
19208     - "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"
19209     - "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"
19210     - "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"
19211     - "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"
19212     - "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"
19213   layout:
19214     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19215     layout: "plot-throughput-speedup-analysis"
19216
19217 ################################################################################
19218
19219 # Packet Throughput - DPDK
19220
19221 # 2n-clx-xxv710
19222
19223 - type: "plot"
19224   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19225   algorithm: "plot_perf_box_name"
19226   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19227   data: "plot-dpdk-throughput-latency-2n-clx"
19228   include:
19229     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19230     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19231   layout:
19232     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19233     layout: "plot-throughput"
19234
19235 - type: "plot"
19236   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19237   algorithm: "plot_perf_box_name"
19238   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19239   data: "plot-dpdk-throughput-latency-2n-clx"
19240   include:
19241     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19242     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19243   layout:
19244     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19245     layout: "plot-throughput"
19246
19247 - type: "plot"
19248   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19249   algorithm: "plot_perf_box_name"
19250   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19251   data: "plot-dpdk-throughput-latency-2n-clx"
19252   include:
19253     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19254     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19255   layout:
19256     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19257     layout: "plot-throughput"
19258
19259 - type: "plot"
19260   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19261   algorithm: "plot_perf_box_name"
19262   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19263   data: "plot-dpdk-throughput-latency-2n-clx"
19264   include:
19265     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19266     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19267   layout:
19268     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19269     layout: "plot-throughput"
19270
19271 # 2n-clx-x710
19272
19273 - type: "plot"
19274   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19275   algorithm: "plot_perf_box_name"
19276   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19277   data: "plot-dpdk-throughput-latency-2n-clx"
19278   include:
19279     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19280     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19281   layout:
19282     title: "2n-clx-x710-64b-2t1c-base-ndr"
19283     layout: "plot-throughput"
19284
19285 - type: "plot"
19286   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19287   algorithm: "plot_perf_box_name"
19288   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19289   data: "plot-dpdk-throughput-latency-2n-clx"
19290   include:
19291     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19292     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19293   layout:
19294     title: "2n-clx-x710-64b-4t2c-base-ndr"
19295     layout: "plot-throughput"
19296
19297 - type: "plot"
19298   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19299   algorithm: "plot_perf_box_name"
19300   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19301   data: "plot-dpdk-throughput-latency-2n-clx"
19302   include:
19303     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19304     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19305   layout:
19306     title: "2n-clx-x710-64b-2t1c-base-pdr"
19307     layout: "plot-throughput"
19308
19309 - type: "plot"
19310   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19311   algorithm: "plot_perf_box_name"
19312   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19313   data: "plot-dpdk-throughput-latency-2n-clx"
19314   include:
19315     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19316     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19317   layout:
19318     title: "2n-clx-x710-64b-4t2c-base-pdr"
19319     layout: "plot-throughput"
19320
19321 ################################################################################
19322
19323 - type: "plot"
19324   title: "Latency by percentile: 2n-skx"
19325   algorithm: "plot_hdrh_lat_by_percentile"
19326   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19327   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19328   target-links: "../../_static/vpp"
19329   data: "plot-vpp-hdrh-lat-2n-skx"
19330   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19331   layout:
19332     layout: "plot-hdrh-latency-by-percentile"
19333
19334 - type: "plot"
19335   title: "Latency by percentile: 3n-skx"
19336   algorithm: "plot_hdrh_lat_by_percentile"
19337   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19338   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19339   target-links: "../../_static/vpp"
19340   data: "plot-vpp-hdrh-lat-3n-skx"
19341   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19342   layout:
19343     layout: "plot-hdrh-latency-by-percentile"
19344
19345 - type: "plot"
19346   title: "Latency by percentile: 2n-clx"
19347   algorithm: "plot_hdrh_lat_by_percentile"
19348   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19349   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19350   target-links: "../../_static/vpp"
19351   data: "plot-vpp-hdrh-lat-2n-clx"
19352   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19353   layout:
19354     layout: "plot-hdrh-latency-by-percentile"
19355
19356 - type: "plot"
19357   title: "Latency by percentile: 3n-hsw"
19358   algorithm: "plot_hdrh_lat_by_percentile"
19359   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19360   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19361   target-links: "../../_static/vpp"
19362   data: "plot-vpp-hdrh-lat-3n-hsw"
19363   filter: "'1T1C' and 'NIC_Intel-XL710'"
19364   layout:
19365     layout: "plot-hdrh-latency-by-percentile"
19366
19367 - type: "plot"
19368   title: "Latency by percentile: 3n-tsh"
19369   algorithm: "plot_hdrh_lat_by_percentile"
19370   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19371   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19372   target-links: "../../_static/vpp"
19373   data: "plot-vpp-hdrh-lat-3n-tsh"
19374   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19375   layout:
19376     layout: "plot-hdrh-latency-by-percentile"
19377
19378 - type: "plot"
19379   title: "Latency by percentile: DPDK 2n-skx"
19380   algorithm: "plot_hdrh_lat_by_percentile"
19381   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19382   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19383   target-links: "../../_static/dpdk"
19384   data: "plot-dpdk-hdrh-lat-2n-skx"
19385   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19386   layout:
19387     layout: "plot-hdrh-latency-by-percentile"
19388
19389 - type: "plot"
19390   title: "Latency by percentile: DPDK 3n-skx"
19391   algorithm: "plot_hdrh_lat_by_percentile"
19392   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19393   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19394   target-links: "../../_static/dpdk"
19395   data: "plot-dpdk-hdrh-lat-3n-skx"
19396   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19397   layout:
19398     layout: "plot-hdrh-latency-by-percentile"
19399
19400 - type: "plot"
19401   title: "Latency by percentile: DPDK 2n-clx"
19402   algorithm: "plot_hdrh_lat_by_percentile"
19403   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19404   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19405   target-links: "../../_static/dpdk"
19406   data: "plot-dpdk-hdrh-lat-2n-clx"
19407   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19408   layout:
19409     layout: "plot-hdrh-latency-by-percentile"
19410
19411 - type: "plot"
19412   title: "Latency by percentile: DPDK 3n-hsw"
19413   algorithm: "plot_hdrh_lat_by_percentile"
19414   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19415   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19416   target-links: "../../_static/dpdk"
19417   data: "plot-dpdk-hdrh-lat-3n-hsw"
19418   filter: "'1T1C' and 'NIC_Intel-XL710'"
19419   layout:
19420     layout: "plot-hdrh-latency-by-percentile"
19421
19422 - type: "plot"
19423   title: "Latency by percentile: DPDK 3n-tsh"
19424   algorithm: "plot_hdrh_lat_by_percentile"
19425   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19426   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19427   target-links: "../../_static/dpdk"
19428   data: "plot-dpdk-hdrh-lat-3n-tsh"
19429   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19430   layout:
19431     layout: "plot-hdrh-latency-by-percentile"