Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # Plots:
150
151     # 3n-hsw
152
153     plot-vpp-throughput-lat-tsa-3n-hsw:
154       csit-vpp-perf-report-iterative-2009-3n-hsw:
155         - 21  # rls2009 NDRPDR iter env 5
156         - 22  # rls2009 NDRPDR iter env 5
157         - 24  # rls2009 NDRPDR iter env 5
158         - 25  # rls2009 NDRPDR iter env 5
159         - 26  # rls2009 NDRPDR iter env 5
160         - 27  # rls2009 NDRPDR iter env 5
161         - 28  # rls2009 NDRPDR iter env 5
162         - 29  # rls2009 NDRPDR iter env 5
163         - 30  # rls2009 NDRPDR iter env 5
164         - 31  # rls2009 NDRPDR iter env 5
165
166     plot-vpp-hdrh-lat-3n-hsw:
167       csit-vpp-perf-report-iterative-2009-3n-hsw:
168         - 22  # rls2009 NDRPDR iter env 5
169
170     plot-vpp-hoststack-3n-hsw:
171       csit-vpp-perf-report-iterative-2009-3n-hsw:
172         - 32  # rls2009 Hoststack iter env 5
173         - 33  # rls2009 Hoststack iter env 5
174         - 34  # rls2009 Hoststack iter env 5
175         - 35  # rls2009 Hoststack iter env 5
176         - 36  # rls2009 Hoststack iter env 5
177         - 37  # rls2009 Hoststack iter env 5
178         - 38  # rls2009 Hoststack iter env 5
179         - 39  # rls2009 Hoststack iter env 5
180         - 40  # rls2009 Hoststack iter env 5
181         - 41  # rls2009 Hoststack iter env 5
182
183     plot-dpdk-throughput-latency-3n-hsw:
184       csit-dpdk-perf-report-iterative-2009-3n-hsw:
185         - 6   # NDRPDR iter env5
186         - 7   # NDRPDR iter env5
187         - 8   # NDRPDR iter env5
188         - 9   # NDRPDR iter env5
189         - 10  # NDRPDR iter env5
190         - 11  # NDRPDR iter env5
191         - 12  # NDRPDR iter env5
192         - 13  # NDRPDR iter env5
193         - 14  # NDRPDR iter env5
194         - 15  # NDRPDR iter env5
195
196     plot-dpdk-hdrh-lat-3n-hsw:
197       csit-dpdk-perf-report-iterative-2009-3n-hsw:
198         - 6   # NDRPDR iter env5
199
200     # 3n-skx
201
202     plot-vpp-throughput-lat-tsa-3n-skx:
203       # TODO: Add:
204       csit-vpp-perf-report-iterative-2009-3n-skx:
205         - 26  # rls2009 NDRPDR iter env 5
206         - 27  # rls2009 NDRPDR iter env 5
207         - 28  # rls2009 NDRPDR iter env 5
208         - 29  # rls2009 NDRPDR iter env 5
209
210     plot-vpp-hdrh-lat-3n-skx:
211       csit-vpp-perf-report-iterative-2009-3n-skx:
212         - 27  # rls2009 NDRPDR iter env 5
213
214 #    plot-vpp-nfv-3n-skx-ndrpdr:
215 #      # No data
216 #      csit-vpp-perf-report-iterative-2009-3n-skx:
217
218 #    plot-vpp-nfv-3n-skx-mrr:
219 #      # No data
220 #      csit-vpp-perf-report-iterative-2009-3n-skx:
221
222     plot-dpdk-throughput-latency-3n-skx:
223       csit-dpdk-perf-report-iterative-2009-3n-skx:
224         - 4   # NDRPDR sel env5
225         - 5   # NDRPDR sel env5
226         - 6   # NDRPDR sel env5
227         - 7   # NDRPDR sel env5
228         - 8   # NDRPDR sel env5
229         - 9   # NDRPDR sel env5
230         - 14  # NDRPDR sel env5
231         - 11  # NDRPDR sel env5
232         - 12  # NDRPDR sel env5
233         - 13  # NDRPDR sel env5
234
235     plot-dpdk-hdrh-lat-3n-skx:
236       csit-dpdk-perf-report-iterative-2009-3n-skx:
237         - 4   # NDRPDR sel env5
238
239     # 2n-skx
240
241     plot-vpp-throughput-lat-tsa-2n-skx:
242       csit-vpp-perf-report-iterative-2009-2n-skx:
243         - 35  # rls2009 NDRPDR iter env 5
244         - 36  # rls2009 NDRPDR iter env 5
245         - 37  # rls2009 NDRPDR iter env 5
246         - 39  # rls2009 NDRPDR iter env 5
247         - 40  # rls2009 NDRPDR iter env 5
248         - 42  # rls2009 NDRPDR iter env 5
249         - 43  # rls2009 NDRPDR iter env 5
250         - 44  # rls2009 NDRPDR iter env 5
251         - 46  # rls2009 NDRPDR iter env 5
252         - 48  # rls2009 NDRPDR iter env 5
253         - 51  # rls2009 NDRPDR iter NAT44 env 5
254         - 52  # rls2009 NDRPDR iter NAT44 env 5
255         - 53  # rls2009 NDRPDR iter NAT44 env 5
256         - 54  # rls2009 NDRPDR iter NAT44 env 5
257         - 55  # rls2009 NDRPDR iter NAT44 env 5
258         - 56  # rls2009 NDRPDR iter NAT44 env 5
259         - 57  # rls2009 NDRPDR iter NAT44 env 5
260         - 58  # rls2009 NDRPDR iter NAT44 env 5
261         - 59  # rls2009 NDRPDR iter NAT44 env 5
262         - 60  # rls2009 NDRPDR iter NAT44 env 5
263
264     plot-vpp-hdrh-lat-2n-skx:
265       csit-vpp-perf-report-iterative-2009-2n-skx:
266         - 35  # rls2009 NDRPDR iter env 5
267
268     plot-vpp-soak-2n-skx:
269       csit-vpp-perf-report-iterative-2009-2n-skx:
270         - 33  # rls2009 soak env 5
271         - 34  # rls2009 soak env 5
272
273     plot-vpp-nfv-2n-skx-ndrpdr:
274       csit-vpp-perf-report-iterative-2009-2n-skx:
275         - 38  # rls2009 nf-density iter env 5
276         - 41  # rls2009 nf-density iter env 5
277         - 45  # rls2009 nf-density iter env 5
278         - 47  # rls2009 nf-density iter env 5
279         - 49  # rls2009 nf-density iter env 5
280         - 63  # rls2009 nf-density iter env 5
281         - 65  # rls2009 nf-density iter env 5
282         - 66  # rls2009 nf-density iter env 5
283         - 71  # rls2009 nf-density iter env 5
284         - 72  # rls2009 nf-density iter env 5
285
286     plot-vpp-nfv-2n-skx-mrr:
287       csit-vpp-perf-report-iterative-2009-2n-skx:
288         - 50  # rls2009 MRR nf-density iter env 5
289
290     plot-vpp-nfv-reconf-2n-skx:
291       csit-vpp-perf-report-iterative-2009-2n-skx:
292         - 27  # rls2009 reconf env 5
293         - 28  # rls2009 reconf env 5
294         - 29  # rls2009 reconf env 5
295         - 30  # rls2009 reconf env 5
296         - 31  # rls2009 reconf env 5
297         - 32  # rls2009 reconf env 5
298         - 61  # rls2009 reconf env 5
299         - 62  # rls2009 reconf env 5
300         - 68  # rls2009 reconf env 5
301         - 70  # rls2009 reconf env 5
302
303     plot-dpdk-throughput-latency-2n-skx:
304       csit-dpdk-perf-report-iterative-2009-2n-skx:
305         - 4   # NDRPDR iter env5
306         - 5   # NDRPDR iter env5
307         - 6   # NDRPDR iter env5
308         - 7   # NDRPDR iter env5
309         - 8   # NDRPDR iter env5
310         - 9   # NDRPDR iter env5
311         - 10  # NDRPDR iter env5
312         - 11  # NDRPDR iter env5
313         - 12  # NDRPDR iter env5
314         - 13  # NDRPDR iter env5
315
316     plot-dpdk-hdrh-lat-2n-skx:
317       csit-dpdk-perf-report-iterative-2009-2n-skx:
318         - 4   # NDRPDR iter env5
319
320     # 2n-clx
321
322     plot-vpp-throughput-lat-tsa-2n-clx:
323       # TODO: Add:
324       csit-vpp-perf-report-iterative-2009-2n-clx:
325         - 36  # rls2009 NDRPDR iter env 5
326         - 38  # rls2009 NDRPDR iter env 5
327         - 39  # rls2009 NDRPDR iter env 5
328         - 40  # rls2009 NDRPDR iter env 5
329         - 41  # rls2009 NDRPDR iter env 5
330         - 42  # rls2009 NDRPDR iter env 5
331
332     plot-vpp-hdrh-lat-2n-clx:
333       csit-vpp-perf-report-iterative-2009-2n-clx:
334         - 36  # rls2009 NDRPDR iter env 5
335
336     plot-vpp-nfv-2n-clx-ndrpdr:
337       # TODO: Add:
338       csit-vpp-perf-report-iterative-2009-2n-clx:
339         - 37  # rls2009 nf-density iter env 5
340         - 43  # rls2009 nf-density iter env 5
341
342     plot-vpp-nfv-2n-clx-mrr:
343       csit-vpp-perf-report-iterative-2009-2n-clx:
344         - 45  # rls2009 MRR nf-density iter env 5
345
346     plot-vpp-nfv-reconf-2n-clx:
347       # TODO: Add:
348       csit-vpp-perf-report-iterative-2009-2n-clx:
349         - 25  # rls2009 reconf env 5
350         - 27  # rls2009 reconf env 5
351         - 28  # rls2009 reconf env 5
352         - 29  # rls2009 reconf env 5
353         - 30  # rls2009 reconf env 5
354         - 30  # rls2009 reconf env 5
355         - 32  # rls2009 reconf env 5
356         - 48  # rls2009 reconf env 5
357         - 53  # rls2009 reconf env 5
358
359     plot-vpp-soak-2n-clx:
360       csit-vpp-perf-report-iterative-2009-2n-clx:
361         - 33  # rls2009 soak env 5
362         - 34  # rls2009 soak env 5
363
364     plot-dpdk-throughput-latency-2n-clx:
365       csit-dpdk-perf-report-iterative-2009-2n-clx:
366         - 4   # NDRPDR iter env5
367         - 5   # NDRPDR iter env5
368         - 6   # NDRPDR iter env5
369         - 7   # NDRPDR iter env5
370         - 8   # NDRPDR iter env5
371         - 9   # NDRPDR iter env5
372         - 10  # NDRPDR iter env5
373         - 11  # NDRPDR iter env5
374         - 12  # NDRPDR iter env5
375         - 13  # NDRPDR iter env5
376
377     plot-dpdk-hdrh-lat-2n-clx:
378       csit-dpdk-perf-report-iterative-2009-2n-clx:
379         - 4   # NDRPDR iter env5
380
381     # 3n-tsh
382
383     plot-vpp-throughput-lat-tsa-3n-tsh:
384       # TODO: Add:
385       csit-vpp-perf-report-iterative-2009-3n-tsh:
386         - 14  # rls2009 NDRPDR iter env 5
387
388     plot-vpp-hdrh-lat-3n-tsh:
389       csit-vpp-perf-report-iterative-2009-3n-tsh:
390         - 14  # rls2009 NDRPDR iter env 5
391
392     plot-dpdk-throughput-latency-3n-tsh:
393       # TODO: Add:
394       csit-dpdk-perf-report-iterative-2009-3n-tsh:
395         - 1   # NDRPDR iter env5
396         - 2   # NDRPDR iter env5
397         - 3   # NDRPDR iter env5
398         - 4   # NDRPDR iter env5
399         - 5   # NDRPDR iter env5
400         - 6   # NDRPDR iter env5
401         - 7   # NDRPDR iter env5
402         - 9   # NDRPDR iter env5
403         - 10  # NDRPDR iter env5
404
405     plot-dpdk-hdrh-lat-3n-tsh:
406       csit-dpdk-perf-report-iterative-2009-3n-tsh:
407         - 1   # NDRPDR iter env5
408
409     # 3n-dnv
410
411     plot-vpp-throughput-lat-tsa-3n-dnv:
412       # TODO: Add:
413       csit-vpp-perf-report-iterative-2009-3n-dnv:
414         - 3   # rls2009 NDRPDR iter env 5
415         - 6   # rls2009 NDRPDR iter env 5
416         - 7   # rls2009 NDRPDR iter env 5
417         - 8   # rls2009 NDRPDR iter env 5
418         - 10  # rls2009 NDRPDR iter env 5
419         - 11  # rls2009 NDRPDR iter env 5
420         - 12  # rls2009 NDRPDR iter env 5
421         - 14  # rls2009 NDRPDR iter env 5
422         - 15  # rls2009 NDRPDR iter env 5
423
424 #    plot-dpdk-throughput-latency-3n-dnv:
425 #      # No data
426 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
427
428     # 2n-dnv
429
430     plot-vpp-throughput-lat-tsa-2n-dnv:
431       csit-vpp-perf-report-iterative-2009-2n-dnv:
432         - 3   # rls2009 NDRPDR iter env 5
433         - 5   # rls2009 NDRPDR iter env 5
434         - 6   # rls2009 NDRPDR iter env 5
435         - 7   # rls2009 NDRPDR iter env 5
436         - 9   # rls2009 NDRPDR iter env 5
437         - 10  # rls2009 NDRPDR iter env 5
438         - 11  # rls2009 NDRPDR iter env 5
439         - 12  # rls2009 NDRPDR iter env 5
440         - 14  # rls2009 NDRPDR iter env 5
441         - 15  # rls2009 NDRPDR iter env 5
442
443 #    plot-dpdk-throughput-latency-2n-dnv:
444 #      # No data
445 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
446
447     ###########################################################################
448     # Simple tables (only one data set):
449
450     # NIC Comparisons
451
452     vpp-nic-comparison-3n-skx:
453       # TODO: Add:
454       csit-vpp-perf-report-iterative-2009-3n-skx:
455         - 26  # rls2009 NDRPDR iter env 5
456         - 27  # rls2009 NDRPDR iter env 5
457         - 28  # rls2009 NDRPDR iter env 5
458         - 29  # rls2009 NDRPDR iter env 5
459
460     vpp-nic-comparison-2n-skx:
461       csit-vpp-perf-report-iterative-2009-2n-skx:
462         - 35  # rls2009 NDRPDR iter env 5
463         - 36  # rls2009 NDRPDR iter env 5
464         - 37  # rls2009 NDRPDR iter env 5
465         - 39  # rls2009 NDRPDR iter env 5
466         - 40  # rls2009 NDRPDR iter env 5
467         - 42  # rls2009 NDRPDR iter env 5
468         - 43  # rls2009 NDRPDR iter env 5
469         - 44  # rls2009 NDRPDR iter env 5
470         - 46  # rls2009 NDRPDR iter env 5
471         - 48  # rls2009 NDRPDR iter env 5
472         - 51  # rls2009 NDRPDR iter NAT44 env 5
473         - 52  # rls2009 NDRPDR iter NAT44 env 5
474         - 53  # rls2009 NDRPDR iter NAT44 env 5
475         - 54  # rls2009 NDRPDR iter NAT44 env 5
476         - 55  # rls2009 NDRPDR iter NAT44 env 5
477         - 56  # rls2009 NDRPDR iter NAT44 env 5
478         - 57  # rls2009 NDRPDR iter NAT44 env 5
479         - 58  # rls2009 NDRPDR iter NAT44 env 5
480         - 59  # rls2009 NDRPDR iter NAT44 env 5
481         - 60  # rls2009 NDRPDR iter NAT44 env 5
482
483     vpp-nic-comparison-3n-skx-mrr:
484       csit-vpp-perf-report-iterative-2009-3n-skx:
485         - 24  # rls2009 MRR iter env 5
486
487     vpp-nic-comparison-2n-skx-mrr:
488       csit-vpp-perf-report-iterative-2009-2n-skx:
489         - 26  # rls2009 MRR iter env 5
490
491     # Results
492
493     vpp-perf-results-3n-hsw:
494       csit-vpp-perf-report-coverage-2009-3n-hsw:
495         - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
496         - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
497         - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
498         - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
499         - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
500         - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
501         - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
502         - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
503         - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
504         - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
505         - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
506         - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
507         - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
508         - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
509         - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
510         - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
511         - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
512         - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
513         - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
514         - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
515         - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
516         - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
517         - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
518         - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
519         - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
520         - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
521         - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
522         - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
523         - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
524         - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
525         - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
526         - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
527         - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
528         - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
529         - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
530
531     vpp-perf-results-3n-skx:
532       # TODO: Replace:
533       csit-vpp-perf-report-iterative-2009-3n-skx:
534         - 27  # rls2009 NDRPDR iter env 5
535 #      csit-vpp-perf-report-coverage-2009-3n-skx:
536 #        -
537
538     vpp-perf-results-2n-skx:
539       # TODO: Add:
540       csit-vpp-perf-report-coverage-2009-2n-skx:
541         - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
542         - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
543         - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
544         - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
545         - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
546         - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
547
548     vpp-perf-results-2n-clx:
549       # TODO: Replace:
550       csit-vpp-perf-report-iterative-2009-2n-clx:
551         - 36  # rls2009 NDRPDR iter env 5
552 #      csit-vpp-perf-report-coverage-2009-2n-clx:
553 #        -
554
555     vpp-perf-results-3n-tsh:
556       # TODO: Replace???
557       csit-vpp-perf-report-iterative-2009-3n-tsh:
558         - 14  # rls2009 NDRPDR iter env 5
559 #      csit-vpp-perf-report-coverage-2009-3n-tsh:
560 #        -
561
562     vpp-perf-results-3n-dnv:
563       # TODO: Add:
564       csit-vpp-perf-report-coverage-2009-3n-dnv:
565         - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
566         - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
567         - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
568         - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
569
570     vpp-perf-results-2n-dnv:
571       csit-vpp-perf-report-coverage-2009-2n-dnv:
572         - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
573         - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
574         - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
575         - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
576         - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
577         - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
578
579     vpp-mrr-results-3n-hsw:
580       csit-vpp-perf-report-iterative-2009-3n-hsw:
581         - 23  # rls2009 MRR iter env 5
582
583     vpp-mrr-results-3n-skx:
584       csit-vpp-perf-report-iterative-2009-3n-skx:
585         - 24  # rls2009 MRR iter env 5
586
587     vpp-mrr-results-2n-skx:
588       csit-vpp-perf-report-iterative-2009-2n-skx:
589         - 26  # rls2009 MRR iter env 5
590
591     vpp-mrr-results-2n-clx:
592       csit-vpp-perf-report-iterative-2009-2n-clx:
593         - 35  # rls2009 MRR iter env 5
594
595     vpp-mrr-results-3n-tsh:
596       csit-vpp-perf-report-iterative-2009-3n-tsh:
597         - 15  # rls2006 MRR iter env 5
598
599     vpp-mrr-results-3n-dnv:
600       csit-vpp-perf-report-iterative-2009-3n-dnv:
601         - 22  # rls2009 MRR iter env 5
602
603     vpp-mrr-results-2n-dnv:
604       csit-vpp-perf-report-iterative-2009-2n-dnv:
605         - 13  # rls2009 MRR iter env 5
606
607     vpp-device-results-ubuntu:
608       csit-vpp-device-2009-ubuntu1804-1n-skx:
609         - 131 # rls2009 env 5
610
611     dpdk-perf-results-3n-hsw:
612       csit-dpdk-perf-report-iterative-2009-3n-hsw:
613         - 6   # NDRPDR iter env5
614
615     dpdk-perf-results-3n-skx:
616       csit-dpdk-perf-report-iterative-2009-3n-skx:
617         - 4   # NDRPDR sel env5
618
619     dpdk-perf-results-2n-skx:
620       csit-dpdk-perf-report-iterative-2009-2n-skx:
621         - 4   # NDRPDR iter env5
622
623     dpdk-perf-results-2n-clx:
624       csit-dpdk-perf-report-iterative-2009-2n-clx:
625         - 4   # NDRPDR iter env5
626
627 #    dpdk-perf-results-2n-dnv:
628 #      # No data
629 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
630
631 #    dpdk-perf-results-3n-dnv:
632 #      # No data
633 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
634
635     dpdk-perf-results-3n-tsh:
636       csit-dpdk-perf-report-iterative-2009-3n-tsh:
637         - 1   # NDRPDR iter env5
638
639 ###########################################################################
640     # Tables (more than one data set)
641
642     # Performance changes
643
644     vpp-performance-changes-3n-hsw-h1:
645       csit-vpp-perf-report-iterative-2005-3n-hsw:
646         - 31  # NDRPDR sel 2001.0-4
647         - 32  # NDRPDR sel 2001.0-4
648         - 33  # NDRPDR sel 2001.0-4
649         - 34  # NDRPDR sel 2001.0-4
650         - 35  # NDRPDR sel 2001.0-4
651         - 36  # NDRPDR sel 2001.0-4
652         - 38  # NDRPDR sel 2001.0-4
653     vpp-performance-changes-3n-hsw-ref-env4:
654       csit-vpp-perf-report-iterative-2005-3n-hsw:
655         - 20  # NDRPDR sel env 4
656         - 21  # NDRPDR sel env 4
657         - 22  # NDRPDR sel env 4
658         - 23  # NDRPDR sel env 4
659         - 24  # NDRPDR sel env 4
660         - 25  # NDRPDR sel env 4
661         - 26  # NDRPDR sel env 4
662         - 27  # NDRPDR sel env 4
663         - 28  # NDRPDR sel env 4
664         - 29  # NDRPDR sel env 4
665     vpp-performance-changes-3n-hsw-ref-env5:
666       csit-vpp-perf-report-iterative-2009-3n-hsw:
667         - 9   # rls2005 NDRPDR iter env 5
668         - 10  # rls2005 NDRPDR iter env 5
669         - 11  # rls2005 NDRPDR iter env 5
670         - 12  # rls2005 NDRPDR iter env 5
671         - 13  # rls2005 NDRPDR iter env 5
672         - 14  # rls2005 NDRPDR iter env 5
673         - 15  # rls2005 NDRPDR iter env 5
674         - 16  # rls2005 NDRPDR iter env 5
675         - 17  # rls2005 NDRPDR iter env 5
676         - 19  # rls2005 NDRPDR iter env 5
677     vpp-performance-changes-3n-hsw-cmp:
678       csit-vpp-perf-report-iterative-2009-3n-hsw:
679         - 21  # rls2009 NDRPDR iter env 5
680         - 22  # rls2009 NDRPDR iter env 5
681         - 24  # rls2009 NDRPDR iter env 5
682         - 25  # rls2009 NDRPDR iter env 5
683         - 26  # rls2009 NDRPDR iter env 5
684         - 27  # rls2009 NDRPDR iter env 5
685         - 28  # rls2009 NDRPDR iter env 5
686         - 29  # rls2009 NDRPDR iter env 5
687         - 30  # rls2009 NDRPDR iter env 5
688         - 31  # rls2009 NDRPDR iter env 5
689
690     vpp-performance-changes-3n-skx-h1:
691       csit-vpp-perf-report-iterative-2005-3n-skx:
692         - 50  # NDRPDR sel 2001.0-4
693         - 51  # NDRPDR sel 2001.0-4
694         - 52  # NDRPDR sel 2001.0-4
695         - 53  # NDRPDR sel 2001.0-4
696         - 54  # NDRPDR sel 2001.0-4
697     vpp-performance-changes-3n-skx-ref-env4:
698       csit-vpp-perf-report-iterative-2005-3n-skx:
699         - 42  # NDRPDR sel env 4
700         - 43  # NDRPDR sel env 4
701         - 44  # NDRPDR sel env 4
702         - 45  # NDRPDR sel env 4
703         - 47  # NDRPDR sel env 4
704         - 55  # NDRPDR sel env 4
705         - 56  # NDRPDR sel env 4
706         - 57  # NDRPDR sel env 4
707         - 61  # NDRPDR sel env 4
708         - 62  # NDRPDR sel env 4
709     vpp-performance-changes-3n-skx-ref-env5:
710       csit-vpp-perf-report-iterative-2009-3n-skx:
711         - 13  # rls2005 NDRPDR iter env 5
712         - 18  # rls2005 NDRPDR iter env 5
713         - 19  # rls2005 NDRPDR iter env 5
714     vpp-performance-changes-3n-skx-cmp:
715       # TODO: Add:
716       csit-vpp-perf-report-iterative-2009-3n-skx:
717         - 26  # rls2009 NDRPDR iter env 5
718         - 27  # rls2009 NDRPDR iter env 5
719         - 28  # rls2009 NDRPDR iter env 5
720         - 29  # rls2009 NDRPDR iter env 5
721
722     vpp-performance-changes-2n-skx-h1:
723       csit-vpp-perf-report-iterative-2005-2n-skx:
724         - 100 # NDRPDR sel 2001.0-4
725         - 101 # NDRPDR sel 2001.0-4
726         - 102 # NDRPDR sel 2001.0-4
727         - 103 # NDRPDR sel 2001.0-4
728         - 104 # NDRPDR sel 2001.0-4
729         - 105 # NDRPDR sel 2001.0-4
730     vpp-performance-changes-2n-skx-ref-env4:
731       csit-vpp-perf-report-iterative-2005-2n-skx:
732         - 88  # NDRPDR sel env 4
733         - 89  # NDRPDR sel env 4
734         - 90  # NDRPDR sel env 4
735         - 91  # NDRPDR sel env 4
736         - 92  # NDRPDR sel env 4
737         - 93  # NDRPDR sel env 4
738         - 94  # NDRPDR sel env 4
739         - 125 # NDRPDR sel env 4
740         - 126 # NDRPDR sel env 4
741         - 127 # NDRPDR sel env 4
742     vpp-performance-changes-2n-skx-ref-env5:
743       csit-vpp-perf-report-iterative-2009-2n-skx:
744         - 13  # rls2005 NDRPDR iter env 5
745         - 16  # rls2005 NDRPDR iter env 5
746         - 17  # rls2005 NDRPDR iter env 5
747         - 18  # rls2005 NDRPDR iter env 5
748         - 19  # rls2005 NDRPDR iter env 5
749         - 21  # rls2005 NDRPDR iter env 5
750         - 22  # rls2005 NDRPDR iter env 5
751         - 23  # rls2005 NDRPDR iter env 5
752         - 24  # rls2005 NDRPDR iter env 5
753         - 25  # rls2005 NDRPDR iter env 5
754     vpp-performance-changes-2n-skx-cmp:
755       csit-vpp-perf-report-iterative-2009-2n-skx:
756         - 35  # rls2009 NDRPDR iter env 5
757         - 36  # rls2009 NDRPDR iter env 5
758         - 37  # rls2009 NDRPDR iter env 5
759         - 39  # rls2009 NDRPDR iter env 5
760         - 40  # rls2009 NDRPDR iter env 5
761         - 42  # rls2009 NDRPDR iter env 5
762         - 43  # rls2009 NDRPDR iter env 5
763         - 44  # rls2009 NDRPDR iter env 5
764         - 46  # rls2009 NDRPDR iter env 5
765         - 48  # rls2009 NDRPDR iter env 5
766         - 51  # rls2009 NDRPDR iter NAT44 env 5
767         - 52  # rls2009 NDRPDR iter NAT44 env 5
768         - 53  # rls2009 NDRPDR iter NAT44 env 5
769         - 54  # rls2009 NDRPDR iter NAT44 env 5
770         - 55  # rls2009 NDRPDR iter NAT44 env 5
771         - 56  # rls2009 NDRPDR iter NAT44 env 5
772         - 57  # rls2009 NDRPDR iter NAT44 env 5
773         - 58  # rls2009 NDRPDR iter NAT44 env 5
774         - 59  # rls2009 NDRPDR iter NAT44 env 5
775         - 60  # rls2009 NDRPDR iter NAT44 env 5
776
777     vpp-performance-changes-2n-clx-h1:
778       csit-vpp-perf-report-iterative-2005-2n-clx:
779         - 73  # NDRPDR sel 2001.0-4
780         - 74  # NDRPDR sel 2001.0-4
781         - 75  # NDRPDR sel 2001.0-4
782         - 76  # NDRPDR sel 2001.0-4
783         - 77  # NDRPDR sel 2001.0-4
784         - 78  # NDRPDR sel 2001.0-4
785         - 79  # NDRPDR sel 2001.0-4
786         - 80  # NDRPDR sel 2001.0-4
787     vpp-performance-changes-2n-clx-ref-env4:
788       csit-vpp-perf-report-iterative-2005-2n-clx:
789         - 62  # NDRPDR sel env 4
790         - 63  # NDRPDR sel env 4
791         - 64  # NDRPDR sel env 4
792         - 65  # NDRPDR sel env 4
793         - 66  # NDRPDR sel env 4
794         - 68  # NDRPDR sel env 4
795         - 69  # NDRPDR sel env 4
796         - 70  # NDRPDR sel env 4
797         - 103 # NDRPDR sel env 4
798         - 104 # NDRPDR sel env 4
799     vpp-performance-changes-2n-clx-ref-env5:
800       csit-vpp-perf-report-iterative-2009-2n-clx:
801         - 13  # rls2005 NDRPDR iter env 5
802         - 15  # rls2005 NDRPDR iter env 5
803         - 17  # rls2005 NDRPDR iter env 5
804         - 18  # rls2005 NDRPDR iter env 5
805         - 19  # rls2005 NDRPDR iter env 5
806         - 20  # rls2005 NDRPDR iter env 5
807         - 21  # rls2005 NDRPDR iter env 5
808         - 22  # rls2005 NDRPDR iter env 5
809         - 23  # rls2005 NDRPDR iter env 5
810         - 24  # rls2005 NDRPDR iter env 5
811     vpp-performance-changes-2n-clx-cmp:
812       # TODO: Add:
813       csit-vpp-perf-report-iterative-2009-2n-clx:
814         - 36  # rls2009 NDRPDR iter env 5
815         - 38  # rls2009 NDRPDR iter env 5
816         - 39  # rls2009 NDRPDR iter env 5
817         - 40  # rls2009 NDRPDR iter env 5
818         - 41  # rls2009 NDRPDR iter env 5
819         - 42  # rls2009 NDRPDR iter env 5
820
821     vpp-performance-changes-2n-dnv-h1:
822       csit-vpp-perf-verify-2001-2n-dnv:
823         - 4   # NDRPDR sel
824         - 5   # NDRPDR sel
825         - 6   # NDRPDR sel
826         - 7   # NDRPDR sel
827         - 8   # NDRPDR sel
828         - 9   # NDRPDR sel
829         - 10  # NDRPDR sel
830         - 11  # NDRPDR sel
831         - 13  # NDRPDR sel
832         - 16  # NDRPDR sel
833     vpp-performance-changes-2n-dnv-ref:
834       csit-vpp-perf-report-iterative-2009-2n-dnv:
835         - 16  # rls2005 NDRPDR iter env 5
836         - 17  # rls2005 NDRPDR iter env 5
837         - 18  # rls2005 NDRPDR iter env 5
838         - 19  # rls2005 NDRPDR iter env 5
839         - 21  # rls2005 NDRPDR iter env 5
840         - 24  # rls2005 NDRPDR iter env 5
841         - 27  # rls2005 NDRPDR iter env 5
842         - 28  # rls2005 NDRPDR iter env 5
843         - 29  # rls2005 NDRPDR iter env 5
844         - 30  # rls2005 NDRPDR iter env 5
845     vpp-performance-changes-2n-dnv-cmp:
846       csit-vpp-perf-report-iterative-2009-2n-dnv:
847         - 3   # rls2009 NDRPDR iter env 5
848         - 5   # rls2009 NDRPDR iter env 5
849         - 6   # rls2009 NDRPDR iter env 5
850         - 7   # rls2009 NDRPDR iter env 5
851         - 9   # rls2009 NDRPDR iter env 5
852         - 10  # rls2009 NDRPDR iter env 5
853         - 11  # rls2009 NDRPDR iter env 5
854         - 12  # rls2009 NDRPDR iter env 5
855         - 14  # rls2009 NDRPDR iter env 5
856         - 15  # rls2009 NDRPDR iter env 5
857
858     vpp-performance-changes-3n-dnv-h1:
859       csit-vpp-perf-verify-2001-3n-dnv:
860         - 5   # NDRPDR sel
861         - 6   # NDRPDR sel
862         - 7   # NDRPDR sel
863         - 8   # NDRPDR sel
864         - 9   # NDRPDR sel
865         - 10  # NDRPDR sel
866         - 12  # NDRPDR sel
867         - 16  # NDRPDR sel
868         - 17  # NDRPDR sel
869         - 18  # NDRPDR sel
870     vpp-performance-changes-3n-dnv-ref:
871       # TODO: Add:
872       csit-vpp-perf-report-iterative-2009-3n-dnv:
873         - 16  # rls2005 NDRPDR iter env 5
874     vpp-performance-changes-3n-dnv-cmp:
875       # TODO: Add:
876       csit-vpp-perf-report-iterative-2009-3n-dnv:
877         - 3   # rls2009 NDRPDR iter env 5
878         - 6   # rls2009 NDRPDR iter env 5
879         - 7   # rls2009 NDRPDR iter env 5
880         - 8   # rls2009 NDRPDR iter env 5
881         - 10  # rls2009 NDRPDR iter env 5
882         - 11  # rls2009 NDRPDR iter env 5
883         - 12  # rls2009 NDRPDR iter env 5
884         - 14  # rls2009 NDRPDR iter env 5
885         - 15  # rls2009 NDRPDR iter env 5
886
887     vpp-performance-changes-3n-tsh-h1:
888       csit-vpp-perf-report-iterative-2005-3n-tsh:
889         - 28  # NDRPDR sel 2001.0-4
890         - 29  # NDRPDR sel 2001.0-4
891         - 31  # NDRPDR sel 2001.0-4
892     vpp-performance-changes-3n-tsh-ref-env4:
893       csit-vpp-perf-report-iterative-2005-3n-tsh:
894         - 23  # NDRPDR sel env 4
895         - 25  # NDRPDR sel env 4
896         - 33  # NDRPDR sel env 4
897         - 34  # NDRPDR sel env 4
898         - 35  # NDRPDR sel env 4
899         - 36  # NDRPDR sel env 4
900         - 37  # NDRPDR sel env 4
901         - 38  # NDRPDR sel env 4
902         - 39  # NDRPDR sel env 4
903         - 40  # NDRPDR sel env 4
904     vpp-performance-changes-3n-tsh-ref-env5:
905       csit-vpp-perf-report-iterative-2009-3n-tsh:
906         - 8   # rls2005 NDRPDR iter env 5
907         - 11  # rls2005 NDRPDR iter env 5
908         - 12  # rls2005 NDRPDR iter env 5
909     vpp-performance-changes-3n-tsh-cmp:
910       # TODO: Add:
911       csit-vpp-perf-report-iterative-2009-3n-tsh:
912         - 14  # rls2009 NDRPDR iter env 5
913
914     vpp-soak-vs-ndr-2n-skx-ref:
915       csit-vpp-perf-report-iterative-2009-2n-skx:
916         - 35  # rls2009 NDRPDR iter env 5
917         - 36  # rls2009 NDRPDR iter env 5
918         - 37  # rls2009 NDRPDR iter env 5
919         - 39  # rls2009 NDRPDR iter env 5
920         - 40  # rls2009 NDRPDR iter env 5
921         - 42  # rls2009 NDRPDR iter env 5
922         - 43  # rls2009 NDRPDR iter env 5
923         - 44  # rls2009 NDRPDR iter env 5
924         - 46  # rls2009 NDRPDR iter env 5
925         - 48  # rls2009 NDRPDR iter env 5
926     vpp-soak-vs-ndr-2n-skx-cmp:
927       csit-vpp-perf-report-iterative-2009-2n-skx:
928         - 33  # rls2009 soak env 5
929         - 34  # rls2009 soak env 5
930     vpp-soak-vs-ndr-2n-skx:
931       csit-vpp-perf-report-iterative-2009-2n-skx:
932         - 35  # rls2009 NDRPDR iter env 5
933         - 36  # rls2009 NDRPDR iter env 5
934         - 37  # rls2009 NDRPDR iter env 5
935         - 39  # rls2009 NDRPDR iter env 5
936         - 40  # rls2009 NDRPDR iter env 5
937         - 42  # rls2009 NDRPDR iter env 5
938         - 43  # rls2009 NDRPDR iter env 5
939         - 44  # rls2009 NDRPDR iter env 5
940         - 46  # rls2009 NDRPDR iter env 5
941         - 48  # rls2009 NDRPDR iter env 5
942         - 33  # rls2009 soak env 5
943         - 34  # rls2009 soak env 5
944
945     vpp-soak-vs-ndr-2n-clx-ref:
946       # TODO: Add:
947       csit-vpp-perf-report-iterative-2009-2n-clx:
948         - 36  # rls2009 NDRPDR iter env 5
949         - 38  # rls2009 NDRPDR iter env 5
950         - 39  # rls2009 NDRPDR iter env 5
951         - 40  # rls2009 NDRPDR iter env 5
952         - 41  # rls2009 NDRPDR iter env 5
953         - 42  # rls2009 NDRPDR iter env 5
954     vpp-soak-vs-ndr-2n-clx-cmp:
955       csit-vpp-perf-report-iterative-2009-2n-clx:
956         - 33  # rls2009 soak env 5
957         - 34  # rls2009 soak env 5
958     vpp-soak-vs-ndr-2n-clx:
959       # TODO: Add:
960       csit-vpp-perf-report-iterative-2009-2n-clx:
961         - 36  # rls2009 NDRPDR iter env 5
962         - 38  # rls2009 NDRPDR iter env 5
963         - 39  # rls2009 NDRPDR iter env 5
964         - 40  # rls2009 NDRPDR iter env 5
965         - 41  # rls2009 NDRPDR iter env 5
966         - 42  # rls2009 NDRPDR iter env 5
967         - 33  # rls2009 soak env 5
968         - 34  # rls2009 soak env 5
969
970     vpp-performance-changes-3n-hsw-mrr-h1:
971       csit-vpp-perf-verify-2001-3n-hsw:
972         - 17  # MRR sel
973     vpp-performance-changes-3n-hsw-mrr-ref-env4:
974       csit-vpp-perf-report-iterative-2005-3n-hsw:
975         - 30  # MRR env 4
976     vpp-performance-changes-3n-hsw-mrr-ref-env5:
977       csit-vpp-perf-report-iterative-2009-3n-hsw:
978         - 18  # rls2005 MRR iter env 5
979     vpp-performance-changes-3n-hsw-mrr-cmp:
980       csit-vpp-perf-report-iterative-2009-3n-hsw:
981         - 23  # rls2009 MRR iter env 5
982
983     vpp-performance-changes-3n-skx-mrr-h1:
984       csit-vpp-perf-verify-2001-3n-skx:
985         - 50  # MRR sel
986         - 53  # MRR sel addition
987     vpp-performance-changes-3n-skx-mrr-ref-env4:
988       csit-vpp-perf-report-iterative-2005-3n-skx:
989         - 49  # MRR sel env 4
990     vpp-performance-changes-3n-skx-mrr-ref-env5:
991       csit-vpp-perf-report-iterative-2009-3n-skx:
992         - 17  # rls2005 MRR iter env 5
993     vpp-performance-changes-3n-skx-mrr-cmp:
994       csit-vpp-perf-report-iterative-2009-3n-skx:
995         - 24  # rls2009 MRR iter env 5
996
997     vpp-performance-changes-2n-skx-mrr-h1:
998       csit-vpp-perf-verify-2001-2n-skx:
999         - 101 # MRR sel
1000         - 128 # MRR sel addition
1001     vpp-performance-changes-2n-skx-mrr-ref-env4:
1002       csit-vpp-perf-report-iterative-2005-2n-skx:
1003         - 99  # MRR sel env 4
1004     vpp-performance-changes-2n-skx-mrr-ref-env5:
1005       csit-vpp-perf-report-iterative-2009-2n-skx:
1006         - 20  # rls2005 MRR iter env 5
1007     vpp-performance-changes-2n-skx-mrr-cmp:
1008       csit-vpp-perf-report-iterative-2009-2n-skx:
1009         - 26  # rls2009 MRR iter env 5
1010
1011     vpp-performance-changes-2n-clx-mrr-h1:
1012       csit-vpp-perf-verify-2001-2n-clx:
1013         - 39  # MRR
1014     vpp-performance-changes-2n-clx-mrr-ref-env4:
1015       csit-vpp-perf-report-iterative-2005-2n-clx:
1016         - 72   # MRR sel env 4
1017     vpp-performance-changes-2n-clx-mrr-ref-env5:
1018       csit-vpp-perf-report-iterative-2009-2n-clx:
1019         - 16  # rls2005 MRR iter env 5
1020     vpp-performance-changes-2n-clx-mrr-cmp:
1021       csit-vpp-perf-report-iterative-2009-2n-clx:
1022         - 35  # rls2009 MRR iter env 5
1023
1024     vpp-performance-changes-2n-dnv-mrr-h1:
1025       csit-vpp-perf-verify-2001-2n-dnv:
1026         - 12  # MRR sel
1027     vpp-performance-changes-2n-dnv-mrr-ref:
1028       csit-vpp-perf-report-iterative-2009-2n-dnv:
1029         - 23  # rls2005 MRR iter env 5
1030     vpp-performance-changes-2n-dnv-mrr-cmp:
1031       csit-vpp-perf-report-iterative-2009-2n-dnv:
1032         - 13  # rls2009 MRR iter env 5
1033
1034     vpp-performance-changes-3n-dnv-mrr-h1:
1035       csit-vpp-perf-verify-2001-3n-dnv:
1036         - 11  # MRR sel
1037     vpp-performance-changes-3n-dnv-mrr-ref:
1038       csit-vpp-perf-report-iterative-2009-3n-dnv:
1039         - 19  # rls2005 MRR iter env 5
1040     vpp-performance-changes-3n-dnv-mrr-cmp:
1041       csit-vpp-perf-report-iterative-2009-3n-dnv:
1042         - 22  # rls2009 MRR iter env 5
1043
1044     vpp-performance-changes-3n-tsh-mrr-h1:
1045       csit-vpp-perf-verify-2001-3n-tsh:
1046         - 9   # MRR sel
1047     vpp-performance-changes-3n-tsh-mrr-ref-env4:
1048       csit-vpp-perf-report-iterative-2005-3n-tsh:
1049         - 27  # MRR sel env 4
1050     vpp-performance-changes-3n-tsh-mrr-ref-env5:
1051       csit-vpp-perf-report-iterative-2009-3n-tsh:
1052         - 13  # rls2005 MRR iter env 5
1053     vpp-performance-changes-3n-tsh-mrr-cmp:
1054       csit-vpp-perf-report-iterative-2009-3n-tsh:
1055         - 15  # rls2006 MRR iter env 5
1056
1057     dpdk-performance-changes-3n-hsw-h1:
1058       csit-dpdk-perf-verify-2001-3n-hsw:
1059         - 4   # NDRPDR sel
1060         - 5   # NDRPDR sel
1061         - 6   # NDRPDR sel
1062         - 7   # NDRPDR sel
1063         - 8   # NDRPDR sel
1064         - 9   # NDRPDR sel
1065         - 10  # NDRPDR sel
1066         - 11  # NDRPDR sel
1067         - 12  # NDRPDR sel
1068         - 13  # NDRPDR sel
1069         - 15  # NDRPDR sel
1070         - 16  # NDRPDR sel
1071         - 17  # NDRPDR sel
1072         - 18  # NDRPDR sel
1073         - 19  # NDRPDR sel
1074         - 20  # NDRPDR sel
1075         - 21  # NDRPDR sel
1076         - 22  # NDRPDR sel
1077         - 23  # NDRPDR sel
1078         - 24  # NDRPDR sel
1079     dpdk-performance-changes-3n-hsw-ref:
1080       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1081         - 25  # NDRPDR iter
1082         - 26  # NDRPDR iter
1083         - 27  # NDRPDR iter
1084         - 28  # NDRPDR iter
1085         - 29  # NDRPDR iter
1086         - 30  # NDRPDR iter
1087         - 31  # NDRPDR iter
1088         - 32  # NDRPDR iter
1089         - 33  # NDRPDR iter
1090         - 34  # NDRPDR iter
1091     dpdk-performance-changes-3n-hsw-cmp:
1092       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1093         - 6   # NDRPDR iter env5
1094         - 7   # NDRPDR iter env5
1095         - 8   # NDRPDR iter env5
1096         - 9   # NDRPDR iter env5
1097         - 10  # NDRPDR iter env5
1098         - 11  # NDRPDR iter env5
1099         - 12  # NDRPDR iter env5
1100         - 13  # NDRPDR iter env5
1101         - 14  # NDRPDR iter env5
1102         - 15  # NDRPDR iter env5
1103
1104     dpdk-performance-changes-3n-skx-h1:
1105       csit-dpdk-perf-verify-2001-3n-skx:
1106         - 29  # NDRPDR sel xxv710
1107         - 33  # NDRPDR sel xxv710
1108         - 34  # NDRPDR sel xxv710
1109         - 35  # NDRPDR sel xxv710
1110         - 36  # NDRPDR sel xxv710
1111         - 37  # NDRPDR sel xxv710
1112         - 41  # NDRPDR sel xxv710
1113         - 42  # NDRPDR sel xxv710
1114         - 43  # NDRPDR sel xxv710
1115         - 45  # NDRPDR sel xxv710
1116         - 30  # NDRPDR sel x710
1117         - 31  # NDRPDR sel x710
1118         - 32  # NDRPDR sel x710
1119         - 38  # NDRPDR sel x710
1120         - 39  # NDRPDR sel x710
1121         - 40  # NDRPDR sel x710
1122         - 44  # NDRPDR sel x710
1123         - 46  # NDRPDR sel x710
1124         - 47  # NDRPDR sel x710
1125         - 48  # NDRPDR sel x710
1126     dpdk-performance-changes-3n-skx-ref:
1127       csit-dpdk-perf-report-iterative-2005-3n-skx:
1128         - 28  # NDRPDR iter
1129         - 29  # NDRPDR iter
1130         - 30  # NDRPDR iter
1131         - 31  # NDRPDR iter
1132         - 32  # NDRPDR iter
1133         - 33  # NDRPDR iter
1134         - 34  # NDRPDR iter
1135         - 35  # NDRPDR iter
1136         - 36  # NDRPDR iter
1137         - 37  # NDRPDR iter
1138     dpdk-performance-changes-3n-skx-cmp:
1139       csit-dpdk-perf-report-iterative-2009-3n-skx:
1140         - 4   # NDRPDR sel env5
1141         - 5   # NDRPDR sel env5
1142         - 6   # NDRPDR sel env5
1143         - 7   # NDRPDR sel env5
1144         - 8   # NDRPDR sel env5
1145         - 9   # NDRPDR sel env5
1146         - 14  # NDRPDR sel env5
1147         - 11  # NDRPDR sel env5
1148         - 12  # NDRPDR sel env5
1149         - 13  # NDRPDR sel env5
1150
1151     dpdk-performance-changes-2n-skx-h1:
1152       csit-dpdk-perf-verify-2001-2n-skx:
1153         - 35  # NDRPDR sel xxv710
1154         - 36  # NDRPDR sel xxv710
1155         - 37  # NDRPDR sel xxv710
1156         - 41  # NDRPDR sel xxv710
1157         - 42  # NDRPDR sel xxv710
1158         - 43  # NDRPDR sel xxv710
1159         - 46  # NDRPDR sel xxv710
1160         - 47  # NDRPDR sel xxv710
1161         - 52  # NDRPDR sel xxv710
1162         - 53  # NDRPDR sel xxv710
1163         - 38  # NDRPDR sel x710
1164         - 39  # NDRPDR sel x710
1165         - 40  # NDRPDR sel x710
1166         - 44  # NDRPDR sel x710
1167         - 45  # NDRPDR sel x710
1168         - 48  # NDRPDR sel x710
1169         - 49  # NDRPDR sel x710
1170         - 50  # NDRPDR sel x710
1171         - 51  # NDRPDR sel x710
1172         - 54  # NDRPDR sel x710
1173     dpdk-performance-changes-2n-skx-ref:
1174       csit-dpdk-perf-report-iterative-2005-2n-skx:
1175         - 20  # NDRPDR iter
1176         - 21  # NDRPDR iter
1177         - 22  # NDRPDR iter
1178         - 23  # NDRPDR iter
1179         - 24  # NDRPDR iter
1180         - 25  # NDRPDR iter
1181         - 26  # NDRPDR iter
1182         - 27  # NDRPDR iter
1183         - 28  # NDRPDR iter
1184         - 29  # NDRPDR iter
1185     dpdk-performance-changes-2n-skx-cmp:
1186       csit-dpdk-perf-report-iterative-2009-2n-skx:
1187         - 4   # NDRPDR iter env5
1188         - 5   # NDRPDR iter env5
1189         - 6   # NDRPDR iter env5
1190         - 7   # NDRPDR iter env5
1191         - 8   # NDRPDR iter env5
1192         - 9   # NDRPDR iter env5
1193         - 10  # NDRPDR iter env5
1194         - 11  # NDRPDR iter env5
1195         - 12  # NDRPDR iter env5
1196         - 13  # NDRPDR iter env5
1197
1198     dpdk-performance-changes-2n-clx-h1:
1199       csit-dpdk-perf-verify-2001-2n-clx:
1200         - 15  # NDRPDR sel
1201         - 16  # NDRPDR sel
1202         - 17  # NDRPDR sel
1203         - 18  # NDRPDR sel
1204         - 19  # NDRPDR sel
1205         - 20  # NDRPDR sel
1206         - 21  # NDRPDR sel
1207         - 22  # NDRPDR sel
1208         - 23  # NDRPDR sel
1209         - 24  # NDRPDR sel
1210         - 25  # NDRPDR sel
1211         - 26  # NDRPDR sel
1212         - 27  # NDRPDR sel
1213         - 28  # NDRPDR sel
1214         - 29  # NDRPDR sel
1215         - 30  # NDRPDR sel
1216         - 31  # NDRPDR sel
1217         - 32  # NDRPDR sel
1218         - 33  # NDRPDR sel
1219         - 34  # NDRPDR sel
1220     dpdk-performance-changes-2n-clx-ref:
1221       csit-dpdk-perf-report-iterative-2005-2n-clx:
1222         - 20  # NDRPDR iter
1223         - 21  # NDRPDR iter
1224         - 22  # NDRPDR iter
1225         - 23  # NDRPDR iter
1226         - 24  # NDRPDR iter
1227         - 25  # NDRPDR iter
1228         - 26  # NDRPDR iter
1229         - 27  # NDRPDR iter
1230         - 28  # NDRPDR iter
1231         - 29  # NDRPDR iter
1232     dpdk-performance-changes-2n-clx-cmp:
1233       csit-dpdk-perf-report-iterative-2009-2n-clx:
1234         - 4   # NDRPDR iter env5
1235         - 5   # NDRPDR iter env5
1236         - 6   # NDRPDR iter env5
1237         - 7   # NDRPDR iter env5
1238         - 8   # NDRPDR iter env5
1239         - 9   # NDRPDR iter env5
1240         - 10  # NDRPDR iter env5
1241         - 11  # NDRPDR iter env5
1242         - 12  # NDRPDR iter env5
1243         - 13  # NDRPDR iter env5
1244
1245 #    dpdk-performance-changes-2n-dnv-h1:
1246 #      csit-dpdk-perf-verify-2001-2n-dnv:
1247 #        - 9   # NDRPDR sel
1248 #        - 10  # NDRPDR sel
1249 #        - 11  # NDRPDR sel
1250 #        - 12  # NDRPDR sel
1251 #        - 13  # NDRPDR sel
1252 #        - 14  # NDRPDR sel
1253 #        - 15  # NDRPDR sel
1254 #        - 16  # NDRPDR sel
1255 #        - 17  # NDRPDR sel
1256 #        - 18  # NDRPDR sel
1257 #    dpdk-performance-changes-2n-dnv-ref:
1258 #      # No data
1259 #    dpdk-performance-changes-2n-dnv-cmp:
1260 #      # No data
1261 #      csit-dpdk-perf-report-iterative-2009-2n-dnv:
1262
1263 #    dpdk-performance-changes-3n-dnv-h1:
1264 #      csit-dpdk-perf-verify-2001-3n-dnv:
1265 #        - 12  # NDRPDR sel
1266 #        - 13  # NDRPDR sel
1267 #        - 14  # NDRPDR sel
1268 #        - 15  # NDRPDR sel
1269 #        - 16  # NDRPDR sel
1270 #        - 17  # NDRPDR sel
1271 #        - 18  # NDRPDR sel
1272 #        - 19  # NDRPDR sel
1273 #        - 20  # NDRPDR sel
1274 #        - 22  # NDRPDR sel
1275 #    dpdk-performance-changes-3n-dnv-ref:
1276 #      # No data
1277 #    dpdk-performance-changes-3n-dnv-cmp:
1278 #      # No data
1279 #      csit-dpdk-perf-report-iterative-2009-3n-dnv:
1280
1281     dpdk-performance-changes-3n-tsh-h1:
1282       csit-dpdk-perf-verify-2001-3n-tsh:
1283         - 3   # NDRPDR sel
1284         - 4   # NDRPDR sel
1285         - 5   # NDRPDR sel
1286         - 9   # NDRPDR sel
1287         - 10  # NDRPDR sel
1288         - 11  # NDRPDR sel
1289         - 12  # NDRPDR sel
1290         - 14  # NDRPDR sel
1291         - 15  # NDRPDR sel
1292         - 18  # NDRPDR sel
1293     dpdk-performance-changes-3n-tsh-ref:
1294       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1295         - 5   # NDRPDR sel
1296     dpdk-performance-changes-3n-tsh-cmp:
1297       # TODO: Add:
1298       csit-dpdk-perf-report-iterative-2009-3n-tsh:
1299         - 1   # NDRPDR iter env5
1300         - 2   # NDRPDR iter env5
1301         - 3   # NDRPDR iter env5
1302         - 4   # NDRPDR iter env5
1303         - 5   # NDRPDR iter env5
1304         - 6   # NDRPDR iter env5
1305         - 7   # NDRPDR iter env5
1306         - 9   # NDRPDR iter env5
1307         - 10  # NDRPDR iter env5
1308
1309     # Compare testbeds
1310
1311     vpp-compare-testbeds-ref:
1312       csit-vpp-perf-report-iterative-2009-3n-hsw:
1313         - 21  # rls2009 NDRPDR iter env 5
1314         - 22  # rls2009 NDRPDR iter env 5
1315         - 24  # rls2009 NDRPDR iter env 5
1316         - 25  # rls2009 NDRPDR iter env 5
1317         - 26  # rls2009 NDRPDR iter env 5
1318         - 27  # rls2009 NDRPDR iter env 5
1319         - 28  # rls2009 NDRPDR iter env 5
1320         - 29  # rls2009 NDRPDR iter env 5
1321         - 30  # rls2009 NDRPDR iter env 5
1322         - 31  # rls2009 NDRPDR iter env 5
1323     vpp-compare-testbeds-cmp:
1324       # TODO: Add:
1325       csit-vpp-perf-report-iterative-2009-3n-skx:
1326         - 26  # rls2009 NDRPDR iter env 5
1327         - 27  # rls2009 NDRPDR iter env 5
1328         - 28  # rls2009 NDRPDR iter env 5
1329         - 29  # rls2009 NDRPDR iter env 5
1330
1331     vpp-compare-testbeds-skx-clx-ref:
1332       csit-vpp-perf-report-iterative-2009-2n-skx:
1333         - 35  # rls2009 NDRPDR iter env 5
1334         - 36  # rls2009 NDRPDR iter env 5
1335         - 37  # rls2009 NDRPDR iter env 5
1336         - 39  # rls2009 NDRPDR iter env 5
1337         - 40  # rls2009 NDRPDR iter env 5
1338         - 42  # rls2009 NDRPDR iter env 5
1339         - 43  # rls2009 NDRPDR iter env 5
1340         - 44  # rls2009 NDRPDR iter env 5
1341         - 46  # rls2009 NDRPDR iter env 5
1342         - 48  # rls2009 NDRPDR iter env 5
1343         - 51  # rls2009 NDRPDR iter NAT44 env 5
1344         - 52  # rls2009 NDRPDR iter NAT44 env 5
1345         - 53  # rls2009 NDRPDR iter NAT44 env 5
1346         - 54  # rls2009 NDRPDR iter NAT44 env 5
1347         - 55  # rls2009 NDRPDR iter NAT44 env 5
1348         - 56  # rls2009 NDRPDR iter NAT44 env 5
1349         - 57  # rls2009 NDRPDR iter NAT44 env 5
1350         - 58  # rls2009 NDRPDR iter NAT44 env 5
1351         - 59  # rls2009 NDRPDR iter NAT44 env 5
1352         - 60  # rls2009 NDRPDR iter NAT44 env 5
1353     vpp-compare-testbeds-skx-clx-cmp:
1354       # TODO: Add:
1355       csit-vpp-perf-report-iterative-2009-2n-clx:
1356         - 36  # rls2009 NDRPDR iter env 5
1357         - 38  # rls2009 NDRPDR iter env 5
1358         - 39  # rls2009 NDRPDR iter env 5
1359         - 40  # rls2009 NDRPDR iter env 5
1360         - 41  # rls2009 NDRPDR iter env 5
1361         - 42  # rls2009 NDRPDR iter env 5
1362
1363     vpp-compare-testbeds-hsw-clx-ref:
1364       csit-vpp-perf-report-iterative-2009-3n-hsw:
1365         - 21  # rls2009 NDRPDR iter env 5
1366         - 22  # rls2009 NDRPDR iter env 5
1367         - 24  # rls2009 NDRPDR iter env 5
1368         - 25  # rls2009 NDRPDR iter env 5
1369         - 26  # rls2009 NDRPDR iter env 5
1370         - 27  # rls2009 NDRPDR iter env 5
1371         - 28  # rls2009 NDRPDR iter env 5
1372         - 29  # rls2009 NDRPDR iter env 5
1373         - 30  # rls2009 NDRPDR iter env 5
1374         - 31  # rls2009 NDRPDR iter env 5
1375     vpp-compare-testbeds-hsw-clx-cmp:
1376       # TODO: Add:
1377       csit-vpp-perf-report-iterative-2009-2n-clx:
1378         - 36  # rls2009 NDRPDR iter env 5
1379         - 38  # rls2009 NDRPDR iter env 5
1380         - 39  # rls2009 NDRPDR iter env 5
1381         - 40  # rls2009 NDRPDR iter env 5
1382         - 41  # rls2009 NDRPDR iter env 5
1383         - 42  # rls2009 NDRPDR iter env 5
1384
1385     vpp-compare-testbeds-mrr-ref:
1386       csit-vpp-perf-report-iterative-2009-3n-hsw:
1387         - 23  # rls2009 MRR iter env 5
1388     vpp-compare-testbeds-mrr-cmp:
1389       csit-vpp-perf-report-iterative-2009-3n-skx:
1390         - 24  # rls2009 MRR iter env 5
1391
1392     vpp-compare-testbeds-mrr-skx-clx-ref:
1393       csit-vpp-perf-report-iterative-2009-2n-skx:
1394         - 26  # rls2009 MRR iter env 5
1395     vpp-compare-testbeds-mrr-skx-clx-cmp:
1396       csit-vpp-perf-report-iterative-2009-2n-clx:
1397         - 35  # rls2009 MRR iter env 5
1398
1399     vpp-compare-testbeds-mrr-hsw-clx-ref:
1400       csit-vpp-perf-report-iterative-2009-3n-hsw:
1401         - 23  # rls2009 MRR iter env 5
1402     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1403       csit-vpp-perf-report-iterative-2009-2n-clx:
1404         - 35  # rls2009 MRR iter env 5
1405
1406     dpdk-compare-testbeds-ref:
1407       csit-dpdk-perf-report-iterative-2009-3n-hsw:
1408         - 6   # NDRPDR iter env5
1409         - 7   # NDRPDR iter env5
1410         - 8   # NDRPDR iter env5
1411         - 9   # NDRPDR iter env5
1412         - 10  # NDRPDR iter env5
1413         - 11  # NDRPDR iter env5
1414         - 12  # NDRPDR iter env5
1415         - 13  # NDRPDR iter env5
1416         - 14  # NDRPDR iter env5
1417         - 15  # NDRPDR iter env5
1418     dpdk-compare-testbeds-cmp:
1419       csit-dpdk-perf-report-iterative-2009-3n-skx:
1420         - 4   # NDRPDR sel env5
1421         - 5   # NDRPDR sel env5
1422         - 6   # NDRPDR sel env5
1423         - 7   # NDRPDR sel env5
1424         - 8   # NDRPDR sel env5
1425         - 9   # NDRPDR sel env5
1426         - 14  # NDRPDR sel env5
1427         - 11  # NDRPDR sel env5
1428         - 12  # NDRPDR sel env5
1429         - 13  # NDRPDR sel env5
1430
1431     dpdk-compare-testbeds-skx-clx-ref:
1432       csit-dpdk-perf-report-iterative-2009-2n-skx:
1433         - 4   # NDRPDR iter env5
1434         - 5   # NDRPDR iter env5
1435         - 6   # NDRPDR iter env5
1436         - 7   # NDRPDR iter env5
1437         - 8   # NDRPDR iter env5
1438         - 9   # NDRPDR iter env5
1439         - 10  # NDRPDR iter env5
1440         - 11  # NDRPDR iter env5
1441         - 12  # NDRPDR iter env5
1442         - 13  # NDRPDR iter env5
1443     dpdk-compare-testbeds-skx-clx-cmp:
1444       csit-dpdk-perf-report-iterative-2009-2n-clx:
1445         - 4   # NDRPDR iter env5
1446         - 5   # NDRPDR iter env5
1447         - 6   # NDRPDR iter env5
1448         - 7   # NDRPDR iter env5
1449         - 8   # NDRPDR iter env5
1450         - 9   # NDRPDR iter env5
1451         - 10  # NDRPDR iter env5
1452         - 11  # NDRPDR iter env5
1453         - 12  # NDRPDR iter env5
1454         - 13  # NDRPDR iter env5
1455
1456     # Compare topologies
1457
1458     vpp-compare-topologies-ref:
1459       # TODO: Add:
1460       csit-vpp-perf-report-iterative-2009-3n-skx:
1461         - 26  # rls2009 NDRPDR iter env 5
1462         - 27  # rls2009 NDRPDR iter env 5
1463         - 28  # rls2009 NDRPDR iter env 5
1464         - 29  # rls2009 NDRPDR iter env 5
1465     vpp-compare-topologies-cmp:
1466       csit-vpp-perf-report-iterative-2009-2n-skx:
1467         - 35  # rls2009 NDRPDR iter env 5
1468         - 36  # rls2009 NDRPDR iter env 5
1469         - 37  # rls2009 NDRPDR iter env 5
1470         - 39  # rls2009 NDRPDR iter env 5
1471         - 40  # rls2009 NDRPDR iter env 5
1472         - 42  # rls2009 NDRPDR iter env 5
1473         - 43  # rls2009 NDRPDR iter env 5
1474         - 44  # rls2009 NDRPDR iter env 5
1475         - 46  # rls2009 NDRPDR iter env 5
1476         - 48  # rls2009 NDRPDR iter env 5
1477
1478     vpp-compare-topologies-mrr-ref:
1479       csit-vpp-perf-report-iterative-2009-3n-skx:
1480         - 24  # rls2009 MRR iter env 5
1481     vpp-compare-topologies-mrr-cmp:
1482       csit-vpp-perf-report-iterative-2009-2n-skx:
1483         - 26  # rls2009 MRR iter env 5
1484
1485     dpdk-compare-topologies-ref:
1486       csit-dpdk-perf-report-iterative-2009-3n-skx:
1487         - 4   # NDRPDR sel env5
1488         - 5   # NDRPDR sel env5
1489         - 6   # NDRPDR sel env5
1490         - 7   # NDRPDR sel env5
1491         - 8   # NDRPDR sel env5
1492         - 9   # NDRPDR sel env5
1493         - 14  # NDRPDR sel env5
1494         - 11  # NDRPDR sel env5
1495         - 12  # NDRPDR sel env5
1496         - 13  # NDRPDR sel env5
1497     dpdk-compare-topologies-cmp:
1498       csit-dpdk-perf-report-iterative-2009-2n-skx:
1499         - 4   # NDRPDR iter env5
1500         - 5   # NDRPDR iter env5
1501         - 6   # NDRPDR iter env5
1502         - 7   # NDRPDR iter env5
1503         - 8   # NDRPDR iter env5
1504         - 9   # NDRPDR iter env5
1505         - 10  # NDRPDR iter env5
1506         - 11  # NDRPDR iter env5
1507         - 12  # NDRPDR iter env5
1508         - 13  # NDRPDR iter env5
1509
1510   plot-layouts:
1511
1512     plot-soak-throughput:
1513       titlefont:
1514         size: 16
1515       xaxis:
1516         title: "<b>Test Cases [Index]</b>"
1517         titlefont:
1518           size: 14
1519         autorange: True
1520         fixedrange: False
1521         gridcolor: "rgb(230, 230, 230)"
1522         linecolor: "rgb(220, 220, 220)"
1523         linewidth: 1
1524         showgrid: True
1525         showline: True
1526         showticklabels: True
1527         tickcolor: "rgb(220, 220, 220)"
1528         tickmode: "linear"
1529         tickfont:
1530           size: 14
1531         zeroline: False
1532       yaxis:
1533         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1534         titlefont:
1535           size: 14
1536         gridcolor: "rgb(230, 230, 230)"
1537         hoverformat: ".4r"
1538         tickformat: ".3r"
1539         linecolor: "rgb(220, 220, 220)"
1540         linewidth: 1
1541         showgrid: True
1542         showline: True
1543         showticklabels: True
1544         tickcolor: "rgb(220, 220, 220)"
1545         tickfont:
1546           size: 14
1547         zeroline: False
1548         range: [0,50]
1549       autosize: False
1550       margin:
1551         t: 50
1552         b: 0
1553         l: 80
1554         r: 20
1555       showlegend: True
1556       legend:
1557         orientation: "h"
1558         font:
1559           size: 14
1560       width: 700
1561       height: 900
1562       paper_bgcolor: "#fff"
1563       plot_bgcolor: "#fff"
1564       hoverlabel:
1565         namelength: -1
1566
1567     plot-service-density:
1568       titlefont:
1569         size: 16
1570       xaxis:
1571         side: "top"
1572         autorange: True
1573         fixedrange: False
1574         showgrid: False
1575         showline: False
1576         showticklabels: False
1577         ticks: ""
1578         ticklen: 0
1579         tickwidth: 0
1580         zeroline: False
1581       yaxis:
1582         autorange: "reversed"
1583         showgrid: False
1584         showline: False
1585         showticklabels: False
1586         ticks: ""
1587         ticklen: 0
1588         tickwidth: 0
1589         zeroline: False
1590       showlegend: False
1591       paper_bgcolor: "#fff"
1592       plot_bgcolor: "#fff"
1593       width: 700
1594       height: 700
1595       hoverlabel:
1596         namelength: -1
1597
1598     plot-hoststack:
1599       titlefont:
1600         size: 16
1601       xaxis:
1602         title: "<b>Test Cases [Index]</b>"
1603         titlefont:
1604           size: 14
1605         autorange: True
1606         fixedrange: False
1607         gridcolor: "rgb(230, 230, 230)"
1608         linecolor: "rgb(220, 220, 220)"
1609         linewidth: 1
1610         showgrid: True
1611         showline: True
1612         showticklabels: True
1613         tickcolor: "rgb(220, 220, 220)"
1614         tickmode: "linear"
1615         tickfont:
1616           size: 14
1617         zeroline: False
1618       yaxis:
1619         title: "<b>Bandwidth [Gbps]</b>"
1620         titlefont:
1621           size: 14
1622         gridcolor: "rgb(230, 230, 230)"
1623         hoverformat: ".4s"
1624         linecolor: "rgb(220, 220, 220)"
1625         linewidth: 1
1626         rangemode: "tozero"
1627         showgrid: True
1628         showline: True
1629         showticklabels: True
1630         tickcolor: "rgb(230, 230, 230)"
1631         tickformat: ".3s"
1632         tickfont:
1633           size: 14
1634         zeroline: False
1635       autosize: False
1636       margin:
1637         t: 50
1638         b: 20
1639         l: 80
1640         r: 20
1641       showlegend: True
1642       legend:
1643         orientation: "h"
1644         font:
1645           size: 14
1646       width: 700
1647       height: 800
1648       paper_bgcolor: "#fff"
1649       plot_bgcolor: "#fff"
1650       hoverlabel:
1651         namelength: -1
1652
1653     plot-throughput:
1654       titlefont:
1655         size: 16
1656       xaxis:
1657         title: "<b>Test Cases [Index]</b>"
1658         titlefont:
1659           size: 14
1660         autorange: True
1661         fixedrange: False
1662         gridcolor: "rgb(230, 230, 230)"
1663         linecolor: "rgb(220, 220, 220)"
1664         linewidth: 1
1665         showgrid: True
1666         showline: True
1667         showticklabels: True
1668         tickcolor: "rgb(220, 220, 220)"
1669         tickmode: "linear"
1670         tickfont:
1671           size: 14
1672         zeroline: False
1673       yaxis:
1674         title: "<b>Packet Throughput [Mpps]</b>"
1675         titlefont:
1676           size: 14
1677         gridcolor: "rgb(230, 230, 230)"
1678         hoverformat: ".4r"
1679         tickformat: ".3r"
1680         linecolor: "rgb(220, 220, 220)"
1681         linewidth: 1
1682         showgrid: True
1683         showline: True
1684         showticklabels: True
1685         tickcolor: "rgb(220, 220, 220)"
1686         tickfont:
1687           size: 14
1688         zeroline: False
1689         range: [0,50]
1690       autosize: False
1691       margin:
1692         t: 50
1693         b: 0
1694         l: 80
1695         r: 20
1696       showlegend: True
1697       legend:
1698         orientation: "h"
1699         font:
1700           size: 14
1701       width: 700
1702       height: 900
1703       paper_bgcolor: "#fff"
1704       plot_bgcolor: "#fff"
1705       hoverlabel:
1706         namelength: -1
1707
1708     plot-throughput-speedup-analysis:
1709       titlefont:
1710         size: 16
1711       xaxis:
1712         title: "<b>Number of Cores [Qty]</b>"
1713         titlefont:
1714           size: 14
1715         autorange: True
1716         fixedrange: False
1717         gridcolor: "rgb(230, 230, 230)"
1718         linecolor: "rgb(220, 220, 220)"
1719         linewidth: 1
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(238, 238, 238)"
1724         tickmode: "linear"
1725         tickfont:
1726           size: 14
1727         zeroline: False
1728       yaxis:
1729         title: "<b>Packet Throughput [Mpps]</b>"
1730         titlefont:
1731           size: 14
1732         type: "linear"
1733         gridcolor: "rgb(230, 230, 230)"
1734         hoverformat: ".4s"
1735         linecolor: "rgb(220, 220, 220)"
1736         linewidth: 1
1737         showgrid: True
1738         showline: True
1739         showticklabels: True
1740         tickcolor: "rgb(220, 220, 220)"
1741         tickformat: ".4s"
1742         tickfont:
1743           size: 14
1744         zeroline: True
1745         rangemode: "tozero"
1746         range: [0,100]
1747       legend:
1748         orientation: "h"
1749         font:
1750           size: 14
1751         xanchor: "left"
1752         yanchor: "top"
1753         x: 0
1754         y: -0.2
1755         bgcolor: "rgba(255, 255, 255, 0)"
1756         bordercolor: "rgba(255, 255, 255, 0)"
1757         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1758       autosize: False
1759       margin:
1760           't': 50
1761           'b': 150
1762           'l': 85
1763           'r': 10
1764       showlegend: True
1765       width: 700
1766       height: 700
1767       paper_bgcolor: "#fff"
1768       plot_bgcolor: "#fff"
1769       hoverlabel:
1770         namelength: -1
1771       annotations: [
1772         {
1773           text: "_ _          __          ...",
1774           align: "left",
1775           showarrow: False,
1776           xref: "paper",
1777           yref: "paper",
1778           xanchor: "left",
1779           yanchor: "top",
1780           x: 0,
1781           y: -0.13,
1782           font: {
1783             family: "Consolas, Courier New",
1784             size: 13
1785           },
1786         },
1787         {
1788           text: "    Perfect     Measured     Limit",
1789           align: "left",
1790           showarrow: False,
1791           xref: "paper",
1792           yref: "paper",
1793           xanchor: "left",
1794           yanchor: "top",
1795           x: 0,
1796           y: -0.15,
1797           font: {
1798             family: "Consolas, Courier New",
1799             size: 13
1800           },
1801         },
1802       ]
1803
1804     plot-latency:
1805       titlefont:
1806         size: 16
1807       xaxis:
1808         title: "<b>Direction</b>"
1809         titlefont:
1810           size: 14
1811         autorange: True
1812         fixedrange: False
1813         gridcolor: "rgb(230, 230, 230)"
1814         linecolor: "rgb(220, 220, 220)"
1815         linewidth: 1
1816         showgrid: True
1817         showline: True
1818         showticklabels: False
1819         tickcolor: "rgb(220, 220, 220)"
1820         tickmode: "linear"
1821         tickfont:
1822           size: 14
1823         zeroline: False
1824       yaxis:
1825         title: "<b>Packet Latency [uSec]</b>"
1826         titlefont:
1827           size: 14
1828         type: "linear"
1829         gridcolor: "rgb(230, 230, 230)"
1830         hoverformat: ".4s"
1831         linecolor: "rgb(220, 220, 220)"
1832         linewidth: 1
1833         showgrid: True
1834         showline: True
1835         showticklabels: True
1836         tickcolor: "rgb(220, 220, 220)"
1837         tickformat: ".4s"
1838         tickfont:
1839           size: 14
1840         zeroline: True
1841         rangemode: "tozero"
1842       legend:
1843         orientation: "h"
1844         font:
1845           size: 14
1846         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1847       autosize: False
1848       margin:
1849           't': 50
1850           'b': 150
1851           'l': 80
1852           'r': 10
1853       showlegend: True
1854       width: 700
1855       height: 700
1856       paper_bgcolor: "#fff"
1857       plot_bgcolor: "#fff"
1858       hoverlabel:
1859         namelength: -1
1860
1861     plot-hdrh-latency:
1862       title:
1863         text: ""
1864         xanchor: "center"
1865         x: 0.5
1866         font:
1867           size: 16
1868       width: 700
1869       plot_bgcolor: "white"
1870       annotations:
1871         - font:
1872             size: 14
1873           showarrow: False
1874           text: "<b>Packet Latency [uSec]</b>"
1875           x: 1
1876           xanchor: "right"
1877           xref: "paper"
1878           y: -0.045
1879           yanchor: "top"
1880           yref: "paper"
1881         - font:
1882             size: 14
1883           showarrow: False
1884           text: "<b>Probability [%]</b>"
1885           textangle: 270
1886           x: -0.06
1887           xanchor: "center"
1888           xref: "paper"
1889           y: 0.5
1890           yanchor: "middle"
1891           yref: "paper"
1892         - font:
1893             size: 14
1894           showarrow: False
1895           text: "<b>Direction: E-W</b>"
1896           x: 0.24
1897           xanchor: "center"
1898           xref: "paper"
1899           y: 1.05
1900           yanchor: "bottom"
1901           yref: "paper"
1902         - font:
1903             size: 14
1904           showarrow: False
1905           text: "<b>Direction: W-E</b>"
1906           x: 0.74
1907           xanchor: "center"
1908           xref: "paper"
1909           y: 1.05
1910           yanchor: "bottom"
1911           yref: "paper"
1912
1913     plot-hdrh-latency-percentile:
1914       title:
1915         text: ""
1916         xanchor: "center"
1917         x: 0.5
1918         font:
1919           size: 16
1920       xaxis:
1921         type: "log"
1922         title: "<b>Percentile [%]</b>"
1923         titlefont:
1924           size: 14
1925         autorange: True
1926         fixedrange: False
1927         gridcolor: "rgb(230, 230, 230)"
1928         linecolor: "rgb(220, 220, 220)"
1929         linewidth: 1
1930         showgrid: True
1931         showline: True
1932         showticklabels: True
1933         tickcolor: "rgb(220, 220, 220)"
1934         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
1935         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
1936         tickfont:
1937           size: 14
1938       yaxis:
1939         title: "<b>Packet Latency [uSec]</b>"
1940         titlefont:
1941           size: 14
1942         gridcolor: "rgb(230, 230, 230)"
1943         linecolor: "rgb(220, 220, 220)"
1944         linewidth: 1
1945         showgrid: True
1946         showline: True
1947         showticklabels: True
1948         tickcolor: "rgb(220, 220, 220)"
1949         tickfont:
1950           size: 14
1951       autosize: False
1952       showlegend: True
1953       legend:
1954         traceorder: "normal"
1955         orientation: "h"
1956         font:
1957           size: 14
1958         xanchor: "left"
1959         yanchor: "top"
1960         x: 0
1961         y: -0.15
1962         bgcolor: "rgba(255, 255, 255, 0)"
1963         bordercolor: "rgba(255, 255, 255, 0)"
1964       width: 700
1965       height: 700
1966       paper_bgcolor: "white"
1967       plot_bgcolor: "white"
1968
1969     plot-hdrh-latency-by-percentile:
1970       title:
1971         text: "<b>Latency by Percentile Distribution</b>"
1972         xanchor: "center"
1973         x: 0.5
1974         font:
1975           size: 18
1976       showlegend: True
1977       legend:
1978         traceorder: "normal"
1979         orientation: "h"
1980         font:
1981           size: 16
1982         xanchor: "left"
1983         yanchor: "top"
1984         x: 0
1985         y: -0.2
1986         bgcolor: "rgba(255, 255, 255, 0)"
1987         bordercolor: "rgba(255, 255, 255, 0)"
1988       xaxis:
1989         type: "linear"
1990         title: "<b>Percentile [%]</b>"
1991         titlefont:
1992           size: 14
1993         autorange: False
1994         fixedrange: False
1995         range: [0, 100]
1996         gridcolor: "rgb(230, 230, 230)"
1997         linecolor: "rgb(220, 220, 220)"
1998         linewidth: 1
1999         showgrid: True
2000         showline: True
2001         showticklabels: True
2002         tickcolor: "rgb(220, 220, 220)"
2003         tickvals: [0, 25, 50, 75, 100]
2004         ticktext: [0, 25, 50, 75, 100]
2005         tickfont:
2006           size: 14
2007       yaxis:
2008         title: "<b>One-Way Latency per Direction [uSec]</b>"
2009         titlefont:
2010           size: 14
2011         gridcolor: "rgb(230, 230, 230)"
2012         linecolor: "rgb(220, 220, 220)"
2013         linewidth: 1
2014         showgrid: True
2015         showline: True
2016         showticklabels: True
2017         tickcolor: "rgb(220, 220, 220)"
2018         tickfont:
2019           size: 14
2020       width: 700
2021       height: 700
2022       paper_bgcolor: "white"
2023       plot_bgcolor: "white"
2024
2025 - type: "static"
2026   src-path: "{DIR[RST]}"
2027   dst-path: "{DIR[WORKING,SRC]}"
2028
2029 - type: "input"
2030   general:
2031     file-name: "output_info.xml.gz"
2032     file-format: ".gz"
2033     arch-file-format:
2034       - ".gz"
2035       - ".zip"
2036     download-path: "{job}/{build}/archives/{filename}"
2037     extract: "output.xml"
2038
2039     zip-file-name: "robot-plugin.zip"
2040     zip-file-format: ".zip"
2041     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2042     zip-extract: "robot-plugin/output.xml"
2043
2044   builds:
2045
2046     csit-vpp-perf-verify-2001-3n-hsw:
2047       - 17  # MRR sel
2048     csit-vpp-perf-report-iterative-2005-3n-hsw:
2049       - 20  # NDRPDR sel env 4
2050       - 21  # NDRPDR sel env 4
2051       - 22  # NDRPDR sel env 4
2052       - 23  # NDRPDR sel env 4
2053       - 24  # NDRPDR sel env 4
2054       - 25  # NDRPDR sel env 4
2055       - 26  # NDRPDR sel env 4
2056       - 27  # NDRPDR sel env 4
2057       - 28  # NDRPDR sel env 4
2058       - 29  # NDRPDR sel env 4
2059       - 30  # MRR env 4
2060       - 31  # NDRPDR sel 2001.0-4
2061       - 32  # NDRPDR sel 2001.0-4
2062       - 33  # NDRPDR sel 2001.0-4
2063       - 34  # NDRPDR sel 2001.0-4
2064       - 35  # NDRPDR sel 2001.0-4
2065       - 36  # NDRPDR sel 2001.0-4
2066       - 38  # NDRPDR sel 2001.0-4
2067     csit-vpp-perf-report-iterative-2009-3n-hsw:
2068       - 18  # rls2005 MRR iter env 5
2069       - 9   # rls2005 NDRPDR iter env 5
2070       - 10  # rls2005 NDRPDR iter env 5
2071       - 11  # rls2005 NDRPDR iter env 5
2072       - 12  # rls2005 NDRPDR iter env 5
2073       - 13  # rls2005 NDRPDR iter env 5
2074       - 14  # rls2005 NDRPDR iter env 5
2075       - 15  # rls2005 NDRPDR iter env 5
2076       - 16  # rls2005 NDRPDR iter env 5
2077       - 17  # rls2005 NDRPDR iter env 5
2078       - 19  # rls2005 NDRPDR iter env 5
2079       - 23  # rls2009 MRR iter env 5
2080       - 21  # rls2009 NDRPDR iter env 5
2081       - 22  # rls2009 NDRPDR iter env 5
2082       - 24  # rls2009 NDRPDR iter env 5
2083       - 25  # rls2009 NDRPDR iter env 5
2084       - 26  # rls2009 NDRPDR iter env 5
2085       - 27  # rls2009 NDRPDR iter env 5
2086       - 28  # rls2009 NDRPDR iter env 5
2087       - 29  # rls2009 NDRPDR iter env 5
2088       - 30  # rls2009 NDRPDR iter env 5
2089       - 31  # rls2009 NDRPDR iter env 5
2090       - 32  # rls2009 Hoststack iter env 5
2091       - 33  # rls2009 Hoststack iter env 5
2092       - 34  # rls2009 Hoststack iter env 5
2093       - 35  # rls2009 Hoststack iter env 5
2094       - 36  # rls2009 Hoststack iter env 5
2095       - 37  # rls2009 Hoststack iter env 5
2096       - 38  # rls2009 Hoststack iter env 5
2097       - 39  # rls2009 Hoststack iter env 5
2098       - 40  # rls2009 Hoststack iter env 5
2099       - 41  # rls2009 Hoststack iter env 5
2100     csit-vpp-perf-report-coverage-2009-3n-hsw:
2101       - 3   # rls2009 NDRPDR cov 3n-hsw-crypto-00
2102       - 4   # rls2009 NDRPDR cov 3n-hsw-crypto-01
2103       - 5   # rls2009 NDRPDR cov 3n-hsw-crypto-02
2104       - 6   # rls2009 NDRPDR cov 3n-hsw-crypto-03
2105       - 7   # rls2009 NDRPDR cov 3n-hsw-ip4-00
2106       - 8   # rls2009 NDRPDR cov 3n-hsw-ip4-01
2107       - 9   # rls2009 NDRPDR cov 3n-hsw-ip4-02
2108       - 10  # rls2009 NDRPDR cov 3n-hsw-ip4-03
2109       - 11  # rls2009 NDRPDR cov 3n-hsw-ip4-04
2110       - 12  # rls2009 NDRPDR cov 3n-hsw-ip4-05
2111       - 13  # rls2009 NDRPDR cov 3n-hsw-ip4-06
2112       - 14  # rls2009 NDRPDR cov 3n-hsw-ip4-07
2113       - 15  # rls2009 NDRPDR cov 3n-hsw-ip4tun-00
2114       - 16  # rls2009 NDRPDR cov 3n-hsw-ip4tun-01
2115       - 17  # rls2009 NDRPDR cov 3n-hsw-ip4tun-02
2116       - 18  # rls2009 NDRPDR cov 3n-hsw-ip6-00
2117       - 19  # rls2009 NDRPDR cov 3n-hsw-ip6-01
2118       - 20  # rls2009 NDRPDR cov 3n-hsw-ip6tun-00
2119       - 21  # rls2009 NDRPDR cov 3n-hsw-l2-00
2120       - 22  # rls2009 NDRPDR cov 3n-hsw-l2-01
2121       - 23  # rls2009 NDRPDR cov 3n-hsw-l2-01
2122       - 24  # rls2009 NDRPDR cov 3n-hsw-l2-03
2123       - 25  # rls2009 NDRPDR cov 3n-hsw-l2-04
2124       - 26  # rls2009 NDRPDR cov 3n-hsw-l2-05
2125       - 27  # rls2009 NDRPDR cov 3n-hsw-l2-06
2126       - 28  # rls2009 NDRPDR cov 3n-hsw-l2-07
2127       - 29  # rls2009 NDRPDR cov 3n-hsw-l2-08
2128       - 30  # rls2009 NDRPDR cov 3n-hsw-l2-09
2129       - 31  # rls2009 NDRPDR cov 3n-hsw-l2-10
2130       - 32  # rls2009 NDRPDR cov 3n-hsw-memif-00
2131       - 33  # rls2009 NDRPDR cov 3n-hsw-srv6-00
2132       - 34  # rls2009 NDRPDR cov 3n-hsw-srv6-01
2133       - 35  # rls2009 NDRPDR cov 3n-hsw-vhost-00
2134       - 36  # rls2009 NDRPDR cov 3n-hsw-vhost-01
2135       - 37  # rls2009 NDRPDR cov 3n-hsw-vhost-02
2136
2137     csit-vpp-perf-verify-2001-3n-skx:
2138       - 50  # MRR sel
2139       - 53  # MRR sel addition
2140     csit-vpp-perf-report-iterative-2005-3n-skx:
2141       - 4   # NDRPDR sel
2142       - 5   # NDRPDR sel ??? all x710 failed
2143       - 33  # NDRPDR sel
2144       - 28  # NDRPDR sel
2145       - 34  # NDRPDR sel
2146       - 42  # NDRPDR sel env 4
2147       - 43  # NDRPDR sel env 4
2148       - 44  # NDRPDR sel env 4
2149       - 45  # NDRPDR sel env 4
2150       - 47  # NDRPDR sel env 4
2151       - 55  # NDRPDR sel env 4
2152       - 56  # NDRPDR sel env 4
2153       - 57  # NDRPDR sel env 4
2154       - 61  # NDRPDR sel env 4
2155       - 62  # NDRPDR sel env 4
2156       - 50  # NDRPDR sel 2001.0-4
2157       - 51  # NDRPDR sel 2001.0-4
2158       - 52  # NDRPDR sel 2001.0-4
2159       - 53  # NDRPDR sel 2001.0-4
2160       - 54  # NDRPDR sel 2001.0-4
2161       - 49  # MRR sel env 4
2162     # TODO: Add:
2163     csit-vpp-perf-report-iterative-2009-3n-skx:
2164       - 17  # rls2005 MRR iter env 5
2165       - 13  # rls2005 NDRPDR iter env 5
2166       - 18  # rls2005 NDRPDR iter env 5
2167       - 19  # rls2005 NDRPDR iter env 5
2168       - 24  # rls2009 MRR iter env 5
2169       - 26  # rls2009 NDRPDR iter env 5
2170       - 27  # rls2009 NDRPDR iter env 5
2171       - 28  # rls2009 NDRPDR iter env 5
2172       - 29  # rls2009 NDRPDR iter env 5
2173     # TODO: Add:
2174 #    csit-vpp-perf-report-coverage-2009-3n-skx:
2175 #      -
2176
2177     csit-vpp-perf-verify-2001-2n-skx:
2178       - 101  # MRR sel - old
2179       - 128  # MRR sel addition - old
2180     csit-vpp-perf-report-iterative-2005-2n-skx:
2181       - 88  # NDRPDR sel env 4
2182       - 89  # NDRPDR sel env 4
2183       - 90  # NDRPDR sel env 4
2184       - 91  # NDRPDR sel env 4
2185       - 92  # NDRPDR sel env 4
2186       - 93  # NDRPDR sel env 4
2187       - 94  # NDRPDR sel env 4
2188       - 125 # NDRPDR sel env 4
2189       - 126 # NDRPDR sel env 4
2190       - 127 # NDRPDR sel env 4
2191       - 100 # NDRPDR sel 2001.0-4
2192       - 101 # NDRPDR sel 2001.0-4
2193       - 102 # NDRPDR sel 2001.0-4
2194       - 103 # NDRPDR sel 2001.0-4
2195       - 104 # NDRPDR sel 2001.0-4
2196       - 105 # NDRPDR sel 2001.0-4
2197       - 99  # MRR sel env 4
2198     # TODO: Add:
2199     csit-vpp-perf-report-iterative-2009-2n-skx:
2200       - 20  # rls2005 MRR iter env 5
2201       - 13  # rls2005 NDRPDR iter env 5
2202       - 16  # rls2005 NDRPDR iter env 5
2203       - 17  # rls2005 NDRPDR iter env 5
2204       - 18  # rls2005 NDRPDR iter env 5
2205       - 19  # rls2005 NDRPDR iter env 5
2206       - 21  # rls2005 NDRPDR iter env 5
2207       - 22  # rls2005 NDRPDR iter env 5
2208       - 23  # rls2005 NDRPDR iter env 5
2209       - 24  # rls2005 NDRPDR iter env 5
2210       - 25  # rls2005 NDRPDR iter env 5
2211       - 26  # rls2009 MRR iter env 5
2212       - 35  # rls2009 NDRPDR iter env 5
2213       - 36  # rls2009 NDRPDR iter env 5
2214       - 37  # rls2009 NDRPDR iter env 5
2215       - 39  # rls2009 NDRPDR iter env 5
2216       - 40  # rls2009 NDRPDR iter env 5
2217       - 42  # rls2009 NDRPDR iter env 5
2218       - 43  # rls2009 NDRPDR iter env 5
2219       - 44  # rls2009 NDRPDR iter env 5
2220       - 46  # rls2009 NDRPDR iter env 5
2221       - 48  # rls2009 NDRPDR iter env 5
2222       - 51  # rls2009 NDRPDR iter NAT44 env 5
2223       - 52  # rls2009 NDRPDR iter NAT44 env 5
2224       - 53  # rls2009 NDRPDR iter NAT44 env 5
2225       - 54  # rls2009 NDRPDR iter NAT44 env 5
2226       - 55  # rls2009 NDRPDR iter NAT44 env 5
2227       - 56  # rls2009 NDRPDR iter NAT44 env 5
2228       - 57  # rls2009 NDRPDR iter NAT44 env 5
2229       - 58  # rls2009 NDRPDR iter NAT44 env 5
2230       - 59  # rls2009 NDRPDR iter NAT44 env 5
2231       - 60  # rls2009 NDRPDR iter NAT44 env 5
2232       - 38  # rls2009 nf-density iter env 5
2233       - 41  # rls2009 nf-density iter env 5
2234       - 45  # rls2009 nf-density iter env 5
2235       - 47  # rls2009 nf-density iter env 5
2236       - 49  # rls2009 nf-density iter env 5
2237       - 63  # rls2009 nf-density iter env 5
2238       - 65  # rls2009 nf-density iter env 5
2239       - 66  # rls2009 nf-density iter env 5
2240       - 71  # rls2009 nf-density iter env 5
2241       - 72  # rls2009 nf-density iter env 5
2242       - 50  # rls2009 MRR nf-density iter env 5
2243       - 27  # rls2009 reconf env 5
2244       - 28  # rls2009 reconf env 5
2245       - 29  # rls2009 reconf env 5
2246       - 30  # rls2009 reconf env 5
2247       - 31  # rls2009 reconf env 5
2248       - 32  # rls2009 reconf env 5
2249       - 61  # rls2009 reconf env 5
2250       - 62  # rls2009 reconf env 5
2251       - 68  # rls2009 reconf env 5
2252       - 70  # rls2009 reconf env 5
2253       - 33  # rls2009 soak env 5
2254       - 34  # rls2009 soak env 5
2255     # TODO: Add:
2256     csit-vpp-perf-report-coverage-2009-2n-skx:
2257       - 18  # rls2009 NDRPDR cov 2n-skx-ip4-00
2258       - 10  # rls2009 NDRPDR cov 2n-skx-ip4-02
2259       - 20  # rls2009 NDRPDR cov 2n-skx-ip4-03
2260       - 13  # rls2009 NDRPDR cov 2n-skx-ip4-05
2261       - 27  # rls2009 NDRPDR cov 2n-skx-memif-00
2262       - 30  # rls2009 NDRPDR cov 2n-skx-vts-00
2263
2264     csit-vpp-perf-verify-2001-2n-clx:
2265       - 39  # MRR
2266     csit-vpp-perf-report-iterative-2005-2n-clx:
2267       - 62  # NDRPDR sel env 4
2268       - 63  # NDRPDR sel env 4
2269       - 64  # NDRPDR sel env 4
2270       - 65  # NDRPDR sel env 4
2271       - 66  # NDRPDR sel env 4
2272       - 68  # NDRPDR sel env 4
2273       - 69  # NDRPDR sel env 4
2274       - 70  # NDRPDR sel env 4
2275       - 103 # NDRPDR sel env 4
2276       - 104 # NDRPDR sel env 4
2277       - 73  # NDRPDR sel 2001.0-4
2278       - 74  # NDRPDR sel 2001.0-4
2279       - 75  # NDRPDR sel 2001.0-4
2280       - 76  # NDRPDR sel 2001.0-4
2281       - 77  # NDRPDR sel 2001.0-4
2282       - 78  # NDRPDR sel 2001.0-4
2283       - 79  # NDRPDR sel 2001.0-4
2284       - 80  # NDRPDR sel 2001.0-4
2285       - 72  # MRR env 4
2286     # TODO: Add:
2287     csit-vpp-perf-report-iterative-2009-2n-clx:
2288       - 16  # rls2005 MRR iter env 5
2289       - 13  # rls2005 NDRPDR iter env 5
2290       - 15  # rls2005 NDRPDR iter env 5
2291       - 17  # rls2005 NDRPDR iter env 5
2292       - 18  # rls2005 NDRPDR iter env 5
2293       - 19  # rls2005 NDRPDR iter env 5
2294       - 20  # rls2005 NDRPDR iter env 5
2295       - 21  # rls2005 NDRPDR iter env 5
2296       - 22  # rls2005 NDRPDR iter env 5
2297       - 23  # rls2005 NDRPDR iter env 5
2298       - 24  # rls2005 NDRPDR iter env 5
2299       - 35  # rls2009 MRR iter env 5
2300       - 36  # rls2009 NDRPDR iter env 5
2301       - 38  # rls2009 NDRPDR iter env 5
2302       - 39  # rls2009 NDRPDR iter env 5
2303       - 40  # rls2009 NDRPDR iter env 5
2304       - 41  # rls2009 NDRPDR iter env 5
2305       - 42  # rls2009 NDRPDR iter env 5
2306       - 37  # rls2009 nf-density iter env 5
2307       - 43  # rls2009 nf-density iter env 5
2308       - 45  # rls2009 MRR nf-density iter env 5
2309       - 25  # rls2009 reconf env 5
2310       - 27  # rls2009 reconf env 5
2311       - 28  # rls2009 reconf env 5
2312       - 29  # rls2009 reconf env 5
2313       - 30  # rls2009 reconf env 5
2314       - 30  # rls2009 reconf env 5
2315       - 32  # rls2009 reconf env 5
2316       - 48  # rls2009 reconf env 5
2317       - 53  # rls2009 reconf env 5
2318       - 33  # rls2009 soak env 5
2319       - 34  # rls2009 soak env 5
2320     # TODO: Add:
2321 #    csit-vpp-perf-report-coverage-2009-2n-clx:
2322 #      -
2323
2324     csit-vpp-perf-verify-2001-3n-tsh:
2325       - 9   # MRR sel
2326     csit-vpp-perf-report-iterative-2005-3n-tsh:
2327       - 23  # NDRPDR sel env 4
2328       - 25  # NDRPDR sel env 4
2329       - 33  # NDRPDR sel env 4
2330       - 34  # NDRPDR sel env 4
2331       - 35  # NDRPDR sel env 4
2332       - 36  # NDRPDR sel env 4
2333       - 37  # NDRPDR sel env 4
2334       - 38  # NDRPDR sel env 4
2335       - 39  # NDRPDR sel env 4
2336       - 40  # NDRPDR sel env 4
2337       - 28  # NDRPDR sel 2001.0-4
2338       - 29  # NDRPDR sel 2001.0-4
2339       - 31  # NDRPDR sel 2001.0-4
2340       - 27  # MRR sel env 4
2341     # TODO: Add:
2342     csit-vpp-perf-report-iterative-2009-3n-tsh:
2343       - 8   # rls2005 NDRPDR iter env 5
2344       - 11  # rls2005 NDRPDR iter env 5
2345       - 12  # rls2005 NDRPDR iter env 5
2346       - 13  # rls2005 MRR iter env 5
2347       - 14  # rls2009 NDRPDR iter env 5
2348       - 15  # rls2006 MRR iter env 5
2349 #    csit-vpp-perf-report-coverage-2009-3n-tsh:
2350 #      -
2351
2352     csit-vpp-perf-verify-2001-3n-dnv:
2353       - 5   # NDRPDR sel
2354       - 6   # NDRPDR sel
2355       - 7   # NDRPDR sel
2356       - 8   # NDRPDR sel
2357       - 9   # NDRPDR sel
2358       - 10  # NDRPDR sel
2359       - 12  # NDRPDR sel
2360       - 16  # NDRPDR sel
2361       - 17  # NDRPDR sel
2362       - 18  # NDRPDR sel
2363       - 11  # MRR sel
2364     # TODO: Add:
2365     csit-vpp-perf-report-iterative-2009-3n-dnv:
2366       - 16  # rls2005 NDRPDR iter env 5
2367       - 19  # rls2005 MRR iter env 5
2368       - 3   # rls2009 NDRPDR iter env 5
2369       - 6   # rls2009 NDRPDR iter env 5
2370       - 7   # rls2009 NDRPDR iter env 5
2371       - 8   # rls2009 NDRPDR iter env 5
2372       - 10  # rls2009 NDRPDR iter env 5
2373       - 11  # rls2009 NDRPDR iter env 5
2374       - 12  # rls2009 NDRPDR iter env 5
2375       - 14  # rls2009 NDRPDR iter env 5
2376       - 15  # rls2009 NDRPDR iter env 5
2377       - 22  # rls2009 MRR iter env 5
2378     # TODO: Add:
2379     csit-vpp-perf-report-coverage-2009-3n-dnv:
2380       - 10  # rls2009 NDRPDR cov 3n-dnv-crypto-00
2381       - 2   # rls2009 NDRPDR cov 3n-dnv-crypto-01
2382       - 12  # rls2009 NDRPDR cov 3n-dnv-ip4-01
2383       - 16  # rls2009 NDRPDR cov 3n-dnv-l2-00
2384
2385     csit-vpp-perf-verify-2001-2n-dnv:
2386       - 4   # NDRPDR sel
2387       - 5   # NDRPDR sel
2388       - 6   # NDRPDR sel
2389       - 7   # NDRPDR sel
2390       - 8   # NDRPDR sel
2391       - 9   # NDRPDR sel
2392       - 10  # NDRPDR sel
2393       - 11  # NDRPDR sel
2394       - 13  # NDRPDR sel
2395       - 16  # NDRPDR sel
2396       - 12  # MRR sel
2397     csit-vpp-perf-report-iterative-2009-2n-dnv:
2398       - 16  # rls2005 NDRPDR iter env 5
2399       - 17  # rls2005 NDRPDR iter env 5
2400       - 18  # rls2005 NDRPDR iter env 5
2401       - 19  # rls2005 NDRPDR iter env 5
2402       - 21  # rls2005 NDRPDR iter env 5
2403       - 24  # rls2005 NDRPDR iter env 5
2404       - 27  # rls2005 NDRPDR iter env 5
2405       - 28  # rls2005 NDRPDR iter env 5
2406       - 29  # rls2005 NDRPDR iter env 5
2407       - 30  # rls2005 NDRPDR iter env 5
2408       - 23  # rls2005 MRR iter env 5
2409       - 3   # rls2009 NDRPDR iter env 5
2410       - 5   # rls2009 NDRPDR iter env 5
2411       - 6   # rls2009 NDRPDR iter env 5
2412       - 7   # rls2009 NDRPDR iter env 5
2413       - 9   # rls2009 NDRPDR iter env 5
2414       - 10  # rls2009 NDRPDR iter env 5
2415       - 11  # rls2009 NDRPDR iter env 5
2416       - 12  # rls2009 NDRPDR iter env 5
2417       - 14  # rls2009 NDRPDR iter env 5
2418       - 15  # rls2009 NDRPDR iter env 5
2419       - 13  # rls2009 MRR iter env 5
2420     csit-vpp-perf-report-coverage-2009-2n-dnv:
2421       - 2   # rls2009 NDRPDR cov 2n-dnv-ip4-00
2422       - 3   # rls2009 NDRPDR cov 2n-dnv-ip4-01
2423       - 4   # rls2009 NDRPDR cov 2n-dnv-ip6-00
2424       - 5   # rls2009 NDRPDR cov 2n-dnv-ip6-01
2425       - 6   # rls2009 NDRPDR cov 2n-dnv-l2-00
2426       - 7   # rls2009 NDRPDR cov 2n-dnv-l2-01
2427
2428     csit-dpdk-perf-verify-2001-3n-hsw:
2429       - 4   # NDRPDR sel
2430       - 5   # NDRPDR sel
2431       - 6   # NDRPDR sel
2432       - 7   # NDRPDR sel
2433       - 8   # NDRPDR sel
2434       - 9   # NDRPDR sel
2435       - 10  # NDRPDR sel
2436       - 11  # NDRPDR sel
2437       - 12  # NDRPDR sel
2438       - 13  # NDRPDR sel
2439       - 15  # NDRPDR sel
2440       - 16  # NDRPDR sel
2441       - 17  # NDRPDR sel
2442       - 18  # NDRPDR sel
2443       - 19  # NDRPDR sel
2444       - 20  # NDRPDR sel
2445       - 21  # NDRPDR sel
2446       - 22  # NDRPDR sel
2447       - 23  # NDRPDR sel
2448       - 24  # NDRPDR sel
2449     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2450       - 25  # NDRPDR iter
2451       - 26  # NDRPDR iter
2452       - 27  # NDRPDR iter
2453       - 28  # NDRPDR iter
2454       - 29  # NDRPDR iter
2455       - 30  # NDRPDR iter
2456       - 31  # NDRPDR iter
2457       - 32  # NDRPDR iter
2458       - 33  # NDRPDR iter
2459       - 34  # NDRPDR iter
2460     csit-dpdk-perf-report-iterative-2009-3n-hsw:
2461       - 6   # NDRPDR iter env5
2462       - 7   # NDRPDR iter env5
2463       - 8   # NDRPDR iter env5
2464       - 9   # NDRPDR iter env5
2465       - 10  # NDRPDR iter env5
2466       - 11  # NDRPDR iter env5
2467       - 12  # NDRPDR iter env5
2468       - 13  # NDRPDR iter env5
2469       - 14  # NDRPDR iter env5
2470       - 15  # NDRPDR iter env5
2471
2472     csit-dpdk-perf-verify-2001-3n-skx:
2473       - 29  # NDRPDR sel xxv710
2474       - 33  # NDRPDR sel xxv710
2475       - 34  # NDRPDR sel xxv710
2476       - 35  # NDRPDR sel xxv710
2477       - 36  # NDRPDR sel xxv710
2478       - 37  # NDRPDR sel xxv710
2479       - 41  # NDRPDR sel xxv710
2480       - 42  # NDRPDR sel xxv710
2481       - 43  # NDRPDR sel xxv710
2482       - 45  # NDRPDR sel xxv710
2483       - 30  # NDRPDR sel x710
2484       - 31  # NDRPDR sel x710
2485       - 32  # NDRPDR sel x710
2486       - 38  # NDRPDR sel x710
2487       - 39  # NDRPDR sel x710
2488       - 40  # NDRPDR sel x710
2489       - 44  # NDRPDR sel x710
2490       - 46  # NDRPDR sel x710
2491       - 47  # NDRPDR sel x710
2492       - 48  # NDRPDR sel x710
2493     csit-dpdk-perf-report-iterative-2005-3n-skx:
2494       - 28  # NDRPDR iter
2495       - 29  # NDRPDR iter
2496       - 30  # NDRPDR iter
2497       - 31  # NDRPDR iter
2498       - 32  # NDRPDR iter
2499       - 33  # NDRPDR iter
2500       - 34  # NDRPDR iter
2501       - 35  # NDRPDR iter
2502       - 36  # NDRPDR iter
2503       - 37  # NDRPDR iter
2504     csit-dpdk-perf-report-iterative-2009-3n-skx:
2505       - 4   # NDRPDR sel env5
2506       - 5   # NDRPDR sel env5
2507       - 6   # NDRPDR sel env5
2508       - 7   # NDRPDR sel env5
2509       - 8   # NDRPDR sel env5
2510       - 9   # NDRPDR sel env5
2511       - 14  # NDRPDR sel env5
2512       - 11  # NDRPDR sel env5
2513       - 12  # NDRPDR sel env5
2514       - 13  # NDRPDR sel env5
2515
2516     csit-dpdk-perf-verify-2001-2n-skx:
2517       - 35  # NDRPDR sel xxv710
2518       - 36  # NDRPDR sel xxv710
2519       - 37  # NDRPDR sel xxv710
2520       - 41  # NDRPDR sel xxv710
2521       - 42  # NDRPDR sel xxv710
2522       - 43  # NDRPDR sel xxv710
2523       - 46  # NDRPDR sel xxv710
2524       - 47  # NDRPDR sel xxv710
2525       - 52  # NDRPDR sel xxv710
2526       - 53  # NDRPDR sel xxv710
2527       - 38  # NDRPDR sel x710
2528       - 39  # NDRPDR sel x710
2529       - 40  # NDRPDR sel x710
2530       - 44  # NDRPDR sel x710
2531       - 45  # NDRPDR sel x710
2532       - 48  # NDRPDR sel x710
2533       - 49  # NDRPDR sel x710
2534       - 50  # NDRPDR sel x710
2535       - 51  # NDRPDR sel x710
2536       - 54  # NDRPDR sel x710
2537     csit-dpdk-perf-report-iterative-2005-2n-skx:
2538       - 20  # NDRPDR iter
2539       - 21  # NDRPDR iter
2540       - 22  # NDRPDR iter
2541       - 23  # NDRPDR iter
2542       - 24  # NDRPDR iter
2543       - 25  # NDRPDR iter
2544       - 26  # NDRPDR iter
2545       - 27  # NDRPDR iter
2546       - 28  # NDRPDR iter
2547       - 29  # NDRPDR iter
2548     csit-dpdk-perf-report-iterative-2009-2n-skx:
2549       - 4   # NDRPDR iter env5
2550       - 5   # NDRPDR iter env5
2551       - 6   # NDRPDR iter env5
2552       - 7   # NDRPDR iter env5
2553       - 8   # NDRPDR iter env5
2554       - 9   # NDRPDR iter env5
2555       - 10  # NDRPDR iter env5
2556       - 11  # NDRPDR iter env5
2557       - 12  # NDRPDR iter env5
2558       - 13  # NDRPDR iter env5
2559
2560     csit-dpdk-perf-verify-2001-2n-clx:
2561       - 15  # NDRPDR sel
2562       - 16  # NDRPDR sel
2563       - 17  # NDRPDR sel
2564       - 18  # NDRPDR sel
2565       - 19  # NDRPDR sel
2566       - 20  # NDRPDR sel
2567       - 21  # NDRPDR sel
2568       - 22  # NDRPDR sel
2569       - 23  # NDRPDR sel
2570       - 24  # NDRPDR sel
2571       - 25  # NDRPDR sel
2572       - 26  # NDRPDR sel
2573       - 27  # NDRPDR sel
2574       - 28  # NDRPDR sel
2575       - 29  # NDRPDR sel
2576       - 30  # NDRPDR sel
2577       - 31  # NDRPDR sel
2578       - 32  # NDRPDR sel
2579       - 33  # NDRPDR sel
2580       - 34  # NDRPDR sel
2581     csit-dpdk-perf-report-iterative-2005-2n-clx:
2582       - 20  # NDRPDR iter
2583       - 21  # NDRPDR iter
2584       - 22  # NDRPDR iter
2585       - 23  # NDRPDR iter
2586       - 24  # NDRPDR iter
2587       - 25  # NDRPDR iter
2588       - 26  # NDRPDR iter
2589       - 27  # NDRPDR iter
2590       - 28  # NDRPDR iter
2591       - 29  # NDRPDR iter
2592     csit-dpdk-perf-report-iterative-2009-2n-clx:
2593       - 4   # NDRPDR iter env5
2594       - 5   # NDRPDR iter env5
2595       - 6   # NDRPDR iter env5
2596       - 7   # NDRPDR iter env5
2597       - 8   # NDRPDR iter env5
2598       - 9   # NDRPDR iter env5
2599       - 10  # NDRPDR iter env5
2600       - 11  # NDRPDR iter env5
2601       - 12  # NDRPDR iter env5
2602       - 13  # NDRPDR iter env5
2603
2604 #    csit-dpdk-perf-verify-2001-2n-dnv:
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 #      - 18  # NDRPDR sel
2615 #    csit-dpdk-perf-report-iterative-2005-2n-dnv:
2616 #      # No data
2617 #    # csit-dpdk-perf-report-iterative-2009-2n-dnv:
2618 #      # No data
2619
2620 #    csit-dpdk-perf-verify-2001-3n-dnv:
2621 #      - 12  # NDRPDR sel
2622 #      - 13  # NDRPDR sel
2623 #      - 14  # NDRPDR sel
2624 #      - 15  # NDRPDR sel
2625 #      - 16  # NDRPDR sel
2626 #      - 17  # NDRPDR sel
2627 #      - 18  # NDRPDR sel
2628 #      - 19  # NDRPDR sel
2629 #      - 20  # NDRPDR sel
2630 #      - 22  # NDRPDR sel
2631 #    csit-dpdk-perf-report-iterative-2005-3n-dnv:
2632 #      # No data
2633 #    # csit-dpdk-perf-report-iterative-2009-3n-dnv:
2634 #      # No data
2635
2636     csit-dpdk-perf-verify-2001-3n-tsh:
2637       - 3   # NDRPDR sel
2638       - 4   # NDRPDR sel
2639       - 5   # NDRPDR sel
2640       - 9   # NDRPDR sel
2641       - 10  # NDRPDR sel
2642       - 11  # NDRPDR sel
2643       - 12  # NDRPDR sel
2644       - 14  # NDRPDR sel
2645       - 15  # NDRPDR sel
2646       - 18  # NDRPDR sel
2647     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2648       - 5   # NDRPDR sel
2649     # TODO: Add:
2650     csit-dpdk-perf-report-iterative-2009-3n-tsh:
2651       - 1   # NDRPDR iter env5
2652       - 2   # NDRPDR iter env5
2653       - 3   # NDRPDR iter env5
2654       - 4   # NDRPDR iter env5
2655       - 5   # NDRPDR iter env5
2656       - 6   # NDRPDR iter env5
2657       - 7   # NDRPDR iter env5
2658       - 9   # NDRPDR iter env5
2659       - 10  # NDRPDR iter env5
2660
2661     csit-vpp-device-2009-ubuntu1804-1n-skx:
2662       - 131 # rls2009 env 5
2663
2664 - type: "output"
2665   output: "report"
2666   format:
2667     html:
2668     - full
2669 #    pdf:
2670 #    - minimal
2671
2672 ################################################################################
2673 ###                               T A B L E S                                ###
2674 ################################################################################
2675
2676 # VPP Soak vs NDR - 2n-skx
2677 - type: "table"
2678   title: "VPP Soak vs NDR 2n-skx"
2679   algorithm: "table_soak_vs_ndr"
2680   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2681   reference:
2682     title: "NDR"
2683     data: "vpp-soak-vs-ndr-2n-skx-ref"
2684   compare:
2685     title: "Soak"
2686     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2687   data: "vpp-soak-vs-ndr-2n-skx"
2688   include-tests: "NDR"
2689   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2690   parameters:
2691     - "throughput"
2692     - "name"
2693     - "parent"
2694
2695 # VPP Soak vs NDR - 2n-clx
2696 - type: "table"
2697   title: "VPP Soak vs NDR 2n-clx"
2698   algorithm: "table_soak_vs_ndr"
2699   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2700   reference:
2701     title: "NDR"
2702     data: "vpp-soak-vs-ndr-2n-clx-ref"
2703   compare:
2704     title: "Soak"
2705     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2706   data: "vpp-soak-vs-ndr-2n-clx"
2707   include-tests: "NDR"
2708   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2709   parameters:
2710     - "throughput"
2711     - "name"
2712     - "parent"
2713
2714 ################################################################################
2715
2716 ## VPP Compare NICs 3n-skx 2t1c ndr
2717 #- type: "table"
2718 #  title: "VPP Compare NICs 3n-skx 2t1c ndr"
2719 #  algorithm: "table_comparison"
2720 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2721 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2722 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2723 #  columns:
2724 #    - title: "x710"
2725 #      data-set: "vpp-nic-comparison-3n-skx"
2726 #      tag: "NIC_Intel-X710"
2727 #    - title: "xxv710"
2728 #      data-set: "vpp-nic-comparison-3n-skx"
2729 #      tag: "NIC_Intel-XXV710"
2730 #  comparisons:
2731 #    - title: "Diff"
2732 #      reference: 1
2733 #      compare: 2
2734 #  legend:
2735 #    - ""
2736 #    - "x710, xxv710 - NICs tested."
2737 #    - "Diff - difference between x710 and xxv710 NIC."
2738 #
2739 ## VPP Compare NICs 3n-skx 4t2c ndr
2740 #- type: "table"
2741 #  title: "VPP Compare NICs 3n-skx 4t2c ndr"
2742 #  algorithm: "table_comparison"
2743 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2744 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2745 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2746 #  columns:
2747 #    - title: "x710"
2748 #      data-set: "vpp-nic-comparison-3n-skx"
2749 #      tag: "NIC_Intel-X710"
2750 #    - title: "xxv710"
2751 #      data-set: "vpp-nic-comparison-3n-skx"
2752 #      tag: "NIC_Intel-XXV710"
2753 #  comparisons:
2754 #    - title: "Diff"
2755 #      reference: 1
2756 #      compare: 2
2757 #  legend:
2758 #    - ""
2759 #    - "x710, xxv710 - NICs tested."
2760 #    - "Diff - difference between x710 and xxv710 NIC."
2761 #
2762 ## VPP Compare NICs 3n-skx 2t1c pdr
2763 #- type: "table"
2764 #  title: "VPP Compare NICs 3n-skx 2t1c pdr"
2765 #  algorithm: "table_comparison"
2766 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2767 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2768 #  filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2769 #  columns:
2770 #    - title: "x710"
2771 #      data-set: "vpp-nic-comparison-3n-skx"
2772 #      tag: "NIC_Intel-X710"
2773 #    - title: "xxv710"
2774 #      data-set: "vpp-nic-comparison-3n-skx"
2775 #      tag: "NIC_Intel-XXV710"
2776 #  comparisons:
2777 #    - title: "Diff"
2778 #      reference: 1
2779 #      compare: 2
2780 #  legend:
2781 #    - ""
2782 #    - "x710, xxv710 - NICs tested."
2783 #    - "Diff - difference between x710 and xxv710 NIC."
2784 #
2785 ## VPP Compare NICs 3n-skx 4t2c pdr
2786 #- type: "table"
2787 #  title: "VPP Compare NICs 3n-skx 4t2c pdr"
2788 #  algorithm: "table_comparison"
2789 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2790 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2791 #  filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2792 #  columns:
2793 #    - title: "x710"
2794 #      data-set: "vpp-nic-comparison-3n-skx"
2795 #      tag: "NIC_Intel-X710"
2796 #    - title: "xxv710"
2797 #      data-set: "vpp-nic-comparison-3n-skx"
2798 #      tag: "NIC_Intel-XXV710"
2799 #  comparisons:
2800 #    - title: "Diff"
2801 #      reference: 1
2802 #      compare: 2
2803 #  legend:
2804 #    - ""
2805 #    - "x710, xxv710 - NICs tested."
2806 #    - "Diff - difference between x710 and xxv710 NIC."
2807
2808 ## VPP Compare NICs 3n-skx 2t1c mrr
2809 #- type: "table"
2810 #  title: "VPP Compare NICs 3n-skx 2t1c mrr"
2811 #  algorithm: "table_comparison"
2812 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2813 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2814 #  filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2815 #  columns:
2816 #    - title: "x710"
2817 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2818 #      tag: "NIC_Intel-X710"
2819 #    - title: "xxv710"
2820 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2821 #      tag: "NIC_Intel-XXV710"
2822 #  comparisons:
2823 #    - title: "Diff"
2824 #      reference: 1
2825 #      compare: 2
2826 #  legend:
2827 #    - ""
2828 #    - "x710, xxv710 - NICs tested."
2829 #    - "Diff - difference between x710 and xxv710 NIC."
2830 #
2831 ## VPP Compare NICs 3n-skx 4t2c mrr
2832 #- type: "table"
2833 #  title: "VPP Compare NICs 3n-skx 4t2c mrr"
2834 #  algorithm: "table_comparison"
2835 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2836 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2837 #  filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2838 #  columns:
2839 #    - title: "x710"
2840 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2841 #      tag: "NIC_Intel-X710"
2842 #    - title: "xxv710"
2843 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2844 #      tag: "NIC_Intel-XXV710"
2845 #  comparisons:
2846 #    - title: "Diff"
2847 #      reference: 1
2848 #      compare: 2
2849 #  legend:
2850 #    - ""
2851 #    - "x710, xxv710 - NICs tested."
2852 #    - "Diff - difference between x710 and xxv710 NIC."
2853 #
2854 ## VPP Compare NICs 3n-skx 8t4c mrr
2855 #- type: "table"
2856 #  title: "VPP Compare NICs 3n-skx 8t4c mrr"
2857 #  algorithm: "table_comparison"
2858 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2859 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2860 #  filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2861 #  columns:
2862 #    - title: "x710"
2863 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2864 #      tag: "NIC_Intel-X710"
2865 #    - title: "xxv710"
2866 #      data-set: "vpp-nic-comparison-3n-skx-mrr"
2867 #      tag: "NIC_Intel-XXV710"
2868 #  comparisons:
2869 #    - title: "Diff"
2870 #      reference: 1
2871 #      compare: 2
2872 #  legend:
2873 #    - ""
2874 #    - "x710, xxv710 - NICs tested."
2875 #    - "Diff - difference between x710 and xxv710 NIC."
2876
2877 # VPP Compare NICs 2n-skx 2t1c ndr
2878 - type: "table"
2879   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2880   algorithm: "table_comparison"
2881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2882   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2883   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2884   columns:
2885     - title: "x710"
2886       data-set: "vpp-nic-comparison-2n-skx"
2887       tag: "NIC_Intel-X710"
2888     - title: "xxv710"
2889       data-set: "vpp-nic-comparison-2n-skx"
2890       tag: "NIC_Intel-XXV710"
2891   comparisons:
2892     - title: "Diff"
2893       reference: 1
2894       compare: 2
2895   legend:
2896     - ""
2897     - "x710, xxv710 - NICs tested."
2898     - "Diff - difference between x710 and xxv710 NIC."
2899
2900 # VPP Compare NICs 2n-skx 4t2c ndr
2901 - type: "table"
2902   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2903   algorithm: "table_comparison"
2904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2905   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2906   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2907   columns:
2908     - title: "x710"
2909       data-set: "vpp-nic-comparison-2n-skx"
2910       tag: "NIC_Intel-X710"
2911     - title: "xxv710"
2912       data-set: "vpp-nic-comparison-2n-skx"
2913       tag: "NIC_Intel-XXV710"
2914   comparisons:
2915     - title: "Diff"
2916       reference: 1
2917       compare: 2
2918   legend:
2919     - ""
2920     - "x710, xxv710 - NICs tested."
2921     - "Diff - difference between x710 and xxv710 NIC."
2922
2923 # VPP Compare NICs 2n-skx 2t1c pdr
2924 - type: "table"
2925   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2926   algorithm: "table_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2928   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2929   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2930   columns:
2931     - title: "x710"
2932       data-set: "vpp-nic-comparison-2n-skx"
2933       tag: "NIC_Intel-X710"
2934     - title: "xxv710"
2935       data-set: "vpp-nic-comparison-2n-skx"
2936       tag: "NIC_Intel-XXV710"
2937   comparisons:
2938     - title: "Diff"
2939       reference: 1
2940       compare: 2
2941   legend:
2942     - ""
2943     - "x710, xxv710 - NICs tested."
2944     - "Diff - difference between x710 and xxv710 NIC."
2945
2946 # VPP Compare NICs 2n-skx 4t2c pdr
2947 - type: "table"
2948   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2949   algorithm: "table_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2951   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2952   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2953   columns:
2954     - title: "x710"
2955       data-set: "vpp-nic-comparison-2n-skx"
2956       tag: "NIC_Intel-X710"
2957     - title: "xxv710"
2958       data-set: "vpp-nic-comparison-2n-skx"
2959       tag: "NIC_Intel-XXV710"
2960   comparisons:
2961     - title: "Diff"
2962       reference: 1
2963       compare: 2
2964   legend:
2965     - ""
2966     - "x710, xxv710 - NICs tested."
2967     - "Diff - difference between x710 and xxv710 NIC."
2968
2969 # VPP Compare NICs 2n-skx 2t1c mrr
2970 - type: "table"
2971   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2972   algorithm: "table_comparison"
2973   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2974   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2975   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2976   columns:
2977     - title: "x710"
2978       data-set: "vpp-nic-comparison-2n-skx-mrr"
2979       tag: "NIC_Intel-X710"
2980     - title: "xxv710"
2981       data-set: "vpp-nic-comparison-2n-skx-mrr"
2982       tag: "NIC_Intel-XXV710"
2983   comparisons:
2984     - title: "Diff"
2985       reference: 1
2986       compare: 2
2987   legend:
2988     - ""
2989     - "x710, xxv710 - NICs tested."
2990     - "Diff - difference between x710 and xxv710 NIC."
2991
2992 # VPP Compare NICs 2n-skx 4t2c mrr
2993 - type: "table"
2994   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2995   algorithm: "table_comparison"
2996   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2997   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2998   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2999   columns:
3000     - title: "x710"
3001       data-set: "vpp-nic-comparison-2n-skx-mrr"
3002       tag: "NIC_Intel-X710"
3003     - title: "xxv710"
3004       data-set: "vpp-nic-comparison-2n-skx-mrr"
3005       tag: "NIC_Intel-XXV710"
3006   comparisons:
3007     - title: "Diff"
3008       reference: 1
3009       compare: 2
3010   legend:
3011     - ""
3012     - "x710, xxv710 - NICs tested."
3013     - "Diff - difference between x710 and xxv710 NIC."
3014
3015 # VPP Compare NICs 2n-skx 8t4c mrr
3016 - type: "table"
3017   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3018   algorithm: "table_comparison"
3019   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3020   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3021   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3022   columns:
3023     - title: "x710"
3024       data-set: "vpp-nic-comparison-2n-skx-mrr"
3025       tag: "NIC_Intel-X710"
3026     - title: "xxv710"
3027       data-set: "vpp-nic-comparison-2n-skx-mrr"
3028       tag: "NIC_Intel-XXV710"
3029   comparisons:
3030     - title: "Diff"
3031       reference: 1
3032       compare: 2
3033   legend:
3034     - ""
3035     - "x710, xxv710 - NICs tested."
3036     - "Diff - difference between x710 and xxv710 NIC."
3037
3038 ################################################################################
3039 # VPP
3040
3041 # VPP Performance Changes 3n-hsw 1t1c pdr
3042 - type: "table"
3043   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3044   algorithm: "table_comparison"
3045   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3046   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3047   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3048   columns:
3049     - title: "2001.0-4"
3050       data-set: "vpp-performance-changes-3n-hsw-h1"
3051     - title: "2005.0-4"
3052       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3053     - title: "2005.0-5"
3054       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3055     - title: "2009.0-5"
3056       data-set: "vpp-performance-changes-3n-hsw-cmp"
3057   comparisons:
3058     - title: "2005.0-5 vs 2005.0-4"
3059       reference: 2
3060       compare: 3
3061 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca1.yaml"
3062     - title: "2009.0-5 vs 2005.0-5"
3063       reference: 3
3064       compare: 4
3065 #      rca-file: "rca/rca-3n-hsw-1t1c-pdr-rca2.yaml"
3066   legend:
3067     - ''
3068     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3069     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3070     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3071     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3072     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3073
3074 # VPP Performance Changes 3n-hsw 2t2c pdr
3075 - type: "table"
3076   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3077   algorithm: "table_comparison"
3078   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3080   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3081   columns:
3082     - title: "2001.0-4"
3083       data-set: "vpp-performance-changes-3n-hsw-h1"
3084     - title: "2005.0-4"
3085       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3086     - title: "2005.0-5"
3087       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3088     - title: "2009.0-5"
3089       data-set: "vpp-performance-changes-3n-hsw-cmp"
3090   comparisons:
3091     - title: "2005.0-5 vs 2005.0-4"
3092       reference: 2
3093       compare: 3
3094 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca1.yaml"
3095     - title: "2009.0-5 vs 2005.0-5"
3096       reference: 3
3097       compare: 4
3098 #      rca-file: "rca/rca-3n-hsw-2t2c-pdr-rca2.yaml"
3099   legend:
3100     - ''
3101     - 'Test Case:            Test cases executed for: PDR throughput on 3n-hsw with xl710.'
3102     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3103     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3104     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3105     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3106
3107 # VPP Performance Changes 3n-hsw 1t1c ndr
3108 - type: "table"
3109   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3110   algorithm: "table_comparison"
3111   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3113   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3114   columns:
3115     - title: "2001.0-4"
3116       data-set: "vpp-performance-changes-3n-hsw-h1"
3117     - title: "2005.0-4"
3118       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3119     - title: "2005.0-5"
3120       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3121     - title: "2009.0-5"
3122       data-set: "vpp-performance-changes-3n-hsw-cmp"
3123   comparisons:
3124     - title: "2005.0-5 vs 2005.0-4"
3125       reference: 2
3126       compare: 3
3127 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca1.yaml"
3128     - title: "2009.0-5 vs 2005.0-5"
3129       reference: 3
3130       compare: 4
3131 #      rca-file: "rca/rca-3n-hsw-1t1c-ndr-rca2.yaml"
3132   legend:
3133     - ''
3134     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3135     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3136     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3137     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3138     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3139
3140 # VPP Performance Changes 3n-hsw 2t2c ndr
3141 - type: "table"
3142   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3143   algorithm: "table_comparison"
3144   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3145   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3146   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3147   columns:
3148     - title: "2001.0-4"
3149       data-set: "vpp-performance-changes-3n-hsw-h1"
3150     - title: "2005.0-4"
3151       data-set: "vpp-performance-changes-3n-hsw-ref-env4"
3152     - title: "2005.0-5"
3153       data-set: "vpp-performance-changes-3n-hsw-ref-env5"
3154     - title: "2009.0-5"
3155       data-set: "vpp-performance-changes-3n-hsw-cmp"
3156   comparisons:
3157     - title: "2005.0-5 vs 2005.0-4"
3158       reference: 2
3159       compare: 3
3160 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca1.yaml"
3161     - title: "2009.0-5 vs 2005.0-5"
3162       reference: 3
3163       compare: 4
3164 #      rca-file: "rca/rca-3n-hsw-2t2c-ndr-rca2.yaml"
3165   legend:
3166     - ''
3167     - 'Test Case:            Test cases executed for: NDR throughput on 3n-hsw with xl710.'
3168     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3169     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3170     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3171     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3172
3173 # VPP Performance Changes 3n-skx 2t1c pdr
3174 - type: "table"
3175   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3176   algorithm: "table_comparison"
3177   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3178   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3179   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3180   columns:
3181     - title: "2001.0-4"
3182       data-set: "vpp-performance-changes-3n-skx-h1"
3183     - title: "2005.0-4"
3184       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3185     - title: "2005.0-5"
3186       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3187     - title: "2009.0-5"
3188       data-set: "vpp-performance-changes-3n-skx-cmp"
3189   comparisons:
3190     - title: "2005.0-5 vs 2005.0-4"
3191       reference: 2
3192       compare: 3
3193 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3194     - title: "2009.0-5 vs 2005.0-5"
3195       reference: 3
3196       compare: 4
3197 #      rca-file: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3198   legend:
3199     - ''
3200     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3201     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3202     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3203     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3204     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3205
3206 # VPP Performance Changes 3n-skx 4t2c pdr
3207 - type: "table"
3208   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3209   algorithm: "table_comparison"
3210   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3211   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3212   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3213   columns:
3214     - title: "2001.0-4"
3215       data-set: "vpp-performance-changes-3n-skx-h1"
3216     - title: "2005.0-4"
3217       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3218     - title: "2005.0-5"
3219       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3220     - title: "2009.0-5"
3221       data-set: "vpp-performance-changes-3n-skx-cmp"
3222   comparisons:
3223     - title: "2005.0-5 vs 2005.0-4"
3224       reference: 2
3225       compare: 3
3226 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca1.yaml"
3227     - title: "2009.0-5 vs 2005.0-5"
3228       reference: 3
3229       compare: 4
3230 #      rca-file: "rca/rca-3n-skx-4t2c-pdr-rca2.yaml"
3231   legend:
3232     - ''
3233     - 'Test Case:            Test cases executed for: PDR throughput on 3n-skx with xxv710.'
3234     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3235     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3236     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3237     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3238
3239 # VPP Performance Changes 3n-skx 2t1c ndr
3240 - type: "table"
3241   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3242   algorithm: "table_comparison"
3243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3245   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3246   columns:
3247     - title: "2001.0-4"
3248       data-set: "vpp-performance-changes-3n-skx-h1"
3249     - title: "2005.0-4"
3250       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3251     - title: "2005.0-5"
3252       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3253     - title: "2009.0-5"
3254       data-set: "vpp-performance-changes-3n-skx-cmp"
3255   comparisons:
3256     - title: "2005.0-5 vs 2005.0-4"
3257       reference: 2
3258       compare: 3
3259 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3260     - title: "2009.0-5 vs 2005.0-5"
3261       reference: 3
3262       compare: 4
3263 #      rca-file: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3264   legend:
3265     - ''
3266     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3267     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3268     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3269     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3270     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3271
3272 # VPP Performance Changes 3n-skx 4t2c ndr
3273 - type: "table"
3274   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3275   algorithm: "table_comparison"
3276   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3277   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3278   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3279   columns:
3280     - title: "2001.0-4"
3281       data-set: "vpp-performance-changes-3n-skx-h1"
3282     - title: "2005.0-4"
3283       data-set: "vpp-performance-changes-3n-skx-ref-env4"
3284     - title: "2005.0-5"
3285       data-set: "vpp-performance-changes-3n-skx-ref-env5"
3286     - title: "2009.0-5"
3287       data-set: "vpp-performance-changes-3n-skx-cmp"
3288   comparisons:
3289     - title: "2005.0-5 vs 2005.0-4"
3290       reference: 2
3291       compare: 3
3292 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca1.yaml"
3293     - title: "2009.0-5 vs 2005.0-5"
3294       reference: 3
3295       compare: 4
3296 #      rca-file: "rca/rca-3n-skx-4t2c-ndr-rca2.yaml"
3297   legend:
3298     - ''
3299     - 'Test Case:            Test cases executed for: NDR throughput on 3n-skx with xxv710.'
3300     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3301     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3302     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3303     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3304
3305 # VPP Performance Changes 2n-skx 2t1c pdr
3306 - type: "table"
3307   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3308   algorithm: "table_comparison"
3309   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3310   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3311   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3312   columns:
3313     - title: "2001.0-4"
3314       data-set: "vpp-performance-changes-2n-skx-h1"
3315     - title: "2005.0-4"
3316       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3317     - title: "2005.0-5"
3318       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3319     - title: "2009.0-5"
3320       data-set: "vpp-performance-changes-2n-skx-cmp"
3321   comparisons:
3322     - title: "2005.0-5 vs 2005.0-4"
3323       reference: 2
3324       compare: 3
3325 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3326     - title: "2009.0-5 vs 2005.0-5"
3327       reference: 3
3328       compare: 4
3329 #      rca-file: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3330   legend:
3331     - ''
3332     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3333     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3334     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3335     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3336     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3337
3338 # VPP Performance Changes 2n-skx 4t2c pdr
3339 - type: "table"
3340   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3341   algorithm: "table_comparison"
3342   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3343   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3344   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3345   columns:
3346     - title: "2001.0-4"
3347       data-set: "vpp-performance-changes-2n-skx-h1"
3348     - title: "2005.0-4"
3349       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3350     - title: "2005.0-5"
3351       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3352     - title: "2009.0-5"
3353       data-set: "vpp-performance-changes-2n-skx-cmp"
3354   comparisons:
3355     - title: "2005.0-5 vs 2005.0-4"
3356       reference: 2
3357       compare: 3
3358 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca1.yaml"
3359     - title: "2009.0-5 vs 2005.0-5"
3360       reference: 3
3361       compare: 4
3362 #      rca-file: "rca/rca-2n-skx-4t2c-pdr-rca2.yaml"
3363   legend:
3364     - ''
3365     - 'Test Case:            Test cases executed for: PDR throughput on 2n-skx with xxv710.'
3366     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3367     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3368     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3369     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3370
3371 # VPP Performance Changes 2n-skx 2t1c ndr
3372 - type: "table"
3373   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3374   algorithm: "table_comparison"
3375   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3376   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3377   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3378   columns:
3379     - title: "2001.0-4"
3380       data-set: "vpp-performance-changes-2n-skx-h1"
3381     - title: "2005.0-4"
3382       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3383     - title: "2005.0-5"
3384       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3385     - title: "2009.0-5"
3386       data-set: "vpp-performance-changes-2n-skx-cmp"
3387   comparisons:
3388     - title: "2005.0-5 vs 2005.0-4"
3389       reference: 2
3390       compare: 3
3391 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3392     - title: "2009.0-5 vs 2005.0-5"
3393       reference: 3
3394       compare: 4
3395 #      rca-file: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3396   legend:
3397     - ''
3398     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3399     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3400     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3401     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3402     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3403
3404 # VPP Performance Changes 2n-skx 4t2c ndr
3405 - type: "table"
3406   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3407   algorithm: "table_comparison"
3408   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3409   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3410   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3411   columns:
3412     - title: "2001.0-4"
3413       data-set: "vpp-performance-changes-2n-skx-h1"
3414     - title: "2005.0-4"
3415       data-set: "vpp-performance-changes-2n-skx-ref-env4"
3416     - title: "2005.0-5"
3417       data-set: "vpp-performance-changes-2n-skx-ref-env5"
3418     - title: "2009.0-5"
3419       data-set: "vpp-performance-changes-2n-skx-cmp"
3420   comparisons:
3421     - title: "2005.0-5 vs 2005.0-4"
3422       reference: 2
3423       compare: 3
3424 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca1.yaml"
3425     - title: "2009.0-5 vs 2005.0-5"
3426       reference: 3
3427       compare: 4
3428 #      rca-file: "rca/rca-2n-skx-4t2c-ndr-rca2.yaml"
3429   legend:
3430     - ''
3431     - 'Test Case:            Test cases executed for: NDR throughput on 2n-skx with xxv710.'
3432     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3433     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3434     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3435     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3436
3437 # VPP Performance Changes 2n-clx-xxv710 2t1c pdr
3438 - type: "table"
3439   title: "VPP Performance Changes 2n-clx-xxv710 2t1c pdr"
3440   algorithm: "table_comparison"
3441   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-pdr"
3442   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3443   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3444   columns:
3445     - title: "2001.0-4"
3446       data-set: "vpp-performance-changes-2n-clx-h1"
3447     - title: "2005.0-4"
3448       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3449     - title: "2005.0-5"
3450       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3451     - title: "2009.0-5"
3452       data-set: "vpp-performance-changes-2n-clx-cmp"
3453   comparisons:
3454     - title: "2005.0-5 vs 2005.0-4"
3455       reference: 2
3456       compare: 3
3457 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3458     - title: "2009.0-5 vs 2005.0-5"
3459       reference: 3
3460       compare: 4
3461 #      rca-file: "rca/rca-2n-clx-2t1c-pdr-rca1.yaml"
3462   legend:
3463     - ''
3464     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3465     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3466     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3467     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3468     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3469
3470 # VPP Performance Changes 2n-clx-xxv710 4t2c pdr
3471 - type: "table"
3472   title: "VPP Performance Changes 2n-clx-xxv710 4t2c pdr"
3473   algorithm: "table_comparison"
3474   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-pdr"
3475   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3476   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3477   columns:
3478     - title: "2001.0-4"
3479       data-set: "vpp-performance-changes-2n-clx-h1"
3480     - title: "2005.0-4"
3481       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3482     - title: "2005.0-5"
3483       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3484     - title: "2009.0-5"
3485       data-set: "vpp-performance-changes-2n-clx-cmp"
3486   comparisons:
3487     - title: "2005.0-5 vs 2005.0-4"
3488       reference: 2
3489       compare: 3
3490 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3491     - title: "2009.0-5 vs 2005.0-5"
3492       reference: 3
3493       compare: 4
3494 #      rca-file: "rca/rca-2n-clx-4t2c-pdr-rca1.yaml"
3495   legend:
3496     - ''
3497     - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with xxv710.'
3498     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3499     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3500     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3501     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3502
3503 # VPP Performance Changes 2n-clx-xxv710 2t1c ndr
3504 - type: "table"
3505   title: "VPP Performance Changes 2n-clx-xxv710 2t1c ndr"
3506   algorithm: "table_comparison"
3507   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-ndr"
3508   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3509   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3510   columns:
3511     - title: "2001.0-4"
3512       data-set: "vpp-performance-changes-2n-clx-h1"
3513     - title: "2005.0-4"
3514       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3515     - title: "2005.0-5"
3516       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3517     - title: "2009.0-5"
3518       data-set: "vpp-performance-changes-2n-clx-cmp"
3519   comparisons:
3520     - title: "2005.0-5 vs 2005.0-4"
3521       reference: 2
3522       compare: 3
3523 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3524     - title: "2009.0-5 vs 2005.0-5"
3525       reference: 3
3526       compare: 4
3527 #      rca-file: "rca/rca-2n-clx-2t1c-ndr-rca1.yaml"
3528   legend:
3529     - ''
3530     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3531     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3532     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3533     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3534     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3535
3536 # VPP Performance Changes 2n-clx-xxv710 4t2c ndr
3537 - type: "table"
3538   title: "VPP Performance Changes 2n-clx-xxv710 ndr"
3539   algorithm: "table_comparison"
3540   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-ndr"
3541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3542   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3543   columns:
3544     - title: "2001.0-4"
3545       data-set: "vpp-performance-changes-2n-clx-h1"
3546     - title: "2005.0-4"
3547       data-set: "vpp-performance-changes-2n-clx-ref-env4"
3548     - title: "2005.0-5"
3549       data-set: "vpp-performance-changes-2n-clx-ref-env5"
3550     - title: "2009.0-5"
3551       data-set: "vpp-performance-changes-2n-clx-cmp"
3552   comparisons:
3553     - title: "2005.0-5 vs 2005.0-4"
3554       reference: 2
3555       compare: 3
3556 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3557     - title: "2009.0-5 vs 2005.0-5"
3558       reference: 3
3559       compare: 4
3560 #      rca-file: "rca/rca-2n-clx-4t2c-ndr-rca1.yaml"
3561   legend:
3562     - ''
3563     - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with xxv710.'
3564     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3565     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3566     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3567     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3568
3569 ## VPP Performance Changes 2n-clx-x556 2t1c pdr
3570 #- type: "table"
3571 #  title: "VPP Performance Changes 2n-clx-x556 2t1c pdr"
3572 #  algorithm: "table_comparison"
3573 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-pdr"
3574 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3575 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3576 #  columns:
3577 #    - title: "2001.0-2"
3578 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3579 #    - title: "2005.0-3"
3580 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3581 #  comparisons:
3582 #    - title: "Diff"
3583 #      reference: 1
3584 #      compare: 2
3585 #  legend:
3586 #    - ''
3587 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3588 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3589 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3590 #    - '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.'
3591 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3592 #
3593 ## VPP Performance Changes 2n-clx-x556 4t2c pdr
3594 #- type: "table"
3595 #  title: "VPP Performance Changes 2n-clx-x556 4t2c pdr"
3596 #  algorithm: "table_comparison"
3597 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-pdr"
3598 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3599 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3600 #  columns:
3601 #    - title: "2001.0-2"
3602 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3603 #    - title: "2005.0-3"
3604 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3605 #  comparisons:
3606 #    - title: "Diff"
3607 #      reference: 1
3608 #      compare: 2
3609 #  legend:
3610 #    - ''
3611 #    - 'Test Case:            Test cases executed for: PDR throughput on 2n-clx with x556.'
3612 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3613 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3614 #    - '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.'
3615 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3616 #
3617 ## VPP Performance Changes 2n-clx-x556 2t1c ndr
3618 #- type: "table"
3619 #  title: "VPP Performance Changes 2n-clx-x556 2t1c ndr"
3620 #  algorithm: "table_comparison"
3621 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-ndr"
3622 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3623 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3624 #  columns:
3625 #    - title: "2001.0-2"
3626 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3627 #    - title: "2005.0-3"
3628 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3629 #  comparisons:
3630 #    - title: "Diff"
3631 #      reference: 1
3632 #      compare: 2
3633 #  legend:
3634 #    - ''
3635 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3636 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3637 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3638 #    - '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.'
3639 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3640 #
3641 ## VPP Performance Changes 2n-clx-x556 4t2c ndr
3642 #- type: "table"
3643 #  title: "VPP Performance Changes 2n-clx-x556 ndr"
3644 #  algorithm: "table_comparison"
3645 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-ndr"
3646 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3647 #  filter: "'4T2C' and 'NDRPDR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
3648 #  columns:
3649 #    - title: "2001.0-2"
3650 #      data-set: "vpp-performance-changes-2n-clx-ref-env4"
3651 #    - title: "2005.0-3"
3652 #      data-set: "vpp-performance-changes-2n-clx-cmp"
3653 #  comparisons:
3654 #    - title: "Diff"
3655 #      reference: 1
3656 #      compare: 2
3657 #  legend:
3658 #    - ''
3659 #    - 'Test Case:            Test cases executed for: NDR throughput on 2n-clx with x556.'
3660 #    - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3661 #    - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3662 #    - '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.'
3663 ##    - '                RCA1: root cause analysis reference for 2001.0-4 vs 2001.0-2.'
3664
3665 # VPP Performance Changes 2n-dnv 1t1c pdr
3666 - type: "table"
3667   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3668   algorithm: "table_comparison"
3669   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3670   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3671   filter: "'1T1C'"
3672   columns:
3673     - title: "2001.0-2"
3674       data-set: "vpp-performance-changes-2n-dnv-h1"
3675     - title: "2005.0-5"
3676       data-set: "vpp-performance-changes-2n-dnv-ref"
3677     - title: "2009.0-5"
3678       data-set: "vpp-performance-changes-2n-dnv-cmp"
3679   comparisons:
3680     - title: "2009.0-5 vs 2005.0-5"
3681       reference: 2
3682       compare: 3
3683   legend:
3684     - ''
3685     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3686     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3687     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3688     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3689
3690 # VPP Performance Changes 2n-dnv 2t2c pdr
3691 - type: "table"
3692   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3693   algorithm: "table_comparison"
3694   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3695   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3696   filter: "'2T2C'"
3697   columns:
3698     - title: "2001.0-2"
3699       data-set: "vpp-performance-changes-2n-dnv-h1"
3700     - title: "2005.0-5"
3701       data-set: "vpp-performance-changes-2n-dnv-ref"
3702     - title: "2009.0-5"
3703       data-set: "vpp-performance-changes-2n-dnv-cmp"
3704   comparisons:
3705     - title: "2009.0-5 vs 2005.0-5"
3706       reference: 2
3707       compare: 3
3708   legend:
3709     - ''
3710     - 'Test Case:            Test cases executed for: PDR throughput on 2n-dnv with x553.'
3711     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3712     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3713     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3714
3715 # VPP Performance Changes 2n-dnv 1t1c ndr
3716 - type: "table"
3717   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3718   algorithm: "table_comparison"
3719   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3720   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3721   filter: "'1T1C'"
3722   columns:
3723     - title: "2001.0-2"
3724       data-set: "vpp-performance-changes-2n-dnv-h1"
3725     - title: "2005.0-5"
3726       data-set: "vpp-performance-changes-2n-dnv-ref"
3727     - title: "2009.0-5"
3728       data-set: "vpp-performance-changes-2n-dnv-cmp"
3729   comparisons:
3730     - title: "2009.0-5 vs 2005.0-5"
3731       reference: 2
3732       compare: 3
3733   legend:
3734     - ''
3735     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3736     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3737     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3738     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3739
3740 # VPP Performance Changes 2n-dnv 2t2c ndr
3741 - type: "table"
3742   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3743   algorithm: "table_comparison"
3744   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3745   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3746   filter: "'2T2C'"
3747   columns:
3748     - title: "2001.0-2"
3749       data-set: "vpp-performance-changes-2n-dnv-h1"
3750     - title: "2005.0-5"
3751       data-set: "vpp-performance-changes-2n-dnv-ref"
3752     - title: "2009.0-5"
3753       data-set: "vpp-performance-changes-2n-dnv-cmp"
3754   comparisons:
3755     - title: "2009.0-5 vs 2005.0-5"
3756       reference: 2
3757       compare: 3
3758   legend:
3759     - ''
3760     - 'Test Case:            Test cases executed for: NDR throughput on 2n-dnv with x553.'
3761     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3762     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3763     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3764
3765 # VPP Performance Changes 3n-dnv 1t1c pdr
3766 - type: "table"
3767   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3768   algorithm: "table_comparison"
3769   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3770   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3771   filter: "'1T1C'"
3772   columns:
3773     - title: "2001.0-2"
3774       data-set: "vpp-performance-changes-3n-dnv-h1"
3775     - title: "2005.0-5"
3776       data-set: "vpp-performance-changes-3n-dnv-ref"
3777     - title: "2009.0-5"
3778       data-set: "vpp-performance-changes-3n-dnv-cmp"
3779   comparisons:
3780     - title: "2009.0-5 vs 2005.0-5"
3781       reference: 2
3782       compare: 3
3783   legend:
3784     - ''
3785     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3786     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3787     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3788     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3789
3790 # VPP Performance Changes 3n-dnv 2t2c pdr
3791 - type: "table"
3792   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3793   algorithm: "table_comparison"
3794   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3795   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3796   filter: "'2T2C'"
3797   columns:
3798     - title: "2001.0-2"
3799       data-set: "vpp-performance-changes-3n-dnv-h1"
3800     - title: "2005.0-5"
3801       data-set: "vpp-performance-changes-3n-dnv-ref"
3802     - title: "2009.0-5"
3803       data-set: "vpp-performance-changes-3n-dnv-cmp"
3804   comparisons:
3805     - title: "2009.0-5 vs 2005.0-5"
3806       reference: 2
3807       compare: 3
3808   legend:
3809     - ''
3810     - 'Test Case:            Test cases executed for: PDR throughput on 3n-dnv with x553.'
3811     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3812     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3813     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3814
3815 # VPP Performance Changes 3n-dnv 1t1c ndr
3816 - type: "table"
3817   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3818   algorithm: "table_comparison"
3819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3820   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3821   filter: "'1T1C'"
3822   columns:
3823     - title: "2001.0-2"
3824       data-set: "vpp-performance-changes-3n-dnv-h1"
3825     - title: "2005.0-5"
3826       data-set: "vpp-performance-changes-3n-dnv-ref"
3827     - title: "2009.0-5"
3828       data-set: "vpp-performance-changes-3n-dnv-cmp"
3829   comparisons:
3830     - title: "2009.0-5 vs 2005.0-5"
3831       reference: 2
3832       compare: 3
3833   legend:
3834     - ''
3835     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3836     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3837     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3838     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3839
3840 # VPP Performance Changes 3n-dnv 2t2c ndr
3841 - type: "table"
3842   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3843   algorithm: "table_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "'2T2C'"
3847   columns:
3848     - title: "2001.0-2"
3849       data-set: "vpp-performance-changes-3n-dnv-h1"
3850     - title: "2005.0-5"
3851       data-set: "vpp-performance-changes-3n-dnv-ref"
3852     - title: "2009.0-5"
3853       data-set: "vpp-performance-changes-3n-dnv-cmp"
3854   comparisons:
3855     - title: "2009.0-5 vs 2005.0-5"
3856       reference: 2
3857       compare: 3
3858   legend:
3859     - ''
3860     - 'Test Case:            Test cases executed for: NDR throughput on 3n-dnv with x553.'
3861     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3862     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3863     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3864
3865 # VPP Performance Changes 3n-tsh 1t1c pdr
3866 - type: "table"
3867   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3868   algorithm: "table_comparison"
3869   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3870   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3871   filter: "'1T1C'"
3872   columns:
3873     - title: "2001.0-4"
3874       data-set: "vpp-performance-changes-3n-tsh-h1"
3875     - title: "2005.0-4"
3876       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3877     - title: "2005.0-5"
3878       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3879     - title: "2009.0-5"
3880       data-set: "vpp-performance-changes-3n-tsh-cmp"
3881   comparisons:
3882     - title: "2005.0-5 vs 2005.0-4"
3883       reference: 2
3884       compare: 3
3885 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca1.yaml"
3886     - title: "2009.0-5 vs 2005.0-5"
3887       reference: 3
3888       compare: 4
3889 #      rca-file: "rca/rca-3n-tsh-1t1c-pdr-rca2.yaml"
3890   legend:
3891     - ''
3892     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3893     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3894     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3895     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3896     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3897
3898 # VPP Performance Changes 3n-tsh 2t2c pdr
3899 - type: "table"
3900   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3901   algorithm: "table_comparison"
3902   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3903   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3904   filter: "'2T2C'"
3905   columns:
3906     - title: "2001.0-4"
3907       data-set: "vpp-performance-changes-3n-tsh-h1"
3908     - title: "2005.0-4"
3909       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3910     - title: "2005.0-5"
3911       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3912     - title: "2009.0-5"
3913       data-set: "vpp-performance-changes-3n-tsh-cmp"
3914   comparisons:
3915     - title: "2005.0-5 vs 2005.0-4"
3916       reference: 2
3917       compare: 3
3918 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca1.yaml"
3919     - title: "2009.0-5 vs 2005.0-5"
3920       reference: 3
3921       compare: 4
3922 #      rca-file: "rca/rca-3n-tsh-2t2c-pdr-rca2.yaml"
3923   legend:
3924     - ''
3925     - 'Test Case:            Test cases executed for: PDR throughput on 3n-tsh with x520.'
3926     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3927     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3928     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3929     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3930
3931 # VPP Performance Changes 3n-tsh 1t1c ndr
3932 - type: "table"
3933   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3934   algorithm: "table_comparison"
3935   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3936   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3937   filter: "'1T1C'"
3938   columns:
3939     - title: "2001.0-4"
3940       data-set: "vpp-performance-changes-3n-tsh-h1"
3941     - title: "2005.0-4"
3942       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3943     - title: "2005.0-5"
3944       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3945     - title: "2009.0-5"
3946       data-set: "vpp-performance-changes-3n-tsh-cmp"
3947   comparisons:
3948     - title: "2005.0-5 vs 2005.0-4"
3949       reference: 2
3950       compare: 3
3951 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca1.yaml"
3952     - title: "2009.0-5 vs 2005.0-5"
3953       reference: 3
3954       compare: 4
3955 #      rca-file: "rca/rca-3n-tsh-1t1c-ndr-rca2.yaml"
3956   legend:
3957     - ''
3958     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3959     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3960     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3961     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3962     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3963
3964 # VPP Performance Changes 3n-tsh 2t2c ndr
3965 - type: "table"
3966   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3967   algorithm: "table_comparison"
3968   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3970   filter: "'2T2C'"
3971   columns:
3972     - title: "2001.0-4"
3973       data-set: "vpp-performance-changes-3n-tsh-h1"
3974     - title: "2005.0-4"
3975       data-set: "vpp-performance-changes-3n-tsh-ref-env4"
3976     - title: "2005.0-5"
3977       data-set: "vpp-performance-changes-3n-tsh-ref-env5"
3978     - title: "2009.0-5"
3979       data-set: "vpp-performance-changes-3n-tsh-cmp"
3980   comparisons:
3981     - title: "2005.0-5 vs 2005.0-4"
3982       reference: 2
3983       compare: 3
3984 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca1.yaml"
3985     - title: "2009.0-5 vs 2005.0-5"
3986       reference: 3
3987       compare: 4
3988 #      rca-file: "rca/rca-3n-tsh-2t2c-ndr-rca2.yaml"
3989   legend:
3990     - ''
3991     - 'Test Case:            Test cases executed for: NDR throughput on 3n-tsh with x520.'
3992     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
3993     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
3994     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
3995     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
3996
3997 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3998 - type: "table"
3999   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
4000   algorithm: "table_comparison"
4001   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
4002   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4003   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4004   columns:
4005     - title: "3n-hsw xl710"
4006       data-set: "vpp-compare-testbeds-ref"
4007       tag: "NIC_Intel-XL710"
4008     - title: "3n-skx xxv710"
4009       data-set: "vpp-compare-testbeds-cmp"
4010       tag: "NIC_Intel-XXV710"
4011   comparisons:
4012     - title: "Diff"
4013       reference: 1
4014       compare: 2
4015   legend:
4016     - ""
4017     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4018     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4019
4020 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
4021 - type: "table"
4022   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
4023   algorithm: "table_comparison"
4024   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
4025   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4026   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4027   columns:
4028     - title: "3n-hsw xl710"
4029       data-set: "vpp-compare-testbeds-ref"
4030       tag: "NIC_Intel-XL710"
4031     - title: "3n-skx xxv710"
4032       data-set: "vpp-compare-testbeds-cmp"
4033       tag: "NIC_Intel-XXV710"
4034   comparisons:
4035     - title: "Diff"
4036       reference: 1
4037       compare: 2
4038   legend:
4039     - ""
4040     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4041     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4042
4043 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
4044 - type: "table"
4045   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
4046   algorithm: "table_comparison"
4047   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
4048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4049   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4050   columns:
4051     - title: "3n-hsw xl710"
4052       data-set: "vpp-compare-testbeds-ref"
4053       tag: "NIC_Intel-XL710"
4054     - title: "3n-skx xxv710"
4055       data-set: "vpp-compare-testbeds-cmp"
4056       tag: "NIC_Intel-XXV710"
4057   comparisons:
4058     - title: "Diff"
4059       reference: 1
4060       compare: 2
4061   legend:
4062     - ""
4063     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4064     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4065
4066 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
4067 - type: "table"
4068   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
4069   algorithm: "table_comparison"
4070   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
4071   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4072   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4073   columns:
4074     - title: "3n-hsw xl710"
4075       data-set: "vpp-compare-testbeds-ref"
4076       tag: "NIC_Intel-XL710"
4077     - title: "3n-skx xxv710"
4078       data-set: "vpp-compare-testbeds-cmp"
4079       tag: "NIC_Intel-XXV710"
4080   comparisons:
4081     - title: "Diff"
4082       reference: 1
4083       compare: 2
4084   legend:
4085     - ""
4086     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4087     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4088
4089 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
4090 - type: "table"
4091   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
4092   algorithm: "table_comparison"
4093   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
4094   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4095   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4096   columns:
4097     - title: "2n-skx"
4098       data-set: "vpp-compare-testbeds-skx-clx-ref"
4099     - title: "2n-clx"
4100       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4101   comparisons:
4102     - title: "Diff"
4103       reference: 1
4104       compare: 2
4105   legend:
4106     - ""
4107     - "2n-skx, 2n-clx - testbeds and NICs tested."
4108     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4109
4110 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
4111 - type: "table"
4112   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
4113   algorithm: "table_comparison"
4114   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
4115   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4116   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4117   columns:
4118     - title: "2n-skx"
4119       data-set: "vpp-compare-testbeds-skx-clx-ref"
4120     - title: "2n-clx"
4121       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4122   comparisons:
4123     - title: "Diff"
4124       reference: 1
4125       compare: 2
4126   legend:
4127     - ""
4128     - "2n-skx, 2n-clx - testbeds and NICs tested."
4129     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4130
4131 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
4132 - type: "table"
4133   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4134   algorithm: "table_comparison"
4135   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4136   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4137   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4138   columns:
4139     - title: "2n-skx"
4140       data-set: "vpp-compare-testbeds-skx-clx-ref"
4141     - title: "2n-clx"
4142       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4143   comparisons:
4144     - title: "Diff"
4145       reference: 1
4146       compare: 2
4147   legend:
4148     - ""
4149     - "2n-skx, 2n-clx - testbeds and NICs tested."
4150     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4151
4152 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4153 - type: "table"
4154   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4155   algorithm: "table_comparison"
4156   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4158   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4159   columns:
4160     - title: "2n-skx"
4161       data-set: "vpp-compare-testbeds-skx-clx-ref"
4162     - title: "2n-clx"
4163       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4164   comparisons:
4165     - title: "Diff"
4166       reference: 1
4167       compare: 2
4168   legend:
4169     - ""
4170     - "2n-skx, 2n-clx - testbeds and NICs tested."
4171     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4172
4173 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4174 - type: "table"
4175   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4176   algorithm: "table_comparison"
4177   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4179   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4180   columns:
4181     - title: "3n-hsw xl710"
4182       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4183       tag: "NIC_Intel-XL710"
4184     - title: "2n-clx xxv710"
4185       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4186       tag: "NIC_Intel-XXV710"
4187   comparisons:
4188     - title: "Diff"
4189       reference: 1
4190       compare: 2
4191   legend:
4192     - ""
4193     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4194     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4195
4196 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4197 - type: "table"
4198   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4199   algorithm: "table_comparison"
4200   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4201   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4202   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4203   columns:
4204     - title: "3n-hsw xl710"
4205       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4206       tag: "NIC_Intel-XL710"
4207     - title: "2n-clx xxv710"
4208       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4209       tag: "NIC_Intel-XXV710"
4210   comparisons:
4211     - title: "Diff"
4212       reference: 1
4213       compare: 2
4214   legend:
4215     - ""
4216     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4217     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4218
4219 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4220 - type: "table"
4221   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4222   algorithm: "table_comparison"
4223   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4224   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4225   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4226   columns:
4227     - title: "3n-hsw xl710"
4228       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4229       tag: "NIC_Intel-XL710"
4230     - title: "2n-clx xxv710"
4231       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4232       tag: "NIC_Intel-XXV710"
4233   comparisons:
4234     - title: "Diff"
4235       reference: 1
4236       compare: 2
4237   legend:
4238     - ""
4239     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4240     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4241
4242 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4243 - type: "table"
4244   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4245   algorithm: "table_comparison"
4246   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4247   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4248   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4249   columns:
4250     - title: "3n-hsw xl710"
4251       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4252       tag: "NIC_Intel-XL710"
4253     - title: "2n-clx xxv710"
4254       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4255       tag: "NIC_Intel-XXV710"
4256   comparisons:
4257     - title: "Diff"
4258       reference: 1
4259       compare: 2
4260   legend:
4261     - ""
4262     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4263     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4264
4265 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4266 - type: "table"
4267   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4268   algorithm: "table_comparison"
4269   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4270   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4271   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4272   columns:
4273     - title: "3n-skx"
4274       data-set: "vpp-compare-topologies-ref"
4275     - title: "2n-skx"
4276       data-set: "vpp-compare-topologies-cmp"
4277   comparisons:
4278     - title: "Diff"
4279       reference: 1
4280       compare: 2
4281   legend:
4282     - ""
4283     - "3n-skx, 2n-skx - topologies tested."
4284     - "Diff - difference between 3n-skx and 2n-skx topologies."
4285
4286 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4287 - type: "table"
4288   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4289   algorithm: "table_comparison"
4290   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4291   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4292   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4293   columns:
4294     - title: "3n-skx"
4295       data-set: "vpp-compare-topologies-ref"
4296     - title: "2n-skx"
4297       data-set: "vpp-compare-topologies-cmp"
4298   comparisons:
4299     - title: "Diff"
4300       reference: 1
4301       compare: 2
4302   legend:
4303     - ""
4304     - "3n-skx, 2n-skx - topologies tested."
4305     - "Diff - difference between 3n-skx and 2n-skx topologies."
4306
4307 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4308 - type: "table"
4309   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4310   algorithm: "table_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4312   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4313   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4314   columns:
4315     - title: "3n-skx"
4316       data-set: "vpp-compare-topologies-ref"
4317     - title: "2n-skx"
4318       data-set: "vpp-compare-topologies-cmp"
4319   comparisons:
4320     - title: "Diff"
4321       reference: 1
4322       compare: 2
4323   legend:
4324     - ""
4325     - "3n-skx, 2n-skx - topologies tested."
4326     - "Diff - difference between 3n-skx and 2n-skx topologies."
4327
4328 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4329 - type: "table"
4330   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4331   algorithm: "table_comparison"
4332   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4333   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4334   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4335   columns:
4336     - title: "3n-skx"
4337       data-set: "vpp-compare-topologies-ref"
4338     - title: "2n-skx"
4339       data-set: "vpp-compare-topologies-cmp"
4340   comparisons:
4341     - title: "Diff"
4342       reference: 1
4343       compare: 2
4344   legend:
4345     - ""
4346     - "3n-skx, 2n-skx - topologies tested."
4347     - "Diff - difference between 3n-skx and 2n-skx topologies."
4348
4349 # VPP Performance Changes 3n-hsw 1t1c mrr
4350 - type: "table"
4351   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4352   algorithm: "table_comparison"
4353   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4354   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4355   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4356   columns:
4357     - title: "2001.0-2"
4358       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4359     - title: "2005.0-4"
4360       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4361     - title: "2005.0-5"
4362       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4363     - title: "2009.0-5"
4364       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4365   comparisons:
4366     - title: "2005.0-5 vs 2005.0-4"
4367       reference: 2
4368       compare: 3
4369 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca1.yaml"
4370     - title: "2009.0-5 vs 2005.0-5"
4371       reference: 3
4372       compare: 4
4373 #      rca-file: "rca/rca-3n-hsw-1t1c-mrr-rca2.yaml"
4374   legend:
4375     - ''
4376     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4377     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4378     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4379     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4380     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4381
4382 # VPP Performance Changes 3n-hsw 2t2c mrr
4383 - type: "table"
4384   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4385   algorithm: "table_comparison"
4386   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4387   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4388   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4389   columns:
4390     - title: "2001.0-2"
4391       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4392     - title: "2005.0-4"
4393       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4394     - title: "2005.0-5"
4395       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4396     - title: "2009.0-5"
4397       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4398   comparisons:
4399     - title: "2005.0-5 vs 2005.0-4"
4400       reference: 2
4401       compare: 3
4402 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca1.yaml"
4403     - title: "2009.0-5 vs 2005.0-5"
4404       reference: 3
4405       compare: 4
4406 #      rca-file: "rca/rca-3n-hsw-2t2c-mrr-rca2.yaml"
4407   legend:
4408     - ''
4409     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4410     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4411     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4412     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4413     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4414
4415 # VPP Performance Changes 3n-hsw 4t4c mrr
4416 - type: "table"
4417   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4421   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4422   columns:
4423     - title: "2001.0-2"
4424       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4425     - title: "2005.0-4"
4426       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env4"
4427     - title: "2005.0-5"
4428       data-set: "vpp-performance-changes-3n-hsw-mrr-ref-env5"
4429     - title: "2009.0-5"
4430       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4431   comparisons:
4432     - title: "2005.0-5 vs 2005.0-4"
4433       reference: 2
4434       compare: 3
4435 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca1.yaml"
4436     - title: "2009.0-5 vs 2005.0-5"
4437       reference: 3
4438       compare: 4
4439 #      rca-file: "rca/rca-3n-hsw-4t4c-mrr-rca2.yaml"
4440   legend:
4441     - ''
4442     - 'Test Case:            Test cases executed for: MRR throughput on 3n-hsw with xl710.'
4443     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4444     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4445     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4446     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4447
4448 # VPP Performance Changes 3n-skx 2t1c mrr
4449 - type: "table"
4450   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4451   algorithm: "table_comparison"
4452   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4453   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4454   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4455   columns:
4456     - title: "2001.0-2"
4457       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4458     - title: "2005.0-4"
4459       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4460     - title: "2005.0-5"
4461       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4462     - title: "2009.0-5"
4463       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4464   comparisons:
4465     - title: "2005.0-5 vs 2005.0-4"
4466       reference: 2
4467       compare: 3
4468 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca1.yaml"
4469     - title: "2009.0-5 vs 2005.0-5"
4470       reference: 2
4471       compare: 3
4472 #      rca-file: "rca/rca-3n-hsw-2t1c-mrr-rca2.yaml"
4473   legend:
4474     - ''
4475     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4476     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4477     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4478     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4479     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4480
4481 # VPP Performance Changes 3n-skx 4t2c mrr
4482 - type: "table"
4483   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4484   algorithm: "table_comparison"
4485   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4486   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4487   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4488   columns:
4489     - title: "2001.0-2"
4490       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4491     - title: "2005.0-4"
4492       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4493     - title: "2005.0-5"
4494       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4495     - title: "2009.0-5"
4496       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4497   comparisons:
4498     - title: "2005.0-5 vs 2005.0-4"
4499       reference: 2
4500       compare: 3
4501 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca1.yaml"
4502     - title: "2009.0-5 vs 2005.0-5"
4503       reference: 2
4504       compare: 3
4505 #      rca-file: "rca/rca-3n-hsw-4t2c-mrr-rca2.yaml"
4506   legend:
4507     - ''
4508     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4509     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4510     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4511     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4512     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4513
4514 # VPP Performance Changes 3n-skx 8t4c mrr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4521   columns:
4522     - title: "2001.0-2"
4523       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4524     - title: "2005.0-4"
4525       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env4"
4526     - title: "2005.0-5"
4527       data-set: "vpp-performance-changes-3n-skx-mrr-ref-env5"
4528     - title: "2009.0-5"
4529       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4530   comparisons:
4531     - title: "2005.0-5 vs 2005.0-4"
4532       reference: 2
4533       compare: 3
4534 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca1.yaml"
4535     - title: "2009.0-5 vs 2005.0-5"
4536       reference: 2
4537       compare: 3
4538 #      rca-file: "rca/rca-3n-hsw-8t4c-mrr-rca2.yaml"
4539   legend:
4540     - ''
4541     - 'Test Case:            Test cases executed for: MRR throughput on 3n-skx with xxv710.'
4542     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4543     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4544     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4545     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4546
4547 # VPP Performance Changes 2n-skx 2t1c mrr
4548 - type: "table"
4549   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4550   algorithm: "table_comparison"
4551   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4552   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4553   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4554   columns:
4555     - title: "2001.0-2"
4556       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4557     - title: "2005.0-4"
4558       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4559     - title: "2005.0-5"
4560       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4561     - title: "2009.0-5"
4562       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4563   comparisons:
4564     - title: "2005.0-5 vs 2005.0-4"
4565       reference: 2
4566       compare: 3
4567 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca1.yaml"
4568     - title: "2009.0-5 vs 2005.0-4"
4569       reference: 3
4570       compare: 4
4571 #      rca-file: "rca/rca-2n-skx-2t1c-mrr-rca2.yaml"
4572   legend:
4573     - ''
4574     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4575     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4576     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4577     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4578     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4579
4580 # VPP Performance Changes 2n-skx 4t2c mrr
4581 - type: "table"
4582   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4583   algorithm: "table_comparison"
4584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4585   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4586   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4587   columns:
4588     - title: "2001.0-2"
4589       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4590     - title: "2005.0-4"
4591       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4592     - title: "2005.0-5"
4593       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4594     - title: "2009.0-5"
4595       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4596   comparisons:
4597     - title: "2005.0-5 vs 2005.0-4"
4598       reference: 2
4599       compare: 3
4600 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca1.yaml"
4601     - title: "2009.0-5 vs 2005.0-4"
4602       reference: 3
4603       compare: 4
4604 #      rca-file: "rca/rca-2n-skx-4t2c-mrr-rca2.yaml"
4605   legend:
4606     - ''
4607     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4608     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4609     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4610     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4611     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4612
4613 # VPP Performance Changes 2n-skx 8t4c mrr
4614 - type: "table"
4615   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4616   algorithm: "table_comparison"
4617   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4618   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4619   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4620   columns:
4621     - title: "2001.0-2"
4622       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4623     - title: "2005.0-4"
4624       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env4"
4625     - title: "2005.0-5"
4626       data-set: "vpp-performance-changes-2n-skx-mrr-ref-env5"
4627     - title: "2009.0-5"
4628       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4629   comparisons:
4630     - title: "2005.0-5 vs 2005.0-4"
4631       reference: 2
4632       compare: 3
4633 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca1.yaml"
4634     - title: "2009.0-5 vs 2005.0-4"
4635       reference: 3
4636       compare: 4
4637 #      rca-file: "rca/rca-2n-skx-8t4c-mrr-rca2.yaml"
4638   legend:
4639     - ''
4640     - 'Test Case:            Test cases executed for: MRR throughput on 2n-skx with xxv710.'
4641     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4642     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4643     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4644     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4645
4646 # VPP Performance Changes 2n-clx-xxv710 2t1c mrr
4647 - type: "table"
4648   title: "VPP Performance Changes 2n-clx-xxv710 2t1c mrr"
4649   algorithm: "table_comparison"
4650   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-2t1c-mrr"
4651   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4652   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4653   columns:
4654     - title: "2001.0-2"
4655       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4656     - title: "2005.0-4"
4657       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4658     - title: "2005.0-5"
4659       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4660     - title: "2009.0-5"
4661       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4662   comparisons:
4663     - title: "2005.0-5 vs 2005.0-4"
4664       reference: 2
4665       compare: 3
4666 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca1.yaml"
4667     - title: "2009.0-5 vs 2005.0-5"
4668       reference: 3
4669       compare: 4
4670 #      rca-file: "rca/rca-2n-clx-2t1c-mrr-rca2.yaml"
4671   legend:
4672     - ''
4673     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4674     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4675     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4676     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4677     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4678
4679 # VPP Performance Changes 2n-clx-xxv710 4t2c mrr
4680 - type: "table"
4681   title: "VPP Performance Changes 2n-clx-xxv710 4t2c mrr"
4682   algorithm: "table_comparison"
4683   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-4t2c-mrr"
4684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4685   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4686   columns:
4687     - title: "2001.0-2"
4688       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4689     - title: "2005.0-4"
4690       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4691     - title: "2005.0-5"
4692       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4693     - title: "2009.0-5"
4694       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4695   comparisons:
4696     - title: "2005.0-5 vs 2005.0-4"
4697       reference: 2
4698       compare: 3
4699 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca1.yaml"
4700     - title: "2009.0-5 vs 2005.0-5"
4701       reference: 3
4702       compare: 4
4703 #      rca-file: "rca/rca-2n-clx-4t2c-mrr-rca2.yaml"
4704   legend:
4705     - ''
4706     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4707     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4708     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4709     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4710     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4711
4712 # VPP Performance Changes 2n-clx-xxv710 8t4c mrr
4713 - type: "table"
4714   title: "VPP Performance Changes 2n-clx-xxv710 8t4c mrr"
4715   algorithm: "table_comparison"
4716   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-xxv710-8t4c-mrr"
4717   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4718   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4719   columns:
4720     - title: "2001.0-2"
4721       data-set: "vpp-performance-changes-2n-clx-mrr-h1"
4722     - title: "2005.0-4"
4723       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4724     - title: "2005.0-5"
4725       data-set: "vpp-performance-changes-2n-clx-mrr-ref-env5"
4726     - title: "2009.0-5"
4727       data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4728   comparisons:
4729     - title: "2005.0-5 vs 2005.0-4"
4730       reference: 2
4731       compare: 3
4732 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca1.yaml"
4733     - title: "2009.0-5 vs 2005.0-5"
4734       reference: 3
4735       compare: 4
4736 #      rca-file: "rca/rca-2n-clx-8t4c-mrr-rca2.yaml"
4737   legend:
4738     - ''
4739     - 'Test Case:            Test cases executed for: MRR throughput on 2n-clx with xxv710.'
4740     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4741     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4742     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4743     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4744
4745 ## VPP Performance Changes 2n-clx-x556 2t1c mrr
4746 #- type: "table"
4747 #  title: "VPP Performance Changes 2n-clx-x556 2t1c mrr"
4748 #  algorithm: "table_comparison"
4749 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-2t1c-mrr"
4750 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4751 #  filter: "'2T1C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4752 #  columns:
4753 #    - title: "2001"
4754 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4755 #    - title: "2005"
4756 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4757 #  comparisons:
4758 #    - title: "Diff"
4759 #      reference: 1
4760 #      compare: 2
4761 #  legend:
4762 #    - ""
4763 #    - "2001, 2005 - VPP versions tested."
4764 #    - "Diff - difference between 2001 and 2005 VPP version."
4765 #
4766 ## VPP Performance Changes 2n-clx-x556 4t2c mrr
4767 #- type: "table"
4768 #  title: "VPP Performance Changes 2n-clx-x556 4t2c mrr"
4769 #  algorithm: "table_comparison"
4770 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-4t2c-mrr"
4771 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4772 #  filter: "'4T2C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4773 #  columns:
4774 #    - title: "2001"
4775 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4776 #    - title: "2005"
4777 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4778 #  comparisons:
4779 #    - title: "Diff"
4780 #      reference: 1
4781 #      compare: 2
4782 #  legend:
4783 #    - ""
4784 #    - "2001, 2005 - VPP versions tested."
4785 #    - "Diff - difference between 2001 and 2005 VPP version."
4786 #
4787 ## VPP Performance Changes 2n-clx-x556 8t4c mrr
4788 #- type: "table"
4789 #  title: "VPP Performance Changes 2n-clx-x556 8t4c mrr"
4790 #  algorithm: "table_comparison"
4791 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-clx-x556-8t4c-mrr"
4792 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4793 #  filter: "'8T4C' and 'MRR' and 'NIC_Mellanox-CX556A' and not 'NF_DENSITY'"
4794 #  columns:
4795 #    - title: "2001"
4796 #      data-set: "vpp-performance-changes-2n-clx-mrr-ref-env4"
4797 #    - title: "2005"
4798 #      data-set: "vpp-performance-changes-2n-clx-mrr-cmp"
4799 #  comparisons:
4800 #    - title: "Diff"
4801 #      reference: 1
4802 #      compare: 2
4803 #  legend:
4804 #    - ""
4805 #    - "2001, 2005 - VPP versions tested."
4806 #    - "Diff - difference between 2001 and 2005 VPP version."
4807
4808 # VPP Performance Changes 2n-dnv 1t1c mrr
4809 - type: "table"
4810   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4811   algorithm: "table_comparison"
4812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4813   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4814   filter: "'1T1C'"
4815   columns:
4816     - title: "2001.0-2"
4817       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4818     - title: "2005.0-5"
4819       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4820     - title: "2009.0-5"
4821       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4822   comparisons:
4823     - title: "2009.0-5 vs 2005.0-5"
4824       reference: 2
4825       compare: 3
4826   legend:
4827     - ''
4828     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4829     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4830     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4831     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4832
4833 # VPP Performance Changes 2n-dnv 2t2c mrr
4834 - type: "table"
4835   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4836   algorithm: "table_comparison"
4837   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4838   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4839   filter: "'2T2C'"
4840   columns:
4841     - title: "2001.0-2"
4842       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4843     - title: "2005.0-5"
4844       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4845     - title: "2009.0-5"
4846       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4847   comparisons:
4848     - title: "2009.0-5 vs 2005.0-5"
4849       reference: 2
4850       compare: 3
4851   legend:
4852     - ''
4853     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4854     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4855     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4856     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4857
4858 # VPP Performance Changes 2n-dnv 4t4c mrr
4859 - type: "table"
4860   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4861   algorithm: "table_comparison"
4862   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4863   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4864   filter: "'4T4C'"
4865   columns:
4866     - title: "2001.0-2"
4867       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4868     - title: "2005.0-5"
4869       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4870     - title: "2009.0-5"
4871       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4872   comparisons:
4873     - title: "2009.0-5 vs 2005.0-5"
4874       reference: 2
4875       compare: 3
4876   legend:
4877     - ''
4878     - 'Test Case:            Test cases executed for: MRR throughput on 2n-dnv with x553.'
4879     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4880     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4881     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4882
4883 # VPP Performance Changes 3n-dnv 1t1c mrr
4884 - type: "table"
4885   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4886   algorithm: "table_comparison"
4887   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4888   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4889   filter: "'1T1C'"
4890   columns:
4891     - title: "2001.0-2"
4892       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4893     - title: "2005.0-5"
4894       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4895     - title: "2009.0-5"
4896       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4897   comparisons:
4898     - title: "2009.0-5 vs 2005.0-5"
4899       reference: 2
4900       compare: 3
4901   legend:
4902     - ''
4903     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4904     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4905     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4906     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4907
4908 # VPP Performance Changes 3n-dnv 2t2c mrr
4909 - type: "table"
4910   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4911   algorithm: "table_comparison"
4912   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4913   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4914   filter: "'2T2C'"
4915   columns:
4916     - title: "2001.0-2"
4917       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4918     - title: "2005.0-5"
4919       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4920     - title: "2009.0-5"
4921       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4922   comparisons:
4923     - title: "2009.0-5 vs 2005.0-5"
4924       reference: 2
4925       compare: 3
4926   legend:
4927     - ''
4928     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4929     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4930     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4931     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4932
4933 # VPP Performance Changes 3n-dnv 4t4c mrr
4934 - type: "table"
4935   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4936   algorithm: "table_comparison"
4937   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4938   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4939   filter: "'4T4C'"
4940   columns:
4941     - title: "2001.0-2"
4942       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4943     - title: "2005.0-5"
4944       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4945     - title: "2009.0-5"
4946       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4947   comparisons:
4948     - title: "2009.0-5 vs 2005.0-5"
4949       reference: 2
4950       compare: 3
4951   legend:
4952     - ''
4953     - 'Test Case:            Test cases executed for: MRR throughput on 3n-dnv with x553.'
4954     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4955     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4956     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4957
4958 # VPP Performance Changes 3n-tsh 1t1c mrr
4959 - type: "table"
4960   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4961   algorithm: "table_comparison"
4962   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4963   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4964   filter: "'1T1C'"
4965   columns:
4966     - title: "2001.0-2"
4967       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4968     - title: "2005.0-4"
4969       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
4970     - title: "2005.0-5"
4971       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
4972     - title: "2009.0-5"
4973       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4974   comparisons:
4975     - title: "2005.0-5 vs 2005.0-4"
4976       reference: 2
4977       compare: 3
4978 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca1.yaml"
4979     - title: "2009.0-5 vs 2005.0-5"
4980       reference: 3
4981       compare: 4
4982 #      rca-file: "rca/rca-3n-tsh-1t1c-mrr-rca2.yaml"
4983   legend:
4984     - ''
4985     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
4986     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
4987     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
4988     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
4989     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
4990
4991 # VPP Performance Changes 3n-tsh 2t2c mrr
4992 - type: "table"
4993   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4994   algorithm: "table_comparison"
4995   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4996   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4997   filter: "'2T2C'"
4998   columns:
4999     - title: "2001.0-2"
5000       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5001     - title: "2005.0-4"
5002       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5003     - title: "2005.0-5"
5004       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5005     - title: "2009.0-5"
5006       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5007   comparisons:
5008     - title: "2005.0-5 vs 2005.0-4"
5009       reference: 2
5010       compare: 3
5011 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca1.yaml"
5012     - title: "2009.0-5 vs 2005.0-5"
5013       reference: 3
5014       compare: 4
5015 #      rca-file: "rca/rca-3n-tsh-2t2c-mrr-rca2.yaml"
5016   legend:
5017     - ''
5018     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5019     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5020     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5021     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5022     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5023
5024 # VPP Performance Changes 3n-tsh 4t4c mrr
5025 - type: "table"
5026   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
5027   algorithm: "table_comparison"
5028   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
5029   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5030   filter: "'4T4C'"
5031   columns:
5032     - title: "2001.0-2"
5033       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
5034     - title: "2005.0-4"
5035       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env4"
5036     - title: "2005.0-5"
5037       data-set: "vpp-performance-changes-3n-tsh-mrr-ref-env5"
5038     - title: "2009.0-5"
5039       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
5040   comparisons:
5041     - title: "2005.0-5 vs 2005.0-4"
5042       reference: 2
5043       compare: 3
5044 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca1.yaml"
5045     - title: "2009.0-5 vs 2005.0-5"
5046       reference: 3
5047       compare: 4
5048 #      rca-file: "rca/rca-3n-tsh-4t4c-mrr-rca2.yaml"
5049   legend:
5050     - ''
5051     - 'Test Case:            Test cases executed for: MRR throughput on 3n-tsh with x520.'
5052     - 'YYMM.V-E:             [Mpps +- StDev] results for VPP (YY year, MM month, V minor version) tested in CSIT (E environment version, "2" for CSIT rls2001, "4" for CSIT rls2005).'
5053     - 'YYMM.V-E vs YYMM.V-E: [% +- StDev] Relative difference, latter is the base. [N] for Root Cause Analysis (RCA) reference, see RCA list below.'
5054     - '2005.0-5 vs 2005.0-4: Compares CSIT environment current vs previous with previous VPP code.'
5055     - '2009.0-5 vs 2005.0-5: Compares VPP code current vs previous in the current CSIT environment.'
5056
5057 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
5058 - type: "table"
5059   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
5060   algorithm: "table_comparison"
5061   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
5062   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5063   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5064   columns:
5065     - title: "3n-hsw xl710"
5066       data-set: "vpp-compare-testbeds-mrr-ref"
5067       tag: "NIC_Intel-XL710"
5068     - title: "3n-skx xxv710"
5069       data-set: "vpp-compare-testbeds-mrr-cmp"
5070       tag: "NIC_Intel-XXV710"
5071   comparisons:
5072     - title: "Diff"
5073       reference: 1
5074       compare: 2
5075   legend:
5076     - ""
5077     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5078     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5079
5080 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
5081 - type: "table"
5082   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
5083   algorithm: "table_comparison"
5084   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
5085   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5086   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5087   columns:
5088     - title: "3n-hsw xl710"
5089       data-set: "vpp-compare-testbeds-mrr-ref"
5090       tag: "NIC_Intel-XL710"
5091     - title: "3n-skx xxv710"
5092       data-set: "vpp-compare-testbeds-mrr-cmp"
5093       tag: "NIC_Intel-XXV710"
5094   comparisons:
5095     - title: "Diff"
5096       reference: 1
5097       compare: 2
5098   legend:
5099     - ""
5100     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5101     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5102
5103 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
5104 - type: "table"
5105   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
5106   algorithm: "table_comparison"
5107   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
5108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5109   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5110   columns:
5111     - title: "3n-hsw xl710"
5112       data-set: "vpp-compare-testbeds-mrr-ref"
5113       tag: "NIC_Intel-XL710"
5114     - title: "3n-skx xxv710"
5115       data-set: "vpp-compare-testbeds-mrr-cmp"
5116       tag: "NIC_Intel-XXV710"
5117   comparisons:
5118     - title: "Diff"
5119       reference: 1
5120       compare: 2
5121   legend:
5122     - ""
5123     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
5124     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
5125
5126 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
5127 - type: "table"
5128   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
5129   algorithm: "table_comparison"
5130   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
5131   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5132   filter: "'2T1C' and 'NIC_Intel-XXV710'"
5133   columns:
5134     - title: "2n-skx"
5135       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5136     - title: "2n-clx"
5137       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5138   comparisons:
5139     - title: "Diff"
5140       reference: 1
5141       compare: 2
5142   legend:
5143     - ""
5144     - "2n-skx, 2n-clx - testbeds and NICs tested."
5145     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5146
5147 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
5148 - type: "table"
5149   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
5150   algorithm: "table_comparison"
5151   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
5152   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5153   filter: "'4T2C' and 'NIC_Intel-XXV710'"
5154   columns:
5155     - title: "2n-skx"
5156       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5157     - title: "2n-clx"
5158       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5159   comparisons:
5160     - title: "Diff"
5161       reference: 1
5162       compare: 2
5163   legend:
5164     - ""
5165     - "2n-skx, 2n-clx - testbeds and NICs tested."
5166     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5167
5168 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
5169 - type: "table"
5170   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
5171   algorithm: "table_comparison"
5172   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
5173   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5174   filter: "'8T4C' and 'NIC_Intel-XXV710'"
5175   columns:
5176     - title: "2n-skx"
5177       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
5178     - title: "2n-clx"
5179       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
5180   comparisons:
5181     - title: "Diff"
5182       reference: 1
5183       compare: 2
5184   legend:
5185     - ""
5186     - "2n-skx, 2n-clx - testbeds and NICs tested."
5187     - "Diff - difference between 2n-skx and 2n-clx testbeds."
5188
5189 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
5190 - type: "table"
5191   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
5192   algorithm: "table_comparison"
5193   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
5194   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5195   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
5196   columns:
5197     - title: "3n-skx"
5198       data-set: "vpp-compare-topologies-mrr-ref"
5199     - title: "2n-skx"
5200       data-set: "vpp-compare-topologies-mrr-cmp"
5201   comparisons:
5202     - title: "Diff"
5203       reference: 1
5204       compare: 2
5205   legend:
5206     - ""
5207     - "3n-skx, 2n-skx - topologies tested."
5208     - "Diff - difference between 3n-skx and 2n-skx topologies."
5209
5210 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
5211 - type: "table"
5212   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
5213   algorithm: "table_comparison"
5214   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
5215   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5216   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
5217   columns:
5218     - title: "3n-skx"
5219       data-set: "vpp-compare-topologies-mrr-ref"
5220     - title: "2n-skx"
5221       data-set: "vpp-compare-topologies-mrr-cmp"
5222   comparisons:
5223     - title: "Diff"
5224       reference: 1
5225       compare: 2
5226   legend:
5227     - ""
5228     - "3n-skx, 2n-skx - topologies tested."
5229     - "Diff - difference between 3n-skx and 2n-skx topologies."
5230
5231 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
5232 - type: "table"
5233   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
5234   algorithm: "table_comparison"
5235   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
5236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5237   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
5238   columns:
5239     - title: "3n-skx"
5240       data-set: "vpp-compare-topologies-mrr-ref"
5241     - title: "2n-skx"
5242       data-set: "vpp-compare-topologies-mrr-cmp"
5243   comparisons:
5244     - title: "Diff"
5245       reference: 1
5246       compare: 2
5247   legend:
5248     - ""
5249     - "3n-skx, 2n-skx - topologies tested."
5250     - "Diff - difference between 3n-skx and 2n-skx topologies."
5251
5252 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
5253 - type: "table"
5254   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
5255   algorithm: "table_comparison"
5256   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
5257   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5258   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
5259   columns:
5260     - title: "3n-hsw xl710"
5261       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5262       tag: "NIC_Intel-XL710"
5263     - title: "2n-clx xxv710"
5264       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5265       tag: "NIC_Intel-XXV710"
5266   comparisons:
5267     - title: "Diff"
5268       reference: 1
5269       compare: 2
5270   legend:
5271     - ""
5272     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5273     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5274
5275 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
5276 - type: "table"
5277   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
5278   algorithm: "table_comparison"
5279   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
5280   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5281   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
5282   columns:
5283     - title: "3n-hsw xl710"
5284       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5285       tag: "NIC_Intel-XL710"
5286     - title: "2n-clx xxv710"
5287       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5288       tag: "NIC_Intel-XXV710"
5289   comparisons:
5290     - title: "Diff"
5291       reference: 1
5292       compare: 2
5293   legend:
5294     - ""
5295     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5296     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5297
5298 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
5299 - type: "table"
5300   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
5301   algorithm: "table_comparison"
5302   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
5303   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
5304   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
5305   columns:
5306     - title: "3n-hsw xl710"
5307       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
5308       tag: "NIC_Intel-XL710"
5309     - title: "2n-clx xxv710"
5310       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
5311       tag: "NIC_Intel-XXV710"
5312   comparisons:
5313     - title: "Diff"
5314       reference: 1
5315       compare: 2
5316   legend:
5317     - ""
5318     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
5319     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
5320
5321 # Detailed Test Results - VPP Performance Results 3n-hsw
5322 - type: "table"
5323   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
5324   algorithm: "table_merged_details"
5325   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
5326   columns:
5327     - title: " |prein| Test Name |preout| "
5328       data: "data name"
5329     - 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| "
5330       data: "data msg"
5331   data: "vpp-perf-results-3n-hsw"
5332   filter: "all"
5333   parameters:
5334   - "name"
5335   - "parent"
5336   - "msg"
5337
5338 # Detailed Test Results - VPP Performance Results 3n-skx
5339 - type: "table"
5340   title: "Detailed Test Results - VPP Performance Results 3n-skx"
5341   algorithm: "table_merged_details"
5342   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
5343   columns:
5344     - title: " |prein| Test Name |preout| "
5345       data: "data name"
5346     - 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| "
5347       data: "data msg"
5348   data: "vpp-perf-results-3n-skx"
5349   filter: "all"
5350   remove-ndr: False
5351   parameters:
5352   - "name"
5353   - "parent"
5354   - "msg"
5355
5356 # Detailed Test Results - VPP Performance Results 2n-skx
5357 - type: "table"
5358   title: "Detailed Test Results - VPP Performance Results 2n-skx"
5359   algorithm: "table_merged_details"
5360   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
5361   columns:
5362     - title: " |prein| Test Name |preout| "
5363       data: "data name"
5364     - 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| "
5365       data: "data msg"
5366   data: "vpp-perf-results-2n-skx"
5367   filter: "all"
5368   remove-ndr: False
5369   parameters:
5370   - "name"
5371   - "parent"
5372   - "msg"
5373
5374 # Detailed Test Results - VPP Performance Results 2n-clx
5375 - type: "table"
5376   title: "Detailed Test Results - VPP Performance Results 2n-clx"
5377   algorithm: "table_merged_details"
5378   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
5379   columns:
5380     - title: " |prein| Test Name |preout| "
5381       data: "data name"
5382     - 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| "
5383       data: "data msg"
5384   data: "vpp-perf-results-2n-clx"
5385   filter: "all"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "msg"
5390
5391 # Detailed Test Results - VPP Performance Results 3n-tsh
5392 - type: "table"
5393   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
5394   algorithm: "table_merged_details"
5395   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
5396   columns:
5397     - title: " |prein| Test Name |preout| "
5398       data: "data name"
5399     - 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| "
5400       data: "data msg"
5401   data: "vpp-perf-results-3n-tsh"
5402   filter: "all"
5403   parameters:
5404   - "name"
5405   - "parent"
5406   - "msg"
5407
5408 # Detailed Test Results - VPP Performance Results 3n-dnv
5409 - type: "table"
5410   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
5411   algorithm: "table_merged_details"
5412   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
5413   columns:
5414     - title: " |prein| Test Name |preout| "
5415       data: "data name"
5416     - 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| "
5417       data: "data msg"
5418   data: "vpp-perf-results-3n-dnv"
5419   filter: "all"
5420   parameters:
5421   - "name"
5422   - "parent"
5423   - "msg"
5424
5425 # Detailed Test Results - VPP Performance Results 2n-dnv
5426 - type: "table"
5427   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5428   algorithm: "table_merged_details"
5429   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5430   columns:
5431     - title: " |prein| Test Name |preout| "
5432       data: "data name"
5433     - 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| "
5434       data: "data msg"
5435   data: "vpp-perf-results-2n-dnv"
5436   filter: "all"
5437   parameters:
5438   - "name"
5439   - "parent"
5440   - "msg"
5441
5442 # Test configuration - VPP Performance Test Configs 3n-hsw
5443 - type: "table"
5444   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5445   algorithm: "table_merged_details"
5446   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5447   columns:
5448     - title: " |prein| Test Name |preout| "
5449       data: "data name"
5450     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5451       data: "data conf-history"
5452   data: "vpp-perf-results-3n-hsw"
5453   filter: "all"
5454   parameters:
5455   - "parent"
5456   - "name"
5457   - "conf-history"
5458
5459 # Test configuration - VPP Performance Test Configs 3n-skx
5460 - type: "table"
5461   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5462   algorithm: "table_merged_details"
5463   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5464   columns:
5465     - title: " |prein| Test Name |preout| "
5466       data: "data name"
5467     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5468       data: "data conf-history"
5469   data: "vpp-perf-results-3n-skx"
5470   filter: "all"
5471   parameters:
5472   - "parent"
5473   - "name"
5474   - "conf-history"
5475
5476 # Test configuration - VPP Performance Test Configs 2n-skx
5477 - type: "table"
5478   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5479   algorithm: "table_merged_details"
5480   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5481   columns:
5482     - title: " |prein| Test Name |preout| "
5483       data: "data name"
5484     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5485       data: "data conf-history"
5486   data: "vpp-perf-results-2n-skx"
5487   filter: "all"
5488   parameters:
5489   - "parent"
5490   - "name"
5491   - "conf-history"
5492
5493 # Test configuration - VPP Performance Test Configs 2n-clx
5494 - type: "table"
5495   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5496   algorithm: "table_merged_details"
5497   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5498   columns:
5499     - title: " |prein| Test Name |preout| "
5500       data: "data name"
5501     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5502       data: "data conf-history"
5503   data: "vpp-perf-results-2n-clx"
5504   filter: "all"
5505   parameters:
5506   - "parent"
5507   - "name"
5508   - "conf-history"
5509
5510 # Test configuration - VPP Performance Test Configs 3n-tsh
5511 - type: "table"
5512   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5513   algorithm: "table_merged_details"
5514   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5515   columns:
5516     - title: " |prein| Test Name |preout| "
5517       data: "data name"
5518     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5519       data: "data conf-history"
5520   data: "vpp-perf-results-3n-tsh"
5521   filter: "all"
5522   parameters:
5523   - "parent"
5524   - "name"
5525   - "conf-history"
5526
5527 # Test configuration - VPP Performance Test Configs 3n-dnv
5528 - type: "table"
5529   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5530   algorithm: "table_merged_details"
5531   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5532   columns:
5533     - title: " |prein| Test Name |preout| "
5534       data: "data name"
5535     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5536       data: "data conf-history"
5537   data: "vpp-perf-results-3n-dnv"
5538   filter: "all"
5539   parameters:
5540   - "parent"
5541   - "name"
5542   - "conf-history"
5543
5544 # Test configuration - VPP Performance Test Configs 2n-dnv
5545 - type: "table"
5546   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5547   algorithm: "table_merged_details"
5548   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5549   columns:
5550     - title: " |prein| Test Name |preout| "
5551       data: "data name"
5552     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5553       data: "data conf-history"
5554   data: "vpp-perf-results-2n-dnv"
5555   filter: "all"
5556   parameters:
5557   - "parent"
5558   - "name"
5559   - "conf-history"
5560
5561 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5562 - type: "table"
5563   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5564   algorithm: "table_oper_data_html"
5565   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5566   data: "vpp-perf-results-3n-hsw"
5567   filter: "all"
5568
5569 # Test Operational Data - VPP Performance Operational Data 3n-skx
5570 - type: "table"
5571   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5572   algorithm: "table_oper_data_html"
5573   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5574   data: "vpp-perf-results-3n-skx"
5575   filter: "all"
5576
5577 # Test Operational Data - VPP Performance Operational Data 2n-skx
5578 - type: "table"
5579   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5580   algorithm: "table_oper_data_html"
5581   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5582   data: "vpp-perf-results-2n-skx"
5583   filter: "all"
5584
5585 # Test Operational Data - VPP Performance Operational Data 2n-clx
5586 - type: "table"
5587   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5588   algorithm: "table_oper_data_html"
5589   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5590   data: "vpp-perf-results-2n-clx"
5591   filter: "all"
5592
5593 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5594 - type: "table"
5595   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5596   algorithm: "table_oper_data_html"
5597   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5598   data: "vpp-perf-results-3n-tsh"
5599   filter: "all"
5600
5601 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5602 - type: "table"
5603   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5604   algorithm: "table_oper_data_html"
5605   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5606   data: "vpp-perf-results-3n-dnv"
5607   filter: "all"
5608
5609 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5610 - type: "table"
5611   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5612   algorithm: "table_oper_data_html"
5613   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5614   data: "vpp-perf-results-2n-dnv"
5615   filter: "all"
5616
5617 # Detailed Test Results - VPP MRR Results 3n-hsw
5618 - type: "table"
5619   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5620   algorithm: "table_merged_details"
5621   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5622   columns:
5623     - title: " |prein| Test Name |preout| "
5624       data: "data name"
5625     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5626       data: "data msg"
5627   data: "vpp-mrr-results-3n-hsw"
5628   filter: "all"
5629   parameters:
5630   - "name"
5631   - "parent"
5632   - "msg"
5633
5634 # Detailed Test Results - VPP MRR Results 3n-skx
5635 - type: "table"
5636   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5637   algorithm: "table_merged_details"
5638   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5639   columns:
5640     - title: " |prein| Test Name |preout| "
5641       data: "data name"
5642     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5643       data: "data msg"
5644   data: "vpp-mrr-results-3n-skx"
5645   filter: "all"
5646   parameters:
5647   - "name"
5648   - "parent"
5649   - "msg"
5650
5651 # Detailed Test Results - VPP MRR Results 2n-skx
5652 - type: "table"
5653   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5654   algorithm: "table_merged_details"
5655   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5656   columns:
5657     - title: " |prein| Test Name |preout| "
5658       data: "data name"
5659     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5660       data: "data msg"
5661   data: "vpp-mrr-results-2n-skx"
5662   filter: "all"
5663   parameters:
5664   - "name"
5665   - "parent"
5666   - "msg"
5667
5668 # Detailed Test Results - VPP MRR Results 2n-clx
5669 - type: "table"
5670   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5671   algorithm: "table_merged_details"
5672   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5673   columns:
5674     - title: " |prein| Test Name |preout| "
5675       data: "data name"
5676     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5677       data: "data msg"
5678   data: "vpp-mrr-results-2n-clx"
5679   filter: "all"
5680   parameters:
5681   - "name"
5682   - "parent"
5683   - "msg"
5684
5685 # Detailed Test Results - VPP MRR Results 3n-tsh
5686 - type: "table"
5687   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5688   algorithm: "table_merged_details"
5689   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5690   columns:
5691     - title: " |prein| Test Name |preout| "
5692       data: "data name"
5693     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5694       data: "data msg"
5695   data: "vpp-mrr-results-3n-tsh"
5696   filter: "all"
5697   parameters:
5698   - "name"
5699   - "parent"
5700   - "msg"
5701
5702 # Detailed Test Results - VPP MRR Results 3n-dnv
5703 - type: "table"
5704   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5705   algorithm: "table_merged_details"
5706   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5707   columns:
5708     - title: " |prein| Test Name |preout| "
5709       data: "data name"
5710     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5711       data: "data msg"
5712   data: "vpp-mrr-results-3n-dnv"
5713   filter: "all"
5714   parameters:
5715   - "name"
5716   - "parent"
5717   - "msg"
5718
5719 # Detailed Test Results - VPP MRR Results 2n-dnv
5720 - type: "table"
5721   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5722   algorithm: "table_merged_details"
5723   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5724   columns:
5725     - title: " |prein| Test Name |preout| "
5726       data: "data name"
5727     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5728       data: "data msg"
5729   data: "vpp-mrr-results-2n-dnv"
5730   filter: "all"
5731   parameters:
5732   - "name"
5733   - "parent"
5734   - "msg"
5735
5736 # Test configuration - VPP MRR Test Configs 3n-hsw
5737 - type: "table"
5738   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5739   algorithm: "table_merged_details"
5740   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5741   columns:
5742     - title: " |prein| Test Name |preout| "
5743       data: "data name"
5744     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5745       data: "data conf-history"
5746   data: "vpp-mrr-results-3n-hsw"
5747   filter: "all"
5748   parameters:
5749   - "parent"
5750   - "name"
5751   - "conf-history"
5752
5753 # Test configuration - VPP MRR Test Configs 3n-skx
5754 - type: "table"
5755   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5756   algorithm: "table_merged_details"
5757   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5758   columns:
5759     - title: " |prein| Test Name |preout| "
5760       data: "data name"
5761     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5762       data: "data conf-history"
5763   data: "vpp-mrr-results-3n-skx"
5764   filter: "all"
5765   parameters:
5766   - "parent"
5767   - "name"
5768   - "conf-history"
5769
5770 # Test configuration - VPP MRR Test Configs 2n-skx
5771 - type: "table"
5772   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5773   algorithm: "table_merged_details"
5774   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5775   columns:
5776     - title: " |prein| Test Name |preout| "
5777       data: "data name"
5778     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5779       data: "data conf-history"
5780   data: "vpp-mrr-results-2n-skx"
5781   filter: "all"
5782   parameters:
5783   - "parent"
5784   - "name"
5785   - "conf-history"
5786
5787 # Test configuration - VPP MRR Test Configs 2n-clx
5788 - type: "table"
5789   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5790   algorithm: "table_merged_details"
5791   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5792   columns:
5793     - title: " |prein| Test Name |preout| "
5794       data: "data name"
5795     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5796       data: "data conf-history"
5797   data: "vpp-mrr-results-2n-clx"
5798   filter: "all"
5799   parameters:
5800   - "parent"
5801   - "name"
5802   - "conf-history"
5803
5804 # Test configuration - VPP MRR Test Configs 3n-tsh
5805 - type: "table"
5806   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5807   algorithm: "table_merged_details"
5808   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5809   columns:
5810     - title: " |prein| Test Name |preout| "
5811       data: "data name"
5812     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5813       data: "data conf-history"
5814   data: "vpp-mrr-results-3n-tsh"
5815   filter: "all"
5816   parameters:
5817   - "parent"
5818   - "name"
5819   - "conf-history"
5820
5821 # Test configuration - VPP MRR Test Configs 3n-dnv
5822 - type: "table"
5823   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5824   algorithm: "table_merged_details"
5825   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5826   columns:
5827     - title: " |prein| Test Name |preout| "
5828       data: "data name"
5829     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5830       data: "data conf-history"
5831   data: "vpp-mrr-results-3n-dnv"
5832   filter: "all"
5833   parameters:
5834   - "parent"
5835   - "name"
5836   - "conf-history"
5837
5838 # Test configuration - VPP MRR Test Configs 2n-dnv
5839 - type: "table"
5840   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5841   algorithm: "table_merged_details"
5842   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5843   columns:
5844     - title: " |prein| Test Name |preout| "
5845       data: "data name"
5846     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5847       data: "data conf-history"
5848   data: "vpp-mrr-results-2n-dnv"
5849   filter: "all"
5850   parameters:
5851   - "parent"
5852   - "name"
5853   - "conf-history"
5854
5855 # Detailed Test Results - VPP Device Results - Ubuntu
5856 - type: "table"
5857   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5858   algorithm: "table_merged_details"
5859   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5860   columns:
5861     - title: " |prein| Test Name |preout| "
5862       data: "data name"
5863     - title: " |prein| Status |preout| "
5864       data: "data status"
5865   data: "vpp-device-results-ubuntu"
5866   filter: "all"
5867   parameters:
5868   - "name"
5869   - "parent"
5870   - "doc"
5871   - "status"
5872
5873 # Test configuration - VPP Device Test Configs - Ubuntu
5874 - type: "table"
5875   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5876   algorithm: "table_merged_details"
5877   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5878   columns:
5879     - title: " |prein| Test Name |preout| "
5880       data: "data name"
5881     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5882       data: "data conf-history"
5883   data: "vpp-device-results-ubuntu"
5884   filter: "all"
5885   parameters:
5886   - "parent"
5887   - "name"
5888   - "conf-history"
5889
5890 ################################################################################
5891
5892 # DPDK Performance Changes 3n-hsw 1t1c pdr
5893 - type: "table"
5894   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5895   algorithm: "table_comparison"
5896   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5897   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5898   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5899   columns:
5900     - title: "2001"
5901       data-set: "dpdk-performance-changes-3n-hsw-h1"
5902     - title: "2005"
5903       data-set: "dpdk-performance-changes-3n-hsw-ref"
5904     - title: "2009"
5905       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5906   comparisons:
5907     - title: "Diff"
5908       reference: 2
5909       compare: 3
5910   legend:
5911     - ""
5912     - "2001, 2005, 2009 - DPDK versions tested."
5913     - "Diff - difference between 2005 and 2009 DPDK version."
5914
5915 # DPDK Performance Changes 3n-hsw 2t2c pdr
5916 - type: "table"
5917   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5918   algorithm: "table_comparison"
5919   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5920   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5921   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5922   columns:
5923     - title: "2001"
5924       data-set: "dpdk-performance-changes-3n-hsw-h1"
5925     - title: "2005"
5926       data-set: "dpdk-performance-changes-3n-hsw-ref"
5927     - title: "2009"
5928       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5929   comparisons:
5930     - title: "Diff"
5931       reference: 2
5932       compare: 3
5933   legend:
5934     - ""
5935     - "2001, 2005, 2009 - DPDK versions tested."
5936     - "Diff - difference between 2005 and 2009 DPDK version."
5937
5938 # DPDK Performance Changes 3n-hsw 1t1c pdr
5939 - type: "table"
5940   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5941   algorithm: "table_comparison"
5942   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5944   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5945   columns:
5946     - title: "2001"
5947       data-set: "dpdk-performance-changes-3n-hsw-h1"
5948     - title: "2005"
5949       data-set: "dpdk-performance-changes-3n-hsw-ref"
5950     - title: "2009"
5951       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5952   comparisons:
5953     - title: "Diff"
5954       reference: 2
5955       compare: 3
5956   legend:
5957     - ""
5958     - "2001, 2005, 2009 - DPDK versions tested."
5959     - "Diff - difference between 2005 and 2009 DPDK version."
5960
5961 # DPDK Performance Changes 3n-hsw 2t2c ndr
5962 - type: "table"
5963   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5964   algorithm: "table_comparison"
5965   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5966   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5967   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5968   columns:
5969     - title: "2001"
5970       data-set: "dpdk-performance-changes-3n-hsw-h1"
5971     - title: "2005"
5972       data-set: "dpdk-performance-changes-3n-hsw-ref"
5973     - title: "2009"
5974       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5975   comparisons:
5976     - title: "Diff"
5977       reference: 2
5978       compare: 3
5979   legend:
5980     - ""
5981     - "2001, 2005, 2009 - DPDK versions tested."
5982     - "Diff - difference between 2005 and 2009 DPDK version."
5983
5984 # DPDK Performance Changes 3n-skx 2t1c pdr
5985 - type: "table"
5986   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5987   algorithm: "table_comparison"
5988   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5989   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5990   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5991   columns:
5992     - title: "2001"
5993       data-set: "dpdk-performance-changes-3n-skx-h1"
5994     - title: "2005"
5995       data-set: "dpdk-performance-changes-3n-skx-ref"
5996     - title: "2009"
5997       data-set: "dpdk-performance-changes-3n-skx-cmp"
5998   comparisons:
5999     - title: "Diff"
6000       reference: 2
6001       compare: 3
6002   legend:
6003     - ""
6004     - "2001, 2005, 2009 - DPDK versions tested."
6005     - "Diff - difference between 2005 and 2009 DPDK version."
6006
6007 # DPDK Performance Changes 3n-skx 4t2c pdr
6008 - type: "table"
6009   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
6010   algorithm: "table_comparison"
6011   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
6012   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6013   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6014   columns:
6015     - title: "2001"
6016       data-set: "dpdk-performance-changes-3n-skx-h1"
6017     - title: "2005"
6018       data-set: "dpdk-performance-changes-3n-skx-ref"
6019     - title: "2009"
6020       data-set: "dpdk-performance-changes-3n-skx-cmp"
6021   comparisons:
6022     - title: "Diff"
6023       reference: 2
6024       compare: 3
6025   legend:
6026     - ""
6027     - "2001, 2005, 2009 - DPDK versions tested."
6028     - "Diff - difference between 2005 and 2009 DPDK version."
6029
6030 # DPDK Performance Changes 3n-skx 2t1c ndr
6031 - type: "table"
6032   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
6033   algorithm: "table_comparison"
6034   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
6035   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6036   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6037   columns:
6038     - title: "2001"
6039       data-set: "dpdk-performance-changes-3n-skx-h1"
6040     - title: "2005"
6041       data-set: "dpdk-performance-changes-3n-skx-ref"
6042     - title: "2009"
6043       data-set: "dpdk-performance-changes-3n-skx-cmp"
6044   comparisons:
6045     - title: "Diff"
6046       reference: 2
6047       compare: 3
6048   legend:
6049     - ""
6050     - "2001, 2005, 2009 - DPDK versions tested."
6051     - "Diff - difference between 2005 and 2009 DPDK version."
6052
6053 # DPDK Performance Changes 3n-skx 4t2c ndr
6054 - type: "table"
6055   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
6056   algorithm: "table_comparison"
6057   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
6058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6059   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6060   columns:
6061     - title: "2001"
6062       data-set: "dpdk-performance-changes-3n-skx-h1"
6063     - title: "2005"
6064       data-set: "dpdk-performance-changes-3n-skx-ref"
6065     - title: "2009"
6066       data-set: "dpdk-performance-changes-3n-skx-cmp"
6067   comparisons:
6068     - title: "Diff"
6069       reference: 2
6070       compare: 3
6071   legend:
6072     - ""
6073     - "2001, 2005, 2009 - DPDK versions tested."
6074     - "Diff - difference between 2005 and 2009 DPDK version."
6075
6076 # DPDK Performance Changes 2n-skx 2t1c pdr
6077 - type: "table"
6078   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
6079   algorithm: "table_comparison"
6080   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
6081   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6082   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6083   columns:
6084     - title: "2001"
6085       data-set: "dpdk-performance-changes-2n-skx-h1"
6086     - title: "2005"
6087       data-set: "dpdk-performance-changes-2n-skx-ref"
6088     - title: "2009"
6089       data-set: "dpdk-performance-changes-2n-skx-cmp"
6090   comparisons:
6091     - title: "Diff"
6092       reference: 2
6093       compare: 3
6094   legend:
6095     - ""
6096     - "2001, 2005, 2009 - DPDK versions tested."
6097     - "Diff - difference between 2005 and 2009 DPDK version."
6098
6099 # DPDK Performance Changes 2n-skx 4t2c pdr
6100 - type: "table"
6101   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
6102   algorithm: "table_comparison"
6103   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
6104   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6105   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6106   columns:
6107     - title: "2001"
6108       data-set: "dpdk-performance-changes-2n-skx-h1"
6109     - title: "2005"
6110       data-set: "dpdk-performance-changes-2n-skx-ref"
6111     - title: "2009"
6112       data-set: "dpdk-performance-changes-2n-skx-cmp"
6113   comparisons:
6114     - title: "Diff"
6115       reference: 2
6116       compare: 3
6117   legend:
6118     - ""
6119     - "2001, 2005, 2009 - DPDK versions tested."
6120     - "Diff - difference between 2005 and 2009 DPDK version."
6121
6122 # DPDK Performance Changes 2n-skx 2t1c ndr
6123 - type: "table"
6124   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
6125   algorithm: "table_comparison"
6126   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
6127   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6128   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6129   columns:
6130     - title: "2001"
6131       data-set: "dpdk-performance-changes-2n-skx-h1"
6132     - title: "2005"
6133       data-set: "dpdk-performance-changes-2n-skx-ref"
6134     - title: "2009"
6135       data-set: "dpdk-performance-changes-2n-skx-cmp"
6136   comparisons:
6137     - title: "Diff"
6138       reference: 2
6139       compare: 3
6140   legend:
6141     - ""
6142     - "2001, 2005, 2009 - DPDK versions tested."
6143     - "Diff - difference between 2005 and 2009 DPDK version."
6144
6145 # DPDK Performance Changes 2n-skx 4t2c ndr
6146 - type: "table"
6147   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
6148   algorithm: "table_comparison"
6149   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
6150   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6151   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6152   columns:
6153     - title: "2001"
6154       data-set: "dpdk-performance-changes-2n-skx-h1"
6155     - title: "2005"
6156       data-set: "dpdk-performance-changes-2n-skx-ref"
6157     - title: "2009"
6158       data-set: "dpdk-performance-changes-2n-skx-cmp"
6159   comparisons:
6160     - title: "Diff"
6161       reference: 2
6162       compare: 3
6163   legend:
6164     - ""
6165     - "2001, 2005, 2009 - DPDK versions tested."
6166     - "Diff - difference between 2005 and 2009 DPDK version."
6167
6168 # DPDK Performance Changes 2n-clx 2t1c pdr
6169 - type: "table"
6170   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
6171   algorithm: "table_comparison"
6172   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
6173   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6174   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6175   columns:
6176     - title: "2001"
6177       data-set: "dpdk-performance-changes-2n-clx-h1"
6178     - title: "2005"
6179       data-set: "dpdk-performance-changes-2n-clx-ref"
6180     - title: "2009"
6181       data-set: "dpdk-performance-changes-2n-clx-cmp"
6182   comparisons:
6183     - title: "Diff"
6184       reference: 2
6185       compare: 3
6186   legend:
6187     - ""
6188     - "2001, 2005, 2009 - DPDK versions tested."
6189     - "Diff - difference between 2005 and 2009 DPDK version."
6190
6191 # DPDK Performance Changes 2n-clx 4t2c pdr
6192 - type: "table"
6193   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
6194   algorithm: "table_comparison"
6195   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
6196   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6197   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6198   columns:
6199     - title: "2001"
6200       data-set: "dpdk-performance-changes-2n-clx-h1"
6201     - title: "2005"
6202       data-set: "dpdk-performance-changes-2n-clx-ref"
6203     - title: "2009"
6204       data-set: "dpdk-performance-changes-2n-clx-cmp"
6205   comparisons:
6206     - title: "Diff"
6207       reference: 2
6208       compare: 3
6209   legend:
6210     - ""
6211     - "2001, 2005, 2009 - DPDK versions tested."
6212     - "Diff - difference between 2005 and 2009 DPDK version."
6213
6214 # DPDK Performance Changes 2n-clx 2t1c ndr
6215 - type: "table"
6216   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
6217   algorithm: "table_comparison"
6218   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
6219   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6220   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6221   columns:
6222     - title: "2001"
6223       data-set: "dpdk-performance-changes-2n-clx-h1"
6224     - title: "2005"
6225       data-set: "dpdk-performance-changes-2n-clx-ref"
6226     - title: "2009"
6227       data-set: "dpdk-performance-changes-2n-clx-cmp"
6228   comparisons:
6229     - title: "Diff"
6230       reference: 2
6231       compare: 3
6232   legend:
6233     - ""
6234     - "2001, 2005, 2009 - DPDK versions tested."
6235     - "Diff - difference between 2005 and 2009 DPDK version."
6236
6237 # DPDK Performance Changes 2n-clx 4t2c ndr
6238 - type: "table"
6239   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
6240   algorithm: "table_comparison"
6241   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
6242   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6243   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6244   columns:
6245     - title: "2001"
6246       data-set: "dpdk-performance-changes-2n-clx-h1"
6247     - title: "2005"
6248       data-set: "dpdk-performance-changes-2n-clx-ref"
6249     - title: "2009"
6250       data-set: "dpdk-performance-changes-2n-clx-cmp"
6251   comparisons:
6252     - title: "Diff"
6253       reference: 2
6254       compare: 3
6255   legend:
6256     - ""
6257     - "2001, 2005, 2009 - DPDK versions tested."
6258     - "Diff - difference between 2005 and 2009 DPDK version."
6259
6260 ## DPDK Performance Changes 2n-dnv 1t1c pdr
6261 #- type: "table"
6262 #  title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
6263 #  algorithm: "table_comparison"
6264 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
6265 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6266 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6267 #  columns:
6268 #    - title: "2001"
6269 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6270 #    - title: "2005"
6271 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6272 #    - title: "2009"
6273 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6274 #  comparisons:
6275 #    - title: "Diff"
6276 #      reference: 2
6277 #      compare: 3
6278 #  legend:
6279 #    - ""
6280 #    - "2001, 2005, 2009 - DPDK versions tested."
6281 #    - "Diff - difference between 2005 and 2009 DPDK version."
6282 #
6283 ## DPDK Performance Changes 2n-dnv 2t2c pdr
6284 #- type: "table"
6285 #  title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
6286 #  algorithm: "table_comparison"
6287 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
6288 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6289 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6290 #  columns:
6291 #    - title: "2001"
6292 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6293 #    - title: "2005"
6294 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6295 #    - title: "2009"
6296 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6297 #  comparisons:
6298 #    - title: "Diff"
6299 #      reference: 2
6300 #      compare: 3
6301 #  legend:
6302 #    - ""
6303 #    - "2001, 2005, 2009 - DPDK versions tested."
6304 #    - "Diff - difference between 2005 and 2009 DPDK version."
6305 #
6306 ## DPDK Performance Changes 2n-dnv 1t1c ndr
6307 #- type: "table"
6308 #  title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
6309 #  algorithm: "table_comparison"
6310 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
6311 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6312 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6313 #  columns:
6314 #    - title: "2001"
6315 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6316 #    - title: "2005"
6317 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6318 #    - title: "2009"
6319 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6320 #  comparisons:
6321 #    - title: "Diff"
6322 #      reference: 2
6323 #      compare: 3
6324 #  legend:
6325 #    - ""
6326 #    - "2001, 2005, 2009 - DPDK versions tested."
6327 #    - "Diff - difference between 2005 and 2009 DPDK version."
6328 #
6329 ## DPDK Performance Changes 2n-dnv 2t2c ndr
6330 #- type: "table"
6331 #  title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
6332 #  algorithm: "table_comparison"
6333 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
6334 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6335 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6336 #  columns:
6337 #    - title: "2001"
6338 #      data-set: "dpdk-performance-changes-2n-dnv-h1"
6339 #    - title: "2005"
6340 #      data-set: "dpdk-performance-changes-2n-dnv-ref"
6341 #    - title: "2009"
6342 #      data-set: "dpdk-performance-changes-2n-dnv-cmp"
6343 #  comparisons:
6344 #    - title: "Diff"
6345 #      reference: 2
6346 #      compare: 3
6347 #  legend:
6348 #    - ""
6349 #    - "2001, 2005, 2009 - DPDK versions tested."
6350 #    - "Diff - difference between 2005 and 2009 DPDK version."
6351 #
6352 ## DPDK Performance Changes 3n-dnv 1t1c pdr
6353 #- type: "table"
6354 #  title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
6355 #  algorithm: "table_comparison"
6356 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
6357 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6358 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6359 #  columns:
6360 #    - title: "2001"
6361 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6362 #    - title: "2005"
6363 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6364 #    - title: "2009"
6365 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6366 #  comparisons:
6367 #    - title: "Diff"
6368 #      reference: 2
6369 #      compare: 3
6370 #  legend:
6371 #    - ""
6372 #    - "2001, 2005, 2009 - DPDK versions tested."
6373 #    - "Diff - difference between 2005 and 2009 DPDK version."
6374 #
6375 ## DPDK Performance Changes 3n-dnv 2t2c pdr
6376 #- type: "table"
6377 #  title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
6378 #  algorithm: "table_comparison"
6379 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
6380 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6381 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6382 #  columns:
6383 #    - title: "2001"
6384 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6385 #    - title: "2005"
6386 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6387 #    - title: "2009"
6388 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6389 #  comparisons:
6390 #    - title: "Diff"
6391 #      reference: 2
6392 #      compare: 3
6393 #  legend:
6394 #    - ""
6395 #    - "2001, 2005, 2009 - DPDK versions tested."
6396 #    - "Diff - difference between 2005 and 2009 DPDK version."
6397 #
6398 ## DPDK Performance Changes 3n-dnv 1t1c ndr
6399 #- type: "table"
6400 #  title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
6401 #  algorithm: "table_comparison"
6402 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
6403 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6404 #  filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-X553'"
6405 #  columns:
6406 #    - title: "2001"
6407 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6408 #    - title: "2005"
6409 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6410 #    - title: "2009"
6411 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6412 #  comparisons:
6413 #    - title: "Diff"
6414 #      reference: 2
6415 #      compare: 3
6416 #  legend:
6417 #    - ""
6418 #    - "2001, 2005, 2009 - DPDK versions tested."
6419 #    - "Diff - difference between 2005 and 2009 DPDK version."
6420 #
6421 ## DPDK Performance Changes 3n-dnv 2t2c ndr
6422 #- type: "table"
6423 #  title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
6424 #  algorithm: "table_comparison"
6425 #  output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
6426 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6427 #  filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-X553'"
6428 #  columns:
6429 #    - title: "2001"
6430 #      data-set: "dpdk-performance-changes-3n-dnv-h1"
6431 #    - title: "2005"
6432 #      data-set: "dpdk-performance-changes-3n-dnv-ref"
6433 #    - title: "2009"
6434 #      data-set: "dpdk-performance-changes-3n-dnv-cmp"
6435 #  comparisons:
6436 #    - title: "Diff"
6437 #      reference: 2
6438 #      compare: 3
6439 #  legend:
6440 #    - ""
6441 #    - "2001, 2005, 2009 - DPDK versions tested."
6442 #    - "Diff - difference between 2005 and 2009 DPDK version."
6443
6444 # DPDK Performance Changes 3n-tsh 1t1c pdr
6445 - type: "table"
6446   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
6447   algorithm: "table_comparison"
6448   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
6449   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6450   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6451   columns:
6452     - title: "2001"
6453       data-set: "dpdk-performance-changes-3n-tsh-h1"
6454     - title: "2005"
6455       data-set: "dpdk-performance-changes-3n-tsh-ref"
6456     - title: "2009"
6457       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6458   comparisons:
6459     - title: "Diff"
6460       reference: 2
6461       compare: 3
6462   legend:
6463     - ""
6464     - "2001, 2005, 2009 - DPDK versions tested."
6465     - "Diff - difference between 2005 and 2009 DPDK version."
6466
6467 # DPDK Performance Changes 3n-tsh 2t2c pdr
6468 - type: "table"
6469   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6470   algorithm: "table_comparison"
6471   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6472   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6473   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6474   columns:
6475     - title: "2001"
6476       data-set: "dpdk-performance-changes-3n-tsh-h1"
6477     - title: "2005"
6478       data-set: "dpdk-performance-changes-3n-tsh-ref"
6479     - title: "2009"
6480       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6481   comparisons:
6482     - title: "Diff"
6483       reference: 2
6484       compare: 3
6485   legend:
6486     - ""
6487     - "2001, 2005, 2009 - DPDK versions tested."
6488     - "Diff - difference between 2005 and 2009 DPDK version."
6489
6490 # DPDK Performance Changes 3n-tsh 1t1c ndr
6491 - type: "table"
6492   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6493   algorithm: "table_comparison"
6494   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6496   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6497   columns:
6498     - title: "2001"
6499       data-set: "dpdk-performance-changes-3n-tsh-h1"
6500     - title: "2005"
6501       data-set: "dpdk-performance-changes-3n-tsh-ref"
6502     - title: "2009"
6503       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6504   comparisons:
6505     - title: "Diff"
6506       reference: 2
6507       compare: 3
6508   legend:
6509     - ""
6510     - "2001, 2005, 2009 - DPDK versions tested."
6511     - "Diff - difference between 2005 and 2009 DPDK version."
6512
6513 # DPDK Performance Changes 3n-tsh 2t2c ndr
6514 - type: "table"
6515   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6516   algorithm: "table_comparison"
6517   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6519   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6520   columns:
6521     - title: "2001"
6522       data-set: "dpdk-performance-changes-3n-tsh-h1"
6523     - title: "2005"
6524       data-set: "dpdk-performance-changes-3n-tsh-ref"
6525     - title: "2009"
6526       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6527   comparisons:
6528     - title: "Diff"
6529       reference: 2
6530       compare: 3
6531   legend:
6532     - ""
6533     - "2001, 2005, 2009 - DPDK versions tested."
6534     - "Diff - difference between 2005 and 2009 DPDK version."
6535
6536 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6537 - type: "table"
6538   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6539   algorithm: "table_comparison"
6540   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6541   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6542   filter: "'NIC_Intel-X710'"
6543   columns:
6544     - title: "3n-hsw x710"
6545       data-set: "dpdk-compare-testbeds-ref"
6546     - title: "3n-skx x710"
6547       data-set: "dpdk-compare-testbeds-cmp"
6548   comparisons:
6549     - title: "Diff"
6550       reference: 1
6551       compare: 2
6552   legend:
6553     - ""
6554     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6555     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6556
6557 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6558 - type: "table"
6559   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6560   algorithm: "table_comparison"
6561   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6563   filter: "'NIC_Intel-X710'"
6564   columns:
6565     - title: "3n-hsw x710"
6566       data-set: "dpdk-compare-testbeds-ref"
6567     - title: "3n-skx x710"
6568       data-set: "dpdk-compare-testbeds-cmp"
6569   comparisons:
6570     - title: "Diff"
6571       reference: 1
6572       compare: 2
6573   legend:
6574     - ""
6575     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6576     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6577
6578 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6579 - type: "table"
6580   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6581   algorithm: "table_comparison"
6582   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6583   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6584   filter: "'NIC_Intel-XXV710'"
6585   columns:
6586     - title: "2n-skx"
6587       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6588     - title: "2n-clx"
6589       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6590   comparisons:
6591     - title: "Diff"
6592       reference: 1
6593       compare: 2
6594   legend:
6595     - ""
6596     - "2n-skx, 2n-clx - testbeds and NICs tested."
6597     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6598
6599 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6600 - type: "table"
6601   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6602   algorithm: "table_comparison"
6603   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6605   filter: "'NIC_Intel-XXV710'"
6606   columns:
6607     - title: "2n-skx"
6608       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6609     - title: "2n-clx"
6610       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6611   comparisons:
6612     - title: "Diff"
6613       reference: 1
6614       compare: 2
6615   legend:
6616     - ""
6617     - "2n-skx, 2n-clx - testbeds and NICs tested."
6618     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6619
6620 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6621 - type: "table"
6622   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6623   algorithm: "table_comparison"
6624   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6625   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6626   filter: "'NIC_Intel-XXV710'"
6627   columns:
6628     - title: "3n-skx"
6629       data-set: "dpdk-compare-topologies-ref"
6630     - title: "2n-skx"
6631       data-set: "dpdk-compare-topologies-cmp"
6632   comparisons:
6633     - title: "Diff"
6634       reference: 1
6635       compare: 2
6636   legend:
6637     - ""
6638     - "3n-skx, 2n-skx - topologies tested."
6639     - "Diff - difference between 3n-skx and 2n-skx topologies."
6640
6641 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6642 - type: "table"
6643   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6644   algorithm: "table_comparison"
6645   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6646   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6647   filter: "'NIC_Intel-XXV710'"
6648   columns:
6649     - title: "3n-skx"
6650       data-set: "dpdk-compare-topologies-ref"
6651     - title: "2n-skx"
6652       data-set: "dpdk-compare-topologies-cmp"
6653   comparisons:
6654     - title: "Diff"
6655       reference: 1
6656       compare: 2
6657   legend:
6658     - ""
6659     - "3n-skx, 2n-skx - topologies tested."
6660     - "Diff - difference between 3n-skx and 2n-skx topologies."
6661
6662 # Detailed Test Results - DPDK Performance Results 3n-hsw
6663 - type: "table"
6664   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6665   algorithm: "table_merged_details"
6666   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6667   columns:
6668     - title: " |prein| Test Name |preout| "
6669       data: "data name"
6670     - 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| "
6671       data: "data msg"
6672   data: "dpdk-perf-results-3n-hsw"
6673   filter: "all"
6674   parameters:
6675   - "name"
6676   - "parent"
6677   - "msg"
6678
6679 # Detailed Test Results - DPDK Performance Results 3n-skx
6680 - type: "table"
6681   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6682   algorithm: "table_merged_details"
6683   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6684   columns:
6685     - title: " |prein| Test Name |preout| "
6686       data: "data name"
6687     - 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| "
6688       data: "data msg"
6689   data: "dpdk-perf-results-3n-skx"
6690   filter: "all"
6691   remove-ndr: False
6692   parameters:
6693   - "name"
6694   - "parent"
6695   - "msg"
6696
6697 # Detailed Test Results - DPDK Performance Results 2n-skx
6698 - type: "table"
6699   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6700   algorithm: "table_merged_details"
6701   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6702   columns:
6703     - title: " |prein| Test Name |preout| "
6704       data: "data name"
6705     - 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| "
6706       data: "data msg"
6707   data: "dpdk-perf-results-2n-skx"
6708   filter: "all"
6709   remove-ndr: False
6710   parameters:
6711   - "name"
6712   - "parent"
6713   - "msg"
6714
6715 # Detailed Test Results - DPDK Performance Results 2n-clx
6716 - type: "table"
6717   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6718   algorithm: "table_merged_details"
6719   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6720   columns:
6721     - title: " |prein| Test Name |preout| "
6722       data: "data name"
6723     - 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| "
6724       data: "data msg"
6725   data: "dpdk-perf-results-2n-clx"
6726   filter: "all"
6727   parameters:
6728   - "name"
6729   - "parent"
6730   - "msg"
6731
6732 ## Detailed Test Results - DPDK Performance Results 2n-dnv
6733 #- type: "table"
6734 #  title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6735 #  algorithm: "table_merged_details"
6736 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6737 #  columns:
6738 #    - title: " |prein| Test Name |preout| "
6739 #      data: "data name"
6740 #    - 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| "
6741 #      data: "data msg"
6742 #  data: "dpdk-perf-results-2n-dnv"
6743 #  filter: "all"
6744 #  parameters:
6745 #  - "name"
6746 #  - "parent"
6747 #  - "msg"
6748 #
6749 ## Detailed Test Results - DPDK Performance Results 3n-dnv
6750 #- type: "table"
6751 #  title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6752 #  algorithm: "table_merged_details"
6753 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6754 #  columns:
6755 #    - title: " |prein| Test Name |preout| "
6756 #      data: "data name"
6757 #    - 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| "
6758 #      data: "data msg"
6759 #  data: "dpdk-perf-results-3n-dnv"
6760 #  filter: "all"
6761 #  parameters:
6762 #  - "name"
6763 #  - "parent"
6764 #  - "msg"
6765
6766 # Detailed Test Results - DPDK Performance Results 3n-tsh
6767 - type: "table"
6768   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6769   algorithm: "table_merged_details"
6770   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6771   columns:
6772     - title: " |prein| Test Name |preout| "
6773       data: "data name"
6774     - 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| "
6775       data: "data msg"
6776   data: "dpdk-perf-results-3n-tsh"
6777   filter: "all"
6778   parameters:
6779   - "name"
6780   - "parent"
6781   - "msg"
6782
6783 ################################################################################
6784 ###                                F I L E S                                 ###
6785 ################################################################################
6786
6787 # VPP Performance Results
6788 - type: "file"
6789   title: "VPP Performance Results"
6790   algorithm: "file_details_split"
6791   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6792   dir-tables:
6793     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6794     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6795     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6796     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6797     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6798     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6799     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6800   data:
6801     - "vpp-perf-results-2n-skx"
6802     - "vpp-perf-results-3n-skx"
6803     - "vpp-perf-results-2n-clx"
6804     - "vpp-perf-results-3n-hsw"
6805     - "vpp-perf-results-3n-tsh"
6806     - "vpp-perf-results-2n-dnv"
6807     - "vpp-perf-results-3n-dnv"
6808   filter: "all"
6809   data-start-level: 4
6810   order-chapters:
6811     level-1:
6812       - "l2"
6813       - "ip4"
6814       - "ip6"
6815       - "srv6"
6816       - "ip4_tunnels"
6817       - "ip6_tunnels"
6818       - "vm_vhost"
6819       - "container_memif"
6820       - "crypto"
6821       - "vts"
6822       - "lb"
6823       - "nfv_density"
6824       - "hoststack"
6825     level-2:
6826       - "2n-skx"
6827       - "3n-skx"
6828       - "2n-clx"
6829       - "3n-hsw"
6830       - "3n-tsh"
6831       - "2n-dnv"
6832       - "3n-dnv"
6833     level-3:
6834       - "xl710"
6835       - "x520"
6836       - "xxv710"
6837       - "x710"
6838       - "x553"
6839       - "cx556a"
6840       - "vic1227"
6841       - "vic1385"
6842
6843 # VPP Performance Configuration
6844 - type: "file"
6845   title: "VPP Performance Configuration"
6846   algorithm: "file_details_split"
6847   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6848   dir-tables:
6849     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6850     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6851     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6852     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6853     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6854     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6855     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6856   data:
6857     - "vpp-perf-results-2n-skx"
6858     - "vpp-perf-results-3n-skx"
6859     - "vpp-perf-results-2n-clx"
6860     - "vpp-perf-results-3n-hsw"
6861     - "vpp-perf-results-3n-tsh"
6862     - "vpp-perf-results-2n-dnv"
6863     - "vpp-perf-results-3n-dnv"
6864   filter: "all"
6865   data-start-level: 4
6866   order-chapters:
6867     level-1:
6868       - "l2"
6869       - "ip4"
6870       - "ip6"
6871       - "srv6"
6872       - "ip4_tunnels"
6873       - "ip6_tunnels"
6874       - "vm_vhost"
6875       - "container_memif"
6876       - "crypto"
6877       - "vts"
6878       - "lb"
6879       - "nfv_density"
6880       - "hoststack"
6881     level-2:
6882       - "2n-skx"
6883       - "3n-skx"
6884       - "2n-clx"
6885       - "3n-hsw"
6886       - "3n-tsh"
6887       - "2n-dnv"
6888       - "3n-dnv"
6889     level-3:
6890       - "xl710"
6891       - "x520"
6892       - "xxv710"
6893       - "x710"
6894       - "x553"
6895       - "cx556a"
6896       - "vic1227"
6897       - "vic1385"
6898
6899 # VPP Performance Operational
6900 - type: "file"
6901   title: "VPP Performance Operational"
6902   algorithm: "file_details_split_html"
6903   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6904   dir-tables:
6905     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6906     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6907     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6908     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6909     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6910     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6911     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6912   data:
6913     - "vpp-perf-results-2n-skx"
6914     - "vpp-perf-results-3n-skx"
6915     - "vpp-perf-results-2n-clx"
6916     - "vpp-perf-results-3n-hsw"
6917     - "vpp-perf-results-3n-tsh"
6918     - "vpp-perf-results-2n-dnv"
6919     - "vpp-perf-results-3n-dnv"
6920   filter: "all"
6921   data-start-level: 4
6922   order-chapters:
6923     level-1:
6924       - "l2"
6925       - "ip4"
6926       - "ip6"
6927       - "srv6"
6928       - "ip4_tunnels"
6929       - "ip6_tunnels"
6930       - "vm_vhost"
6931       - "container_memif"
6932       - "crypto"
6933       - "vts"
6934       - "lb"
6935       - "nfv_density"
6936       - "hoststack"
6937     level-2:
6938       - "2n-skx"
6939       - "3n-skx"
6940       - "2n-clx"
6941       - "3n-hsw"
6942       - "3n-tsh"
6943       - "2n-dnv"
6944       - "3n-dnv"
6945     level-3:
6946       - "xl710"
6947       - "x520"
6948       - "xxv710"
6949       - "x710"
6950       - "x553"
6951       - "cx556a"
6952       - "vic1227"
6953       - "vic1385"
6954
6955 # VPP MRR Results
6956 - type: "file"
6957   title: "VPP MRR Results"
6958   algorithm: "file_details_split"
6959   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6960   dir-tables:
6961     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6962     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6963     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6964     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6965     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6966     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6967     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6968   data:
6969     - "vpp-mrr-results-2n-skx"
6970     - "vpp-mrr-results-3n-skx"
6971     - "vpp-mrr-results-2n-clx"
6972     - "vpp-mrr-results-3n-hsw"
6973     - "vpp-mrr-results-3n-tsh"
6974     - "vpp-mrr-results-2n-dnv"
6975     - "vpp-mrr-results-3n-dnv"
6976   filter: "all"
6977   data-start-level: 4
6978   order-chapters:
6979     level-1:
6980       - "l2"
6981       - "ip4"
6982       - "ip6"
6983       - "srv6"
6984       - "ip4_tunnels"
6985       - "ip6_tunnels"
6986       - "vm_vhost"
6987       - "container_memif"
6988       - "crypto"
6989       - "vts"
6990       - "lb"
6991       - "nfv_density"
6992       - "hoststack"
6993     level-2:
6994       - "2n-skx"
6995       - "3n-skx"
6996       - "2n-clx"
6997       - "3n-hsw"
6998       - "3n-tsh"
6999       - "2n-dnv"
7000       - "3n-dnv"
7001     level-3:
7002       - "xl710"
7003       - "x520"
7004       - "xxv710"
7005       - "x710"
7006       - "x553"
7007       - "cx556a"
7008       - "vic1227"
7009       - "vic1385"
7010
7011 # VPP MRR Configuration
7012 - type: "file"
7013   title: "VPP MRR Configuration"
7014   algorithm: "file_details_split"
7015   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
7016   dir-tables:
7017     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
7018     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
7019     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
7020     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
7021     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
7022     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
7023     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
7024   data:
7025     - "vpp-mrr-results-2n-skx"
7026     - "vpp-mrr-results-3n-skx"
7027     - "vpp-mrr-results-2n-clx"
7028     - "vpp-mrr-results-3n-hsw"
7029     - "vpp-mrr-results-3n-tsh"
7030     - "vpp-mrr-results-2n-dnv"
7031     - "vpp-mrr-results-3n-dnv"
7032   filter: "all"
7033   data-start-level: 4
7034   order-chapters:
7035     level-1:
7036       - "l2"
7037       - "ip4"
7038       - "ip6"
7039       - "srv6"
7040       - "ip4_tunnels"
7041       - "ip6_tunnels"
7042       - "vm_vhost"
7043       - "container_memif"
7044       - "crypto"
7045       - "vts"
7046       - "lb"
7047       - "nfv_density"
7048       - "hoststack"
7049     level-2:
7050       - "2n-skx"
7051       - "3n-skx"
7052       - "2n-clx"
7053       - "3n-hsw"
7054       - "3n-tsh"
7055       - "2n-dnv"
7056       - "3n-dnv"
7057     level-3:
7058       - "xl710"
7059       - "x520"
7060       - "xxv710"
7061       - "x710"
7062       - "x553"
7063       - "cx556a"
7064       - "vic1227"
7065       - "vic1385"
7066
7067 # VPP Device Results - Ubuntu
7068 - type: "file"
7069   title: "VPP Device Results - Ubuntu"
7070   algorithm: "file_test_results"
7071   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7072   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
7073   data: "vpp-device-results-ubuntu"
7074   filter: "all"
7075   data-start-level: 4
7076
7077 # VPP Device Configuration - Ubuntu
7078 - type: "file"
7079   title: "VPP Device Configuration - Ubuntu"
7080   algorithm: "file_test_results"
7081   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7082   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
7083   data: "vpp-device-results-ubuntu"
7084   filter: "all"
7085   data-start-level: 4
7086
7087 # DPDK Performance Results 3n-hsw
7088 - type: "file"
7089   title: "DPDK Performance Results 3n-hsw"
7090   algorithm: "file_test_results"
7091   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7092   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
7093   data: "dpdk-perf-results-3n-hsw"
7094   filter: "all"
7095   data-start-level: 4
7096
7097 # DPDK Performance Results 3n-skx
7098 - type: "file"
7099   title: "DPDK Performance Results 3n-skx"
7100   algorithm: "file_test_results"
7101   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7102   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
7103   data: "dpdk-perf-results-3n-skx"
7104   filter: "all"
7105   data-start-level: 4
7106
7107 # DPDK Performance Results 2n-skx
7108 - type: "file"
7109   title: "DPDK Performance Results 2n-skx"
7110   algorithm: "file_test_results"
7111   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7112   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
7113   data: "dpdk-perf-results-2n-skx"
7114   filter: "all"
7115   data-start-level: 4
7116
7117 # DPDK Performance Results 2n-clx
7118 - type: "file"
7119   title: "DPDK Performance Results 2n-clx"
7120   algorithm: "file_test_results"
7121   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7122   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
7123   data: "dpdk-perf-results-2n-clx"
7124   filter: "all"
7125   data-start-level: 4
7126
7127 ## DPDK Performance Results 2n-dnv
7128 #- type: "file"
7129 #  title: "DPDK Performance Results 2n-dnv"
7130 #  algorithm: "file_test_results"
7131 #  output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7132 #  dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
7133 #  data: "dpdk-perf-results-2n-dnv"
7134 #  filter: "all"
7135 #  data-start-level: 4
7136 #
7137 ## DPDK Performance Results 3n-dnv
7138 #- type: "file"
7139 #  title: "DPDK Performance Results 3n-dnv"
7140 #  algorithm: "file_test_results"
7141 #  output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7142 #  dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
7143 #  data: "dpdk-perf-results-3n-dnv"
7144 #  filter: "all"
7145 #  data-start-level: 4
7146
7147 # DPDK Performance Results 3n-tsh
7148 - type: "file"
7149   title: "DPDK Performance Results 3n-tsh"
7150   algorithm: "file_test_results"
7151   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7152   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
7153   data: "dpdk-perf-results-3n-tsh"
7154   filter: "all"
7155   data-start-level: 4
7156
7157 ################################################################################
7158 ###                                P L O T S                                 ###
7159 ################################################################################
7160
7161 # Hoststack tests 3n-hsw
7162
7163 - type: "plot"
7164   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7165   algorithm: "plot_perf_box_name"
7166   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
7167   data: "plot-vpp-hoststack-3n-hsw"
7168   include:
7169     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
7170     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
7171   layout:
7172     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
7173     layout: "plot-hoststack"
7174
7175 - type: "plot"
7176   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7177   algorithm: "plot_perf_box_name"
7178   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
7179   data: "plot-vpp-hoststack-3n-hsw"
7180   include:
7181     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
7182     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
7183   layout:
7184     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
7185     layout: "plot-hoststack"
7186
7187 - type: "plot"
7188   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7189   algorithm: "plot_perf_box_name"
7190   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
7191   data: "plot-vpp-hoststack-3n-hsw"
7192   include:
7193     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
7194     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
7195     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
7196     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
7197   layout:
7198     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
7199     layout: "plot-hoststack"
7200
7201 ################################################################################
7202
7203 # Soak Test (PLRsearch), boxes - 2n-clx
7204 - type: "plot"
7205   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7206   algorithm: "plot_perf_box_name"
7207   output-file-type: ".html"
7208   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
7209   data: "plot-vpp-soak-2n-clx"
7210   include:
7211     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7212     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7213     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7214     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7217   layout:
7218     title: "30 Minutes Soak Test (PLRsearch)"
7219     layout: "plot-soak-throughput"
7220
7221 # Soak Test (PLRsearch), boxes - 2n-clx
7222 - type: "plot"
7223   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7224   algorithm: "plot_perf_box_name"
7225   output-file-type: ".html"
7226   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
7227   data: "plot-vpp-soak-2n-clx"
7228   include:
7229     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7230     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7231     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7232     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7234     - "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"
7235   layout:
7236     title: "30 Minutes Soak Test (PLRsearch)"
7237     layout: "plot-soak-throughput"
7238
7239 # Soak Test (PLRsearch), boxes - 2n-skx
7240 - type: "plot"
7241   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7242   algorithm: "plot_perf_box_name"
7243   output-file-type: ".html"
7244   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
7245   data: "plot-vpp-soak-2n-skx"
7246   include:
7247     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
7248     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
7249     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
7250     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
7251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
7252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
7253   layout:
7254     title: "30 Minutes Soak Test (PLRsearch)"
7255     layout: "plot-soak-throughput"
7256
7257 # Soak Test (PLRsearch), boxes - 2n-skx
7258 - type: "plot"
7259   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
7260   algorithm: "plot_perf_box_name"
7261   output-file-type: ".html"
7262   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
7263   data: "plot-vpp-soak-2n-skx"
7264   include:
7265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
7266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
7267     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7268     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
7269     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
7270     - "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"
7271   layout:
7272     title: "30 Minutes Soak Test (PLRsearch)"
7273     layout: "plot-soak-throughput"
7274
7275 ###############################################################################
7276
7277 # Reconf tests 2n-skx
7278
7279 - type: "plot"
7280   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7281   algorithm: "plot_nf_reconf_box_name"
7282   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7283   data: "plot-vpp-nfv-reconf-2n-skx"
7284   include:
7285     - "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"
7286     - "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"
7287     - "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"
7288     - "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"
7289     - "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"
7290     - "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"
7291   layout:
7292     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7293     layout: "plot-throughput"
7294
7295 - type: "plot"
7296   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7297   algorithm: "plot_nf_reconf_box_name"
7298   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7299   data: "plot-vpp-nfv-reconf-2n-skx"
7300   include:
7301     - "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"
7302     - "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"
7303     - "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"
7304     - "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"
7305     - "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"
7306     - "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"
7307   layout:
7308     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7309     layout: "plot-throughput"
7310
7311 - type: "plot"
7312   title: "NFV Effective Blocked Time: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7313   algorithm: "plot_nf_reconf_box_name"
7314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7315   data: "plot-vpp-nfv-reconf-2n-skx"
7316   include:
7317     - "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"
7318     - "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"
7319     - "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"
7320     - "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"
7321     - "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"
7322     - "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"
7323   layout:
7324     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7325     layout: "plot-throughput"
7326
7327 ###############################################################################
7328
7329 # Reconf tests 2n-clx
7330
7331 - type: "plot"
7332   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7333   algorithm: "plot_nf_reconf_box_name"
7334   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
7335   data: "plot-vpp-nfv-reconf-2n-clx"
7336   include:
7337     - "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"
7338     - "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"
7339     - "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"
7340     - "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"
7341   layout:
7342     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7343     layout: "plot-throughput"
7344
7345 - type: "plot"
7346   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7347   algorithm: "plot_nf_reconf_box_name"
7348   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
7349   data: "plot-vpp-nfv-reconf-2n-clx"
7350   include:
7351     - "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"
7352     - "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"
7353     - "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"
7354     - "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"
7355   layout:
7356     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7357     layout: "plot-throughput"
7358
7359 - type: "plot"
7360   title: "NFV Effective Blocked Time: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
7361   algorithm: "plot_nf_reconf_box_name"
7362   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
7363   data: "plot-vpp-nfv-reconf-2n-clx"
7364   include:
7365     - "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"
7366     - "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"
7367     - "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"
7368     - "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"
7369   layout:
7370     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
7371     layout: "plot-throughput"
7372
7373 ###############################################################################
7374
7375 # Plots - NF Density - VSC - MRR IMIX
7376 - type: "plot"
7377   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7378   algorithm: "plot_nf_heatmap"
7379   output-file-type: ".html"
7380   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7381   data: "plot-vpp-nfv-2n-skx-mrr"
7382   filter: "'NIC_Intel-XXV710' and
7383            'NF_DENSITY' and
7384            'VHOST' and
7385            not 'VXLAN' and
7386            'CHAIN' and
7387            'NF_VPPIP4' and
7388            'IMIX' and
7389            '2T1C' and
7390            'MRR'"
7391   parameters:
7392   - "result"
7393   - "name"
7394   - "tags"
7395   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7396   x-axis: "X = VNFs per Service Chain"
7397   y-axis: "Y = Number of Service Chains"
7398   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7399   layout:
7400     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7401     layout: "plot-service-density"
7402
7403 - type: "plot"
7404   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7405   algorithm: "plot_nf_heatmap"
7406   output-file-type: ".html"
7407   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7408   data: "plot-vpp-nfv-2n-skx-mrr"
7409   filter: "'NIC_Intel-XXV710' and
7410            'NF_DENSITY' and
7411            'VHOST' and
7412            not 'VXLAN' and
7413            'CHAIN' and
7414            'NF_VPPIP4' and
7415            'IMIX' and
7416            '4T2C' and
7417            'MRR'"
7418   parameters:
7419   - "result"
7420   - "name"
7421   - "tags"
7422   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7423   x-axis: "X = VNFs per Service Chain"
7424   y-axis: "Y = Number of Service Chains"
7425   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7426   layout:
7427     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7428     layout: "plot-service-density"
7429
7430 - type: "plot"
7431   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7432   algorithm: "plot_nf_heatmap"
7433   output-file-type: ".html"
7434   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7435   data: "plot-vpp-nfv-2n-skx-mrr"
7436   filter: "'NIC_Intel-XXV710' and
7437            'NF_DENSITY' and
7438            'VHOST' and
7439            not 'VXLAN' and
7440            'CHAIN' and
7441            'NF_VPPIP4' and
7442            'IMIX' and
7443            '8T4C' and
7444            'MRR'"
7445   parameters:
7446   - "result"
7447   - "name"
7448   - "tags"
7449   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7450   x-axis: "X = VNFs per Service Chain"
7451   y-axis: "Y = Number of Service Chains"
7452   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7453   layout:
7454     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7455     layout: "plot-service-density"
7456
7457 # Plots - NF Density - VSC - NDR IMIX
7458 - type: "plot"
7459   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7460   algorithm: "plot_nf_heatmap"
7461   output-file-type: ".html"
7462   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7463   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7464   filter: "'NIC_Intel-XXV710' and
7465            'NF_DENSITY' and
7466            'VHOST' and
7467            not 'VXLAN' and
7468            'CHAIN' and
7469            'NF_VPPIP4' and
7470            'IMIX' and
7471            '2T1C' and
7472            'NDRPDR'"
7473   parameters:
7474   - "throughput"
7475   - "name"
7476   - "tags"
7477   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7478   x-axis: "X = VNFs per Service Chain"
7479   y-axis: "Y = Number of Service Chains"
7480   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7481   layout:
7482     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7483     layout: "plot-service-density"
7484
7485 - type: "plot"
7486   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7487   algorithm: "plot_nf_heatmap"
7488   output-file-type: ".html"
7489   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7490   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7491   filter: "'NIC_Intel-XXV710' and
7492            'NF_DENSITY' and
7493            'VHOST' and
7494            not 'VXLAN' and
7495            'CHAIN' and
7496            'NF_VPPIP4' and
7497            'IMIX' and
7498            '4T2C' and
7499            'NDRPDR'"
7500   parameters:
7501   - "throughput"
7502   - "name"
7503   - "tags"
7504   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7505   x-axis: "X = VNFs per Service Chain"
7506   y-axis: "Y = Number of Service Chains"
7507   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7508   layout:
7509     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7510     layout: "plot-service-density"
7511
7512 - type: "plot"
7513   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7514   algorithm: "plot_nf_heatmap"
7515   output-file-type: ".html"
7516   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7517   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7518   filter: "'NIC_Intel-XXV710' and
7519            'NF_DENSITY' and
7520            'VHOST' and
7521            not 'VXLAN' and
7522            'CHAIN' and
7523            'NF_VPPIP4' and
7524            'IMIX' and
7525            '8T4C' and
7526            'NDRPDR'"
7527   parameters:
7528   - "throughput"
7529   - "name"
7530   - "tags"
7531   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7532   x-axis: "X = VNFs per Service Chain"
7533   y-axis: "Y = Number of Service Chains"
7534   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7535   layout:
7536     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7537     layout: "plot-service-density"
7538
7539 # Plots - NF Density - VSC - PDR IMIX
7540 - type: "plot"
7541   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7542   algorithm: "plot_nf_heatmap"
7543   output-file-type: ".html"
7544   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7545   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7546   filter: "'NIC_Intel-XXV710' and
7547            'NF_DENSITY' and
7548            'VHOST' and
7549            not 'VXLAN' and
7550            'CHAIN' and
7551            'NF_VPPIP4' and
7552            'IMIX' and
7553            '2T1C' and
7554            'NDRPDR'"
7555   parameters:
7556   - "throughput"
7557   - "name"
7558   - "tags"
7559   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7560   x-axis: "X = VNFs per Service Chain"
7561   y-axis: "Y = Number of Service Chains"
7562   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7563   layout:
7564     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7565     layout: "plot-service-density"
7566
7567 - type: "plot"
7568   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7569   algorithm: "plot_nf_heatmap"
7570   output-file-type: ".html"
7571   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7572   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7573   filter: "'NIC_Intel-XXV710' and
7574            'NF_DENSITY' and
7575            'VHOST' and
7576            not 'VXLAN' and
7577            'CHAIN' and
7578            'NF_VPPIP4' and
7579            'IMIX' and
7580            '4T2C' and
7581            'NDRPDR'"
7582   parameters:
7583   - "throughput"
7584   - "name"
7585   - "tags"
7586   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7587   x-axis: "X = VNFs per Service Chain"
7588   y-axis: "Y = Number of Service Chains"
7589   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7590   layout:
7591     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7592     layout: "plot-service-density"
7593
7594 - type: "plot"
7595   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7596   algorithm: "plot_nf_heatmap"
7597   output-file-type: ".html"
7598   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7599   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7600   filter: "'NIC_Intel-XXV710' and
7601            'NF_DENSITY' and
7602            'VHOST' and
7603            not 'VXLAN' and
7604            'CHAIN' and
7605            'NF_VPPIP4' and
7606            'IMIX' and
7607            '8T4C' and
7608            'NDRPDR'"
7609   parameters:
7610   - "throughput"
7611   - "name"
7612   - "tags"
7613   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7614   x-axis: "X = VNFs per Service Chain"
7615   y-axis: "Y = Number of Service Chains"
7616   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7617   layout:
7618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7619     layout: "plot-service-density"
7620
7621 ###############################################################################
7622
7623 # Plots - NF Density - VSC - MRR IMIX
7624 - type: "plot"
7625   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7626   algorithm: "plot_nf_heatmap"
7627   output-file-type: ".html"
7628   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7629   data: "plot-vpp-nfv-2n-skx-mrr"
7630   filter: "'NIC_Intel-XXV710' and
7631            'NF_DENSITY' and
7632            'VHOST' and
7633            'VXLAN' and
7634            'CHAIN' and
7635            'IMIX' and
7636            '2T1C' and
7637            'MRR'"
7638   parameters:
7639   - "result"
7640   - "name"
7641   - "tags"
7642   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7643   x-axis: "X = VNFs per Service Chain"
7644   y-axis: "Y = Number of Service Chains"
7645   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7646   layout:
7647     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7648     layout: "plot-service-density"
7649
7650 - type: "plot"
7651   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7652   algorithm: "plot_nf_heatmap"
7653   output-file-type: ".html"
7654   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7655   data: "plot-vpp-nfv-2n-skx-mrr"
7656   filter: "'NIC_Intel-XXV710' and
7657            'NF_DENSITY' and
7658            'VHOST' and
7659            'VXLAN' and
7660            'CHAIN' and
7661            'IMIX' and
7662            '4T2C' and
7663            'MRR'"
7664   parameters:
7665   - "result"
7666   - "name"
7667   - "tags"
7668   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7669   x-axis: "X = VNFs per Service Chain"
7670   y-axis: "Y = Number of Service Chains"
7671   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7672   layout:
7673     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7674     layout: "plot-service-density"
7675
7676 - type: "plot"
7677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7678   algorithm: "plot_nf_heatmap"
7679   output-file-type: ".html"
7680   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7681   data: "plot-vpp-nfv-2n-skx-mrr"
7682   filter: "'NIC_Intel-XXV710' and
7683            'NF_DENSITY' and
7684            'VHOST' and
7685            'VXLAN' and
7686            'CHAIN' and
7687            'IMIX' and
7688            '8T4C' and
7689            'MRR'"
7690   parameters:
7691   - "result"
7692   - "name"
7693   - "tags"
7694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7695   x-axis: "X = VNFs per Service Chain"
7696   y-axis: "Y = Number of Service Chains"
7697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7698   layout:
7699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7700     layout: "plot-service-density"
7701
7702 # Plots - NF Density - VSC - NDR IMIX
7703 - type: "plot"
7704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7705   algorithm: "plot_nf_heatmap"
7706   output-file-type: ".html"
7707   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7708   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7709   filter: "'NIC_Intel-XXV710' and
7710            'NF_DENSITY' and
7711            'VHOST' and
7712            'VXLAN' and
7713            'CHAIN' and
7714            'IMIX' and
7715            '2T1C' and
7716            'NDRPDR'"
7717   parameters:
7718   - "throughput"
7719   - "name"
7720   - "tags"
7721   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7722   x-axis: "X = VNFs per Service Chain"
7723   y-axis: "Y = Number of Service Chains"
7724   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7725   layout:
7726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7727     layout: "plot-service-density"
7728
7729 - type: "plot"
7730   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7731   algorithm: "plot_nf_heatmap"
7732   output-file-type: ".html"
7733   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7734   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7735   filter: "'NIC_Intel-XXV710' and
7736            'NF_DENSITY' and
7737            'VHOST' and
7738            'VXLAN' and
7739            'CHAIN' and
7740            'IMIX' and
7741            '4T2C' and
7742            'NDRPDR'"
7743   parameters:
7744   - "throughput"
7745   - "name"
7746   - "tags"
7747   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7748   x-axis: "X = VNFs per Service Chain"
7749   y-axis: "Y = Number of Service Chains"
7750   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7751   layout:
7752     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7753     layout: "plot-service-density"
7754
7755 - type: "plot"
7756   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7757   algorithm: "plot_nf_heatmap"
7758   output-file-type: ".html"
7759   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7760   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7761   filter: "'NIC_Intel-XXV710' and
7762            'NF_DENSITY' and
7763            'VHOST' and
7764            'VXLAN' and
7765            'CHAIN' and
7766            'IMIX' and
7767            '8T4C' and
7768            'NDRPDR'"
7769   parameters:
7770   - "throughput"
7771   - "name"
7772   - "tags"
7773   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7774   x-axis: "X = VNFs per Service Chain"
7775   y-axis: "Y = Number of Service Chains"
7776   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7777   layout:
7778     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7779     layout: "plot-service-density"
7780
7781 # Plots - NF Density - VSC - PDR IMIX
7782 - type: "plot"
7783   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7784   algorithm: "plot_nf_heatmap"
7785   output-file-type: ".html"
7786   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7787   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7788   filter: "'NIC_Intel-XXV710' and
7789            'NF_DENSITY' and
7790            'VHOST' and
7791            'VXLAN' and
7792            'CHAIN' and
7793            'IMIX' and
7794            '2T1C' and
7795            'NDRPDR'"
7796   parameters:
7797   - "throughput"
7798   - "name"
7799   - "tags"
7800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7801   x-axis: "X = VNFs per Service Chain"
7802   y-axis: "Y = Number of Service Chains"
7803   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7804   layout:
7805     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7806     layout: "plot-service-density"
7807
7808 - type: "plot"
7809   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7810   algorithm: "plot_nf_heatmap"
7811   output-file-type: ".html"
7812   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7813   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7814   filter: "'NIC_Intel-XXV710' and
7815            'NF_DENSITY' and
7816            'VHOST' and
7817            'VXLAN' and
7818            'CHAIN' and
7819            'IMIX' and
7820            '4T2C' and
7821            'NDRPDR'"
7822   parameters:
7823   - "throughput"
7824   - "name"
7825   - "tags"
7826   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7827   x-axis: "X = VNFs per Service Chain"
7828   y-axis: "Y = Number of Service Chains"
7829   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7830   layout:
7831     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7832     layout: "plot-service-density"
7833
7834 - type: "plot"
7835   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7836   algorithm: "plot_nf_heatmap"
7837   output-file-type: ".html"
7838   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7839   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7840   filter: "'NIC_Intel-XXV710' and
7841            'NF_DENSITY' and
7842            'VHOST' and
7843            'VXLAN' and
7844            'CHAIN' and
7845            'IMIX' and
7846            '8T4C' and
7847            'NDRPDR'"
7848   parameters:
7849   - "throughput"
7850   - "name"
7851   - "tags"
7852   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7853   x-axis: "X = VNFs per Service Chain"
7854   y-axis: "Y = Number of Service Chains"
7855   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7856   layout:
7857     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7858     layout: "plot-service-density"
7859
7860 ###############################################################################
7861
7862 # Plots - NF Density - CSC - MRR IMIX
7863 - type: "plot"
7864   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7865   algorithm: "plot_nf_heatmap"
7866   output-file-type: ".html"
7867   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7868   data: "plot-vpp-nfv-2n-skx-mrr"
7869   filter: "'NIC_Intel-XXV710' and
7870            'NF_DENSITY' and
7871            'DOCKER' and
7872            'CHAIN' and
7873            'NF_VPPIP4' and
7874            'IMIX' and
7875            '2T1C' and
7876            'MRR'"
7877   parameters:
7878   - "result"
7879   - "name"
7880   - "tags"
7881   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7882   x-axis: "X = CNFs per Service Chain"
7883   y-axis: "Y = Number of Service Chains"
7884   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7885   layout:
7886     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7887     layout: "plot-service-density"
7888
7889 - type: "plot"
7890   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7891   algorithm: "plot_nf_heatmap"
7892   output-file-type: ".html"
7893   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7894   data: "plot-vpp-nfv-2n-skx-mrr"
7895   filter: "'NIC_Intel-XXV710' and
7896            'NF_DENSITY' and
7897            'DOCKER' and
7898            'CHAIN' and
7899            'NF_VPPIP4' and
7900            'IMIX' and
7901            '4T2C' and
7902            'MRR'"
7903   parameters:
7904   - "result"
7905   - "name"
7906   - "tags"
7907   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7908   x-axis: "X = CNFs per Service Chain"
7909   y-axis: "Y = Number of Service Chains"
7910   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7911   layout:
7912     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7913     layout: "plot-service-density"
7914
7915 - type: "plot"
7916   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7917   algorithm: "plot_nf_heatmap"
7918   output-file-type: ".html"
7919   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
7920   data: "plot-vpp-nfv-2n-skx-mrr"
7921   filter: "'NIC_Intel-XXV710' and
7922            'NF_DENSITY' and
7923            'DOCKER' and
7924            'CHAIN' and
7925            'NF_VPPIP4' and
7926            'IMIX' and
7927            '8T4C' and
7928            'MRR'"
7929   parameters:
7930   - "result"
7931   - "name"
7932   - "tags"
7933   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7934   x-axis: "X = CNFs per Service Chain"
7935   y-axis: "Y = Number of Service Chains"
7936   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7937   layout:
7938     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7939     layout: "plot-service-density"
7940
7941 # Plots - NF Density - CSC - NDR IMIX
7942 - type: "plot"
7943   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7944   algorithm: "plot_nf_heatmap"
7945   output-file-type: ".html"
7946   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
7947   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7948   filter: "'NIC_Intel-XXV710' and
7949            'NF_DENSITY' and
7950            'DOCKER' and
7951            'CHAIN' and
7952            'NF_VPPIP4' and
7953            'IMIX' and
7954            '2T1C' and
7955            'NDRPDR'"
7956   parameters:
7957   - "throughput"
7958   - "name"
7959   - "tags"
7960   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7961   x-axis: "X = CNFs per Service Chain"
7962   y-axis: "Y = Number of Service Chains"
7963   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7964   layout:
7965     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7966     layout: "plot-service-density"
7967
7968 - type: "plot"
7969   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7970   algorithm: "plot_nf_heatmap"
7971   output-file-type: ".html"
7972   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
7973   data: "plot-vpp-nfv-2n-skx-ndrpdr"
7974   filter: "'NIC_Intel-XXV710' and
7975            'NF_DENSITY' and
7976            'DOCKER' and
7977            'CHAIN' and
7978            'NF_VPPIP4' and
7979            'IMIX' and
7980            '4T2C' and
7981            'NDRPDR'"
7982   parameters:
7983   - "throughput"
7984   - "name"
7985   - "tags"
7986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7987   x-axis: "X = CNFs per Service Chain"
7988   y-axis: "Y = Number of Service Chains"
7989   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7990   layout:
7991     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7992     layout: "plot-service-density"
7993
7994 - type: "plot"
7995   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
7996   algorithm: "plot_nf_heatmap"
7997   output-file-type: ".html"
7998   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
7999   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8000   filter: "'NIC_Intel-XXV710' and
8001            'NF_DENSITY' and
8002            'DOCKER' and
8003            'CHAIN' and
8004            'NF_VPPIP4' and
8005            'IMIX' and
8006            '8T4C' and
8007            'NDRPDR'"
8008   parameters:
8009   - "throughput"
8010   - "name"
8011   - "tags"
8012   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8013   x-axis: "X = CNFs per Service Chain"
8014   y-axis: "Y = Number of Service Chains"
8015   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8016   layout:
8017     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8018     layout: "plot-service-density"
8019
8020 # Plots - NF Density - CSC - PDR IMIX
8021 - type: "plot"
8022   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8023   algorithm: "plot_nf_heatmap"
8024   output-file-type: ".html"
8025   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8026   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8027   filter: "'NIC_Intel-XXV710' and
8028            'NF_DENSITY' and
8029            'DOCKER' and
8030            'CHAIN' and
8031            'NF_VPPIP4' and
8032            'IMIX' and
8033            '2T1C' and
8034            'NDRPDR'"
8035   parameters:
8036   - "throughput"
8037   - "name"
8038   - "tags"
8039   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8040   x-axis: "X = CNFs per Service Chain"
8041   y-axis: "Y = Number of Service Chains"
8042   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8043   layout:
8044     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8045     layout: "plot-service-density"
8046
8047 - type: "plot"
8048   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8049   algorithm: "plot_nf_heatmap"
8050   output-file-type: ".html"
8051   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8052   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8053   filter: "'NIC_Intel-XXV710' and
8054            'NF_DENSITY' and
8055            'DOCKER' and
8056            'CHAIN' and
8057            'NF_VPPIP4' and
8058            'IMIX' and
8059            '4T2C' and
8060            'NDRPDR'"
8061   parameters:
8062   - "throughput"
8063   - "name"
8064   - "tags"
8065   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8066   x-axis: "X = CNFs per Service Chain"
8067   y-axis: "Y = Number of Service Chains"
8068   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8069   layout:
8070     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8071     layout: "plot-service-density"
8072
8073 - type: "plot"
8074   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8075   algorithm: "plot_nf_heatmap"
8076   output-file-type: ".html"
8077   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8078   data: "plot-vpp-nfv-2n-skx-ndrpdr"
8079   filter: "'NIC_Intel-XXV710' and
8080            'NF_DENSITY' and
8081            'DOCKER' and
8082            'CHAIN' and
8083            'NF_VPPIP4' and
8084            'IMIX' and
8085            '8T4C' and
8086            'NDRPDR'"
8087   parameters:
8088   - "throughput"
8089   - "name"
8090   - "tags"
8091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8092   x-axis: "X = CNFs per Service Chain"
8093   y-axis: "Y = Number of Service Chains"
8094   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8095   layout:
8096     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8097     layout: "plot-service-density"
8098
8099 ################################################################################
8100 #
8101 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8102 #- type: "plot"
8103 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8104 #  algorithm: "plot_nf_heatmap"
8105 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8106 #  data: "plot-vpp-nfv-3n-skx-mrr"
8107 #  filter: "'NIC_Intel-XXV710' and
8108 #           'NF_DENSITY' and
8109 #           'DOCKER' and
8110 #           'CHAIN' and
8111 #           'NF_VPPIP4' and
8112 #           'IPSEC' and
8113 #           'TNL_4' and
8114 #           'IMIX' and
8115 #           '2T1C' and
8116 #           'MRR'"
8117 #  parameters:
8118 #  - "result"
8119 #  - "name"
8120 #  - "tags"
8121 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8122 #  x-axis: "X = CNFs per Service Chain"
8123 #  y-axis: "Y = Number of Service Chains"
8124 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8125 #  layout:
8126 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8127 #    layout: "plot-service-density"
8128 #
8129 #- type: "plot"
8130 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8131 #  algorithm: "plot_nf_heatmap"
8132 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8133 #  data: "plot-vpp-nfv-3n-skx-mrr"
8134 #  filter: "'NIC_Intel-XXV710' and
8135 #           'NF_DENSITY' and
8136 #           'DOCKER' and
8137 #           'CHAIN' and
8138 #           'NF_VPPIP4' and
8139 #           'IPSEC' and
8140 #           'TNL_4' and
8141 #           'IMIX' and
8142 #           '4T2C' and
8143 #           'MRR'"
8144 #  parameters:
8145 #  - "result"
8146 #  - "name"
8147 #  - "tags"
8148 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8149 #  x-axis: "X = CNFs per Service Chain"
8150 #  y-axis: "Y = Number of Service Chains"
8151 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8152 #  layout:
8153 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8154 #    layout: "plot-service-density"
8155 #
8156 #- type: "plot"
8157 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8158 #  algorithm: "plot_nf_heatmap"
8159 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8160 #  data: "plot-vpp-nfv-3n-skx-mrr"
8161 #  filter: "'NIC_Intel-XXV710' and
8162 #           'NF_DENSITY' and
8163 #           'DOCKER' and
8164 #           'CHAIN' and
8165 #           'NF_VPPIP4' and
8166 #           'IPSEC' and
8167 #           'TNL_4' and
8168 #           'IMIX' and
8169 #           '8T4C' and
8170 #           'MRR'"
8171 #  parameters:
8172 #  - "result"
8173 #  - "name"
8174 #  - "tags"
8175 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8176 #  x-axis: "X = CNFs per Service Chain"
8177 #  y-axis: "Y = Number of Service Chains"
8178 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8179 #  layout:
8180 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8181 #    layout: "plot-service-density"
8182
8183 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8184 #- type: "plot"
8185 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8186 #  algorithm: "plot_nf_heatmap"
8187 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8188 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8189 #  filter: "'NIC_Intel-XXV710' and
8190 #           'NF_DENSITY' and
8191 #           'DOCKER' and
8192 #           'CHAIN' and
8193 #           'NF_VPPIP4' and
8194 #           'IPSEC' and
8195 #           'TNL_4' and
8196 #           'IMIX' and
8197 #           '2T1C' and
8198 #           'NDRPDR'"
8199 #  parameters:
8200 #  - "throughput"
8201 #  - "name"
8202 #  - "tags"
8203 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8204 #  x-axis: "X = CNFs per Service Chain"
8205 #  y-axis: "Y = Number of Service Chains"
8206 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8207 #  layout:
8208 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8209 #    layout: "plot-service-density"
8210 #
8211 #- type: "plot"
8212 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8213 #  algorithm: "plot_nf_heatmap"
8214 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8215 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8216 #  filter: "'NIC_Intel-XXV710' and
8217 #           'NF_DENSITY' and
8218 #           'DOCKER' and
8219 #           'CHAIN' and
8220 #           'NF_VPPIP4' and
8221 #           'IPSEC' and
8222 #           'TNL_4' and
8223 #           'IMIX' and
8224 #           '4T2C' and
8225 #           'NDRPDR'"
8226 #  parameters:
8227 #  - "throughput"
8228 #  - "name"
8229 #  - "tags"
8230 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8231 #  x-axis: "X = CNFs per Service Chain"
8232 #  y-axis: "Y = Number of Service Chains"
8233 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8234 #  layout:
8235 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8236 #    layout: "plot-service-density"
8237 #
8238 #- type: "plot"
8239 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8240 #  algorithm: "plot_nf_heatmap"
8241 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8242 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8243 #  filter: "'NIC_Intel-XXV710' and
8244 #           'NF_DENSITY' and
8245 #           'DOCKER' and
8246 #           'CHAIN' and
8247 #           'NF_VPPIP4' and
8248 #           'IPSEC' and
8249 #           'TNL_4' and
8250 #           'IMIX' and
8251 #           '8T4C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8263 #    layout: "plot-service-density"
8264 #
8265 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8266 #- type: "plot"
8267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8268 #  algorithm: "plot_nf_heatmap"
8269 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8270 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8271 #  filter: "'NIC_Intel-XXV710' and
8272 #           'NF_DENSITY' and
8273 #           'DOCKER' and
8274 #           'CHAIN' and
8275 #           'NF_VPPIP4' and
8276 #           'IPSEC' and
8277 #           'TNL_4' and
8278 #           'IMIX' and
8279 #           '2T1C' and
8280 #           'NDRPDR'"
8281 #  parameters:
8282 #  - "throughput"
8283 #  - "name"
8284 #  - "tags"
8285 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8286 #  x-axis: "X = CNFs per Service Chain"
8287 #  y-axis: "Y = Number of Service Chains"
8288 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8289 #  layout:
8290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8291 #    layout: "plot-service-density"
8292 #
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8297 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           'IPSEC' and
8304 #           'TNL_4' and
8305 #           'IMIX' and
8306 #           '4T2C' and
8307 #           'NDRPDR'"
8308 #  parameters:
8309 #  - "throughput"
8310 #  - "name"
8311 #  - "tags"
8312 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8313 #  x-axis: "X = CNFs per Service Chain"
8314 #  y-axis: "Y = Number of Service Chains"
8315 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8316 #  layout:
8317 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8318 #    layout: "plot-service-density"
8319 #
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8324 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8325 #  filter: "'NIC_Intel-XXV710' and
8326 #           'NF_DENSITY' and
8327 #           'DOCKER' and
8328 #           'CHAIN' and
8329 #           'NF_VPPIP4' and
8330 #           'IPSEC' and
8331 #           'TNL_4' and
8332 #           'IMIX' and
8333 #           '8T4C' and
8334 #           'NDRPDR'"
8335 #  parameters:
8336 #  - "throughput"
8337 #  - "name"
8338 #  - "tags"
8339 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8340 #  x-axis: "X = CNFs per Service Chain"
8341 #  y-axis: "Y = Number of Service Chains"
8342 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8343 #  layout:
8344 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8345 #    layout: "plot-service-density"
8346
8347 ###############################################################################
8348
8349 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8350 #- type: "plot"
8351 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8352 #  algorithm: "plot_nf_heatmap"
8353 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8354 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8355 #  filter: "'NIC_Intel-XL710' and
8356 #           'NF_DENSITY' and
8357 #           'DOCKER' and
8358 #           'CHAIN' and
8359 #           'NF_VPPIP4' and
8360 #           'IMIX' and
8361 #           'TNL_4' and
8362 #           '1T1C' and
8363 #           'MRR'"
8364 #  parameters:
8365 #  - "result"
8366 #  - "name"
8367 #  - "tags"
8368 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8369 #  x-axis: "X = CNFs per Service Chain"
8370 #  y-axis: "Y = Number of Service Chains"
8371 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8372 #  layout:
8373 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8374 #    layout: "plot-service-density"
8375 #
8376 #- type: "plot"
8377 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8378 #  algorithm: "plot_nf_heatmap"
8379 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8380 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8381 #  filter: "'NIC_Intel-XL710' and
8382 #           'NF_DENSITY' and
8383 #           'DOCKER' and
8384 #           'CHAIN' and
8385 #           'NF_VPPIP4' and
8386 #           'IPSEC' and
8387 #           'TNL_4' and
8388 #           'IMIX' and
8389 #           '2T2C' and
8390 #           'MRR'"
8391 #  parameters:
8392 #  - "result"
8393 #  - "name"
8394 #  - "tags"
8395 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8396 #  x-axis: "X = CNFs per Service Chain"
8397 #  y-axis: "Y = Number of Service Chains"
8398 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8399 #  layout:
8400 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8401 #    layout: "plot-service-density"
8402 #
8403 #- type: "plot"
8404 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8405 #  algorithm: "plot_nf_heatmap"
8406 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8407 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8408 #  filter: "'NIC_Intel-XL710' and
8409 #           'NF_DENSITY' and
8410 #           'DOCKER' and
8411 #           'CHAIN' and
8412 #           'NF_VPPIP4' and
8413 #           'IPSEC' and
8414 #           'TNL_4' and
8415 #           'IMIX' and
8416 #           '4T4C' and
8417 #           'MRR'"
8418 #  parameters:
8419 #  - "result"
8420 #  - "name"
8421 #  - "tags"
8422 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8423 #  x-axis: "X = CNFs per Service Chain"
8424 #  y-axis: "Y = Number of Service Chains"
8425 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8426 #  layout:
8427 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8428 #    layout: "plot-service-density"
8429
8430 ## Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8431 #- type: "plot"
8432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8433 #  algorithm: "plot_nf_heatmap"
8434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8435 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8436 #  filter: "'NIC_Intel-XL710' and
8437 #           'NF_DENSITY' and
8438 #           'DOCKER' and
8439 #           'CHAIN' and
8440 #           'NF_VPPIP4' and
8441 #           'IPSEC' and
8442 #           'TNL_4' and
8443 #           'IMIX' and
8444 #           '1T1C' and
8445 #           'NDRPDR'"
8446 #  parameters:
8447 #  - "throughput"
8448 #  - "name"
8449 #  - "tags"
8450 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8451 #  x-axis: "X = CNFs per Service Chain"
8452 #  y-axis: "Y = Number of Service Chains"
8453 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8454 #  layout:
8455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8456 #    layout: "plot-service-density"
8457 #
8458 #- type: "plot"
8459 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8460 #  algorithm: "plot_nf_heatmap"
8461 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8462 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8463 #  filter: "'NIC_Intel-XL710' and
8464 #           'NF_DENSITY' and
8465 #           'DOCKER' and
8466 #           'CHAIN' and
8467 #           'NF_VPPIP4' and
8468 #           'IPSEC' and
8469 #           'TNL_4' and
8470 #           'IMIX' and
8471 #           '2T2C' and
8472 #           'NDRPDR'"
8473 #  parameters:
8474 #  - "throughput"
8475 #  - "name"
8476 #  - "tags"
8477 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8478 #  x-axis: "X = CNFs per Service Chain"
8479 #  y-axis: "Y = Number of Service Chains"
8480 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8481 #  layout:
8482 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8483 #    layout: "plot-service-density"
8484 #
8485 #- type: "plot"
8486 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8487 #  algorithm: "plot_nf_heatmap"
8488 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8489 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8490 #  filter: "'NIC_Intel-XL710' and
8491 #           'NF_DENSITY' and
8492 #           'DOCKER' and
8493 #           'CHAIN' and
8494 #           'NF_VPPIP4' and
8495 #           'IPSEC' and
8496 #           'TNL_4' and
8497 #           'IMIX' and
8498 #           '4T4C' and
8499 #           'NDRPDR'"
8500 #  parameters:
8501 #  - "throughput"
8502 #  - "name"
8503 #  - "tags"
8504 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8505 #  x-axis: "X = CNFs per Service Chain"
8506 #  y-axis: "Y = Number of Service Chains"
8507 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8508 #  layout:
8509 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8510 #    layout: "plot-service-density"
8511 #
8512 ## Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8513 #- type: "plot"
8514 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8515 #  algorithm: "plot_nf_heatmap"
8516 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8517 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8518 #  filter: "'NIC_Intel-XL710' and
8519 #           'NF_DENSITY' and
8520 #           'DOCKER' and
8521 #           'CHAIN' and
8522 #           'NF_VPPIP4' and
8523 #           'IPSEC' and
8524 #           'TNL_4' and
8525 #           'IMIX' and
8526 #           '1T1C' and
8527 #           'NDRPDR'"
8528 #  parameters:
8529 #  - "throughput"
8530 #  - "name"
8531 #  - "tags"
8532 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8533 #  x-axis: "X = CNFs per Service Chain"
8534 #  y-axis: "Y = Number of Service Chains"
8535 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8536 #  layout:
8537 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8538 #    layout: "plot-service-density"
8539 #
8540 #- type: "plot"
8541 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8542 #  algorithm: "plot_nf_heatmap"
8543 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8544 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8545 #  filter: "'NIC_Intel-XL710' and
8546 #           'NF_DENSITY' and
8547 #           'DOCKER' and
8548 #           'CHAIN' and
8549 #           'NF_VPPIP4' and
8550 #           'IPSEC' and
8551 #           'TNL_4' and
8552 #           'IMIX' and
8553 #           '2T2C' and
8554 #           'NDRPDR'"
8555 #  parameters:
8556 #  - "throughput"
8557 #  - "name"
8558 #  - "tags"
8559 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8560 #  x-axis: "X = CNFs per Service Chain"
8561 #  y-axis: "Y = Number of Service Chains"
8562 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8563 #  layout:
8564 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8565 #    layout: "plot-service-density"
8566 #
8567 #- type: "plot"
8568 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8569 #  algorithm: "plot_nf_heatmap"
8570 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8571 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8572 #  filter: "'NIC_Intel-XL710' and
8573 #           'NF_DENSITY' and
8574 #           'DOCKER' and
8575 #           'CHAIN' and
8576 #           'NF_VPPIP4' and
8577 #           'IPSEC' and
8578 #           'TNL_4' and
8579 #           'IMIX' and
8580 #           '4T4C' and
8581 #           'NDRPDR'"
8582 #  parameters:
8583 #  - "throughput"
8584 #  - "name"
8585 #  - "tags"
8586 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8587 #  x-axis: "X = CNFs per Service Chain"
8588 #  y-axis: "Y = Number of Service Chains"
8589 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8590 #  layout:
8591 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8592 #    layout: "plot-service-density"
8593
8594 ###############################################################################
8595
8596 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8597 #- type: "plot"
8598 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8599 #  algorithm: "plot_nf_heatmap"
8600 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8601 #  data: "plot-vpp-nfv-3n-skx-mrr"
8602 #  filter: "'NIC_Intel-XXV710' and
8603 #           'NF_DENSITY' and
8604 #           'DOCKER' and
8605 #           'CHAIN' and
8606 #           'NF_VPPIP4' and
8607 #           'IPSEC' and
8608 #           'TNL_1000' and
8609 #           'IMIX' and
8610 #           '2T1C' and
8611 #           'MRR'"
8612 #  parameters:
8613 #  - "result"
8614 #  - "name"
8615 #  - "tags"
8616 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8617 #  x-axis: "X = CNFs per Service Chain"
8618 #  y-axis: "Y = Number of Service Chains"
8619 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8620 #  layout:
8621 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8622 #    layout: "plot-service-density"
8623 #
8624 #- type: "plot"
8625 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8626 #  algorithm: "plot_nf_heatmap"
8627 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8628 #  data: "plot-vpp-nfv-3n-skx-mrr"
8629 #  filter: "'NIC_Intel-XXV710' and
8630 #           'NF_DENSITY' and
8631 #           'DOCKER' and
8632 #           'CHAIN' and
8633 #           'NF_VPPIP4' and
8634 #           'IPSEC' and
8635 #           'TNL_1000' and
8636 #           'IMIX' and
8637 #           '4T2C' and
8638 #           'MRR'"
8639 #  parameters:
8640 #  - "result"
8641 #  - "name"
8642 #  - "tags"
8643 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8644 #  x-axis: "X = CNFs per Service Chain"
8645 #  y-axis: "Y = Number of Service Chains"
8646 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8647 #  layout:
8648 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8649 #    layout: "plot-service-density"
8650 #
8651 #- type: "plot"
8652 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8653 #  algorithm: "plot_nf_heatmap"
8654 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8655 #  data: "plot-vpp-nfv-3n-skx-mrr"
8656 #  filter: "'NIC_Intel-XXV710' and
8657 #           'NF_DENSITY' and
8658 #           'DOCKER' and
8659 #           'CHAIN' and
8660 #           'NF_VPPIP4' and
8661 #           'IPSEC' and
8662 #           'TNL_1000' and
8663 #           'IMIX' and
8664 #           '8T4C' and
8665 #           'MRR'"
8666 #  parameters:
8667 #  - "result"
8668 #  - "name"
8669 #  - "tags"
8670 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8671 #  x-axis: "X = CNFs per Service Chain"
8672 #  y-axis: "Y = Number of Service Chains"
8673 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8674 #  layout:
8675 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8676 #    layout: "plot-service-density"
8677
8678 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8679 #- type: "plot"
8680 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8681 #  algorithm: "plot_nf_heatmap"
8682 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8683 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8684 #  filter: "'NIC_Intel-XXV710' and
8685 #           'NF_DENSITY' and
8686 #           'DOCKER' and
8687 #           'CHAIN' and
8688 #           'NF_VPPIP4' and
8689 #           'IPSEC' and
8690 #           'TNL_1000' and
8691 #           'IMIX' and
8692 #           '2T1C' and
8693 #           'NDRPDR'"
8694 #  parameters:
8695 #  - "throughput"
8696 #  - "name"
8697 #  - "tags"
8698 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8699 #  x-axis: "X = CNFs per Service Chain"
8700 #  y-axis: "Y = Number of Service Chains"
8701 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8702 #  layout:
8703 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8704 #    layout: "plot-service-density"
8705 #
8706 #- type: "plot"
8707 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8708 #  algorithm: "plot_nf_heatmap"
8709 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8710 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8711 #  filter: "'NIC_Intel-XXV710' and
8712 #           'NF_DENSITY' and
8713 #           'DOCKER' and
8714 #           'CHAIN' and
8715 #           'NF_VPPIP4' and
8716 #           'IPSEC' and
8717 #           'TNL_1000' and
8718 #           'IMIX' and
8719 #           '4T2C' and
8720 #           'NDRPDR'"
8721 #  parameters:
8722 #  - "throughput"
8723 #  - "name"
8724 #  - "tags"
8725 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8726 #  x-axis: "X = CNFs per Service Chain"
8727 #  y-axis: "Y = Number of Service Chains"
8728 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8729 #  layout:
8730 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8731 #    layout: "plot-service-density"
8732 #
8733 #- type: "plot"
8734 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8735 #  algorithm: "plot_nf_heatmap"
8736 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8737 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8738 #  filter: "'NIC_Intel-XXV710' and
8739 #           'NF_DENSITY' and
8740 #           'DOCKER' and
8741 #           'CHAIN' and
8742 #           'NF_VPPIP4' and
8743 #           'IPSEC' and
8744 #           'TNL_1000' and
8745 #           'IMIX' and
8746 #           '8T4C' and
8747 #           'NDRPDR'"
8748 #  parameters:
8749 #  - "throughput"
8750 #  - "name"
8751 #  - "tags"
8752 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8753 #  x-axis: "X = CNFs per Service Chain"
8754 #  y-axis: "Y = Number of Service Chains"
8755 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8756 #  layout:
8757 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8758 #    layout: "plot-service-density"
8759 #
8760 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
8761 #- type: "plot"
8762 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8763 #  algorithm: "plot_nf_heatmap"
8764 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
8765 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8766 #  filter: "'NIC_Intel-XXV710' and
8767 #           'NF_DENSITY' and
8768 #           'DOCKER' and
8769 #           'CHAIN' and
8770 #           'NF_VPPIP4' and
8771 #           'IPSEC' and
8772 #           'TNL_1000' and
8773 #           'IMIX' and
8774 #           '2T1C' and
8775 #           'NDRPDR'"
8776 #  parameters:
8777 #  - "throughput"
8778 #  - "name"
8779 #  - "tags"
8780 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8781 #  x-axis: "X = CNFs per Service Chain"
8782 #  y-axis: "Y = Number of Service Chains"
8783 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8784 #  layout:
8785 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8786 #    layout: "plot-service-density"
8787 #
8788 #- type: "plot"
8789 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8790 #  algorithm: "plot_nf_heatmap"
8791 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
8792 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8793 #  filter: "'NIC_Intel-XXV710' and
8794 #           'NF_DENSITY' and
8795 #           'DOCKER' and
8796 #           'CHAIN' and
8797 #           'NF_VPPIP4' and
8798 #           'IPSEC' and
8799 #           'TNL_1000' and
8800 #           'IMIX' and
8801 #           '4T2C' and
8802 #           'NDRPDR'"
8803 #  parameters:
8804 #  - "throughput"
8805 #  - "name"
8806 #  - "tags"
8807 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8808 #  x-axis: "X = CNFs per Service Chain"
8809 #  y-axis: "Y = Number of Service Chains"
8810 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8811 #  layout:
8812 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8813 #    layout: "plot-service-density"
8814 #
8815 #- type: "plot"
8816 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8817 #  algorithm: "plot_nf_heatmap"
8818 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
8819 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
8820 #  filter: "'NIC_Intel-XXV710' and
8821 #           'NF_DENSITY' and
8822 #           'DOCKER' and
8823 #           'CHAIN' and
8824 #           'NF_VPPIP4' and
8825 #           'IPSEC' and
8826 #           'TNL_1000' and
8827 #           'IMIX' and
8828 #           '8T4C' and
8829 #           'NDRPDR'"
8830 #  parameters:
8831 #  - "throughput"
8832 #  - "name"
8833 #  - "tags"
8834 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8835 #  x-axis: "X = CNFs per Service Chain"
8836 #  y-axis: "Y = Number of Service Chains"
8837 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8838 #  layout:
8839 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
8840 #    layout: "plot-service-density"
8841
8842 ###############################################################################
8843
8844 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8845 #- type: "plot"
8846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8847 #  algorithm: "plot_nf_heatmap"
8848 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
8849 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8850 #  filter: "'NIC_Intel-XL710' and
8851 #           'NF_DENSITY' and
8852 #           'DOCKER' and
8853 #           'CHAIN' and
8854 #           'NF_VPPIP4' and
8855 #           'IMIX' and
8856 #           'TNL_1000' and
8857 #           '1T1C' and
8858 #           'MRR'"
8859 #  parameters:
8860 #  - "result"
8861 #  - "name"
8862 #  - "tags"
8863 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8864 #  x-axis: "X = CNFs per Service Chain"
8865 #  y-axis: "Y = Number of Service Chains"
8866 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8867 #  layout:
8868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8869 #    layout: "plot-service-density"
8870 #
8871 #- type: "plot"
8872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8873 #  algorithm: "plot_nf_heatmap"
8874 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
8875 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8876 #  filter: "'NIC_Intel-XL710' and
8877 #           'NF_DENSITY' and
8878 #           'DOCKER' and
8879 #           'CHAIN' and
8880 #           'NF_VPPIP4' and
8881 #           'IPSEC' and
8882 #           'TNL_1000' and
8883 #           'IMIX' and
8884 #           '2T2C' and
8885 #           'MRR'"
8886 #  parameters:
8887 #  - "result"
8888 #  - "name"
8889 #  - "tags"
8890 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8891 #  x-axis: "X = CNFs per Service Chain"
8892 #  y-axis: "Y = Number of Service Chains"
8893 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8894 #  layout:
8895 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8896 #    layout: "plot-service-density"
8897 #
8898 #- type: "plot"
8899 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8900 #  algorithm: "plot_nf_heatmap"
8901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
8902 #  data: "plot-vpp-nfv-3n-hsw-mrr"
8903 #  filter: "'NIC_Intel-XL710' and
8904 #           'NF_DENSITY' and
8905 #           'DOCKER' and
8906 #           'CHAIN' and
8907 #           'NF_VPPIP4' and
8908 #           'IPSEC' and
8909 #           'TNL_1000' and
8910 #           'IMIX' and
8911 #           '4T4C' and
8912 #           'MRR'"
8913 #  parameters:
8914 #  - "result"
8915 #  - "name"
8916 #  - "tags"
8917 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8918 #  x-axis: "X = CNFs per Service Chain"
8919 #  y-axis: "Y = Number of Service Chains"
8920 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8921 #  layout:
8922 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8923 #    layout: "plot-service-density"
8924
8925 ## Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8926 #- type: "plot"
8927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8928 #  algorithm: "plot_nf_heatmap"
8929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
8930 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8931 #  filter: "'NIC_Intel-XL710' and
8932 #           'NF_DENSITY' and
8933 #           'DOCKER' and
8934 #           'CHAIN' and
8935 #           'NF_VPPIP4' and
8936 #           'IPSEC' and
8937 #           'TNL_1000' and
8938 #           'IMIX' and
8939 #           '1T1C' and
8940 #           'NDRPDR'"
8941 #  parameters:
8942 #  - "throughput"
8943 #  - "name"
8944 #  - "tags"
8945 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8946 #  x-axis: "X = CNFs per Service Chain"
8947 #  y-axis: "Y = Number of Service Chains"
8948 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8949 #  layout:
8950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8951 #    layout: "plot-service-density"
8952 #
8953 #- type: "plot"
8954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8955 #  algorithm: "plot_nf_heatmap"
8956 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
8957 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8958 #  filter: "'NIC_Intel-XL710' and
8959 #           'NF_DENSITY' and
8960 #           'DOCKER' and
8961 #           'CHAIN' and
8962 #           'NF_VPPIP4' and
8963 #           'IPSEC' and
8964 #           'TNL_1000' and
8965 #           'IMIX' and
8966 #           '2T2C' and
8967 #           'NDRPDR'"
8968 #  parameters:
8969 #  - "throughput"
8970 #  - "name"
8971 #  - "tags"
8972 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8973 #  x-axis: "X = CNFs per Service Chain"
8974 #  y-axis: "Y = Number of Service Chains"
8975 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8976 #  layout:
8977 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8978 #    layout: "plot-service-density"
8979 #
8980 #- type: "plot"
8981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8982 #  algorithm: "plot_nf_heatmap"
8983 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
8984 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8985 #  filter: "'NIC_Intel-XL710' and
8986 #           'NF_DENSITY' and
8987 #           'DOCKER' and
8988 #           'CHAIN' and
8989 #           'NF_VPPIP4' and
8990 #           'IPSEC' and
8991 #           'TNL_1000' and
8992 #           'IMIX' and
8993 #           '4T4C' and
8994 #           'NDRPDR'"
8995 #  parameters:
8996 #  - "throughput"
8997 #  - "name"
8998 #  - "tags"
8999 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9000 #  x-axis: "X = CNFs per Service Chain"
9001 #  y-axis: "Y = Number of Service Chains"
9002 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9003 #  layout:
9004 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9005 #    layout: "plot-service-density"
9006 #
9007 ## Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9008 #- type: "plot"
9009 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9010 #  algorithm: "plot_nf_heatmap"
9011 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9012 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9013 #  filter: "'NIC_Intel-XL710' and
9014 #           'NF_DENSITY' and
9015 #           'DOCKER' and
9016 #           'CHAIN' and
9017 #           'NF_VPPIP4' and
9018 #           'IPSEC' and
9019 #           'TNL_1000' and
9020 #           'IMIX' and
9021 #           '1T1C' and
9022 #           'NDRPDR'"
9023 #  parameters:
9024 #  - "throughput"
9025 #  - "name"
9026 #  - "tags"
9027 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9028 #  x-axis: "X = CNFs per Service Chain"
9029 #  y-axis: "Y = Number of Service Chains"
9030 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9031 #  layout:
9032 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9033 #    layout: "plot-service-density"
9034 #
9035 #- type: "plot"
9036 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9037 #  algorithm: "plot_nf_heatmap"
9038 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9039 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9040 #  filter: "'NIC_Intel-XL710' and
9041 #           'NF_DENSITY' and
9042 #           'DOCKER' and
9043 #           'CHAIN' and
9044 #           'NF_VPPIP4' and
9045 #           'IPSEC' and
9046 #           'TNL_1000' and
9047 #           'IMIX' and
9048 #           '2T2C' and
9049 #           'NDRPDR'"
9050 #  parameters:
9051 #  - "throughput"
9052 #  - "name"
9053 #  - "tags"
9054 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9055 #  x-axis: "X = CNFs per Service Chain"
9056 #  y-axis: "Y = Number of Service Chains"
9057 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9058 #  layout:
9059 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9060 #    layout: "plot-service-density"
9061 #
9062 #- type: "plot"
9063 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9064 #  algorithm: "plot_nf_heatmap"
9065 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9066 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9067 #  filter: "'NIC_Intel-XL710' and
9068 #           'NF_DENSITY' and
9069 #           'DOCKER' and
9070 #           'CHAIN' and
9071 #           'NF_VPPIP4' and
9072 #           'IPSEC' and
9073 #           'TNL_1000' and
9074 #           'IMIX' and
9075 #           '4T4C' and
9076 #           'NDRPDR'"
9077 #  parameters:
9078 #  - "throughput"
9079 #  - "name"
9080 #  - "tags"
9081 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9082 #  x-axis: "X = CNFs per Service Chain"
9083 #  y-axis: "Y = Number of Service Chains"
9084 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9085 #  layout:
9086 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9087 #    layout: "plot-service-density"
9088
9089 ###############################################################################
9090
9091 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9092 #- type: "plot"
9093 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9094 #  algorithm: "plot_nf_heatmap"
9095 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9096 #  data: "plot-vpp-nfv-3n-skx-mrr"
9097 #  filter: "'NIC_Intel-XXV710' and
9098 #           'NF_DENSITY' and
9099 #           'DOCKER' and
9100 #           'CHAIN' and
9101 #           'NF_VPPIP4' and
9102 #           'IPSEC' and
9103 #           'TNL_10000' and
9104 #           'IMIX' and
9105 #           '2T1C' and
9106 #           'MRR'"
9107 #  parameters:
9108 #  - "result"
9109 #  - "name"
9110 #  - "tags"
9111 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9112 #  x-axis: "X = CNFs per Service Chain"
9113 #  y-axis: "Y = Number of Service Chains"
9114 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9115 #  layout:
9116 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9117 #    layout: "plot-service-density"
9118 #
9119 #- type: "plot"
9120 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9121 #  algorithm: "plot_nf_heatmap"
9122 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9123 #  data: "plot-vpp-nfv-3n-skx-mrr"
9124 #  filter: "'NIC_Intel-XXV710' and
9125 #           'NF_DENSITY' and
9126 #           'DOCKER' and
9127 #           'CHAIN' and
9128 #           'NF_VPPIP4' and
9129 #           'IPSEC' and
9130 #           'TNL_10000' and
9131 #           'IMIX' and
9132 #           '4T2C' and
9133 #           'MRR'"
9134 #  parameters:
9135 #  - "result"
9136 #  - "name"
9137 #  - "tags"
9138 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9139 #  x-axis: "X = CNFs per Service Chain"
9140 #  y-axis: "Y = Number of Service Chains"
9141 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9142 #  layout:
9143 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9144 #    layout: "plot-service-density"
9145 #
9146 #- type: "plot"
9147 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9148 #  algorithm: "plot_nf_heatmap"
9149 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9150 #  data: "plot-vpp-nfv-3n-skx-mrr"
9151 #  filter: "'NIC_Intel-XXV710' and
9152 #           'NF_DENSITY' and
9153 #           'DOCKER' and
9154 #           'CHAIN' and
9155 #           'NF_VPPIP4' and
9156 #           'IPSEC' and
9157 #           'TNL_10000' and
9158 #           'IMIX' and
9159 #           '8T4C' and
9160 #           'MRR'"
9161 #  parameters:
9162 #  - "result"
9163 #  - "name"
9164 #  - "tags"
9165 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9166 #  x-axis: "X = CNFs per Service Chain"
9167 #  y-axis: "Y = Number of Service Chains"
9168 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9169 #  layout:
9170 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9171 #    layout: "plot-service-density"
9172
9173 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9174 #- type: "plot"
9175 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9176 #  algorithm: "plot_nf_heatmap"
9177 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9178 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9179 #  filter: "'NIC_Intel-XXV710' and
9180 #           'NF_DENSITY' and
9181 #           'DOCKER' and
9182 #           'CHAIN' and
9183 #           'NF_VPPIP4' and
9184 #           'IPSEC' and
9185 #           'TNL_10000' and
9186 #           'IMIX' and
9187 #           '2T1C' and
9188 #           'NDRPDR'"
9189 #  parameters:
9190 #  - "throughput"
9191 #  - "name"
9192 #  - "tags"
9193 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9194 #  x-axis: "X = CNFs per Service Chain"
9195 #  y-axis: "Y = Number of Service Chains"
9196 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9197 #  layout:
9198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9199 #    layout: "plot-service-density"
9200 #
9201 #- type: "plot"
9202 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9203 #  algorithm: "plot_nf_heatmap"
9204 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9205 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9206 #  filter: "'NIC_Intel-XXV710' and
9207 #           'NF_DENSITY' and
9208 #           'DOCKER' and
9209 #           'CHAIN' and
9210 #           'NF_VPPIP4' and
9211 #           'IPSEC' and
9212 #           'TNL_10000' and
9213 #           'IMIX' and
9214 #           '4T2C' and
9215 #           'NDRPDR'"
9216 #  parameters:
9217 #  - "throughput"
9218 #  - "name"
9219 #  - "tags"
9220 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221 #  x-axis: "X = CNFs per Service Chain"
9222 #  y-axis: "Y = Number of Service Chains"
9223 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9224 #  layout:
9225 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9226 #    layout: "plot-service-density"
9227 #
9228 #- type: "plot"
9229 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9230 #  algorithm: "plot_nf_heatmap"
9231 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9232 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9233 #  filter: "'NIC_Intel-XXV710' and
9234 #           'NF_DENSITY' and
9235 #           'DOCKER' and
9236 #           'CHAIN' and
9237 #           'NF_VPPIP4' and
9238 #           'IPSEC' and
9239 #           'TNL_10000' and
9240 #           'IMIX' and
9241 #           '8T4C' and
9242 #           'NDRPDR'"
9243 #  parameters:
9244 #  - "throughput"
9245 #  - "name"
9246 #  - "tags"
9247 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9248 #  x-axis: "X = CNFs per Service Chain"
9249 #  y-axis: "Y = Number of Service Chains"
9250 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9251 #  layout:
9252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9253 #    layout: "plot-service-density"
9254 #
9255 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9256 #- type: "plot"
9257 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9258 #  algorithm: "plot_nf_heatmap"
9259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9260 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9261 #  filter: "'NIC_Intel-XXV710' and
9262 #           'NF_DENSITY' and
9263 #           'DOCKER' and
9264 #           'CHAIN' and
9265 #           'NF_VPPIP4' and
9266 #           'IPSEC' and
9267 #           'TNL_10000' and
9268 #           'IMIX' and
9269 #           '2T1C' and
9270 #           'NDRPDR'"
9271 #  parameters:
9272 #  - "throughput"
9273 #  - "name"
9274 #  - "tags"
9275 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9276 #  x-axis: "X = CNFs per Service Chain"
9277 #  y-axis: "Y = Number of Service Chains"
9278 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9279 #  layout:
9280 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9281 #    layout: "plot-service-density"
9282 #
9283 #- type: "plot"
9284 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9285 #  algorithm: "plot_nf_heatmap"
9286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9287 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9288 #  filter: "'NIC_Intel-XXV710' and
9289 #           'NF_DENSITY' and
9290 #           'DOCKER' and
9291 #           'CHAIN' and
9292 #           'NF_VPPIP4' and
9293 #           'IPSEC' and
9294 #           'TNL_10000' and
9295 #           'IMIX' and
9296 #           '4T2C' and
9297 #           'NDRPDR'"
9298 #  parameters:
9299 #  - "throughput"
9300 #  - "name"
9301 #  - "tags"
9302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9303 #  x-axis: "X = CNFs per Service Chain"
9304 #  y-axis: "Y = Number of Service Chains"
9305 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9306 #  layout:
9307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9308 #    layout: "plot-service-density"
9309 #
9310 #- type: "plot"
9311 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9312 #  algorithm: "plot_nf_heatmap"
9313 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9314 #  data: "plot-vpp-nfv-3n-skx-ndrpdr"
9315 #  filter: "'NIC_Intel-XXV710' and
9316 #           'NF_DENSITY' and
9317 #           'DOCKER' and
9318 #           'CHAIN' and
9319 #           'NF_VPPIP4' and
9320 #           'IPSEC' and
9321 #           'TNL_10000' and
9322 #           'IMIX' and
9323 #           '8T4C' and
9324 #           'NDRPDR'"
9325 #  parameters:
9326 #  - "throughput"
9327 #  - "name"
9328 #  - "tags"
9329 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9330 #  x-axis: "X = CNFs per Service Chain"
9331 #  y-axis: "Y = Number of Service Chains"
9332 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9333 #  layout:
9334 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9335 #    layout: "plot-service-density"
9336
9337 ###############################################################################
9338
9339 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9340 #- type: "plot"
9341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9342 #  algorithm: "plot_nf_heatmap"
9343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9344 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9345 #  filter: "'NIC_Intel-XL710' and
9346 #           'NF_DENSITY' and
9347 #           'DOCKER' and
9348 #           'CHAIN' and
9349 #           'NF_VPPIP4' and
9350 #           'IMIX' and
9351 #           'TNL_10000' and
9352 #           '1T1C' and
9353 #           'MRR'"
9354 #  parameters:
9355 #  - "result"
9356 #  - "name"
9357 #  - "tags"
9358 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9359 #  x-axis: "X = CNFs per Service Chain"
9360 #  y-axis: "Y = Number of Service Chains"
9361 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9362 #  layout:
9363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9364 #    layout: "plot-service-density"
9365 #
9366 #- type: "plot"
9367 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9368 #  algorithm: "plot_nf_heatmap"
9369 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9370 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9371 #  filter: "'NIC_Intel-XL710' and
9372 #           'NF_DENSITY' and
9373 #           'DOCKER' and
9374 #           'CHAIN' and
9375 #           'NF_VPPIP4' and
9376 #           'IPSEC' and
9377 #           'TNL_10000' and
9378 #           'IMIX' and
9379 #           '2T2C' and
9380 #           'MRR'"
9381 #  parameters:
9382 #  - "result"
9383 #  - "name"
9384 #  - "tags"
9385 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9386 #  x-axis: "X = CNFs per Service Chain"
9387 #  y-axis: "Y = Number of Service Chains"
9388 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9389 #  layout:
9390 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9391 #    layout: "plot-service-density"
9392 #
9393 #- type: "plot"
9394 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9395 #  algorithm: "plot_nf_heatmap"
9396 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9397 #  data: "plot-vpp-nfv-3n-hsw-mrr"
9398 #  filter: "'NIC_Intel-XL710' and
9399 #           'NF_DENSITY' and
9400 #           'DOCKER' and
9401 #           'CHAIN' and
9402 #           'NF_VPPIP4' and
9403 #           'IPSEC' and
9404 #           'TNL_10000' and
9405 #           'IMIX' and
9406 #           '4T4C' and
9407 #           'MRR'"
9408 #  parameters:
9409 #  - "result"
9410 #  - "name"
9411 #  - "tags"
9412 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9413 #  x-axis: "X = CNFs per Service Chain"
9414 #  y-axis: "Y = Number of Service Chains"
9415 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9416 #  layout:
9417 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9418 #    layout: "plot-service-density"
9419
9420 ## Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9425 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9426 #  filter: "'NIC_Intel-XL710' and
9427 #           'NF_DENSITY' and
9428 #           'DOCKER' and
9429 #           'CHAIN' and
9430 #           'NF_VPPIP4' and
9431 #           'IPSEC' and
9432 #           'TNL_10000' and
9433 #           'IMIX' and
9434 #           '1T1C' and
9435 #           'NDRPDR'"
9436 #  parameters:
9437 #  - "throughput"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Chain"
9442 #  y-axis: "Y = Number of Service Chains"
9443 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9446 #    layout: "plot-service-density"
9447 #
9448 #- type: "plot"
9449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9450 #  algorithm: "plot_nf_heatmap"
9451 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9452 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9453 #  filter: "'NIC_Intel-XL710' and
9454 #           'NF_DENSITY' and
9455 #           'DOCKER' and
9456 #           'CHAIN' and
9457 #           'NF_VPPIP4' and
9458 #           'IPSEC' and
9459 #           'TNL_10000' and
9460 #           'IMIX' and
9461 #           '2T2C' and
9462 #           'NDRPDR'"
9463 #  parameters:
9464 #  - "throughput"
9465 #  - "name"
9466 #  - "tags"
9467 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9468 #  x-axis: "X = CNFs per Service Chain"
9469 #  y-axis: "Y = Number of Service Chains"
9470 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9471 #  layout:
9472 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9473 #    layout: "plot-service-density"
9474 #
9475 #- type: "plot"
9476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9477 #  algorithm: "plot_nf_heatmap"
9478 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9479 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9480 #  filter: "'NIC_Intel-XL710' and
9481 #           'NF_DENSITY' and
9482 #           'DOCKER' and
9483 #           'CHAIN' and
9484 #           'NF_VPPIP4' and
9485 #           'IPSEC' and
9486 #           'TNL_10000' and
9487 #           'IMIX' and
9488 #           '4T4C' and
9489 #           'NDRPDR'"
9490 #  parameters:
9491 #  - "throughput"
9492 #  - "name"
9493 #  - "tags"
9494 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9495 #  x-axis: "X = CNFs per Service Chain"
9496 #  y-axis: "Y = Number of Service Chains"
9497 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9498 #  layout:
9499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9500 #    layout: "plot-service-density"
9501 #
9502 ## Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9503 #- type: "plot"
9504 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9505 #  algorithm: "plot_nf_heatmap"
9506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9507 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9508 #  filter: "'NIC_Intel-XL710' and
9509 #           'NF_DENSITY' and
9510 #           'DOCKER' and
9511 #           'CHAIN' and
9512 #           'NF_VPPIP4' and
9513 #           'IPSEC' and
9514 #           'TNL_10000' and
9515 #           'IMIX' and
9516 #           '1T1C' and
9517 #           'NDRPDR'"
9518 #  parameters:
9519 #  - "throughput"
9520 #  - "name"
9521 #  - "tags"
9522 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9523 #  x-axis: "X = CNFs per Service Chain"
9524 #  y-axis: "Y = Number of Service Chains"
9525 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9526 #  layout:
9527 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9528 #    layout: "plot-service-density"
9529 #
9530 #- type: "plot"
9531 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9532 #  algorithm: "plot_nf_heatmap"
9533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9534 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9535 #  filter: "'NIC_Intel-XL710' and
9536 #           'NF_DENSITY' and
9537 #           'DOCKER' and
9538 #           'CHAIN' and
9539 #           'NF_VPPIP4' and
9540 #           'IPSEC' and
9541 #           'TNL_10000' and
9542 #           'IMIX' and
9543 #           '2T2C' and
9544 #           'NDRPDR'"
9545 #  parameters:
9546 #  - "throughput"
9547 #  - "name"
9548 #  - "tags"
9549 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9550 #  x-axis: "X = CNFs per Service Chain"
9551 #  y-axis: "Y = Number of Service Chains"
9552 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9553 #  layout:
9554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9555 #    layout: "plot-service-density"
9556 #
9557 #- type: "plot"
9558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9559 #  algorithm: "plot_nf_heatmap"
9560 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9561 #  data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9562 #  filter: "'NIC_Intel-XL710' and
9563 #           'NF_DENSITY' and
9564 #           'DOCKER' and
9565 #           'CHAIN' and
9566 #           'NF_VPPIP4' and
9567 #           'IPSEC' and
9568 #           'TNL_10000' and
9569 #           'IMIX' and
9570 #           '4T4C' and
9571 #           'NDRPDR'"
9572 #  parameters:
9573 #  - "throughput"
9574 #  - "name"
9575 #  - "tags"
9576 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9577 #  x-axis: "X = CNFs per Service Chain"
9578 #  y-axis: "Y = Number of Service Chains"
9579 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9580 #  layout:
9581 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9582 #    layout: "plot-service-density"
9583
9584 ###############################################################################
9585
9586 # Plots - NF Density - CSP - MRR IMIX
9587 - type: "plot"
9588   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9589   algorithm: "plot_nf_heatmap"
9590   output-file-type: ".html"
9591   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9592   data: "plot-vpp-nfv-2n-skx-mrr"
9593   filter: "'NIC_Intel-XXV710' and
9594            'NF_DENSITY' and
9595            'DOCKER' and
9596            'PIPELINE' and
9597            'NF_VPPIP4' and
9598            'IMIX' and
9599            '2T1C' and
9600            'MRR'"
9601   parameters:
9602   - "result"
9603   - "name"
9604   - "tags"
9605   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9606   x-axis: "X = CNFs per Service Pipeline"
9607   y-axis: "Y = Number of Service Pipelines"
9608   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9609   layout:
9610     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9611     layout: "plot-service-density"
9612
9613 - type: "plot"
9614   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9615   algorithm: "plot_nf_heatmap"
9616   output-file-type: ".html"
9617   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9618   data: "plot-vpp-nfv-2n-skx-mrr"
9619   filter: "'NIC_Intel-XXV710' and
9620            'NF_DENSITY' and
9621            'DOCKER' and
9622            'PIPELINE' and
9623            'NF_VPPIP4' and
9624            'IMIX' and
9625            '4T2C' and
9626            'MRR'"
9627   parameters:
9628   - "result"
9629   - "name"
9630   - "tags"
9631   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9632   x-axis: "X = CNFs per Service Pipeline"
9633   y-axis: "Y = Number of Service Pipelines"
9634   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9635   layout:
9636     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9637     layout: "plot-service-density"
9638
9639 - type: "plot"
9640   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9641   algorithm: "plot_nf_heatmap"
9642   output-file-type: ".html"
9643   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9644   data: "plot-vpp-nfv-2n-skx-mrr"
9645   filter: "'NIC_Intel-XXV710' and
9646            'NF_DENSITY' and
9647            'DOCKER' and
9648            'PIPELINE' and
9649            'NF_VPPIP4' and
9650            'IMIX' and
9651            '8T4C' and
9652            'MRR'"
9653   parameters:
9654   - "result"
9655   - "name"
9656   - "tags"
9657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9658   x-axis: "X = CNFs per Service Pipeline"
9659   y-axis: "Y = Number of Service Pipelines"
9660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9661   layout:
9662     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9663     layout: "plot-service-density"
9664
9665 # Plots - NF Density - CSP - NDR IMIX
9666 - type: "plot"
9667   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9668   algorithm: "plot_nf_heatmap"
9669   output-file-type: ".html"
9670   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
9671   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9672   filter: "'NIC_Intel-XXV710' and
9673            'NF_DENSITY' and
9674            'DOCKER' and
9675            'PIPELINE' and
9676            'NF_VPPIP4' and
9677            'IMIX' and
9678            '2T1C' and
9679            'NDRPDR'"
9680   parameters:
9681   - "throughput"
9682   - "name"
9683   - "tags"
9684   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9685   x-axis: "X = CNFs per Service Pipeline"
9686   y-axis: "Y = Number of Service Pipelines"
9687   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9688   layout:
9689     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9690     layout: "plot-service-density"
9691
9692 - type: "plot"
9693   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9694   algorithm: "plot_nf_heatmap"
9695   output-file-type: ".html"
9696   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
9697   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9698   filter: "'NIC_Intel-XXV710' and
9699            'NF_DENSITY' and
9700            'DOCKER' and
9701            'PIPELINE' and
9702            'NF_VPPIP4' and
9703            'IMIX' and
9704            '4T2C' and
9705            'NDRPDR'"
9706   parameters:
9707   - "throughput"
9708   - "name"
9709   - "tags"
9710   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9711   x-axis: "X = CNFs per Service Pipeline"
9712   y-axis: "Y = Number of Service Pipelines"
9713   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9714   layout:
9715     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9716     layout: "plot-service-density"
9717
9718 - type: "plot"
9719   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9720   algorithm: "plot_nf_heatmap"
9721   output-file-type: ".html"
9722   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
9723   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9724   filter: "'NIC_Intel-XXV710' and
9725            'NF_DENSITY' and
9726            'DOCKER' and
9727            'PIPELINE' and
9728            'NF_VPPIP4' and
9729            'IMIX' and
9730            '8T4C' and
9731            'NDRPDR'"
9732   parameters:
9733   - "throughput"
9734   - "name"
9735   - "tags"
9736   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9737   x-axis: "X = CNFs per Service Pipeline"
9738   y-axis: "Y = Number of Service Pipelines"
9739   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9740   layout:
9741     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9742     layout: "plot-service-density"
9743
9744 # Plots - NF Density - CSP - PDR IMIX
9745 - type: "plot"
9746   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9747   algorithm: "plot_nf_heatmap"
9748   output-file-type: ".html"
9749   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
9750   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9751   filter: "'NIC_Intel-XXV710' and
9752            'NF_DENSITY' and
9753            'DOCKER' and
9754            'PIPELINE' and
9755            'NF_VPPIP4' and
9756            'IMIX' and
9757            '2T1C' and
9758            'NDRPDR'"
9759   parameters:
9760   - "throughput"
9761   - "name"
9762   - "tags"
9763   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9764   x-axis: "X = CNFs per Service Pipeline"
9765   y-axis: "Y = Number of Service Pipelines"
9766   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9767   layout:
9768     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9769     layout: "plot-service-density"
9770
9771 - type: "plot"
9772   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9773   algorithm: "plot_nf_heatmap"
9774   output-file-type: ".html"
9775   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
9776   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9777   filter: "'NIC_Intel-XXV710' and
9778            'NF_DENSITY' and
9779            'DOCKER' and
9780            'PIPELINE' and
9781            'NF_VPPIP4' and
9782            'IMIX' and
9783            '4T2C' and
9784            'NDRPDR'"
9785   parameters:
9786   - "throughput"
9787   - "name"
9788   - "tags"
9789   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9790   x-axis: "X = CNFs per Service Pipeline"
9791   y-axis: "Y = Number of Service Pipelines"
9792   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9793   layout:
9794     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9795     layout: "plot-service-density"
9796
9797 - type: "plot"
9798   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9799   algorithm: "plot_nf_heatmap"
9800   output-file-type: ".html"
9801   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
9802   data: "plot-vpp-nfv-2n-skx-ndrpdr"
9803   filter: "'NIC_Intel-XXV710' and
9804            'NF_DENSITY' and
9805            'DOCKER' and
9806            'PIPELINE' and
9807            'NF_VPPIP4' and
9808            'IMIX' and
9809            '8T4C' and
9810            'NDRPDR'"
9811   parameters:
9812   - "throughput"
9813   - "name"
9814   - "tags"
9815   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9816   x-axis: "X = CNFs per Service Pipeline"
9817   y-axis: "Y = Number of Service Pipelines"
9818   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9819   layout:
9820     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
9821     layout: "plot-service-density"
9822
9823 ###############################################################################
9824 # Plots - 2n-clx NF Density - VSC - MRR IMIX
9825
9826 - type: "plot"
9827   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9828   algorithm: "plot_nf_heatmap"
9829   output-file-type: ".html"
9830   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
9831   data: "plot-vpp-nfv-2n-clx-mrr"
9832   filter: "'NIC_Intel-XXV710' and
9833            'NF_DENSITY' and
9834            'VHOST' and
9835            not 'VXLAN' and
9836            'CHAIN' and
9837            'NF_VPPIP4' and
9838            'IMIX' and
9839            '2T1C' and
9840            'MRR'"
9841   parameters:
9842   - "result"
9843   - "name"
9844   - "tags"
9845   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9846   x-axis: "X = VNFs per Service Chain"
9847   y-axis: "Y = Number of Service Chains"
9848   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9849   layout:
9850     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9851     layout: "plot-service-density"
9852
9853 - type: "plot"
9854   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9855   algorithm: "plot_nf_heatmap"
9856   output-file-type: ".html"
9857   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
9858   data: "plot-vpp-nfv-2n-clx-mrr"
9859   filter: "'NIC_Intel-XXV710' and
9860            'NF_DENSITY' and
9861            'VHOST' and
9862            not 'VXLAN' and
9863            'CHAIN' and
9864            'NF_VPPIP4' and
9865            'IMIX' and
9866            '4T2C' and
9867            'MRR'"
9868   parameters:
9869   - "result"
9870   - "name"
9871   - "tags"
9872   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9873   x-axis: "X = VNFs per Service Chain"
9874   y-axis: "Y = Number of Service Chains"
9875   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9876   layout:
9877     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9878     layout: "plot-service-density"
9879
9880 - type: "plot"
9881   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9882   algorithm: "plot_nf_heatmap"
9883   output-file-type: ".html"
9884   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
9885   data: "plot-vpp-nfv-2n-clx-mrr"
9886   filter: "'NIC_Intel-XXV710' and
9887            'NF_DENSITY' and
9888            'VHOST' and
9889            not 'VXLAN' and
9890            'CHAIN' and
9891            'NF_VPPIP4' and
9892            'IMIX' and
9893            '8T4C' and
9894            'MRR'"
9895   parameters:
9896   - "result"
9897   - "name"
9898   - "tags"
9899   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9900   x-axis: "X = VNFs per Service Chain"
9901   y-axis: "Y = Number of Service Chains"
9902   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9903   layout:
9904     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
9905     layout: "plot-service-density"
9906
9907 # Plots - NF Density - VSC - NDR IMIX
9908 - type: "plot"
9909   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9910   algorithm: "plot_nf_heatmap"
9911   output-file-type: ".html"
9912   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
9913   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9914   filter: "'NIC_Intel-XXV710' and
9915            'NF_DENSITY' and
9916            'VHOST' and
9917            not 'VXLAN' and
9918            'CHAIN' and
9919            'NF_VPPIP4' and
9920            'IMIX' and
9921            '2T1C' and
9922            'NDRPDR'"
9923   parameters:
9924   - "throughput"
9925   - "name"
9926   - "tags"
9927   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9928   x-axis: "X = VNFs per Service Chain"
9929   y-axis: "Y = Number of Service Chains"
9930   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9931   layout:
9932     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9933     layout: "plot-service-density"
9934
9935 - type: "plot"
9936   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9937   algorithm: "plot_nf_heatmap"
9938   output-file-type: ".html"
9939   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
9940   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9941   filter: "'NIC_Intel-XXV710' and
9942            'NF_DENSITY' and
9943            'VHOST' and
9944            not 'VXLAN' and
9945            'CHAIN' and
9946            'NF_VPPIP4' and
9947            'IMIX' and
9948            '4T2C' and
9949            'NDRPDR'"
9950   parameters:
9951   - "throughput"
9952   - "name"
9953   - "tags"
9954   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9955   x-axis: "X = VNFs per Service Chain"
9956   y-axis: "Y = Number of Service Chains"
9957   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9958   layout:
9959     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9960     layout: "plot-service-density"
9961
9962 - type: "plot"
9963   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9964   algorithm: "plot_nf_heatmap"
9965   output-file-type: ".html"
9966   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
9967   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9968   filter: "'NIC_Intel-XXV710' and
9969            'NF_DENSITY' and
9970            'VHOST' and
9971            not 'VXLAN' and
9972            'CHAIN' and
9973            'NF_VPPIP4' and
9974            'IMIX' and
9975            '8T4C' and
9976            'NDRPDR'"
9977   parameters:
9978   - "throughput"
9979   - "name"
9980   - "tags"
9981   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9982   x-axis: "X = VNFs per Service Chain"
9983   y-axis: "Y = Number of Service Chains"
9984   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9985   layout:
9986     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
9987     layout: "plot-service-density"
9988
9989 # Plots - NF Density - VSC - PDR IMIX
9990 - type: "plot"
9991   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
9992   algorithm: "plot_nf_heatmap"
9993   output-file-type: ".html"
9994   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
9995   data: "plot-vpp-nfv-2n-clx-ndrpdr"
9996   filter: "'NIC_Intel-XXV710' and
9997            'NF_DENSITY' and
9998            'VHOST' and
9999            not 'VXLAN' and
10000            'CHAIN' and
10001            'NF_VPPIP4' and
10002            'IMIX' and
10003            '2T1C' and
10004            'NDRPDR'"
10005   parameters:
10006   - "throughput"
10007   - "name"
10008   - "tags"
10009   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10010   x-axis: "X = VNFs per Service Chain"
10011   y-axis: "Y = Number of Service Chains"
10012   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10013   layout:
10014     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10015     layout: "plot-service-density"
10016
10017 - type: "plot"
10018   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10019   algorithm: "plot_nf_heatmap"
10020   output-file-type: ".html"
10021   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10022   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10023   filter: "'NIC_Intel-XXV710' and
10024            'NF_DENSITY' and
10025            'VHOST' and
10026            not 'VXLAN' and
10027            'CHAIN' and
10028            'NF_VPPIP4' and
10029            'IMIX' and
10030            '4T2C' and
10031            'NDRPDR'"
10032   parameters:
10033   - "throughput"
10034   - "name"
10035   - "tags"
10036   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10037   x-axis: "X = VNFs per Service Chain"
10038   y-axis: "Y = Number of Service Chains"
10039   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10040   layout:
10041     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10042     layout: "plot-service-density"
10043
10044 - type: "plot"
10045   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10046   algorithm: "plot_nf_heatmap"
10047   output-file-type: ".html"
10048   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10049   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10050   filter: "'NIC_Intel-XXV710' and
10051            'NF_DENSITY' and
10052            'VHOST' and
10053            not 'VXLAN' and
10054            'CHAIN' and
10055            'NF_VPPIP4' and
10056            'IMIX' and
10057            '8T4C' and
10058            'NDRPDR'"
10059   parameters:
10060   - "throughput"
10061   - "name"
10062   - "tags"
10063   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10064   x-axis: "X = VNFs per Service Chain"
10065   y-axis: "Y = Number of Service Chains"
10066   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10067   layout:
10068     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10069     layout: "plot-service-density"
10070
10071 # Plots - NF Density - VSC - MRR IMIX
10072 - type: "plot"
10073   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10074   algorithm: "plot_nf_heatmap"
10075   output-file-type: ".html"
10076   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10077   data: "plot-vpp-nfv-2n-clx-mrr"
10078   filter: "'NIC_Intel-XXV710' and
10079            'NF_DENSITY' and
10080            'VHOST' and
10081            'VXLAN' and
10082            'CHAIN' and
10083            'IMIX' and
10084            '2T1C' and
10085            'MRR'"
10086   parameters:
10087   - "result"
10088   - "name"
10089   - "tags"
10090   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10091   x-axis: "X = VNFs per Service Chain"
10092   y-axis: "Y = Number of Service Chains"
10093   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10094   layout:
10095     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10096     layout: "plot-service-density"
10097
10098 - type: "plot"
10099   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10100   algorithm: "plot_nf_heatmap"
10101   output-file-type: ".html"
10102   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10103   data: "plot-vpp-nfv-2n-clx-mrr"
10104   filter: "'NIC_Intel-XXV710' and
10105            'NF_DENSITY' and
10106            'VHOST' and
10107            'VXLAN' and
10108            'CHAIN' and
10109            'IMIX' and
10110            '4T2C' and
10111            'MRR'"
10112   parameters:
10113   - "result"
10114   - "name"
10115   - "tags"
10116   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10117   x-axis: "X = VNFs per Service Chain"
10118   y-axis: "Y = Number of Service Chains"
10119   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10120   layout:
10121     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10122     layout: "plot-service-density"
10123
10124 - type: "plot"
10125   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10126   algorithm: "plot_nf_heatmap"
10127   output-file-type: ".html"
10128   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10129   data: "plot-vpp-nfv-2n-clx-mrr"
10130   filter: "'NIC_Intel-XXV710' and
10131            'NF_DENSITY' and
10132            'VHOST' and
10133            'VXLAN' and
10134            'CHAIN' and
10135            'IMIX' and
10136            '8T4C' and
10137            'MRR'"
10138   parameters:
10139   - "result"
10140   - "name"
10141   - "tags"
10142   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10143   x-axis: "X = VNFs per Service Chain"
10144   y-axis: "Y = Number of Service Chains"
10145   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10146   layout:
10147     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10148     layout: "plot-service-density"
10149
10150 # Plots - NF Density - VSC - NDR IMIX
10151 - type: "plot"
10152   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10153   algorithm: "plot_nf_heatmap"
10154   output-file-type: ".html"
10155   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10156   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10157   filter: "'NIC_Intel-XXV710' and
10158            'NF_DENSITY' and
10159            'VHOST' and
10160            'VXLAN' and
10161            'CHAIN' and
10162            'IMIX' and
10163            '2T1C' and
10164            'NDRPDR'"
10165   parameters:
10166   - "throughput"
10167   - "name"
10168   - "tags"
10169   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10170   x-axis: "X = VNFs per Service Chain"
10171   y-axis: "Y = Number of Service Chains"
10172   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10173   layout:
10174     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10175     layout: "plot-service-density"
10176
10177 - type: "plot"
10178   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10179   algorithm: "plot_nf_heatmap"
10180   output-file-type: ".html"
10181   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10182   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10183   filter: "'NIC_Intel-XXV710' and
10184            'NF_DENSITY' and
10185            'VHOST' and
10186            'VXLAN' and
10187            'CHAIN' and
10188            'IMIX' and
10189            '4T2C' and
10190            'NDRPDR'"
10191   parameters:
10192   - "throughput"
10193   - "name"
10194   - "tags"
10195   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10196   x-axis: "X = VNFs per Service Chain"
10197   y-axis: "Y = Number of Service Chains"
10198   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10199   layout:
10200     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10201     layout: "plot-service-density"
10202
10203 - type: "plot"
10204   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10205   algorithm: "plot_nf_heatmap"
10206   output-file-type: ".html"
10207   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10208   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10209   filter: "'NIC_Intel-XXV710' and
10210            'NF_DENSITY' and
10211            'VHOST' and
10212            'VXLAN' and
10213            'CHAIN' and
10214            'IMIX' and
10215            '8T4C' and
10216            'NDRPDR'"
10217   parameters:
10218   - "throughput"
10219   - "name"
10220   - "tags"
10221   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10222   x-axis: "X = VNFs per Service Chain"
10223   y-axis: "Y = Number of Service Chains"
10224   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10225   layout:
10226     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10227     layout: "plot-service-density"
10228
10229 # Plots - NF Density - VSC - PDR IMIX
10230 - type: "plot"
10231   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10232   algorithm: "plot_nf_heatmap"
10233   output-file-type: ".html"
10234   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10235   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10236   filter: "'NIC_Intel-XXV710' and
10237            'NF_DENSITY' and
10238            'VHOST' and
10239            'VXLAN' and
10240            'CHAIN' and
10241            'IMIX' and
10242            '2T1C' and
10243            'NDRPDR'"
10244   parameters:
10245   - "throughput"
10246   - "name"
10247   - "tags"
10248   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10249   x-axis: "X = VNFs per Service Chain"
10250   y-axis: "Y = Number of Service Chains"
10251   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10252   layout:
10253     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10254     layout: "plot-service-density"
10255
10256 - type: "plot"
10257   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10258   algorithm: "plot_nf_heatmap"
10259   output-file-type: ".html"
10260   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10261   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10262   filter: "'NIC_Intel-XXV710' and
10263            'NF_DENSITY' and
10264            'VHOST' and
10265            'VXLAN' and
10266            'CHAIN' and
10267            'IMIX' and
10268            '4T2C' and
10269            'NDRPDR'"
10270   parameters:
10271   - "throughput"
10272   - "name"
10273   - "tags"
10274   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10275   x-axis: "X = VNFs per Service Chain"
10276   y-axis: "Y = Number of Service Chains"
10277   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10278   layout:
10279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10280     layout: "plot-service-density"
10281
10282 - type: "plot"
10283   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10284   algorithm: "plot_nf_heatmap"
10285   output-file-type: ".html"
10286   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10287   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10288   filter: "'NIC_Intel-XXV710' and
10289            'NF_DENSITY' and
10290            'VHOST' and
10291            'VXLAN' and
10292            'CHAIN' and
10293            'IMIX' and
10294            '8T4C' and
10295            'NDRPDR'"
10296   parameters:
10297   - "throughput"
10298   - "name"
10299   - "tags"
10300   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10301   x-axis: "X = VNFs per Service Chain"
10302   y-axis: "Y = Number of Service Chains"
10303   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10304   layout:
10305     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10306     layout: "plot-service-density"
10307
10308 # Plots - NF Density - CSC - MRR IMIX
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10311   algorithm: "plot_nf_heatmap"
10312   output-file-type: ".html"
10313   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10314   data: "plot-vpp-nfv-2n-clx-mrr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'DOCKER' and
10318            'CHAIN' and
10319            'NF_VPPIP4' and
10320            'IMIX' and
10321            '2T1C' and
10322            'MRR'"
10323   parameters:
10324   - "result"
10325   - "name"
10326   - "tags"
10327   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10328   x-axis: "X = CNFs per Service Chain"
10329   y-axis: "Y = Number of Service Chains"
10330   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10331   layout:
10332     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10333     layout: "plot-service-density"
10334
10335 - type: "plot"
10336   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10337   algorithm: "plot_nf_heatmap"
10338   output-file-type: ".html"
10339   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10340   data: "plot-vpp-nfv-2n-clx-mrr"
10341   filter: "'NIC_Intel-XXV710' and
10342            'NF_DENSITY' and
10343            'DOCKER' and
10344            'CHAIN' and
10345            'NF_VPPIP4' and
10346            'IMIX' and
10347            '4T2C' and
10348            'MRR'"
10349   parameters:
10350   - "result"
10351   - "name"
10352   - "tags"
10353   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10354   x-axis: "X = CNFs per Service Chain"
10355   y-axis: "Y = Number of Service Chains"
10356   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10357   layout:
10358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10359     layout: "plot-service-density"
10360
10361 - type: "plot"
10362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10363   algorithm: "plot_nf_heatmap"
10364   output-file-type: ".html"
10365   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10366   data: "plot-vpp-nfv-2n-clx-mrr"
10367   filter: "'NIC_Intel-XXV710' and
10368            'NF_DENSITY' and
10369            'DOCKER' and
10370            'CHAIN' and
10371            'NF_VPPIP4' and
10372            'IMIX' and
10373            '8T4C' and
10374            'MRR'"
10375   parameters:
10376   - "result"
10377   - "name"
10378   - "tags"
10379   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10380   x-axis: "X = CNFs per Service Chain"
10381   y-axis: "Y = Number of Service Chains"
10382   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10383   layout:
10384     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10385     layout: "plot-service-density"
10386
10387 # Plots - NF Density - CSC - NDR IMIX
10388 - type: "plot"
10389   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10390   algorithm: "plot_nf_heatmap"
10391   output-file-type: ".html"
10392   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10393   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10394   filter: "'NIC_Intel-XXV710' and
10395            'NF_DENSITY' and
10396            'DOCKER' and
10397            'CHAIN' and
10398            'NF_VPPIP4' and
10399            'IMIX' and
10400            '2T1C' and
10401            'NDRPDR'"
10402   parameters:
10403   - "throughput"
10404   - "name"
10405   - "tags"
10406   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10407   x-axis: "X = CNFs per Service Chain"
10408   y-axis: "Y = Number of Service Chains"
10409   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10410   layout:
10411     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10412     layout: "plot-service-density"
10413
10414 - type: "plot"
10415   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10416   algorithm: "plot_nf_heatmap"
10417   output-file-type: ".html"
10418   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10419   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10420   filter: "'NIC_Intel-XXV710' and
10421            'NF_DENSITY' and
10422            'DOCKER' and
10423            'CHAIN' and
10424            'NF_VPPIP4' and
10425            'IMIX' and
10426            '4T2C' and
10427            'NDRPDR'"
10428   parameters:
10429   - "throughput"
10430   - "name"
10431   - "tags"
10432   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10433   x-axis: "X = CNFs per Service Chain"
10434   y-axis: "Y = Number of Service Chains"
10435   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10436   layout:
10437     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10438     layout: "plot-service-density"
10439
10440 - type: "plot"
10441   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10442   algorithm: "plot_nf_heatmap"
10443   output-file-type: ".html"
10444   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10445   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10446   filter: "'NIC_Intel-XXV710' and
10447            'NF_DENSITY' and
10448            'DOCKER' and
10449            'CHAIN' and
10450            'NF_VPPIP4' and
10451            'IMIX' and
10452            '8T4C' and
10453            'NDRPDR'"
10454   parameters:
10455   - "throughput"
10456   - "name"
10457   - "tags"
10458   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10459   x-axis: "X = CNFs per Service Chain"
10460   y-axis: "Y = Number of Service Chains"
10461   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10462   layout:
10463     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10464     layout: "plot-service-density"
10465
10466 # Plots - NF Density - CSC - PDR IMIX
10467 - type: "plot"
10468   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10469   algorithm: "plot_nf_heatmap"
10470   output-file-type: ".html"
10471   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10472   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10473   filter: "'NIC_Intel-XXV710' and
10474            'NF_DENSITY' and
10475            'DOCKER' and
10476            'CHAIN' and
10477            'NF_VPPIP4' and
10478            'IMIX' and
10479            '2T1C' and
10480            'NDRPDR'"
10481   parameters:
10482   - "throughput"
10483   - "name"
10484   - "tags"
10485   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10486   x-axis: "X = CNFs per Service Chain"
10487   y-axis: "Y = Number of Service Chains"
10488   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10489   layout:
10490     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10491     layout: "plot-service-density"
10492
10493 - type: "plot"
10494   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10495   algorithm: "plot_nf_heatmap"
10496   output-file-type: ".html"
10497   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10498   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10499   filter: "'NIC_Intel-XXV710' and
10500            'NF_DENSITY' and
10501            'DOCKER' and
10502            'CHAIN' and
10503            'NF_VPPIP4' and
10504            'IMIX' and
10505            '4T2C' and
10506            'NDRPDR'"
10507   parameters:
10508   - "throughput"
10509   - "name"
10510   - "tags"
10511   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10512   x-axis: "X = CNFs per Service Chain"
10513   y-axis: "Y = Number of Service Chains"
10514   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10515   layout:
10516     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10517     layout: "plot-service-density"
10518
10519 - type: "plot"
10520   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10521   algorithm: "plot_nf_heatmap"
10522   output-file-type: ".html"
10523   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
10524   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10525   filter: "'NIC_Intel-XXV710' and
10526            'NF_DENSITY' and
10527            'DOCKER' and
10528            'CHAIN' and
10529            'NF_VPPIP4' and
10530            'IMIX' and
10531            '8T4C' and
10532            'NDRPDR'"
10533   parameters:
10534   - "throughput"
10535   - "name"
10536   - "tags"
10537   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10538   x-axis: "X = CNFs per Service Chain"
10539   y-axis: "Y = Number of Service Chains"
10540   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10541   layout:
10542     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10543     layout: "plot-service-density"
10544
10545 # Plots - NF Density - CSP - MRR IMIX
10546 - type: "plot"
10547   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10548   algorithm: "plot_nf_heatmap"
10549   output-file-type: ".html"
10550   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
10551   data: "plot-vpp-nfv-2n-clx-mrr"
10552   filter: "'NIC_Intel-XXV710' and
10553            'NF_DENSITY' and
10554            'DOCKER' and
10555            'PIPELINE' and
10556            'NF_VPPIP4' and
10557            'IMIX' and
10558            '2T1C' and
10559            'MRR'"
10560   parameters:
10561   - "result"
10562   - "name"
10563   - "tags"
10564   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10565   x-axis: "X = CNFs per Service Pipeline"
10566   y-axis: "Y = Number of Service Pipelines"
10567   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10568   layout:
10569     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10570     layout: "plot-service-density"
10571
10572 - type: "plot"
10573   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10574   algorithm: "plot_nf_heatmap"
10575   output-file-type: ".html"
10576   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
10577   data: "plot-vpp-nfv-2n-clx-mrr"
10578   filter: "'NIC_Intel-XXV710' and
10579            'NF_DENSITY' and
10580            'DOCKER' and
10581            'PIPELINE' and
10582            'NF_VPPIP4' and
10583            'IMIX' and
10584            '4T2C' and
10585            'MRR'"
10586   parameters:
10587   - "result"
10588   - "name"
10589   - "tags"
10590   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10591   x-axis: "X = CNFs per Service Pipeline"
10592   y-axis: "Y = Number of Service Pipelines"
10593   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10594   layout:
10595     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10596     layout: "plot-service-density"
10597
10598 - type: "plot"
10599   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10600   algorithm: "plot_nf_heatmap"
10601   output-file-type: ".html"
10602   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
10603   data: "plot-vpp-nfv-2n-clx-mrr"
10604   filter: "'NIC_Intel-XXV710' and
10605            'NF_DENSITY' and
10606            'DOCKER' and
10607            'PIPELINE' and
10608            'NF_VPPIP4' and
10609            'IMIX' and
10610            '8T4C' and
10611            'MRR'"
10612   parameters:
10613   - "result"
10614   - "name"
10615   - "tags"
10616   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10617   x-axis: "X = CNFs per Service Pipeline"
10618   y-axis: "Y = Number of Service Pipelines"
10619   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10620   layout:
10621     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10622     layout: "plot-service-density"
10623
10624 # Plots - NF Density - CSP - NDR IMIX
10625 - type: "plot"
10626   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10627   algorithm: "plot_nf_heatmap"
10628   output-file-type: ".html"
10629   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
10630   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10631   filter: "'NIC_Intel-XXV710' and
10632            'NF_DENSITY' and
10633            'DOCKER' and
10634            'PIPELINE' and
10635            'NF_VPPIP4' and
10636            'IMIX' and
10637            '2T1C' and
10638            'NDRPDR'"
10639   parameters:
10640   - "throughput"
10641   - "name"
10642   - "tags"
10643   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10644   x-axis: "X = CNFs per Service Pipeline"
10645   y-axis: "Y = Number of Service Pipelines"
10646   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10647   layout:
10648     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10649     layout: "plot-service-density"
10650
10651 - type: "plot"
10652   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10653   algorithm: "plot_nf_heatmap"
10654   output-file-type: ".html"
10655   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
10656   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10657   filter: "'NIC_Intel-XXV710' and
10658            'NF_DENSITY' and
10659            'DOCKER' and
10660            'PIPELINE' and
10661            'NF_VPPIP4' and
10662            'IMIX' and
10663            '4T2C' and
10664            'NDRPDR'"
10665   parameters:
10666   - "throughput"
10667   - "name"
10668   - "tags"
10669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10670   x-axis: "X = CNFs per Service Pipeline"
10671   y-axis: "Y = Number of Service Pipelines"
10672   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10673   layout:
10674     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10675     layout: "plot-service-density"
10676
10677 - type: "plot"
10678   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10679   algorithm: "plot_nf_heatmap"
10680   output-file-type: ".html"
10681   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
10682   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10683   filter: "'NIC_Intel-XXV710' and
10684            'NF_DENSITY' and
10685            'DOCKER' and
10686            'PIPELINE' and
10687            'NF_VPPIP4' and
10688            'IMIX' and
10689            '8T4C' and
10690            'NDRPDR'"
10691   parameters:
10692   - "throughput"
10693   - "name"
10694   - "tags"
10695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10696   x-axis: "X = CNFs per Service Pipeline"
10697   y-axis: "Y = Number of Service Pipelines"
10698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10699   layout:
10700     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10701     layout: "plot-service-density"
10702
10703 # Plots - NF Density - CSP - PDR IMIX
10704 - type: "plot"
10705   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10706   algorithm: "plot_nf_heatmap"
10707   output-file-type: ".html"
10708   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
10709   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10710   filter: "'NIC_Intel-XXV710' and
10711            'NF_DENSITY' and
10712            'DOCKER' and
10713            'PIPELINE' and
10714            'NF_VPPIP4' and
10715            'IMIX' and
10716            '2T1C' and
10717            'NDRPDR'"
10718   parameters:
10719   - "throughput"
10720   - "name"
10721   - "tags"
10722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10723   x-axis: "X = CNFs per Service Pipeline"
10724   y-axis: "Y = Number of Service Pipelines"
10725   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10726   layout:
10727     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10728     layout: "plot-service-density"
10729
10730 - type: "plot"
10731   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10732   algorithm: "plot_nf_heatmap"
10733   output-file-type: ".html"
10734   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
10735   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10736   filter: "'NIC_Intel-XXV710' and
10737            'NF_DENSITY' and
10738            'DOCKER' and
10739            'PIPELINE' and
10740            'NF_VPPIP4' and
10741            'IMIX' and
10742            '4T2C' and
10743            'NDRPDR'"
10744   parameters:
10745   - "throughput"
10746   - "name"
10747   - "tags"
10748   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10749   x-axis: "X = CNFs per Service Pipeline"
10750   y-axis: "Y = Number of Service Pipelines"
10751   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10752   layout:
10753     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10754     layout: "plot-service-density"
10755
10756 - type: "plot"
10757   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10758   algorithm: "plot_nf_heatmap"
10759   output-file-type: ".html"
10760   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
10761   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10762   filter: "'NIC_Intel-XXV710' and
10763            'NF_DENSITY' and
10764            'DOCKER' and
10765            'PIPELINE' and
10766            'NF_VPPIP4' and
10767            'IMIX' and
10768            '8T4C' and
10769            'NDRPDR'"
10770   parameters:
10771   - "throughput"
10772   - "name"
10773   - "tags"
10774   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10775   x-axis: "X = CNFs per Service Pipeline"
10776   y-axis: "Y = Number of Service Pipelines"
10777   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10778   layout:
10779     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10780     layout: "plot-service-density"
10781
10782 ################################################################################
10783
10784 # Packet Throughput
10785
10786 - type: "plot"
10787   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10788   algorithm: "plot_perf_box_name"
10789   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10790   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10791   include:
10792     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10793     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10794     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10796   layout:
10797     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10798     layout: "plot-throughput"
10799
10800 - type: "plot"
10801   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10802   algorithm: "plot_perf_box_name"
10803   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10804   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10805   include:
10806     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10807     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10808     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10809     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10810   layout:
10811     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10812     layout: "plot-throughput"
10813
10814 - type: "plot"
10815   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10816   algorithm: "plot_perf_box_name"
10817   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10819   include:
10820     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10821     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10822     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10823     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10824   layout:
10825     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10826     layout: "plot-throughput"
10827
10828 - type: "plot"
10829   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10830   algorithm: "plot_perf_box_name"
10831   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10833   include:
10834     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10835     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10836     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10837     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10838   layout:
10839     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10840     layout: "plot-throughput"
10841
10842 - type: "plot"
10843   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10844   algorithm: "plot_perf_box_name"
10845   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10846   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10847   include:
10848     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10849     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10850     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10851     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10852     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10853   layout:
10854     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
10855     layout: "plot-throughput"
10856
10857 - type: "plot"
10858   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10859   algorithm: "plot_perf_box_name"
10860   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10861   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10862   include:
10863     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10864     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10865     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10866     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10867     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10868   layout:
10869     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
10870     layout: "plot-throughput"
10871
10872 - type: "plot"
10873   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10874   algorithm: "plot_perf_box_name"
10875   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10876   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10877   include:
10878     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10879     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10880     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10881     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10882     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10883   layout:
10884     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
10885     layout: "plot-throughput"
10886
10887 - type: "plot"
10888   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10889   algorithm: "plot_perf_box_name"
10890   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10891   data: "plot-vpp-throughput-lat-tsa-3n-skx"
10892   include:
10893     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10894     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10895     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10896     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10897     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10898   layout:
10899     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
10900     layout: "plot-throughput"
10901
10902 - type: "plot"
10903   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10904   algorithm: "plot_perf_box_name"
10905   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10906   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10907   include:
10908     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10909     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10910     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10911     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10912     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10913   layout:
10914     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
10915     layout: "plot-throughput"
10916
10917 - type: "plot"
10918   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10919   algorithm: "plot_perf_box_name"
10920   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10921   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
10922   include:
10923     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
10924     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
10925     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
10926     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
10927     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
10928   layout:
10929     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
10930     layout: "plot-throughput"
10931
10932 - type: "plot"
10933   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10934   algorithm: "plot_perf_box_name"
10935   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10936   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10937   include:
10938     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10939     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10944   layout:
10945     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
10946     layout: "plot-throughput"
10947
10948 - type: "plot"
10949   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10950   algorithm: "plot_perf_box_name"
10951   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10952   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10953   include:
10954     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
10958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
10959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
10960   layout:
10961     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
10962     layout: "plot-throughput"
10963
10964 - type: "plot"
10965   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10966   algorithm: "plot_perf_box_name"
10967   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10968   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10969   include:
10970     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10971     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10972     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10973     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10974     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10975   layout:
10976     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
10977     layout: "plot-throughput"
10978
10979 - type: "plot"
10980   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10981   algorithm: "plot_perf_box_name"
10982   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10983   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10984   include:
10985     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
10986     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
10987     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
10988     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
10989     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
10990   layout:
10991     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
10992     layout: "plot-throughput"
10993
10994 - type: "plot"
10995   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10996   algorithm: "plot_perf_box_name"
10997   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
10998   data: "plot-vpp-throughput-lat-tsa-2n-skx"
10999   include:
11000     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11001     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11002     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11003   layout:
11004     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11005     layout: "plot-throughput"
11006
11007 - type: "plot"
11008   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11009   algorithm: "plot_perf_box_name"
11010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11012   include:
11013     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11014     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11015     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11016   layout:
11017     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11018     layout: "plot-throughput"
11019
11020 - type: "plot"
11021   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11022   algorithm: "plot_perf_box_name"
11023   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11024   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11025   include:
11026     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11027     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11028     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11029     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11030     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11031   layout:
11032     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11033     layout: "plot-throughput"
11034
11035 - type: "plot"
11036   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11037   algorithm: "plot_perf_box_name"
11038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11040   include:
11041     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11042     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11043     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11044     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11045     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11046   layout:
11047     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11048     layout: "plot-throughput"
11049
11050 - type: "plot"
11051   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11052   algorithm: "plot_perf_box_name"
11053   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11054   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11055   include:
11056     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11057     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11058     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11059   layout:
11060     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11061     layout: "plot-throughput"
11062
11063 - type: "plot"
11064   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11065   algorithm: "plot_perf_box_name"
11066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11068   include:
11069     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11070     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11071     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11072   layout:
11073     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11074     layout: "plot-throughput"
11075
11076 - type: "plot"
11077   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11078   algorithm: "plot_perf_box_name"
11079   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11080   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11081   include:
11082     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11083     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11084     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11085     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11088   layout:
11089     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11090     layout: "plot-throughput"
11091
11092 - type: "plot"
11093   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11094   algorithm: "plot_perf_box_name"
11095   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11096   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11097   include:
11098     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11099     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11103     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11104   layout:
11105     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11106     layout: "plot-throughput"
11107
11108 - type: "plot"
11109   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11110   algorithm: "plot_perf_box_name"
11111   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11112   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11113   include:
11114     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11115     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11116     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11117     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11118     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11119   layout:
11120     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
11121     layout: "plot-throughput"
11122
11123 - type: "plot"
11124   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11125   algorithm: "plot_perf_box_name"
11126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11128   include:
11129     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11130     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11131     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11132     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11133     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11134   layout:
11135     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
11136     layout: "plot-throughput"
11137
11138 #- type: "plot"
11139 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11140 #  algorithm: "plot_perf_box_name"
11141 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11142 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11143 #  include:
11144 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11145 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11146 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11147 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11148 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11149 #  layout:
11150 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
11151 #    layout: "plot-throughput"
11152 #
11153 #- type: "plot"
11154 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11155 #  algorithm: "plot_perf_box_name"
11156 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11157 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11158 #  include:
11159 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11160 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11161 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11162 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11163 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11164 #  layout:
11165 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
11166 #    layout: "plot-throughput"
11167 #
11168 #- type: "plot"
11169 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11170 #  algorithm: "plot_perf_box_name"
11171 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11172 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11173 #  include:
11174 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11175 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11176 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11177 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11178 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11179 #  layout:
11180 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
11181 #    layout: "plot-throughput"
11182 #
11183 #- type: "plot"
11184 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11185 #  algorithm: "plot_perf_box_name"
11186 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11187 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11188 #  include:
11189 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11190 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11191 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11192 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11193 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11194 #  layout:
11195 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
11196 #    layout: "plot-throughput"
11197
11198 - type: "plot"
11199   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11200   algorithm: "plot_perf_box_name"
11201   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11202   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11203   include:
11204     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
11205     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
11206     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
11207     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
11208     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
11209   layout:
11210     title: "2n-skx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
11211     layout: "plot-throughput"
11212
11213 - type: "plot"
11214   title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11215   algorithm: "plot_perf_box_name"
11216   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11218   include:
11219     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
11220     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
11221     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
11222     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
11223     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
11224   layout:
11225     title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
11226     layout: "plot-throughput"
11227
11228 #- type: "plot"
11229 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11230 #  algorithm: "plot_perf_box_name"
11231 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11232 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11233 #  include:
11234 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11235 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11236 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11237 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11238 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11239 #  layout:
11240 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
11241 #    layout: "plot-throughput"
11242 #
11243 #- type: "plot"
11244 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11245 #  algorithm: "plot_perf_box_name"
11246 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11247 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11248 #  include:
11249 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
11250 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
11251 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
11252 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
11253 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
11254 #  layout:
11255 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
11256 #    layout: "plot-throughput"
11257 #
11258 #- type: "plot"
11259 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11260 #  algorithm: "plot_perf_box_name"
11261 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11262 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11263 #  include:
11264 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11265 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11266 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11267 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11268 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11269 #  layout:
11270 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
11271 #    layout: "plot-throughput"
11272 #
11273 #- type: "plot"
11274 #  title: "Throughput: 2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11275 #  algorithm: "plot_perf_box_name"
11276 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11277 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
11278 #  include:
11279 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
11280 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
11281 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
11282 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
11283 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
11284 #  layout:
11285 #    title: "2n-skx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
11286 #    layout: "plot-throughput"
11287
11288 - type: "plot"
11289   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11290   algorithm: "plot_perf_box_name"
11291   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11292   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11293   include:
11294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11300   layout:
11301     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11302     layout: "plot-throughput"
11303
11304 - type: "plot"
11305   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11306   algorithm: "plot_perf_box_name"
11307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11309   include:
11310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11316   layout:
11317     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11318     layout: "plot-throughput"
11319
11320 - type: "plot"
11321   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11322   algorithm: "plot_perf_box_name"
11323   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11324   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11325   include:
11326     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11327     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11328     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11329   layout:
11330     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11331     layout: "plot-throughput"
11332
11333 - type: "plot"
11334   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11335   algorithm: "plot_perf_box_name"
11336   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11337   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11338   include:
11339     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11340     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11341     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11342   layout:
11343     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11344     layout: "plot-throughput"
11345
11346 - type: "plot"
11347   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11348   algorithm: "plot_perf_box_name"
11349   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11351   include:
11352     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11353     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11354 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11355 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11356 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11357   layout:
11358     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11359     layout: "plot-throughput"
11360
11361 - type: "plot"
11362   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11363   algorithm: "plot_perf_box_name"
11364   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11366   include:
11367     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11368     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11369 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11370 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11371 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11372   layout:
11373     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11374     layout: "plot-throughput"
11375
11376 - type: "plot"
11377   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11378   algorithm: "plot_perf_box_name"
11379   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11380   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11381   include:
11382     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11386     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11387   layout:
11388     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11389     layout: "plot-throughput"
11390
11391 - type: "plot"
11392   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11393   algorithm: "plot_perf_box_name"
11394   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11395   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11396   include:
11397     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11398     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11399     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11400     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11401     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11402   layout:
11403     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11404     layout: "plot-throughput"
11405
11406 - type: "plot"
11407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11408   algorithm: "plot_perf_box_name"
11409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11411   include:
11412     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11417   layout:
11418     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11419     layout: "plot-throughput"
11420
11421 - type: "plot"
11422   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11423   algorithm: "plot_perf_box_name"
11424   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11425   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11426   include:
11427     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11432   layout:
11433     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11434     layout: "plot-throughput"
11435
11436 - type: "plot"
11437   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11438   algorithm: "plot_perf_box_name"
11439   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11440   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11441   include:
11442     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11446   layout:
11447     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11448     layout: "plot-throughput"
11449
11450 - type: "plot"
11451   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11452   algorithm: "plot_perf_box_name"
11453   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11454   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11455   include:
11456     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11460   layout:
11461     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11462     layout: "plot-throughput"
11463
11464 - type: "plot"
11465   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11466   algorithm: "plot_perf_box_name"
11467   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11468   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11469   include:
11470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11475   layout:
11476     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11477     layout: "plot-throughput"
11478
11479 - type: "plot"
11480   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11481   algorithm: "plot_perf_box_name"
11482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11484   include:
11485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11490   layout:
11491     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11492     layout: "plot-throughput"
11493
11494 - type: "plot"
11495   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11496   algorithm: "plot_perf_box_name"
11497   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11498   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11499   include:
11500     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11503     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11504     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11505   layout:
11506     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11507     layout: "plot-throughput"
11508
11509 - type: "plot"
11510   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11511   algorithm: "plot_perf_box_name"
11512   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11513   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11514   include:
11515     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11516     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11517     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11518     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11519     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11520   layout:
11521     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11522     layout: "plot-throughput"
11523
11524 - type: "plot"
11525   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11526   algorithm: "plot_perf_box_name"
11527   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11528   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11529   include:
11530     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11531     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11532     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11533     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11534   layout:
11535     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11536     layout: "plot-throughput"
11537
11538 - type: "plot"
11539   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11540   algorithm: "plot_perf_box_name"
11541   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11542   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11543   include:
11544     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11545     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11546     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11547     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11548   layout:
11549     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11550     layout: "plot-throughput"
11551
11552 - type: "plot"
11553   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11554   algorithm: "plot_perf_box_name"
11555   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11556   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11557   include:
11558     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11559     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11560     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11561     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11562     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11563   layout:
11564     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11565     layout: "plot-throughput"
11566
11567 - type: "plot"
11568   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11569   algorithm: "plot_perf_box_name"
11570   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11571   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11572   include:
11573     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11574     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11575     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11576     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11577     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11578   layout:
11579     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11580     layout: "plot-throughput"
11581
11582 - type: "plot"
11583   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11584   algorithm: "plot_perf_box_name"
11585   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11586   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11587   include:
11588     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11589     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11590     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11591     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11592     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11593     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11594   layout:
11595     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11596     layout: "plot-throughput"
11597
11598 - type: "plot"
11599   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11600   algorithm: "plot_perf_box_name"
11601   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11602   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11603   include:
11604     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11605     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11606     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11609     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-1t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
11610   layout:
11611     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11612     layout: "plot-throughput"
11613
11614 - type: "plot"
11615   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11616   algorithm: "plot_perf_box_name"
11617   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11618   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11619   include:
11620     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11625   layout:
11626     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11634   include:
11635     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11640   layout:
11641     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11642     layout: "plot-throughput"
11643
11644 - type: "plot"
11645   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11646   algorithm: "plot_perf_box_name"
11647   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11648   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11649   include:
11650     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11651     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11655   layout:
11656     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11657     layout: "plot-throughput"
11658
11659 - type: "plot"
11660   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11661   algorithm: "plot_perf_box_name"
11662   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11663   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11664   include:
11665     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11666     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11667     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11670   layout:
11671     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11672     layout: "plot-throughput"
11673
11674 - type: "plot"
11675   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11676   algorithm: "plot_perf_box_name"
11677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11679   include:
11680     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11681     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11682   layout:
11683     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11684     layout: "plot-throughput"
11685
11686 - type: "plot"
11687   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11688   algorithm: "plot_perf_box_name"
11689   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11690   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11691   include:
11692     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11693     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11694   layout:
11695     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
11696     layout: "plot-throughput"
11697
11698 - type: "plot"
11699   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11700   algorithm: "plot_perf_box_name"
11701   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11702   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11703   include:
11704     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11705     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11706     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11707     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11708   layout:
11709     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
11710     layout: "plot-throughput"
11711
11712 - type: "plot"
11713   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11714   algorithm: "plot_perf_box_name"
11715   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11716   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11717   include:
11718     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11720     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11721     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11722   layout:
11723     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
11724     layout: "plot-throughput"
11725
11726 - type: "plot"
11727   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11728   algorithm: "plot_perf_box_name"
11729   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11730   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11731   include:
11732     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11735     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11736   layout:
11737     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
11738     layout: "plot-throughput"
11739
11740 - type: "plot"
11741   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11742   algorithm: "plot_perf_box_name"
11743   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11744   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11745   include:
11746     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11759   include:
11760     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11764   layout:
11765     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11766     layout: "plot-throughput"
11767
11768 - type: "plot"
11769   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11770   algorithm: "plot_perf_box_name"
11771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11773   include:
11774     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11775     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11778   layout:
11779     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11780     layout: "plot-throughput"
11781
11782 - type: "plot"
11783   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11784   algorithm: "plot_perf_box_name"
11785   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11786   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11787   include:
11788     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11789     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11790     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11791     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11792   layout:
11793     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
11794     layout: "plot-throughput"
11795
11796 - type: "plot"
11797   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11798   algorithm: "plot_perf_box_name"
11799   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11800   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11801   include:
11802     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
11805     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
11806   layout:
11807     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
11808     layout: "plot-throughput"
11809
11810 - type: "plot"
11811   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11812   algorithm: "plot_perf_box_name"
11813   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11814   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11815   include:
11816     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11821     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11822   layout:
11823     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
11824     layout: "plot-throughput"
11825
11826 - type: "plot"
11827   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11828   algorithm: "plot_perf_box_name"
11829   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11830   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11831   include:
11832     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11837     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11838   layout:
11839     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
11840     layout: "plot-throughput"
11841
11842 - type: "plot"
11843   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11844   algorithm: "plot_perf_box_name"
11845   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11846   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11847   include:
11848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11853   layout:
11854     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11861   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11862   include:
11863     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11868   layout:
11869     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11876   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11877   include:
11878     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11883   layout:
11884     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11891   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11892   include:
11893     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11898   layout:
11899     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11900     layout: "plot-throughput"
11901
11902 - type: "plot"
11903   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11904   algorithm: "plot_perf_box_name"
11905   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11906   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11907   include:
11908     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11909     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11911   layout:
11912     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
11913     layout: "plot-throughput"
11914
11915 - type: "plot"
11916   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11917   algorithm: "plot_perf_box_name"
11918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11920   include:
11921     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
11923     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
11924   layout:
11925     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
11926     layout: "plot-throughput"
11927
11928 - type: "plot"
11929   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11930   algorithm: "plot_perf_box_name"
11931   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11932   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11933   include:
11934     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11937   layout:
11938     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11946   include:
11947     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11950   layout:
11951     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
11952     layout: "plot-throughput"
11953
11954 - type: "plot"
11955   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11956   algorithm: "plot_perf_box_name"
11957   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11958   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11959   include:
11960     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11961     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11962     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11963     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11965   layout:
11966     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
11967     layout: "plot-throughput"
11968
11969 - type: "plot"
11970   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11971   algorithm: "plot_perf_box_name"
11972   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11973   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11974   include:
11975     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
11977     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
11978     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
11980   layout:
11981     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
11982     layout: "plot-throughput"
11983
11984 - type: "plot"
11985   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11986   algorithm: "plot_perf_box_name"
11987   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11988   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11989   include:
11990     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
11992     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
11993     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
11995   layout:
11996     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
11997     layout: "plot-throughput"
11998
11999 - type: "plot"
12000   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12001   algorithm: "plot_perf_box_name"
12002   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12003   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12004   include:
12005     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12007     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12009     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12010   layout:
12011     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12012     layout: "plot-throughput"
12013
12014 - type: "plot"
12015   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12016   algorithm: "plot_perf_box_name"
12017   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12018   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12019   include:
12020     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12023     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12024     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12025   layout:
12026     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12027     layout: "plot-throughput"
12028
12029 - type: "plot"
12030   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12031   algorithm: "plot_perf_box_name"
12032   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12033   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12034   include:
12035     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12039     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12040   layout:
12041     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12042     layout: "plot-throughput"
12043
12044 - type: "plot"
12045   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12046   algorithm: "plot_perf_box_name"
12047   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12048   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12049   include:
12050     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12053     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12054     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12055   layout:
12056     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12057     layout: "plot-throughput"
12058
12059 - type: "plot"
12060   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12061   algorithm: "plot_perf_box_name"
12062   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12063   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12064   include:
12065     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12067     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12068     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12069     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12070   layout:
12071     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12072     layout: "plot-throughput"
12073
12074 - type: "plot"
12075   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12076   algorithm: "plot_perf_box_name"
12077   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12078   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12079   include:
12080     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12081     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12082     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12083     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12084     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12085   layout:
12086     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12087     layout: "plot-throughput"
12088
12089 - type: "plot"
12090   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12091   algorithm: "plot_perf_box_name"
12092   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12093   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12094   include:
12095     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12096     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12097     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12098     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12099     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12100   layout:
12101     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12102     layout: "plot-throughput"
12103
12104 - type: "plot"
12105   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12106   algorithm: "plot_perf_box_name"
12107   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12108   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12109   include:
12110     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12111     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12112     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12113     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12114     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12115     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12116   layout:
12117     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12118     layout: "plot-throughput"
12119
12120 - type: "plot"
12121   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12122   algorithm: "plot_perf_box_name"
12123   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12124   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12125   include:
12126     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12127     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12128     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12129     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12130     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12131     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12132   layout:
12133     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12134     layout: "plot-throughput"
12135
12136 - type: "plot"
12137   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12138   algorithm: "plot_perf_box_name"
12139   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12140   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12141   include:
12142     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12143     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12144     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12145     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12146   layout:
12147     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12148     layout: "plot-throughput"
12149
12150 - type: "plot"
12151   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12152   algorithm: "plot_perf_box_name"
12153   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12154   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12155   include:
12156     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12157     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12158     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12159     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12160   layout:
12161     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12162     layout: "plot-throughput"
12163
12164 - type: "plot"
12165   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12166   algorithm: "plot_perf_box_name"
12167   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12168   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12169   include:
12170     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12171     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12172     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12173     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12174     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12175     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12176   layout:
12177     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12178     layout: "plot-throughput"
12179
12180 - type: "plot"
12181   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12182   algorithm: "plot_perf_box_name"
12183   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12184   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12185   include:
12186     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12187     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12188     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12189     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12190     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12191     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12192   layout:
12193     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12194     layout: "plot-throughput"
12195
12196 - type: "plot"
12197   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12198   algorithm: "plot_perf_box_name"
12199   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12200   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12201   include:
12202     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12203     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12204     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12205     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12206     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12207     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12208   layout:
12209     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12210     layout: "plot-throughput"
12211
12212 - type: "plot"
12213   title: "Throughput: 3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12214   algorithm: "plot_perf_box_name"
12215   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12216   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12217   include:
12218     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12219     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12220     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12221     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12222     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12223     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.1518B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12224   layout:
12225     title: "3n-skx-xxv710-1518b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12226     layout: "plot-throughput"
12227
12228 - type: "plot"
12229   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12230   algorithm: "plot_perf_box_name"
12231   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12232   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12233   include:
12234     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12235     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12236     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12237     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12238     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12239     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12240   layout:
12241     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12242     layout: "plot-throughput"
12243
12244 - type: "plot"
12245   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12246   algorithm: "plot_perf_box_name"
12247   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12248   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12249   include:
12250     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12251     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12252     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12253     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12254     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12255     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12256   layout:
12257     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12265   include:
12266     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12267     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12268     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12269     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12270     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12271     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12272   layout:
12273     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12274     layout: "plot-throughput"
12275
12276 - type: "plot"
12277   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12278   algorithm: "plot_perf_box_name"
12279   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12280   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12281   include:
12282     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12283     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12284     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12285     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12286     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12287     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12288   layout:
12289     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12290     layout: "plot-throughput"
12291
12292 - type: "plot"
12293   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12294   algorithm: "plot_perf_box_name"
12295   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12296   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12297   include:
12298     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12299     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12300     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12301     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12302     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12303     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12304   layout:
12305     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12306     layout: "plot-throughput"
12307
12308 - type: "plot"
12309   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12310   algorithm: "plot_perf_box_name"
12311   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12312   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12313   include:
12314     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12315     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12316     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12317     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12318     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12319     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12320   layout:
12321     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12322     layout: "plot-throughput"
12323
12324 - type: "plot"
12325   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12326   algorithm: "plot_perf_box_name"
12327   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12328   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12329   include:
12330     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12331     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12332     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12333     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12334     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12335     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12336   layout:
12337     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12338     layout: "plot-throughput"
12339
12340 - type: "plot"
12341   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12342   algorithm: "plot_perf_box_name"
12343   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12344   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12345   include:
12346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12347     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12348     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12349     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12350     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12351     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12352   layout:
12353     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12354     layout: "plot-throughput"
12355
12356 - type: "plot"
12357   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12358   algorithm: "plot_perf_box_name"
12359   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12360   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12361   include:
12362     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12363     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12364     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12365     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12366     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12367     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12368   layout:
12369     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12370     layout: "plot-throughput"
12371
12372 - type: "plot"
12373   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12374   algorithm: "plot_perf_box_name"
12375   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12376   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12377   include:
12378     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12379     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12380     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12381     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12382     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12383     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12384   layout:
12385     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12386     layout: "plot-throughput"
12387
12388 - type: "plot"
12389   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12390   algorithm: "plot_perf_box_name"
12391   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12392   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12393   include:
12394     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12395     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12396     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12397     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12398     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12399     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12400   layout:
12401     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12408   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12409   include:
12410     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12411     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12412     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12413     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12414     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12415     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12416   layout:
12417     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12418     layout: "plot-throughput"
12419
12420 - type: "plot"
12421   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12422   algorithm: "plot_perf_box_name"
12423   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12424   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12425   include:
12426     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12427     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12428     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12429     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12430   layout:
12431     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12438   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12439   include:
12440     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12441     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12442     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12443     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12444   layout:
12445     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12446     layout: "plot-throughput"
12447
12448 - type: "plot"
12449   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12450   algorithm: "plot_perf_box_name"
12451   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12452   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12453   include:
12454     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12455     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12456     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12457     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12458   layout:
12459     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12460     layout: "plot-throughput"
12461
12462 - type: "plot"
12463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12464   algorithm: "plot_perf_box_name"
12465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12467   include:
12468     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12469     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12470     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12471     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12472   layout:
12473     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12474     layout: "plot-throughput"
12475
12476 - type: "plot"
12477   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12478   algorithm: "plot_perf_box_name"
12479   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12480   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12481   include:
12482     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12483     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12484     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12485     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12486     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12487     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12488   layout:
12489     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12490     layout: "plot-throughput"
12491
12492 - type: "plot"
12493   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12494   algorithm: "plot_perf_box_name"
12495   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12496   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12497   include:
12498     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12499     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12500     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12501     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12502     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12503     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12504   layout:
12505     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12506     layout: "plot-throughput"
12507
12508 - type: "plot"
12509   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12510   algorithm: "plot_perf_box_name"
12511   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12513   include:
12514     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12515     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12516     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12517     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12518     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12519   layout:
12520     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12521     layout: "plot-throughput"
12522
12523 - type: "plot"
12524   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12525   algorithm: "plot_perf_box_name"
12526   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12527   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12528   include:
12529     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12530     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12531     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12532     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12533     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12534   layout:
12535     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12536     layout: "plot-throughput"
12537
12538 - type: "plot"
12539   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12540   algorithm: "plot_perf_box_name"
12541   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12542   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12543   include:
12544     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12545     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12546     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12547     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12548     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12549   layout:
12550     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12551     layout: "plot-throughput"
12552
12553 - type: "plot"
12554   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12555   algorithm: "plot_perf_box_name"
12556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12558   include:
12559     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12560     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12561     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12562     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12563     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12564   layout:
12565     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12566     layout: "plot-throughput"
12567
12568 - type: "plot"
12569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12570   algorithm: "plot_perf_box_name"
12571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12573   include:
12574     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12575     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12576     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12577     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12578   layout:
12579     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12580     layout: "plot-throughput"
12581
12582 - type: "plot"
12583   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12584   algorithm: "plot_perf_box_name"
12585   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12586   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12587   include:
12588     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12589     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12590     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12591     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12592   layout:
12593     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12594     layout: "plot-throughput"
12595
12596 - type: "plot"
12597   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12598   algorithm: "plot_perf_box_name"
12599   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12600   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12601   include:
12602     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12603     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12604     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12605     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12606     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12607     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12608   layout:
12609     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12610     layout: "plot-throughput"
12611
12612 - type: "plot"
12613   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12614   algorithm: "plot_perf_box_name"
12615   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12616   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12617   include:
12618     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12619     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12620     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12621     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12622     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12623     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12624   layout:
12625     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12626     layout: "plot-throughput"
12627
12628 - type: "plot"
12629   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12630   algorithm: "plot_perf_box_name"
12631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12633   include:
12634     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12635     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12636     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12637     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12638     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12639     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12640   layout:
12641     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12642     layout: "plot-throughput"
12643
12644 - type: "plot"
12645   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12646   algorithm: "plot_perf_box_name"
12647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12649   include:
12650     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12651     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12652     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12653     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12654     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12655     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12656   layout:
12657     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12658     layout: "plot-throughput"
12659
12660 - type: "plot"
12661   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12662   algorithm: "plot_perf_box_name"
12663   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12664   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12665   include:
12666     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12667     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12668     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12669     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12670     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12671     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12672   layout:
12673     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12674     layout: "plot-throughput"
12675
12676 - type: "plot"
12677   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12678   algorithm: "plot_perf_box_name"
12679   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12680   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12681   include:
12682     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12683     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12684     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12685     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12686     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12687     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12688   layout:
12689     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12690     layout: "plot-throughput"
12691
12692 - type: "plot"
12693   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12694   algorithm: "plot_perf_box_name"
12695   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12696   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12697   include:
12698     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12699     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12704   layout:
12705     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
12706     layout: "plot-throughput"
12707
12708 - type: "plot"
12709   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12710   algorithm: "plot_perf_box_name"
12711   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12712   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12713   include:
12714     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12715     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12720   layout:
12721     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
12722     layout: "plot-throughput"
12723
12724 - type: "plot"
12725   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12726   algorithm: "plot_perf_box_name"
12727   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12728   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12729   include:
12730     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12731     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12734   layout:
12735     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
12736     layout: "plot-throughput"
12737
12738 - type: "plot"
12739   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12740   algorithm: "plot_perf_box_name"
12741   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12742   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12743   include:
12744     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12745     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12746     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12747     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12748   layout:
12749     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
12750     layout: "plot-throughput"
12751
12752 - type: "plot"
12753   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12754   algorithm: "plot_perf_box_name"
12755   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12756   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12757   include:
12758     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12761     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12762     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12763     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12764   layout:
12765     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12766     layout: "plot-throughput"
12767
12768 - type: "plot"
12769   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12770   algorithm: "plot_perf_box_name"
12771   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12772   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12773   include:
12774     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12775     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12776     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12777     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12778     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12779     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12780   layout:
12781     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12782     layout: "plot-throughput"
12783
12784 - type: "plot"
12785   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12786   algorithm: "plot_perf_box_name"
12787   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12788   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12789   include:
12790     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12791     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12792     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12793     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12794     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12795     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12796   layout:
12797     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12798     layout: "plot-throughput"
12799
12800 - type: "plot"
12801   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12802   algorithm: "plot_perf_box_name"
12803   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12804   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12805   include:
12806     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12807     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12808     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12809     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12812   layout:
12813     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12814     layout: "plot-throughput"
12815
12816 - type: "plot"
12817   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12818   algorithm: "plot_perf_box_name"
12819   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12820   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12821   include:
12822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12826   layout:
12827     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12828     layout: "plot-throughput"
12829
12830 - type: "plot"
12831   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12832   algorithm: "plot_perf_box_name"
12833   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12834   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12835   include:
12836     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12837     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12840   layout:
12841     title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12842     layout: "plot-throughput"
12843
12844 - type: "plot"
12845   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12846   algorithm: "plot_perf_box_name"
12847   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12848   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12849   include:
12850     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12851     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12856   layout:
12857     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12858     layout: "plot-throughput"
12859
12860 - type: "plot"
12861   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12862   algorithm: "plot_perf_box_name"
12863   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12864   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12865   include:
12866     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12867     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12872   layout:
12873     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12874     layout: "plot-throughput"
12875
12876 - type: "plot"
12877   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12878   algorithm: "plot_perf_box_name"
12879   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12880   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12881   include:
12882     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12883     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12886   layout:
12887     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
12888     layout: "plot-throughput"
12889
12890 - type: "plot"
12891   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12892   algorithm: "plot_perf_box_name"
12893   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12894   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12895   include:
12896     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12897     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12898     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12900   layout:
12901     title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
12902     layout: "plot-throughput"
12903
12904 - type: "plot"
12905   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12906   algorithm: "plot_perf_box_name"
12907   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12908   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12909   include:
12910     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12911     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12912     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12913     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12916   layout:
12917     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
12918     layout: "plot-throughput"
12919
12920 - type: "plot"
12921   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12922   algorithm: "plot_perf_box_name"
12923   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12924   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12925   include:
12926     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12927     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12928     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12932   layout:
12933     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
12934     layout: "plot-throughput"
12935
12936 - type: "plot"
12937   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12938   algorithm: "plot_perf_box_name"
12939   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12940   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12941   include:
12942     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12943     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12947     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12948   layout:
12949     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
12950     layout: "plot-throughput"
12951
12952 - type: "plot"
12953   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12954   algorithm: "plot_perf_box_name"
12955   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12956   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12957   include:
12958     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12961     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12962     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12963     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12964   layout:
12965     title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
12966     layout: "plot-throughput"
12967
12968 - type: "plot"
12969   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12970   algorithm: "plot_perf_box_name"
12971   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12972   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12973   include:
12974     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12975     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12976     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12977     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12978     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12979     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12980   layout:
12981     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
12982     layout: "plot-throughput"
12983
12984 - type: "plot"
12985   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12986   algorithm: "plot_perf_box_name"
12987   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12988   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12989   include:
12990     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
12991     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
12992     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
12993     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
12994     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
12995     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
12996   layout:
12997     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
12998     layout: "plot-throughput"
12999
13000 - type: "plot"
13001   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13002   algorithm: "plot_perf_box_name"
13003   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13004   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13005   include:
13006     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13007     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13008     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13009 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13010 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13011 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13012   layout:
13013     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13014     layout: "plot-throughput"
13015
13016 - type: "plot"
13017   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13018   algorithm: "plot_perf_box_name"
13019   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13020   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13021   include:
13022     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13023     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13024     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13025 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13026 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13027 #    - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13028   layout:
13029     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13030     layout: "plot-throughput"
13031
13032 - type: "plot"
13033   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13034   algorithm: "plot_perf_box_name"
13035   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13036   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13037   include:
13038     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13039     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13040     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13041     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13042     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13043     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13044   layout:
13045     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13046     layout: "plot-throughput"
13047
13048 - type: "plot"
13049   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13050   algorithm: "plot_perf_box_name"
13051   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13052   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13053   include:
13054     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13055     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13056     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13057     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13058     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13059     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13060   layout:
13061     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13062     layout: "plot-throughput"
13063
13064 - type: "plot"
13065   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13066   algorithm: "plot_perf_box_name"
13067   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13068   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13069   include:
13070     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13071     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13072     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13073     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13074     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13075     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13076   layout:
13077     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13078     layout: "plot-throughput"
13079
13080 - type: "plot"
13081   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13082   algorithm: "plot_perf_box_name"
13083   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13084   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13085   include:
13086     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13087     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13088     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13089     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13090     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13091     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13092   layout:
13093     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13094     layout: "plot-throughput"
13095
13096 - type: "plot"
13097   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13098   algorithm: "plot_perf_box_name"
13099   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13100   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13101   include:
13102     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13103     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13104     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13105   layout:
13106     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13107     layout: "plot-throughput"
13108
13109 - type: "plot"
13110   title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13111   algorithm: "plot_perf_box_name"
13112   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13113   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13114   include:
13115     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13116     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13117     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13118   layout:
13119     title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13120     layout: "plot-throughput"
13121
13122 - type: "plot"
13123   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13124   algorithm: "plot_perf_box_name"
13125   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13126   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13127   include:
13128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13132     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13133   layout:
13134     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13141   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13142   include:
13143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13146     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13147     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13148   layout:
13149     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13150     layout: "plot-throughput"
13151
13152 - type: "plot"
13153   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13154   algorithm: "plot_perf_box_name"
13155   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13156   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13157   include:
13158     - "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"
13159     - "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"
13160     - "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"
13161     - "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"
13162     - "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"
13163   layout:
13164     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13165     layout: "plot-throughput"
13166
13167 - type: "plot"
13168   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13169   algorithm: "plot_perf_box_name"
13170   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13171   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13172   include:
13173     - "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"
13174     - "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"
13175     - "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"
13176     - "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"
13177     - "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"
13178   layout:
13179     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13180     layout: "plot-throughput"
13181
13182 - type: "plot"
13183   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13184   algorithm: "plot_perf_box_name"
13185   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13186   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13187   include:
13188     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13189     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13190     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13191     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13192     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13193   layout:
13194     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13195     layout: "plot-throughput"
13196
13197 - type: "plot"
13198   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13199   algorithm: "plot_perf_box_name"
13200   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13202   include:
13203     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13204     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13205     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13206     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13207     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13208   layout:
13209     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13210     layout: "plot-throughput"
13211
13212 - type: "plot"
13213   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13214   algorithm: "plot_perf_box_name"
13215   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13216   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13217   include:
13218     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13219     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13220     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13221     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13222     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13223   layout:
13224     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13225     layout: "plot-throughput"
13226
13227 - type: "plot"
13228   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13229   algorithm: "plot_perf_box_name"
13230   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13231   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13232   include:
13233     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13234     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13235     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13238   layout:
13239     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13240     layout: "plot-throughput"
13241
13242 - type: "plot"
13243   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13244   algorithm: "plot_perf_box_name"
13245   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13246   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13247   include:
13248     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13249     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13250     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13251     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13252     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13253   layout:
13254     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13255     layout: "plot-throughput"
13256
13257 - type: "plot"
13258   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13259   algorithm: "plot_perf_box_name"
13260   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13261   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13262   include:
13263     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13264     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13265     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13266     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13267     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13268   layout:
13269     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13270     layout: "plot-throughput"
13271
13272 - type: "plot"
13273   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13274   algorithm: "plot_perf_box_name"
13275   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13276   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13277   include:
13278     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13279     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13280     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13281     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13282     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13283   layout:
13284     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13285     layout: "plot-throughput"
13286
13287 - type: "plot"
13288   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13289   algorithm: "plot_perf_box_name"
13290   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13291   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13292   include:
13293     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13294     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13295     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13296     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13297     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13298   layout:
13299     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13300     layout: "plot-throughput"
13301
13302 - type: "plot"
13303   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13304   algorithm: "plot_perf_box_name"
13305   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13307   include:
13308     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13309     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13310     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13311     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13312   layout:
13313     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13314     layout: "plot-throughput"
13315
13316 - type: "plot"
13317   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13318   algorithm: "plot_perf_box_name"
13319   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13320   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13321   include:
13322     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13323     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13324     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13325     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13326   layout:
13327     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13328     layout: "plot-throughput"
13329
13330 - type: "plot"
13331   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13332   algorithm: "plot_perf_box_name"
13333   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13334   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13335   include:
13336     - "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"
13337     - "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"
13338     - "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"
13339     - "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"
13340   layout:
13341     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13342     layout: "plot-throughput"
13343
13344 - type: "plot"
13345   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13346   algorithm: "plot_perf_box_name"
13347   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13349   include:
13350     - "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"
13351     - "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"
13352     - "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"
13353     - "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"
13354   layout:
13355     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13356     layout: "plot-throughput"
13357
13358 - type: "plot"
13359   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13360   algorithm: "plot_perf_box_name"
13361   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13362   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13363   include:
13364     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13365     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13366     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13367     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13368     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13369     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13370   layout:
13371     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13372     layout: "plot-throughput"
13373
13374 - type: "plot"
13375   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13376   algorithm: "plot_perf_box_name"
13377   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13378   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13379   include:
13380     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13381     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13382     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13383     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13384     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13385     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13386   layout:
13387     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13388     layout: "plot-throughput"
13389
13390 - type: "plot"
13391   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13392   algorithm: "plot_perf_box_name"
13393   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13394   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13395   include:
13396     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13397     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13398     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13399     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13400     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13401     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13402   layout:
13403     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13404     layout: "plot-throughput"
13405
13406 - type: "plot"
13407   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13408   algorithm: "plot_perf_box_name"
13409   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13410   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13411   include:
13412     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13413     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13414     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13415     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13416     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13417     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13418   layout:
13419     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13420     layout: "plot-throughput"
13421
13422 - type: "plot"
13423   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13424   algorithm: "plot_perf_box_name"
13425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13427   include:
13428     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13429     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13430     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13431     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13432     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13433     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13434   layout:
13435     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13436     layout: "plot-throughput"
13437
13438 - type: "plot"
13439   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13440   algorithm: "plot_perf_box_name"
13441   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13443   include:
13444     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13448     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13449     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13450   layout:
13451     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13452     layout: "plot-throughput"
13453
13454 - type: "plot"
13455   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13456   algorithm: "plot_perf_box_name"
13457   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13458   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13459   include:
13460     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13463     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13464     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13465   layout:
13466     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13467     layout: "plot-throughput"
13468
13469 - type: "plot"
13470   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13471   algorithm: "plot_perf_box_name"
13472   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13473   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13474   include:
13475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13478     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13479     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13480   layout:
13481     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13482     layout: "plot-throughput"
13483
13484 - type: "plot"
13485   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13486   algorithm: "plot_perf_box_name"
13487   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13488   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13489   include:
13490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13492   layout:
13493     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13494     layout: "plot-throughput"
13495
13496 - type: "plot"
13497   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13498   algorithm: "plot_perf_box_name"
13499   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13500   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13501   include:
13502     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13503     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13504   layout:
13505     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13506     layout: "plot-throughput"
13507
13508 - type: "plot"
13509   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13510   algorithm: "plot_perf_box_name"
13511   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13512   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13513   include:
13514     - "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"
13515     - "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"
13516   layout:
13517     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13518     layout: "plot-throughput"
13519
13520 - type: "plot"
13521   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13522   algorithm: "plot_perf_box_name"
13523   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13524   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13525   include:
13526     - "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"
13527     - "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"
13528   layout:
13529     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13530     layout: "plot-throughput"
13531
13532 - type: "plot"
13533   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13534   algorithm: "plot_perf_box_name"
13535   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13536   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13537   include:
13538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13540   layout:
13541     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13542     layout: "plot-throughput"
13543
13544 - type: "plot"
13545   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13546   algorithm: "plot_perf_box_name"
13547   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13548   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13549   include:
13550     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13552   layout:
13553     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13554     layout: "plot-throughput"
13555
13556 - type: "plot"
13557   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13558   algorithm: "plot_perf_box_name"
13559   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13560   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13561   include:
13562     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13563     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564   layout:
13565     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13566     layout: "plot-throughput"
13567
13568 - type: "plot"
13569   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13570   algorithm: "plot_perf_box_name"
13571   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13572   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13573   include:
13574     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13576   layout:
13577     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13578     layout: "plot-throughput"
13579
13580 - type: "plot"
13581   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13582   algorithm: "plot_perf_box_name"
13583   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13584   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13585   include:
13586     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13587     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13592   layout:
13593     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13600   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13601   include:
13602     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13607     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13608   layout:
13609     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13610     layout: "plot-throughput"
13611
13612 - type: "plot"
13613   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13614   algorithm: "plot_perf_box_name"
13615   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13616   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13617   include:
13618     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13622     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13624   layout:
13625     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13626     layout: "plot-throughput"
13627
13628 - type: "plot"
13629   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13630   algorithm: "plot_perf_box_name"
13631   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13632   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13633   include:
13634     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13640   layout:
13641     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13642     layout: "plot-throughput"
13643
13644 #- type: "plot"
13645 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13646 #  algorithm: "plot_perf_box_name"
13647 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13648 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13649 #  include:
13650 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13651 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13652 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13653 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13654 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13655 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13656 #  layout:
13657 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13658 #    layout: "plot-throughput"
13659 #
13660 #- type: "plot"
13661 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13662 #  algorithm: "plot_perf_box_name"
13663 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13664 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13665 #  include:
13666 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13667 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13668 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13669 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13670 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13672 #  layout:
13673 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13674 #    layout: "plot-throughput"
13675
13676 - type: "plot"
13677   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13678   algorithm: "plot_perf_box_name"
13679   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13680   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13681   include:
13682     - "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"
13683     - "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"
13684     - "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"
13685     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13686     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13687     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13688   layout:
13689     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
13690     layout: "plot-throughput"
13691
13692 - type: "plot"
13693   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13694   algorithm: "plot_perf_box_name"
13695   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
13696   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13697   include:
13698     - "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"
13699     - "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"
13700     - "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"
13701     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
13702     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
13703     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
13704   layout:
13705     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
13706     layout: "plot-throughput"
13707
13708 ################################################################################
13709
13710 # Packet Speedup
13711
13712 - type: "plot"
13713   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13714   algorithm: "plot_tsa_name"
13715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13717   include:
13718     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13719     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13720     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13721     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13722   layout:
13723     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
13724     layout: "plot-throughput-speedup-analysis"
13725
13726 - type: "plot"
13727   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13728   algorithm: "plot_tsa_name"
13729   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13730   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13731   include:
13732     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13733     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13734     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13735     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13736   layout:
13737     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
13738     layout: "plot-throughput-speedup-analysis"
13739
13740 - type: "plot"
13741   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13742   algorithm: "plot_tsa_name"
13743   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13744   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13745   include:
13746     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13747     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13748     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13749     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13750   layout:
13751     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
13752     layout: "plot-throughput-speedup-analysis"
13753
13754 - type: "plot"
13755   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13756   algorithm: "plot_tsa_name"
13757   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13758   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13759   include:
13760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13761     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13762     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13763     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13764   layout:
13765     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
13766     layout: "plot-throughput-speedup-analysis"
13767
13768 - type: "plot"
13769   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13770   algorithm: "plot_tsa_name"
13771   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
13772   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13773   include:
13774     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13775     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13776     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13777     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13778     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13779   layout:
13780     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
13781     layout: "plot-throughput-speedup-analysis"
13782
13783 - type: "plot"
13784   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13785   algorithm: "plot_tsa_name"
13786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
13787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13790     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13791     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13792     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13793     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13794   layout:
13795     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13796     layout: "plot-throughput-speedup-analysis"
13797
13798 - type: "plot"
13799   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13800   algorithm: "plot_tsa_name"
13801   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
13802   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13803   include:
13804     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13805     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13806     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13807     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13808     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13809   layout:
13810     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
13811     layout: "plot-throughput-speedup-analysis"
13812
13813 - type: "plot"
13814   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13815   algorithm: "plot_tsa_name"
13816   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
13817   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13818   include:
13819     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
13820     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
13821     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
13822     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
13823     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
13824   layout:
13825     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
13826     layout: "plot-throughput-speedup-analysis"
13827
13828 - type: "plot"
13829   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13830   algorithm: "plot_tsa_name"
13831   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
13832   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13833   include:
13834     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13835     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13836     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13837     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13838     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13839     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13840   layout:
13841     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
13842     layout: "plot-throughput-speedup-analysis"
13843
13844 - type: "plot"
13845   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13846   algorithm: "plot_tsa_name"
13847   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
13848   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13849   include:
13850     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13851     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13852     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13853     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13854     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13855     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13856   layout:
13857     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
13858     layout: "plot-throughput-speedup-analysis"
13859
13860 - type: "plot"
13861   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13862   algorithm: "plot_tsa_name"
13863   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
13864   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13865   include:
13866     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13867     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13868     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13869     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13870     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13871   layout:
13872     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
13873     layout: "plot-throughput-speedup-analysis"
13874
13875 - type: "plot"
13876   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13877   algorithm: "plot_tsa_name"
13878   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
13879   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13880   include:
13881     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
13882     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
13883     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
13884     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
13885     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
13886   layout:
13887     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
13888     layout: "plot-throughput-speedup-analysis"
13889
13890 - type: "plot"
13891   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13892   algorithm: "plot_tsa_name"
13893   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
13894   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13895   include:
13896     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13897     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13898     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13899   layout:
13900     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
13901     layout: "plot-throughput-speedup-analysis"
13902
13903 - type: "plot"
13904   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13905   algorithm: "plot_tsa_name"
13906   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
13907   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13908   include:
13909     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
13910     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
13911     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
13912   layout:
13913     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
13914     layout: "plot-throughput-speedup-analysis"
13915
13916 - type: "plot"
13917   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13918   algorithm: "plot_tsa_name"
13919   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
13920   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13921   include:
13922     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13923     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13924     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13925     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13926     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13927   layout:
13928     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
13929     layout: "plot-throughput-speedup-analysis"
13930
13931 - type: "plot"
13932   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13933   algorithm: "plot_tsa_name"
13934   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
13935   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13936   include:
13937     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
13938     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
13939     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
13940     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
13941     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
13942   layout:
13943     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
13944     layout: "plot-throughput-speedup-analysis"
13945
13946 - type: "plot"
13947   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13948   algorithm: "plot_tsa_name"
13949   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
13950   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13951   include:
13952     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13953     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13954     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13955   layout:
13956     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
13957     layout: "plot-throughput-speedup-analysis"
13958
13959 - type: "plot"
13960   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13961   algorithm: "plot_tsa_name"
13962   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
13963   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13964   include:
13965     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
13966     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
13967     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
13968   layout:
13969     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
13970     layout: "plot-throughput-speedup-analysis"
13971
13972 - type: "plot"
13973   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13974   algorithm: "plot_tsa_name"
13975   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
13976   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13977   include:
13978     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13979     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13980     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13981     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13982     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13983     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
13984   layout:
13985     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
13986     layout: "plot-throughput-speedup-analysis"
13987
13988 - type: "plot"
13989   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13990   algorithm: "plot_tsa_name"
13991   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
13992   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13993   include:
13994     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
13995     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
13996     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
13997     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
13998     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
13999     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14000   layout:
14001     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14002     layout: "plot-throughput-speedup-analysis"
14003
14004 - type: "plot"
14005   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14006   algorithm: "plot_tsa_name"
14007   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
14008   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14009   include:
14010     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14011     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14012     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14013     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14014     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14015   layout:
14016     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
14017     layout: "plot-throughput-speedup-analysis"
14018
14019 - type: "plot"
14020   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14021   algorithm: "plot_tsa_name"
14022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
14023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14024   include:
14025     - "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"
14026     - "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"
14027     - "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"
14028     - "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"
14029     - "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"
14030   layout:
14031     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
14032     layout: "plot-throughput-speedup-analysis"
14033
14034 #- type: "plot"
14035 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14036 #  algorithm: "plot_tsa_name"
14037 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
14038 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14039 #  include:
14040 #    - "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"
14041 #    - "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"
14042 #    - "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"
14043 #    - "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"
14044 #    - "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"
14045 #  layout:
14046 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
14047 #    layout: "plot-throughput-speedup-analysis"
14048 #
14049 #- type: "plot"
14050 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14051 #  algorithm: "plot_tsa_name"
14052 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
14053 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14054 #  include:
14055 #    - "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"
14056 #    - "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"
14057 #    - "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"
14058 #    - "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"
14059 #    - "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"
14060 #  layout:
14061 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
14062 #    layout: "plot-throughput-speedup-analysis"
14063 #
14064 #- type: "plot"
14065 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14066 #  algorithm: "plot_tsa_name"
14067 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
14068 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14069 #  include:
14070 #    - "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"
14071 #    - "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"
14072 #    - "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"
14073 #    - "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"
14074 #    - "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"
14075 #  layout:
14076 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
14077 #    layout: "plot-throughput-speedup-analysis"
14078 #
14079 #- type: "plot"
14080 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14081 #  algorithm: "plot_tsa_name"
14082 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
14083 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14084 #  include:
14085 #    - "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"
14086 #    - "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"
14087 #    - "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"
14088 #    - "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"
14089 #    - "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"
14090 #  layout:
14091 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
14092 #    layout: "plot-throughput-speedup-analysis"
14093
14094 - type: "plot"
14095   title: "Speedup: 2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14096   algorithm: "plot_tsa_name"
14097   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
14098   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14099   include:
14100     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
14101     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
14102     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
14103     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
14104     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
14105   layout:
14106     title: "2n-skx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
14107     layout: "plot-throughput-speedup-analysis"
14108
14109 - type: "plot"
14110   title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14111   algorithm: "plot_tsa_name"
14112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
14113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14114   include:
14115     - "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"
14116     - "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"
14117     - "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"
14118     - "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"
14119     - "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"
14120   layout:
14121     title: "2n-skx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
14122     layout: "plot-throughput-speedup-analysis"
14123
14124 #- type: "plot"
14125 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14126 #  algorithm: "plot_tsa_name"
14127 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
14128 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14129 #  include:
14130 #    - "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"
14131 #    - "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"
14132 #    - "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"
14133 #    - "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"
14134 #    - "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"
14135 #  layout:
14136 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
14137 #    layout: "plot-throughput-speedup-analysis"
14138 #
14139 #- type: "plot"
14140 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14141 #  algorithm: "plot_tsa_name"
14142 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
14143 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14144 #  include:
14145 #    - "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"
14146 #    - "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"
14147 #    - "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"
14148 #    - "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"
14149 #    - "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"
14150 #  layout:
14151 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
14152 #    layout: "plot-throughput-speedup-analysis"
14153 #
14154 #- type: "plot"
14155 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14156 #  algorithm: "plot_tsa_name"
14157 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
14158 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14159 #  include:
14160 #    - "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"
14161 #    - "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"
14162 #    - "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"
14163 #    - "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"
14164 #    - "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"
14165 #  layout:
14166 #    title: "2n-skx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
14167 #    layout: "plot-throughput-speedup-analysis"
14168 #
14169 #- type: "plot"
14170 #  title: "Speedup: 2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14171 #  algorithm: "plot_tsa_name"
14172 #  output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
14173 #  data: "plot-vpp-throughput-lat-tsa-2n-skx"
14174 #  include:
14175 #    - "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"
14176 #    - "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"
14177 #    - "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"
14178 #    - "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"
14179 #    - "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"
14180 #  layout:
14181 #    title: "22n-skx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
14182 #    layout: "plot-throughput-speedup-analysis"
14183
14184 - type: "plot"
14185   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14186   algorithm: "plot_tsa_name"
14187   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14188   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14189   include:
14190     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14191     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14192     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14193     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14194     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14195     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14196   layout:
14197     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14198     layout: "plot-throughput-speedup-analysis"
14199
14200 - type: "plot"
14201   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14202   algorithm: "plot_tsa_name"
14203   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14204   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14205   include:
14206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14209     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14210     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
14212   layout:
14213     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14214     layout: "plot-throughput-speedup-analysis"
14215
14216 - type: "plot"
14217   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14218   algorithm: "plot_tsa_name"
14219   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14220   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14221   include:
14222     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14225   layout:
14226     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14234   include:
14235     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14238   layout:
14239     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14240     layout: "plot-throughput-speedup-analysis"
14241
14242 - type: "plot"
14243   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14244   algorithm: "plot_tsa_name"
14245   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14246   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14247   include:
14248     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14249     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14250     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14251 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14252 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14253   layout:
14254     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14255     layout: "plot-throughput-speedup-analysis"
14256
14257 - type: "plot"
14258   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14259   algorithm: "plot_tsa_name"
14260   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14262   include:
14263     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14264     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14265     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14266 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14267 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14268   layout:
14269     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14283   layout:
14284     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14285     layout: "plot-throughput-speedup-analysis"
14286
14287 - type: "plot"
14288   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14289   algorithm: "plot_tsa_name"
14290   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14291   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14292   include:
14293     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14298   layout:
14299     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14300     layout: "plot-throughput-speedup-analysis"
14301
14302 - type: "plot"
14303   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14304   algorithm: "plot_tsa_name"
14305   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14306   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14307   include:
14308     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14313   layout:
14314     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14328   layout:
14329     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14330     layout: "plot-throughput-speedup-analysis"
14331
14332 - type: "plot"
14333   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14334   algorithm: "plot_tsa_name"
14335   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14336   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14337   include:
14338     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14339     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14342   layout:
14343     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14344     layout: "plot-throughput-speedup-analysis"
14345
14346 - type: "plot"
14347   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14348   algorithm: "plot_tsa_name"
14349   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14350   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14351   include:
14352     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14353     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14354     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14355     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14356   layout:
14357     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14358     layout: "plot-throughput-speedup-analysis"
14359
14360 - type: "plot"
14361   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14362   algorithm: "plot_tsa_name"
14363   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14364   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14365   include:
14366     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14369     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14370     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14371   layout:
14372     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14373     layout: "plot-throughput-speedup-analysis"
14374
14375 - type: "plot"
14376   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14377   algorithm: "plot_tsa_name"
14378   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14379   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14380   include:
14381     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14386   layout:
14387     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14388     layout: "plot-throughput-speedup-analysis"
14389
14390 - type: "plot"
14391   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14392   algorithm: "plot_tsa_name"
14393   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14394   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14395   include:
14396     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14398   layout:
14399     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14400     layout: "plot-throughput-speedup-analysis"
14401
14402 - type: "plot"
14403   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14404   algorithm: "plot_tsa_name"
14405   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14406   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14407   include:
14408     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14409     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14410   layout:
14411     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14412     layout: "plot-throughput-speedup-analysis"
14413
14414 - type: "plot"
14415   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14416   algorithm: "plot_tsa_name"
14417   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14418   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14419   include:
14420     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14421     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14422     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14423     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14424   layout:
14425     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14426     layout: "plot-throughput-speedup-analysis"
14427
14428 - type: "plot"
14429   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14430   algorithm: "plot_tsa_name"
14431   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14432   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14433   include:
14434     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14435     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14436     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14437     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14438   layout:
14439     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14440     layout: "plot-throughput-speedup-analysis"
14441
14442 - type: "plot"
14443   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14444   algorithm: "plot_tsa_name"
14445   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14446   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14447   include:
14448     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14449     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14450     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14451     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14452   layout:
14453     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14454     layout: "plot-throughput-speedup-analysis"
14455
14456 - type: "plot"
14457   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14458   algorithm: "plot_tsa_name"
14459   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14460   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14461   include:
14462     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14463     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14464     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14465     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14466   layout:
14467     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14468     layout: "plot-throughput-speedup-analysis"
14469
14470 - type: "plot"
14471   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14472   algorithm: "plot_tsa_name"
14473   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14475   include:
14476     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14482   layout:
14483     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14484     layout: "plot-throughput-speedup-analysis"
14485
14486 - type: "plot"
14487   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14488   algorithm: "plot_tsa_name"
14489   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14490   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14491   include:
14492     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14495     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14498   layout:
14499     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14500     layout: "plot-throughput-speedup-analysis"
14501
14502 - type: "plot"
14503   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14504   algorithm: "plot_tsa_name"
14505   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14506   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14507   include:
14508     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14513   layout:
14514     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14515     layout: "plot-throughput-speedup-analysis"
14516
14517 - type: "plot"
14518   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14519   algorithm: "plot_tsa_name"
14520   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14521   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14522   include:
14523     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14528   layout:
14529     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14530     layout: "plot-throughput-speedup-analysis"
14531
14532 - type: "plot"
14533   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14534   algorithm: "plot_tsa_name"
14535   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14536   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14537   include:
14538     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14543   layout:
14544     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14545     layout: "plot-throughput-speedup-analysis"
14546
14547 - type: "plot"
14548   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14549   algorithm: "plot_tsa_name"
14550   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14551   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14552   include:
14553     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14558   layout:
14559     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14560     layout: "plot-throughput-speedup-analysis"
14561
14562 - type: "plot"
14563   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14564   algorithm: "plot_tsa_name"
14565   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14566   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14567   include:
14568     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14569     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14570     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14571   layout:
14572     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14573     layout: "plot-throughput-speedup-analysis"
14574
14575 - type: "plot"
14576   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14577   algorithm: "plot_tsa_name"
14578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14580   include:
14581     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14582     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14583     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14584   layout:
14585     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14586     layout: "plot-throughput-speedup-analysis"
14587
14588 - type: "plot"
14589   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14590   algorithm: "plot_tsa_name"
14591   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14592   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14593   include:
14594     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14595     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14596     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14597   layout:
14598     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14599     layout: "plot-throughput-speedup-analysis"
14600
14601 - type: "plot"
14602   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14603   algorithm: "plot_tsa_name"
14604   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14605   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14606   include:
14607     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14609     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14610   layout:
14611     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14612     layout: "plot-throughput-speedup-analysis"
14613
14614 - type: "plot"
14615   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14616   algorithm: "plot_tsa_name"
14617   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14618   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14619   include:
14620     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14623     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14624     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14625   layout:
14626     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14627     layout: "plot-throughput-speedup-analysis"
14628
14629 - type: "plot"
14630   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14631   algorithm: "plot_tsa_name"
14632   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14633   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14634   include:
14635     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14639     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14640   layout:
14641     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14642     layout: "plot-throughput-speedup-analysis"
14643
14644 - type: "plot"
14645   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14646   algorithm: "plot_tsa_name"
14647   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14648   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14649   include:
14650     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14654     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14655   layout:
14656     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14657     layout: "plot-throughput-speedup-analysis"
14658
14659 - type: "plot"
14660   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14661   algorithm: "plot_tsa_name"
14662   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14664   include:
14665     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14669     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14670   layout:
14671     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14672     layout: "plot-throughput-speedup-analysis"
14673
14674 - type: "plot"
14675   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14676   algorithm: "plot_tsa_name"
14677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14678   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14679   include:
14680     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14681     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14682     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14683     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14684     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14685     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14686   layout:
14687     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14688     layout: "plot-throughput-speedup-analysis"
14689
14690 - type: "plot"
14691   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14692   algorithm: "plot_tsa_name"
14693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14695   include:
14696     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14697     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14698     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14699     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14700     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14701     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14702   layout:
14703     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14704     layout: "plot-throughput-speedup-analysis"
14705
14706 - type: "plot"
14707   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14708   algorithm: "plot_tsa_name"
14709   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14710   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14711   include:
14712     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14713     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14714     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14715     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14716   layout:
14717     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14718     layout: "plot-throughput-speedup-analysis"
14719
14720 - type: "plot"
14721   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14722   algorithm: "plot_tsa_name"
14723   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14724   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14725   include:
14726     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14727     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14728     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14729     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14730   layout:
14731     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14732     layout: "plot-throughput-speedup-analysis"
14733
14734 - type: "plot"
14735   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14736   algorithm: "plot_tsa_name"
14737   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14738   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14739   include:
14740     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14741     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14742     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14743     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14744     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14745     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14746   layout:
14747     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14748     layout: "plot-throughput-speedup-analysis"
14749
14750 - type: "plot"
14751   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14752   algorithm: "plot_tsa_name"
14753   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14754   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14755   include:
14756     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14757     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14758     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14759     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14760     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14761     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14762   layout:
14763     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14764     layout: "plot-throughput-speedup-analysis"
14765
14766 - type: "plot"
14767   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14768   algorithm: "plot_tsa_name"
14769   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14770   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14771   include:
14772     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14773     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14774     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14775     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14776     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14777     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14778   layout:
14779     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14780     layout: "plot-throughput-speedup-analysis"
14781
14782 - type: "plot"
14783   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14784   algorithm: "plot_tsa_name"
14785   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14786   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14787   include:
14788     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14789     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14790     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14791     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14792     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14793     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14794   layout:
14795     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14796     layout: "plot-throughput-speedup-analysis"
14797
14798 - type: "plot"
14799   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14800   algorithm: "plot_tsa_name"
14801   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14802   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14803   include:
14804     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14805     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14806     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14807     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14808     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14809     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14810   layout:
14811     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14812     layout: "plot-throughput-speedup-analysis"
14813
14814 - type: "plot"
14815   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14816   algorithm: "plot_tsa_name"
14817   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14818   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14819   include:
14820     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14821     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14822     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14823     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14824     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14825     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14826   layout:
14827     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14841     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14842   layout:
14843     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14844     layout: "plot-throughput-speedup-analysis"
14845
14846 - type: "plot"
14847   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14848   algorithm: "plot_tsa_name"
14849   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14850   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14851   include:
14852     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14853     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14854     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14855     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14856     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14857     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14858   layout:
14859     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
14860     layout: "plot-throughput-speedup-analysis"
14861
14862 - type: "plot"
14863   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14864   algorithm: "plot_tsa_name"
14865   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
14866   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14867   include:
14868     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14869     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14870     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14871     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14872     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14873     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14874   layout:
14875     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
14876     layout: "plot-throughput-speedup-analysis"
14877
14878 - type: "plot"
14879   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14880   algorithm: "plot_tsa_name"
14881   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
14882   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14883   include:
14884     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14885     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14886     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14887     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14890   layout:
14891     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
14892     layout: "plot-throughput-speedup-analysis"
14893
14894 - type: "plot"
14895   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14896   algorithm: "plot_tsa_name"
14897   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
14898   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14899   include:
14900     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14901     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14902     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14903     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14904   layout:
14905     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
14906     layout: "plot-throughput-speedup-analysis"
14907
14908 - type: "plot"
14909   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14910   algorithm: "plot_tsa_name"
14911   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
14912   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14913   include:
14914     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14915     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
14916     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
14917     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14918   layout:
14919     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
14920     layout: "plot-throughput-speedup-analysis"
14921
14922 - type: "plot"
14923   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14924   algorithm: "plot_tsa_name"
14925   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14926   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14927   include:
14928     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14929     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14930     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14931     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14932   layout:
14933     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
14934     layout: "plot-throughput-speedup-analysis"
14935
14936 - type: "plot"
14937   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14938   algorithm: "plot_tsa_name"
14939   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14940   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14941   include:
14942     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14943     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
14944     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
14945     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14946   layout:
14947     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
14948     layout: "plot-throughput-speedup-analysis"
14949
14950 - type: "plot"
14951   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14952   algorithm: "plot_tsa_name"
14953   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
14954   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14955   include:
14956     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14957     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14958     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14959     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14960     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14961     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14962   layout:
14963     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
14964     layout: "plot-throughput-speedup-analysis"
14965
14966 - type: "plot"
14967   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14968   algorithm: "plot_tsa_name"
14969   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
14970   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14971   include:
14972     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
14973     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
14974     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
14975     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14978   layout:
14979     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
14980     layout: "plot-throughput-speedup-analysis"
14981
14982 - type: "plot"
14983   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14984   algorithm: "plot_tsa_name"
14985   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
14986   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14987   include:
14988     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14989     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14990     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14991     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
14993   layout:
14994     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
14995     layout: "plot-throughput-speedup-analysis"
14996
14997 - type: "plot"
14998   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
14999   algorithm: "plot_tsa_name"
15000   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15002   include:
15003     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15005     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15006     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15007     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15008   layout:
15009     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15010     layout: "plot-throughput-speedup-analysis"
15011
15012 - type: "plot"
15013   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15014   algorithm: "plot_tsa_name"
15015   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15016   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15017   include:
15018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15023   layout:
15024     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15025     layout: "plot-throughput-speedup-analysis"
15026
15027 - type: "plot"
15028   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15029   algorithm: "plot_tsa_name"
15030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15032   include:
15033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15038   layout:
15039     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15040     layout: "plot-throughput-speedup-analysis"
15041
15042 - type: "plot"
15043   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15044   algorithm: "plot_tsa_name"
15045   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15046   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15047   include:
15048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15052   layout:
15053     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15054     layout: "plot-throughput-speedup-analysis"
15055
15056 - type: "plot"
15057   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15058   algorithm: "plot_tsa_name"
15059   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15060   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15061   include:
15062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15066   layout:
15067     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15068     layout: "plot-throughput-speedup-analysis"
15069
15070 - type: "plot"
15071   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15072   algorithm: "plot_tsa_name"
15073   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15074   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15075   include:
15076     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15077     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15078     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15079     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15082   layout:
15083     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15084     layout: "plot-throughput-speedup-analysis"
15085
15086 - type: "plot"
15087   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15088   algorithm: "plot_tsa_name"
15089   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15090   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15091   include:
15092     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15093     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15094     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15095     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15098   layout:
15099     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15100     layout: "plot-throughput-speedup-analysis"
15101
15102 - type: "plot"
15103   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15104   algorithm: "plot_tsa_name"
15105   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15106   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15107   include:
15108     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15109     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15113     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15114   layout:
15115     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15116     layout: "plot-throughput-speedup-analysis"
15117
15118 - type: "plot"
15119   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15120   algorithm: "plot_tsa_name"
15121   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15122   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15123   include:
15124     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15127     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15130   layout:
15131     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15132     layout: "plot-throughput-speedup-analysis"
15133
15134 - type: "plot"
15135   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15136   algorithm: "plot_tsa_name"
15137   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15138   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15139   include:
15140     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15141     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15142     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15143     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15146   layout:
15147     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15148     layout: "plot-throughput-speedup-analysis"
15149
15150 - type: "plot"
15151   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15152   algorithm: "plot_tsa_name"
15153   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15154   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15155   include:
15156     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15157     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15158     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15162   layout:
15163     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15164     layout: "plot-throughput-speedup-analysis"
15165
15166 - type: "plot"
15167   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15168   algorithm: "plot_tsa_name"
15169   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15170   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15171   include:
15172     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15173     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15174     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15175     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15176     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15177     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15178   layout:
15179     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15180     layout: "plot-throughput-speedup-analysis"
15181
15182 - type: "plot"
15183   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15184   algorithm: "plot_tsa_name"
15185   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15186   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15187   include:
15188     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15189     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15190     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15191     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15192     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15193     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15194   layout:
15195     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15205     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15206     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15207     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15208     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15209     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15210   layout:
15211     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15212     layout: "plot-throughput-speedup-analysis"
15213
15214 - type: "plot"
15215   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15216   algorithm: "plot_tsa_name"
15217   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15218   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15219   include:
15220     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15221     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15222     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15223     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15224     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15225     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15226   layout:
15227     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15228     layout: "plot-throughput-speedup-analysis"
15229
15230 - type: "plot"
15231   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15232   algorithm: "plot_tsa_name"
15233   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15234   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15235   include:
15236     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15237     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15238     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15239     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15240     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15241   layout:
15242     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15243     layout: "plot-throughput-speedup-analysis"
15244
15245 - type: "plot"
15246   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15247   algorithm: "plot_tsa_name"
15248   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15249   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15250   include:
15251     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15252     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15253     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15254     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15255     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15256   layout:
15257     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15258     layout: "plot-throughput-speedup-analysis"
15259
15260 - type: "plot"
15261   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15262   algorithm: "plot_tsa_name"
15263   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15264   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15265   include:
15266     - "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"
15267     - "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"
15268     - "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"
15269     - "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"
15270     - "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"
15271   layout:
15272     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15280   include:
15281     - "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"
15282     - "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"
15283     - "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"
15284     - "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"
15285     - "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"
15286   layout:
15287     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15288     layout: "plot-throughput-speedup-analysis"
15289
15290 - type: "plot"
15291   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15292   algorithm: "plot_tsa_name"
15293   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15294   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15295   include:
15296     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15297     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15298     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15299     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15300     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15301   layout:
15302     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15310   include:
15311     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15312     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15313     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15314     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15315     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15316   layout:
15317     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15318     layout: "plot-throughput-speedup-analysis"
15319
15320 - type: "plot"
15321   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15322   algorithm: "plot_tsa_name"
15323   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15324   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15325   include:
15326     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15327     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15328     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15329     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15330     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15331   layout:
15332     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15333     layout: "plot-throughput-speedup-analysis"
15334
15335 - type: "plot"
15336   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15337   algorithm: "plot_tsa_name"
15338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15340   include:
15341     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15342     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15343     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15344     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15345     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15346   layout:
15347     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15348     layout: "plot-throughput-speedup-analysis"
15349
15350 - type: "plot"
15351   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15352   algorithm: "plot_tsa_name"
15353   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15354   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15355   include:
15356     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15357     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15358     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15359     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15360     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15361   layout:
15362     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15363     layout: "plot-throughput-speedup-analysis"
15364
15365 - type: "plot"
15366   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15367   algorithm: "plot_tsa_name"
15368   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15369   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15370   include:
15371     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15372     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15373     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15374     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15375     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15376   layout:
15377     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15378     layout: "plot-throughput-speedup-analysis"
15379
15380 - type: "plot"
15381   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15382   algorithm: "plot_tsa_name"
15383   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15384   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15385   include:
15386     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15387     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15388     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15389     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15390     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15391   layout:
15392     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15393     layout: "plot-throughput-speedup-analysis"
15394
15395 - type: "plot"
15396   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15397   algorithm: "plot_tsa_name"
15398   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15399   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15400   include:
15401     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15402     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15403     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15404     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15405     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15406   layout:
15407     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15408     layout: "plot-throughput-speedup-analysis"
15409
15410 - type: "plot"
15411   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15412   algorithm: "plot_tsa_name"
15413   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15414   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15415   include:
15416     - "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"
15417     - "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"
15418     - "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"
15419     - "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"
15420   layout:
15421     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15422     layout: "plot-throughput-speedup-analysis"
15423
15424 - type: "plot"
15425   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15426   algorithm: "plot_tsa_name"
15427   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15429   include:
15430     - "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"
15431     - "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"
15432     - "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"
15433     - "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"
15434   layout:
15435     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15436     layout: "plot-throughput-speedup-analysis"
15437
15438 - type: "plot"
15439   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15440   algorithm: "plot_tsa_name"
15441   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15442   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15443   include:
15444     - "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"
15445     - "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"
15446     - "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"
15447     - "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"
15448   layout:
15449     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15450     layout: "plot-throughput-speedup-analysis"
15451
15452 - type: "plot"
15453   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15454   algorithm: "plot_tsa_name"
15455   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15457   include:
15458     - "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"
15459     - "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"
15460     - "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"
15461     - "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"
15462   layout:
15463     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15464     layout: "plot-throughput-speedup-analysis"
15465
15466 - type: "plot"
15467   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15468   algorithm: "plot_tsa_name"
15469   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15470   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15471   include:
15472     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15473     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15474     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15475     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15476     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15477     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15478   layout:
15479     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15480     layout: "plot-throughput-speedup-analysis"
15481
15482 - type: "plot"
15483   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15484   algorithm: "plot_tsa_name"
15485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15487   include:
15488     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15489     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15490     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15491     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15494   layout:
15495     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15496     layout: "plot-throughput-speedup-analysis"
15497
15498 - type: "plot"
15499   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15500   algorithm: "plot_tsa_name"
15501   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15502   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15503   include:
15504     - "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"
15505     - "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"
15506     - "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"
15507     - "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"
15508     - "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"
15509     - "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"
15510   layout:
15511     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15512     layout: "plot-throughput-speedup-analysis"
15513
15514 - type: "plot"
15515   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15516   algorithm: "plot_tsa_name"
15517   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15518   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15519   include:
15520     - "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"
15521     - "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"
15522     - "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"
15523     - "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"
15524     - "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"
15525     - "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"
15526   layout:
15527     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15535   include:
15536     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15541     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15542   layout:
15543     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15544     layout: "plot-throughput-speedup-analysis"
15545
15546 - type: "plot"
15547   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15548   algorithm: "plot_tsa_name"
15549   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15550   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15551   include:
15552     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15556     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15557     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15558   layout:
15559     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15560     layout: "plot-throughput-speedup-analysis"
15561
15562 - type: "plot"
15563   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15564   algorithm: "plot_tsa_name"
15565   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15566   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15567   include:
15568     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15569     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15571     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15572     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15573   layout:
15574     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15575     layout: "plot-throughput-speedup-analysis"
15576
15577 - type: "plot"
15578   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15579   algorithm: "plot_tsa_name"
15580   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15581   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15582   include:
15583     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15586     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15587     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15588   layout:
15589     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15590     layout: "plot-throughput-speedup-analysis"
15591
15592 - type: "plot"
15593   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15594   algorithm: "plot_tsa_name"
15595   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15596   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15597   include:
15598     - "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"
15599     - "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"
15600   layout:
15601     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15602     layout: "plot-throughput-speedup-analysis"
15603
15604 - type: "plot"
15605   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15606   algorithm: "plot_tsa_name"
15607   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15608   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15609   include:
15610     - "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"
15611     - "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"
15612   layout:
15613     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15614     layout: "plot-throughput-speedup-analysis"
15615
15616 - type: "plot"
15617   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15618   algorithm: "plot_tsa_name"
15619   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15620   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15621   include:
15622     - "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"
15623     - "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"
15624   layout:
15625     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15626     layout: "plot-throughput-speedup-analysis"
15627
15628 - type: "plot"
15629   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15630   algorithm: "plot_tsa_name"
15631   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15632   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15633   include:
15634     - "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"
15635     - "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"
15636   layout:
15637     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15638     layout: "plot-throughput-speedup-analysis"
15639
15640 - type: "plot"
15641   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15642   algorithm: "plot_tsa_name"
15643   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15644   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15645   include:
15646     - "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"
15647     - "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"
15648     - "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"
15649     - "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"
15650     - "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"
15651     - "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"
15652   layout:
15653     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15654     layout: "plot-throughput-speedup-analysis"
15655
15656 - type: "plot"
15657   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15658   algorithm: "plot_tsa_name"
15659   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15660   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15661   include:
15662     - "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"
15663     - "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"
15664     - "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"
15665     - "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"
15666     - "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"
15667     - "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"
15668   layout:
15669     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15670     layout: "plot-throughput-speedup-analysis"
15671
15672 - type: "plot"
15673   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15674   algorithm: "plot_tsa_name"
15675   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15676   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15677   include:
15678     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15679     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15680     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15681     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15682     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15683   layout:
15684     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15692   include:
15693     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15694     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15695     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15696     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15697     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15698   layout:
15699     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15700     layout: "plot-throughput-speedup-analysis"
15701
15702 - type: "plot"
15703   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15704   algorithm: "plot_tsa_name"
15705   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15706   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15707   include:
15708     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15712     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15713   layout:
15714     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15722   include:
15723     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15727     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15728   layout:
15729     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15730     layout: "plot-throughput-speedup-analysis"
15731
15732 - type: "plot"
15733   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15734   algorithm: "plot_tsa_name"
15735   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15736   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15737   include:
15738     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15739     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15740     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15741     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15742   layout:
15743     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15744     layout: "plot-throughput-speedup-analysis"
15745
15746 - type: "plot"
15747   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15748   algorithm: "plot_tsa_name"
15749   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15750   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15751   include:
15752     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15753     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15754     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15755     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15756   layout:
15757     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15758     layout: "plot-throughput-speedup-analysis"
15759
15760 - type: "plot"
15761   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15762   algorithm: "plot_tsa_name"
15763   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15764   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15765   include:
15766     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15767     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15768     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15769     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15770   layout:
15771     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15772     layout: "plot-throughput-speedup-analysis"
15773
15774 - type: "plot"
15775   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15776   algorithm: "plot_tsa_name"
15777   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15778   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15779   include:
15780     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15781     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15782     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15783     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15784   layout:
15785     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15786     layout: "plot-throughput-speedup-analysis"
15787
15788 - type: "plot"
15789   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15790   algorithm: "plot_tsa_name"
15791   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15792   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15793   include:
15794     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15795     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15796     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15797     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15798     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15799   layout:
15800     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15801     layout: "plot-throughput-speedup-analysis"
15802
15803 - type: "plot"
15804   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15805   algorithm: "plot_tsa_name"
15806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15808   include:
15809     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15810     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15811     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15812     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15813     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15814   layout:
15815     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15816     layout: "plot-throughput-speedup-analysis"
15817
15818 - type: "plot"
15819   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15820   algorithm: "plot_tsa_name"
15821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15823   include:
15824     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15825     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15826     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15827     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15828     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15829     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15830   layout:
15831     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15832     layout: "plot-throughput-speedup-analysis"
15833
15834 - type: "plot"
15835   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15836   algorithm: "plot_tsa_name"
15837   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15838   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15839   include:
15840     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15841     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15842     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15843     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15844     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15845     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15846   layout:
15847     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15848     layout: "plot-throughput-speedup-analysis"
15849
15850 - type: "plot"
15851   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15852   algorithm: "plot_tsa_name"
15853   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15854   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15855   include:
15856     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15857     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15858     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15859     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15860   layout:
15861     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
15862     layout: "plot-throughput-speedup-analysis"
15863
15864 - type: "plot"
15865   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15866   algorithm: "plot_tsa_name"
15867   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
15868   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15869   include:
15870     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15871     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15872     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15873     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15874   layout:
15875     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
15876     layout: "plot-throughput-speedup-analysis"
15877
15878 - type: "plot"
15879   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15880   algorithm: "plot_tsa_name"
15881   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
15882   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15883   include:
15884     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15885     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15886     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15887     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15888     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15889     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15890   layout:
15891     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
15892     layout: "plot-throughput-speedup-analysis"
15893
15894 - type: "plot"
15895   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15896   algorithm: "plot_tsa_name"
15897   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
15898   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15899   include:
15900     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15901     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15902     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15903     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15904     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15905     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15906   layout:
15907     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
15908     layout: "plot-throughput-speedup-analysis"
15909
15910 - type: "plot"
15911   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15912   algorithm: "plot_tsa_name"
15913   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
15914   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15915   include:
15916     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15917     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15918     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15919     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15920     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15921     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15922   layout:
15923     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
15924     layout: "plot-throughput-speedup-analysis"
15925
15926 - type: "plot"
15927   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15928   algorithm: "plot_tsa_name"
15929   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
15930   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15931   include:
15932     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15933     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15934     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15938   layout:
15939     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
15940     layout: "plot-throughput-speedup-analysis"
15941
15942 - type: "plot"
15943   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15944   algorithm: "plot_tsa_name"
15945   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
15946   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15947   include:
15948     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15949     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15950     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15951     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15952     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15953     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15954   layout:
15955     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
15956     layout: "plot-throughput-speedup-analysis"
15957
15958 - type: "plot"
15959   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15960   algorithm: "plot_tsa_name"
15961   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
15962   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15963   include:
15964     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15965     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15966     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15967     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15968     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15969     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15970   layout:
15971     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
15972     layout: "plot-throughput-speedup-analysis"
15973
15974 - type: "plot"
15975   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15976   algorithm: "plot_tsa_name"
15977   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
15978   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15979   include:
15980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15985     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15986   layout:
15987     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
15988     layout: "plot-throughput-speedup-analysis"
15989
15990 - type: "plot"
15991   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15992   algorithm: "plot_tsa_name"
15993   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
15994   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15995   include:
15996     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15997     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15998     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15999     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16000     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16001     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16002   layout:
16003     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16004     layout: "plot-throughput-speedup-analysis"
16005
16006 - type: "plot"
16007   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16008   algorithm: "plot_tsa_name"
16009   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16010   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16011   include:
16012     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16013     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16014     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16015     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16016     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16017     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16018   layout:
16019     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16020     layout: "plot-throughput-speedup-analysis"
16021
16022 - type: "plot"
16023   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16024   algorithm: "plot_tsa_name"
16025   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16026   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16027   include:
16028     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16029     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16030     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16031     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16032     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16033     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16034   layout:
16035     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16036     layout: "plot-throughput-speedup-analysis"
16037
16038 #- type: "plot"
16039 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16040 #  algorithm: "plot_tsa_name"
16041 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16042 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16043 #  include:
16044 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16045 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16046 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16047 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16048 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16049 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16050 #  layout:
16051 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16052 #    layout: "plot-throughput-speedup-analysis"
16053 #
16054 #- type: "plot"
16055 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16056 #  algorithm: "plot_tsa_name"
16057 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16058 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16059 #  include:
16060 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16061 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16062 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16063 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16064 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16065 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16066 #  layout:
16067 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16068 #    layout: "plot-throughput-speedup-analysis"
16069
16070 - type: "plot"
16071   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16072   algorithm: "plot_tsa_name"
16073   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16074   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16075   include:
16076     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16077     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16078     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16079     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16080     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16081   layout:
16082     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16090   include:
16091     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16092     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16093     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16094     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16095     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16096   layout:
16097     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16098     layout: "plot-throughput-speedup-analysis"
16099
16100 - type: "plot"
16101   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16102   algorithm: "plot_tsa_name"
16103   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16104   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16105   include:
16106     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16107     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16108     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16109     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16110     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16112   layout:
16113     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16114     layout: "plot-throughput-speedup-analysis"
16115
16116 - type: "plot"
16117   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16118   algorithm: "plot_tsa_name"
16119   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16120   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16121   include:
16122     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16123     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16124     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16125     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16126     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16127     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
16128   layout:
16129     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16130     layout: "plot-throughput-speedup-analysis"
16131
16132 - type: "plot"
16133   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16134   algorithm: "plot_tsa_name"
16135   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16136   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16137   include:
16138     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16139     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16140     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16141     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16142     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16143   layout:
16144     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16145     layout: "plot-throughput-speedup-analysis"
16146
16147 - type: "plot"
16148   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16149   algorithm: "plot_tsa_name"
16150   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16151   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16152   include:
16153     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16154     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16155     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16156     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16157     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16158   layout:
16159     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16160     layout: "plot-throughput-speedup-analysis"
16161
16162 - type: "plot"
16163   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16164   algorithm: "plot_tsa_name"
16165   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16166   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16167   include:
16168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16171     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16172   layout:
16173     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16174     layout: "plot-throughput-speedup-analysis"
16175
16176 - type: "plot"
16177   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16178   algorithm: "plot_tsa_name"
16179   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16180   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16181   include:
16182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16186   layout:
16187     title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16188     layout: "plot-throughput-speedup-analysis"
16189
16190 - type: "plot"
16191   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16192   algorithm: "plot_tsa_name"
16193   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16194   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16195   include:
16196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16201     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16202   layout:
16203     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16204     layout: "plot-throughput-speedup-analysis"
16205
16206 - type: "plot"
16207   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16208   algorithm: "plot_tsa_name"
16209   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16210   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16211   include:
16212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16217     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16218   layout:
16219     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16220     layout: "plot-throughput-speedup-analysis"
16221
16222 - type: "plot"
16223   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16224   algorithm: "plot_tsa_name"
16225   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16226   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16227   include:
16228     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16229     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16230     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16231     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16232     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16233   layout:
16234     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 - type: "plot"
16238   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16239   algorithm: "plot_tsa_name"
16240   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16241   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16242   include:
16243     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16244     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16245     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16246     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16247     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16248   layout:
16249     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16250     layout: "plot-throughput-speedup-analysis"
16251
16252 - type: "plot"
16253   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16254   algorithm: "plot_tsa_name"
16255   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16256   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16257   include:
16258     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16259     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16260     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16261     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16262     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16263   layout:
16264     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16265     layout: "plot-throughput-speedup-analysis"
16266
16267 - type: "plot"
16268   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16269   algorithm: "plot_tsa_name"
16270   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16271   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16272   include:
16273     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16274     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16275     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16278   layout:
16279     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16280     layout: "plot-throughput-speedup-analysis"
16281
16282 - type: "plot"
16283   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16284   algorithm: "plot_tsa_name"
16285   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16286   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16287   include:
16288     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16289     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16290     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16292   layout:
16293     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16294     layout: "plot-throughput-speedup-analysis"
16295
16296 - type: "plot"
16297   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16298   algorithm: "plot_tsa_name"
16299   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16300   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16301   include:
16302     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16303     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16304     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16305     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16306   layout:
16307     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16308     layout: "plot-throughput-speedup-analysis"
16309
16310 - type: "plot"
16311   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16312   algorithm: "plot_tsa_name"
16313   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16314   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16315   include:
16316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16319     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16320     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16321   layout:
16322     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16323     layout: "plot-throughput-speedup-analysis"
16324
16325 - type: "plot"
16326   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16327   algorithm: "plot_tsa_name"
16328   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16329   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16330   include:
16331     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16333     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16334     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16336   layout:
16337     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16338     layout: "plot-throughput-speedup-analysis"
16339
16340 - type: "plot"
16341   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16342   algorithm: "plot_tsa_name"
16343   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16344   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16345   include:
16346     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16347     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16348     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16349     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16350     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16351     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16352   layout:
16353     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16354     layout: "plot-throughput-speedup-analysis"
16355
16356 - type: "plot"
16357   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16358   algorithm: "plot_tsa_name"
16359   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16360   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16361   include:
16362     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16363     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16364     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16365     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16366     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16367     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16368   layout:
16369     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16370     layout: "plot-throughput-speedup-analysis"
16371
16372 - type: "plot"
16373   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16374   algorithm: "plot_tsa_name"
16375   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16376   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16377   include:
16378     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16379     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16380     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16381     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16382   layout:
16383     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16384     layout: "plot-throughput-speedup-analysis"
16385
16386 - type: "plot"
16387   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16388   algorithm: "plot_tsa_name"
16389   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16390   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16391   include:
16392     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16393     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16394     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16395     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16396   layout:
16397     title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16398     layout: "plot-throughput-speedup-analysis"
16399
16400 - type: "plot"
16401   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16402   algorithm: "plot_tsa_name"
16403   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16404   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16405   include:
16406     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16407     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16408     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16409     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16410     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16411     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16412   layout:
16413     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16414     layout: "plot-throughput-speedup-analysis"
16415
16416 - type: "plot"
16417   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16418   algorithm: "plot_tsa_name"
16419   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16420   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16421   include:
16422     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16423     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16424     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16425     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16426     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16427     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16428   layout:
16429     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16430     layout: "plot-throughput-speedup-analysis"
16431
16432 - type: "plot"
16433   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16434   algorithm: "plot_tsa_name"
16435   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16436   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16437   include:
16438     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16439     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16440     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16441     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16442     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16443     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16444   layout:
16445     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16446     layout: "plot-throughput-speedup-analysis"
16447
16448 - type: "plot"
16449   title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16450   algorithm: "plot_tsa_name"
16451   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16452   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16453   include:
16454     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16455     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16456     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16457     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16458     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16459     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16460   layout:
16461     title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16462     layout: "plot-throughput-speedup-analysis"
16463
16464 - type: "plot"
16465   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16466   algorithm: "plot_tsa_name"
16467   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16468   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16469   include:
16470     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16471     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16472     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16473   layout:
16474     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16475     layout: "plot-throughput-speedup-analysis"
16476
16477 - type: "plot"
16478   title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16479   algorithm: "plot_tsa_name"
16480   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16481   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16482   include:
16483     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16484     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16485     - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16486   layout:
16487     title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16488     layout: "plot-throughput-speedup-analysis"
16489
16490 ################################################################################
16491
16492 # Packet Throughput - DPDK
16493
16494 # 2n-skx-xxv710
16495
16496 - type: "plot"
16497   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16498   algorithm: "plot_perf_box_name"
16499   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16500   data: "plot-dpdk-throughput-latency-2n-skx"
16501   include:
16502     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16503     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16504   layout:
16505     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16506     layout: "plot-throughput"
16507
16508 - type: "plot"
16509   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16510   algorithm: "plot_perf_box_name"
16511   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16512   data: "plot-dpdk-throughput-latency-2n-skx"
16513   include:
16514     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16515     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16516   layout:
16517     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16518     layout: "plot-throughput"
16519
16520 - type: "plot"
16521   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16522   algorithm: "plot_perf_box_name"
16523   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16524   data: "plot-dpdk-throughput-latency-2n-skx"
16525   include:
16526     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16527     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16528   layout:
16529     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16530     layout: "plot-throughput"
16531
16532 - type: "plot"
16533   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16534   algorithm: "plot_perf_box_name"
16535   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16536   data: "plot-dpdk-throughput-latency-2n-skx"
16537   include:
16538     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16539     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16540   layout:
16541     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16542     layout: "plot-throughput"
16543
16544 # 2n-skx-x710
16545
16546 - type: "plot"
16547   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16548   algorithm: "plot_perf_box_name"
16549   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16550   data: "plot-dpdk-throughput-latency-2n-skx"
16551   include:
16552     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16553     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16554   layout:
16555     title: "2n-skx-x710-64b-2t1c-base-ndr"
16556     layout: "plot-throughput"
16557
16558 - type: "plot"
16559   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16560   algorithm: "plot_perf_box_name"
16561   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16562   data: "plot-dpdk-throughput-latency-2n-skx"
16563   include:
16564     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16565     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16566   layout:
16567     title: "2n-skx-x710-64b-4t2c-base-ndr"
16568     layout: "plot-throughput"
16569
16570 - type: "plot"
16571   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16572   algorithm: "plot_perf_box_name"
16573   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16574   data: "plot-dpdk-throughput-latency-2n-skx"
16575   include:
16576     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16577     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16578   layout:
16579     title: "2n-skx-x710-64b-2t1c-base-pdr"
16580     layout: "plot-throughput"
16581
16582 - type: "plot"
16583   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16584   algorithm: "plot_perf_box_name"
16585   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16586   data: "plot-dpdk-throughput-latency-2n-skx"
16587   include:
16588     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16589     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16590   layout:
16591     title: "2n-skx-x710-64b-4t2c-base-pdr"
16592     layout: "plot-throughput"
16593
16594 # 3n-skx-xxv710
16595
16596 - type: "plot"
16597   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16598   algorithm: "plot_perf_box_name"
16599   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16600   data: "plot-dpdk-throughput-latency-3n-skx"
16601   include:
16602     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16603     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16604   layout:
16605     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16606     layout: "plot-throughput"
16607
16608 - type: "plot"
16609   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16610   algorithm: "plot_perf_box_name"
16611   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16612   data: "plot-dpdk-throughput-latency-3n-skx"
16613   include:
16614     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16615     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16616   layout:
16617     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16618     layout: "plot-throughput"
16619
16620 - type: "plot"
16621   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16622   algorithm: "plot_perf_box_name"
16623   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16624   data: "plot-dpdk-throughput-latency-3n-skx"
16625   include:
16626     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16627     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16628   layout:
16629     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16630     layout: "plot-throughput"
16631
16632 - type: "plot"
16633   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16634   algorithm: "plot_perf_box_name"
16635   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16636   data: "plot-dpdk-throughput-latency-3n-skx"
16637   include:
16638     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16639     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16640   layout:
16641     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16642     layout: "plot-throughput"
16643
16644 # 3n-skx-x710
16645
16646 - type: "plot"
16647   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16648   algorithm: "plot_perf_box_name"
16649   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16650   data: "plot-dpdk-throughput-latency-3n-skx"
16651   include:
16652     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16653     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16654   layout:
16655     title: "3n-skx-x710-64b-2t1c-base-ndr"
16656     layout: "plot-throughput"
16657
16658 - type: "plot"
16659   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16660   algorithm: "plot_perf_box_name"
16661   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16662   data: "plot-dpdk-throughput-latency-3n-skx"
16663   include:
16664     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16665     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16666   layout:
16667     title: "3n-skx-x710-64b-4t2c-base-ndr"
16668     layout: "plot-throughput"
16669
16670 - type: "plot"
16671   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16672   algorithm: "plot_perf_box_name"
16673   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16674   data: "plot-dpdk-throughput-latency-3n-skx"
16675   include:
16676     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16677     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16678   layout:
16679     title: "3n-skx-x710-64b-2t1c-base-pdr"
16680     layout: "plot-throughput"
16681
16682 - type: "plot"
16683   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16684   algorithm: "plot_perf_box_name"
16685   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16686   data: "plot-dpdk-throughput-latency-3n-skx"
16687   include:
16688     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16689     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16690   layout:
16691     title: "3n-skx-x710-64b-4t2c-base-pdr"
16692     layout: "plot-throughput"
16693
16694 # 3n-hsw-xl710
16695
16696 - type: "plot"
16697   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16698   algorithm: "plot_perf_box_name"
16699   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16700   data: "plot-dpdk-throughput-latency-3n-hsw"
16701   include:
16702     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16703     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16704   layout:
16705     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16706     layout: "plot-throughput"
16707
16708 - type: "plot"
16709   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16710   algorithm: "plot_perf_box_name"
16711   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16712   data: "plot-dpdk-throughput-latency-3n-hsw"
16713   include:
16714     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16715     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16716   layout:
16717     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16718     layout: "plot-throughput"
16719
16720 - type: "plot"
16721   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16722   algorithm: "plot_perf_box_name"
16723   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16724   data: "plot-dpdk-throughput-latency-3n-hsw"
16725   include:
16726     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16727     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16728   layout:
16729     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16730     layout: "plot-throughput"
16731
16732 - type: "plot"
16733   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16734   algorithm: "plot_perf_box_name"
16735   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16736   data: "plot-dpdk-throughput-latency-3n-hsw"
16737   include:
16738     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16739     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16740   layout:
16741     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16742     layout: "plot-throughput"
16743
16744 # 3n-hsw-x710
16745
16746 - type: "plot"
16747   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16748   algorithm: "plot_perf_box_name"
16749   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16750   data: "plot-dpdk-throughput-latency-3n-hsw"
16751   include:
16752     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16753     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16754   layout:
16755     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16756     layout: "plot-throughput"
16757
16758 - type: "plot"
16759   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16760   algorithm: "plot_perf_box_name"
16761   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16762   data: "plot-dpdk-throughput-latency-3n-hsw"
16763   include:
16764     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16765     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16766   layout:
16767     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16768     layout: "plot-throughput"
16769
16770 - type: "plot"
16771   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16772   algorithm: "plot_perf_box_name"
16773   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16774   data: "plot-dpdk-throughput-latency-3n-hsw"
16775   include:
16776     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16777     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16778   layout:
16779     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16780     layout: "plot-throughput"
16781
16782 - type: "plot"
16783   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16784   algorithm: "plot_perf_box_name"
16785   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16786   data: "plot-dpdk-throughput-latency-3n-hsw"
16787   include:
16788     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16789     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16790   layout:
16791     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16792     layout: "plot-throughput"
16793
16794 ## 2n-dnv-x553
16795 #
16796 #- type: "plot"
16797 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16798 #  algorithm: "plot_perf_box_name"
16799 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16800 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16801 #  include:
16802 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16803 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16804 #  layout:
16805 #    title: "2n-dnv-x553-64b-1t1c-base-ndr"
16806 #    layout: "plot-throughput"
16807 #
16808 #- type: "plot"
16809 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16810 #  algorithm: "plot_perf_box_name"
16811 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16812 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16813 #  include:
16814 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16815 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16816 #  layout:
16817 #    title: "2n-dnv-x553-64b-2t2c-base-ndr"
16818 #    layout: "plot-throughput"
16819 #
16820 #- type: "plot"
16821 #  title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16822 #  algorithm: "plot_perf_box_name"
16823 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16824 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16825 #  include:
16826 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16827 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16828 #  layout:
16829 #    title: "2n-dnv-x553-64b-1t1c-base-pdr"
16830 #    layout: "plot-throughput"
16831 #
16832 #- type: "plot"
16833 #  title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16834 #  algorithm: "plot_perf_box_name"
16835 #  output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16836 #  data: "plot-dpdk-throughput-latency-2n-dnv"
16837 #  include:
16838 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16839 #    - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16840 #  layout:
16841 #    title: "2n-dnv-x553-64b-2t2c-base-pdr"
16842 #    layout: "plot-throughput"
16843 #
16844 ## 3n-dnv-x553
16845 #
16846 #- type: "plot"
16847 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16848 #  algorithm: "plot_perf_box_name"
16849 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16850 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16851 #  include:
16852 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16853 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16854 #  layout:
16855 #    title: "3n-dnv-x553-64b-1t1c-base-ndr"
16856 #    layout: "plot-throughput"
16857 #
16858 #- type: "plot"
16859 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
16860 #  algorithm: "plot_perf_box_name"
16861 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
16862 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16863 #  include:
16864 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16865 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16866 #  layout:
16867 #    title: "3n-dnv-x553-64b-2t2c-base-ndr"
16868 #    layout: "plot-throughput"
16869 #
16870 #- type: "plot"
16871 #  title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
16872 #  algorithm: "plot_perf_box_name"
16873 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
16874 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16875 #  include:
16876 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16877 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16878 #  layout:
16879 #    title: "3n-dnv-x553-64b-1t1c-base-pdr"
16880 #    layout: "plot-throughput"
16881 #
16882 #- type: "plot"
16883 #  title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
16884 #  algorithm: "plot_perf_box_name"
16885 #  output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
16886 #  data: "plot-dpdk-throughput-latency-3n-dnv"
16887 #  include:
16888 #    - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16889 #    - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16890 #  layout:
16891 #    title: "3n-dnv-x553-64b-2t2c-base-pdr"
16892 #    layout: "plot-throughput"
16893
16894 # 3n-tsh-x520
16895
16896 - type: "plot"
16897   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
16898   algorithm: "plot_perf_box_name"
16899   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
16900   data: "plot-dpdk-throughput-latency-3n-tsh"
16901   include:
16902     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16903     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16904   layout:
16905     title: "3n-tsh-x520-64b-1t1c-base-ndr"
16906     layout: "plot-throughput"
16907
16908 - type: "plot"
16909   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
16910   algorithm: "plot_perf_box_name"
16911   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
16912   data: "plot-dpdk-throughput-latency-3n-tsh"
16913   include:
16914     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16915     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16916   layout:
16917     title: "3n-tsh-x520-64b-2t2c-base-ndr"
16918     layout: "plot-throughput"
16919
16920 - type: "plot"
16921   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
16922   algorithm: "plot_perf_box_name"
16923   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
16924   data: "plot-dpdk-throughput-latency-3n-tsh"
16925   include:
16926     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16927     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16928   layout:
16929     title: "3n-tsh-x520-64b-1t1c-base-pdr"
16930     layout: "plot-throughput"
16931
16932 - type: "plot"
16933   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
16934   algorithm: "plot_perf_box_name"
16935   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
16936   data: "plot-dpdk-throughput-latency-3n-tsh"
16937   include:
16938     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16939     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16940   layout:
16941     title: "3n-tsh-x520-64b-2t2c-base-pdr"
16942     layout: "plot-throughput"
16943
16944 ################################################################################
16945 ###   2n-clx                                                                 ###
16946 ################################################################################
16947
16948 # Packet Throughput
16949
16950 - type: "plot"
16951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16952   algorithm: "plot_perf_box_name"
16953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16955   include:
16956     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16957     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16958     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16959     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16960   layout:
16961     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
16962     layout: "plot-throughput"
16963
16964 - type: "plot"
16965   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16966   algorithm: "plot_perf_box_name"
16967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16969   include:
16970     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16971     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16972     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16973     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16974   layout:
16975     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
16976     layout: "plot-throughput"
16977
16978 - type: "plot"
16979   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16980   algorithm: "plot_perf_box_name"
16981   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16982   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16983   include:
16984     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16985     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16986     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
16987     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
16988   layout:
16989     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
16990     layout: "plot-throughput"
16991
16992 - type: "plot"
16993   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16994   algorithm: "plot_perf_box_name"
16995   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
16996   data: "plot-vpp-throughput-lat-tsa-2n-clx"
16997   include:
16998     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
16999     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17000     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17001     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17002   layout:
17003     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17004     layout: "plot-throughput"
17005
17006 - type: "plot"
17007   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17008   algorithm: "plot_perf_box_name"
17009   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17010   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17011   include:
17012     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17013     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17014     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17015     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17016   layout:
17017     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17018     layout: "plot-throughput"
17019
17020 - type: "plot"
17021   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17022   algorithm: "plot_perf_box_name"
17023   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17024   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17025   include:
17026     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17027     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17028     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17029     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17030   layout:
17031     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17032     layout: "plot-throughput"
17033
17034 - type: "plot"
17035   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17036   algorithm: "plot_perf_box_name"
17037   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17039   include:
17040     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17041     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17042     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17043     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17044     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17045     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17046   layout:
17047     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17048     layout: "plot-throughput"
17049
17050 - type: "plot"
17051   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17052   algorithm: "plot_perf_box_name"
17053   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17054   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17055   include:
17056     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17057     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17058     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17059     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17060     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17061     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17062   layout:
17063     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17064     layout: "plot-throughput"
17065
17066 - type: "plot"
17067   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17068   algorithm: "plot_perf_box_name"
17069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17071   include:
17072     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17073     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17074     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17075     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17076   layout:
17077     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17078     layout: "plot-throughput"
17079
17080 - type: "plot"
17081   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17082   algorithm: "plot_perf_box_name"
17083   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17084   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17085   include:
17086     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17087     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17088     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17089     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17090   layout:
17091     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17092     layout: "plot-throughput"
17093
17094 - type: "plot"
17095   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17096   algorithm: "plot_perf_box_name"
17097   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17098   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17099   include:
17100     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17101     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17102     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17103   layout:
17104     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17105     layout: "plot-throughput"
17106
17107 - type: "plot"
17108   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17109   algorithm: "plot_perf_box_name"
17110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17112   include:
17113     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17114     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17115     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17116   layout:
17117     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17118     layout: "plot-throughput"
17119
17120 - type: "plot"
17121   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17122   algorithm: "plot_perf_box_name"
17123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17125   include:
17126     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17127     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17128     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17129     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17130     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17131   layout:
17132     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17133     layout: "plot-throughput"
17134
17135 - type: "plot"
17136   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17137   algorithm: "plot_perf_box_name"
17138   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17139   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17140   include:
17141     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17142     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17143     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17144     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17145     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17146   layout:
17147     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17148     layout: "plot-throughput"
17149
17150 - type: "plot"
17151   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17152   algorithm: "plot_perf_box_name"
17153   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17155   include:
17156     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17157     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17158     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17159   layout:
17160     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17161     layout: "plot-throughput"
17162
17163 - type: "plot"
17164   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17165   algorithm: "plot_perf_box_name"
17166   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17167   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17168   include:
17169     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17172   layout:
17173     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17174     layout: "plot-throughput"
17175
17176 - type: "plot"
17177   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17178   algorithm: "plot_perf_box_name"
17179   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17180   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17181   include:
17182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17188   layout:
17189     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17190     layout: "plot-throughput"
17191
17192 - type: "plot"
17193   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17194   algorithm: "plot_perf_box_name"
17195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17197   include:
17198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17204   layout:
17205     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17206     layout: "plot-throughput"
17207
17208 - type: "plot"
17209   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17210   algorithm: "plot_perf_box_name"
17211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17213   include:
17214     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17215     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17216     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17217     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17218     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17219   layout:
17220     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-ndr"
17221     layout: "plot-throughput"
17222
17223 - type: "plot"
17224   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17225   algorithm: "plot_perf_box_name"
17226   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17227   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17228   include:
17229     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17230     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17231     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17232     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17233     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17234   layout:
17235     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-ndr"
17236     layout: "plot-throughput"
17237
17238 #- type: "plot"
17239 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17240 #  algorithm: "plot_perf_box_name"
17241 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17242 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17243 #  include:
17244 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17245 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17246 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17247 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17248 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17249 #  layout:
17250 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
17251 #    layout: "plot-throughput"
17252 #
17253 #- type: "plot"
17254 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17255 #  algorithm: "plot_perf_box_name"
17256 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17257 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258 #  include:
17259 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17260 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17261 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17262 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17263 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17264 #  layout:
17265 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
17266 #    layout: "plot-throughput"
17267 #
17268 #- type: "plot"
17269 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17270 #  algorithm: "plot_perf_box_name"
17271 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17272 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17273 #  include:
17274 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17275 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17276 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17277 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17278 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17279 #  layout:
17280 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
17281 #    layout: "plot-throughput"
17282 #
17283 #- type: "plot"
17284 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17285 #  algorithm: "plot_perf_box_name"
17286 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17287 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288 #  include:
17289 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17290 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17291 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17292 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17293 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17294 #  layout:
17295 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
17296 #    layout: "plot-throughput"
17297
17298 - type: "plot"
17299   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17300   algorithm: "plot_perf_box_name"
17301   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17302   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17303   include:
17304     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17305     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
17306     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
17307     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
17308     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-2t1c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
17309   layout:
17310     title: "2n-clx-xxv710-64b-2t1c-nat44det-ip4routing-stl-bidir-avf-pdr"
17311     layout: "plot-throughput"
17312
17313 - type: "plot"
17314   title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17315   algorithm: "plot_perf_box_name"
17316   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17317   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17318   include:
17319     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-udir-ndrpdr"
17320     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-udir-ndrpdr"
17321     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-udir-ndrpdr"
17322     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-udir-ndrpdr"
17323     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-udir-ndrpdr"
17324   layout:
17325     title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-stl-unidir-avf-pdr"
17326     layout: "plot-throughput"
17327
17328 #- type: "plot"
17329 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17330 #  algorithm: "plot_perf_box_name"
17331 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17332 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17333 #  include:
17334 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17335 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17336 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17337 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17338 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17339 #  layout:
17340 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
17341 #    layout: "plot-throughput"
17342 #
17343 #- type: "plot"
17344 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17345 #  algorithm: "plot_perf_box_name"
17346 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17347 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17348 #  include:
17349 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-cps-ndrpdr"
17350 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-cps-ndrpdr"
17351 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-cps-ndrpdr"
17352 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-cps-ndrpdr"
17353 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-cps-ndrpdr"
17354 #  layout:
17355 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
17356 #    layout: "plot-throughput"
17357 #
17358 #- type: "plot"
17359 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17360 #  algorithm: "plot_perf_box_name"
17361 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17362 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17363 #  include:
17364 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17365 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17366 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17367 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17368 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4udp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17369 #  layout:
17370 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
17371 #    layout: "plot-throughput"
17372 #
17373 #- type: "plot"
17374 #  title: "Throughput: 2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17375 #  algorithm: "plot_perf_box_name"
17376 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17377 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
17378 #  include:
17379 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h1024-p63-s64512-pps-ndrpdr"
17380 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h4096-p63-s258048-pps-ndrpdr"
17381 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h16384-p63-s1032192-pps-ndrpdr"
17382 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h65536-p63-s4128768-pps-ndrpdr"
17383 #    - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr.64b-2t1c-avf-ethip4tcp-nat44ed-h262144-p63-s16515072-pps-ndrpdr"
17384 #  layout:
17385 #    title: "2n-clx-xxv710-64b-2t1c-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
17386 #    layout: "plot-throughput"
17387
17388 - type: "plot"
17389   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17390   algorithm: "plot_perf_box_name"
17391   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17392   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17393   include:
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17400   layout:
17401     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17402     layout: "plot-throughput"
17403
17404 - type: "plot"
17405   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17406   algorithm: "plot_perf_box_name"
17407   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17409   include:
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17412     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17413     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17416   layout:
17417     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17418     layout: "plot-throughput"
17419
17420 - type: "plot"
17421   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17422   algorithm: "plot_perf_box_name"
17423   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17424   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17425   include:
17426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17428   layout:
17429     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17430     layout: "plot-throughput"
17431
17432 - type: "plot"
17433   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17434   algorithm: "plot_perf_box_name"
17435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17437   include:
17438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17440   layout:
17441     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17442     layout: "plot-throughput"
17443
17444 - type: "plot"
17445   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17446   algorithm: "plot_perf_box_name"
17447   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17448   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17449   include:
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17456   layout:
17457     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17458     layout: "plot-throughput"
17459
17460 - type: "plot"
17461   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17462   algorithm: "plot_perf_box_name"
17463   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17464   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17465   include:
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17472   layout:
17473     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17474     layout: "plot-throughput"
17475
17476 - type: "plot"
17477   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17478   algorithm: "plot_perf_box_name"
17479   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17480   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17481   include:
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17488   layout:
17489     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17490     layout: "plot-throughput"
17491
17492 - type: "plot"
17493   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17494   algorithm: "plot_perf_box_name"
17495   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17496   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17497   include:
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-2t1c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
17504   layout:
17505     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17506     layout: "plot-throughput"
17507
17508 - type: "plot"
17509   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17510   algorithm: "plot_perf_box_name"
17511   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17512   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17513   include:
17514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17517     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17518     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17520   layout:
17521     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17522     layout: "plot-throughput"
17523
17524 - type: "plot"
17525   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17526   algorithm: "plot_perf_box_name"
17527   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17528   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17529   include:
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17532     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17533     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17536   layout:
17537     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17538     layout: "plot-throughput"
17539
17540 - type: "plot"
17541   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17542   algorithm: "plot_perf_box_name"
17543   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17544   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17545   include:
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17547     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17551   layout:
17552     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17553     layout: "plot-throughput"
17554
17555 - type: "plot"
17556   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17557   algorithm: "plot_perf_box_name"
17558   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17559   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17560   include:
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17562     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17566   layout:
17567     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17568     layout: "plot-throughput"
17569
17570 - type: "plot"
17571   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17572   algorithm: "plot_perf_box_name"
17573   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17574   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17575   include:
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17577     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17578     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17579     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17580     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17581   layout:
17582     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17583     layout: "plot-throughput"
17584
17585 - type: "plot"
17586   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17587   algorithm: "plot_perf_box_name"
17588   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17589   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17590   include:
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17592     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17593     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17594     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17595     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17596   layout:
17597     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17598     layout: "plot-throughput"
17599
17600 - type: "plot"
17601   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17602   algorithm: "plot_perf_box_name"
17603   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17604   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17605   include:
17606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17607     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17608     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17609     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17610     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17611   layout:
17612     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17613     layout: "plot-throughput"
17614
17615 - type: "plot"
17616   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17617   algorithm: "plot_perf_box_name"
17618   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17619   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17620   include:
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17622     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17623     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17624     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17625     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17626   layout:
17627     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17628     layout: "plot-throughput"
17629
17630 - type: "plot"
17631   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17632   algorithm: "plot_perf_box_name"
17633   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17634   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17635   include:
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17637     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17641   layout:
17642     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17643     layout: "plot-throughput"
17644
17645 - type: "plot"
17646   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17647   algorithm: "plot_perf_box_name"
17648   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17649   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17650   include:
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17652     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17656   layout:
17657     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17658     layout: "plot-throughput"
17659
17660 - type: "plot"
17661   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17662   algorithm: "plot_perf_box_name"
17663   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17664   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17665   include:
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17668     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17669     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17670     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17671   layout:
17672     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17673     layout: "plot-throughput"
17674
17675 - type: "plot"
17676   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17677   algorithm: "plot_perf_box_name"
17678   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17679   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17680   include:
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17684     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17685     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17686   layout:
17687     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17688     layout: "plot-throughput"
17689
17690 - type: "plot"
17691   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17692   algorithm: "plot_perf_box_name"
17693   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17694   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17695   include:
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17699     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17702   layout:
17703     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17704     layout: "plot-throughput"
17705
17706 - type: "plot"
17707   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17708   algorithm: "plot_perf_box_name"
17709   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17710   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17711   include:
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17718   layout:
17719     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17720     layout: "plot-throughput"
17721
17722 - type: "plot"
17723   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17724   algorithm: "plot_perf_box_name"
17725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17727   include:
17728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17732   layout:
17733     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17734     layout: "plot-throughput"
17735
17736 - type: "plot"
17737   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17738   algorithm: "plot_perf_box_name"
17739   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17740   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17741   include:
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17746   layout:
17747     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17748     layout: "plot-throughput"
17749
17750 - type: "plot"
17751   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17752   algorithm: "plot_perf_box_name"
17753   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17754   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17755   include:
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17762   layout:
17763     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17764     layout: "plot-throughput"
17765
17766 - type: "plot"
17767   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17768   algorithm: "plot_perf_box_name"
17769   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17770   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17771   include:
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17778   layout:
17779     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17780     layout: "plot-throughput"
17781
17782 - type: "plot"
17783   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17784   algorithm: "plot_perf_box_name"
17785   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17787   include:
17788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17789     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17790     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17791     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17792   layout:
17793     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17794     layout: "plot-throughput"
17795
17796 - type: "plot"
17797   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17798   algorithm: "plot_perf_box_name"
17799   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17800   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17801   include:
17802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17804     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17806   layout:
17807     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17808     layout: "plot-throughput"
17809
17810 - type: "plot"
17811   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17812   algorithm: "plot_perf_box_name"
17813   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17814   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17815   include:
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17818     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17819     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17822   layout:
17823     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17824     layout: "plot-throughput"
17825
17826 - type: "plot"
17827   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17828   algorithm: "plot_perf_box_name"
17829   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17830   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17831   include:
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17838   layout:
17839     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17840     layout: "plot-throughput"
17841
17842 - type: "plot"
17843   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17844   algorithm: "plot_perf_box_name"
17845   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17847   include:
17848     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17849     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17850     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17851     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17852   layout:
17853     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17854     layout: "plot-throughput"
17855
17856 - type: "plot"
17857   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17858   algorithm: "plot_perf_box_name"
17859   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17860   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17861   include:
17862     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17863     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17864     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17865     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17866   layout:
17867     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17868     layout: "plot-throughput"
17869
17870 - type: "plot"
17871   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17872   algorithm: "plot_perf_box_name"
17873   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17874   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17875   include:
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17877     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17878     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17879     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17880     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17881   layout:
17882     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17883     layout: "plot-throughput"
17884
17885 - type: "plot"
17886   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17887   algorithm: "plot_perf_box_name"
17888   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17889   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17890   include:
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17892     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17893     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17894     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17895     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17896   layout:
17897     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17898     layout: "plot-throughput"
17899
17900 - type: "plot"
17901   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17902   algorithm: "plot_perf_box_name"
17903   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17904   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17905   include:
17906     - "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"
17907     - "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"
17908     - "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"
17909     - "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"
17910     - "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"
17911   layout:
17912     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17913     layout: "plot-throughput"
17914
17915 - type: "plot"
17916   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17917   algorithm: "plot_perf_box_name"
17918   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17919   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17920   include:
17921     - "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"
17922     - "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"
17923     - "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"
17924     - "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"
17925     - "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"
17926   layout:
17927     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17928     layout: "plot-throughput"
17929
17930 - type: "plot"
17931   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17932   algorithm: "plot_perf_box_name"
17933   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17934   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17935   include:
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17937     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17941   layout:
17942     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17943     layout: "plot-throughput"
17944
17945 - type: "plot"
17946   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17947   algorithm: "plot_perf_box_name"
17948   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17949   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17950   include:
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17952     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17956   layout:
17957     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17958     layout: "plot-throughput"
17959
17960 - type: "plot"
17961   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17962   algorithm: "plot_perf_box_name"
17963   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17964   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17965   include:
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17967     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17971   layout:
17972     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17973     layout: "plot-throughput"
17974
17975 - type: "plot"
17976   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17977   algorithm: "plot_perf_box_name"
17978   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17979   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17980   include:
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17986   layout:
17987     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17988     layout: "plot-throughput"
17989
17990 - type: "plot"
17991   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17992   algorithm: "plot_perf_box_name"
17993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17995   include:
17996     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17997     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17998     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17999     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18000   layout:
18001     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18002     layout: "plot-throughput"
18003
18004 - type: "plot"
18005   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18006   algorithm: "plot_perf_box_name"
18007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18009   include:
18010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18013     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18014   layout:
18015     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18016     layout: "plot-throughput"
18017
18018 - type: "plot"
18019   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18020   algorithm: "plot_perf_box_name"
18021   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18023   include:
18024     - "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"
18025     - "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"
18026     - "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"
18027     - "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"
18028   layout:
18029     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18030     layout: "plot-throughput"
18031
18032 - type: "plot"
18033   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18034   algorithm: "plot_perf_box_name"
18035   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18037   include:
18038     - "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"
18039     - "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"
18040     - "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"
18041     - "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"
18042   layout:
18043     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18044     layout: "plot-throughput"
18045
18046 - type: "plot"
18047   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18048   algorithm: "plot_perf_box_name"
18049   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18050   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18051   include:
18052     - "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"
18053     - "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"
18054     - "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"
18055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18056     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18057     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18058   layout:
18059     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18060     layout: "plot-throughput"
18061
18062 - type: "plot"
18063   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18064   algorithm: "plot_perf_box_name"
18065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18067   include:
18068     - "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"
18069     - "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"
18070     - "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"
18071     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18072     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18073     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18074   layout:
18075     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18076     layout: "plot-throughput"
18077
18078 ################################################################################
18079
18080 # Packet Speedup
18081
18082 - type: "plot"
18083   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18084   algorithm: "plot_tsa_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18092   layout:
18093     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18094     layout: "plot-throughput-speedup-analysis"
18095
18096 - type: "plot"
18097   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18098   algorithm: "plot_tsa_name"
18099   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18100   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18101   include:
18102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18106   layout:
18107     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18108     layout: "plot-throughput-speedup-analysis"
18109
18110 - type: "plot"
18111   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18112   algorithm: "plot_tsa_name"
18113   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18114   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18115   include:
18116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18120   layout:
18121     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18122     layout: "plot-throughput-speedup-analysis"
18123
18124 - type: "plot"
18125   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18126   algorithm: "plot_tsa_name"
18127   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18128   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18129   include:
18130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18134   layout:
18135     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18136     layout: "plot-throughput-speedup-analysis"
18137
18138 - type: "plot"
18139   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18140   algorithm: "plot_tsa_name"
18141   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18142   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18143   include:
18144     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18145     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18146     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18147     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18148   layout:
18149     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18150     layout: "plot-throughput-speedup-analysis"
18151
18152 - type: "plot"
18153   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18154   algorithm: "plot_tsa_name"
18155   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18156   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18157   include:
18158     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18162   layout:
18163     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18164     layout: "plot-throughput-speedup-analysis"
18165
18166 - type: "plot"
18167   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18168   algorithm: "plot_tsa_name"
18169   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18170   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18171   include:
18172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18174     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18175     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18176     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18177     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18178   layout:
18179     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18180     layout: "plot-throughput-speedup-analysis"
18181
18182 - type: "plot"
18183   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18184   algorithm: "plot_tsa_name"
18185   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18186   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18187   include:
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18194   layout:
18195     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18196     layout: "plot-throughput-speedup-analysis"
18197
18198 - type: "plot"
18199   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18200   algorithm: "plot_tsa_name"
18201   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18202   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18203   include:
18204     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18205     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18206     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18207     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18208   layout:
18209     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18210     layout: "plot-throughput-speedup-analysis"
18211
18212 - type: "plot"
18213   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18214   algorithm: "plot_tsa_name"
18215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18217   include:
18218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18222   layout:
18223     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18224     layout: "plot-throughput-speedup-analysis"
18225
18226 - type: "plot"
18227   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18228   algorithm: "plot_tsa_name"
18229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18231   include:
18232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18235   layout:
18236     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18237     layout: "plot-throughput-speedup-analysis"
18238
18239 - type: "plot"
18240   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18241   algorithm: "plot_tsa_name"
18242   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18243   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18244   include:
18245     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18248   layout:
18249     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18250     layout: "plot-throughput-speedup-analysis"
18251
18252 - type: "plot"
18253   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18254   algorithm: "plot_tsa_name"
18255   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18256   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18257   include:
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18263   layout:
18264     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18265     layout: "plot-throughput-speedup-analysis"
18266
18267 - type: "plot"
18268   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18269   algorithm: "plot_tsa_name"
18270   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18271   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18272   include:
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18278   layout:
18279     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18280     layout: "plot-throughput-speedup-analysis"
18281
18282 - type: "plot"
18283   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18284   algorithm: "plot_tsa_name"
18285   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18286   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18287   include:
18288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18291   layout:
18292     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18293     layout: "plot-throughput-speedup-analysis"
18294
18295 - type: "plot"
18296   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18297   algorithm: "plot_tsa_name"
18298   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18299   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18300   include:
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18304   layout:
18305     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18306     layout: "plot-throughput-speedup-analysis"
18307
18308 - type: "plot"
18309   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18310   algorithm: "plot_tsa_name"
18311   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18312   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18313   include:
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18320   layout:
18321     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18322     layout: "plot-throughput-speedup-analysis"
18323
18324 - type: "plot"
18325   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18326   algorithm: "plot_tsa_name"
18327   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18328   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18329   include:
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18336   layout:
18337     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18338     layout: "plot-throughput-speedup-analysis"
18339
18340 - type: "plot"
18341   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18342   algorithm: "plot_tsa_name"
18343   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr-tsa"
18344   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18345   include:
18346     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18347     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18348     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18349     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18350     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18351   layout:
18352     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-ndr"
18353     layout: "plot-throughput-speedup-analysis"
18354
18355 - type: "plot"
18356   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18357   algorithm: "plot_tsa_name"
18358   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr-tsa"
18359   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18360   include:
18361     - "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"
18362     - "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"
18363     - "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"
18364     - "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"
18365     - "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"
18366   layout:
18367     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-ndr"
18368     layout: "plot-throughput-speedup-analysis"
18369
18370 #- type: "plot"
18371 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18372 #  algorithm: "plot_tsa_name"
18373 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr-tsa"
18374 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18375 #  include:
18376 #    - "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"
18377 #    - "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"
18378 #    - "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"
18379 #    - "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"
18380 #    - "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"
18381 #  layout:
18382 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-ndr"
18383 #    layout: "plot-throughput-speedup-analysis"
18384 #
18385 #- type: "plot"
18386 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18387 #  algorithm: "plot_tsa_name"
18388 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr-tsa"
18389 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18390 #  include:
18391 #    - "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"
18392 #    - "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"
18393 #    - "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"
18394 #    - "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"
18395 #    - "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"
18396 #  layout:
18397 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-ndr"
18398 #    layout: "plot-throughput-speedup-analysis"
18399 #
18400 #- type: "plot"
18401 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18402 #  algorithm: "plot_tsa_name"
18403 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr-tsa"
18404 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18405 #  include:
18406 #    - "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"
18407 #    - "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"
18408 #    - "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"
18409 #    - "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"
18410 #    - "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"
18411 #  layout:
18412 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-ndr"
18413 #    layout: "plot-throughput-speedup-analysis"
18414 #
18415 #- type: "plot"
18416 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18417 #  algorithm: "plot_tsa_name"
18418 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr-tsa"
18419 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18420 #  include:
18421 #    - "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"
18422 #    - "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"
18423 #    - "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"
18424 #    - "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"
18425 #    - "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"
18426 #  layout:
18427 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-ndr"
18428 #    layout: "plot-throughput-speedup-analysis"
18429
18430 - type: "plot"
18431   title: "Speedup: 2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18432   algorithm: "plot_tsa_name"
18433   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr-tsa"
18434   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18435   include:
18436     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18437     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h4096-p63-s258048-ndrpdr"
18438     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h16384-p63-s1032192-ndrpdr"
18439     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h65536-p63-s4128758-ndrpdr"
18440     - "tests.vpp.perf.ip4.2n1l-25ge2p1xxv710-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr.64b-.t.c-avf-ethip4udp-nat44det-h262144-p63-s16515072-ndrpdr"
18441   layout:
18442     title: "2n-clx-xxv710-64b-nat44det-ip4routing-stl-bidir-avf-pdr"
18443     layout: "plot-throughput-speedup-analysis"
18444
18445 - type: "plot"
18446   title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18447   algorithm: "plot_tsa_name"
18448   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr-tsa"
18449   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18450   include:
18451     - "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"
18452     - "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"
18453     - "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"
18454     - "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"
18455     - "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"
18456   layout:
18457     title: "2n-clx-xxv710-64b-nat44ed-ip4routing-stl-unidir-avf-pdr"
18458     layout: "plot-throughput-speedup-analysis"
18459
18460 #- type: "plot"
18461 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18462 #  algorithm: "plot_tsa_name"
18463 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr-tsa"
18464 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18465 #  include:
18466 #    - "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"
18467 #    - "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"
18468 #    - "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"
18469 #    - "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"
18470 #    - "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"
18471 #  layout:
18472 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-cps-avf-pdr"
18473 #    layout: "plot-throughput-speedup-analysis"
18474 #
18475 #- type: "plot"
18476 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18477 #  algorithm: "plot_tsa_name"
18478 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr-tsa"
18479 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18480 #  include:
18481 #    - "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"
18482 #    - "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"
18483 #    - "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"
18484 #    - "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"
18485 #    - "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"
18486 #  layout:
18487 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-cps-avf-pdr"
18488 #    layout: "plot-throughput-speedup-analysis"
18489 #
18490 #- type: "plot"
18491 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18492 #  algorithm: "plot_tsa_name"
18493 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr-tsa"
18494 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18495 #  include:
18496 #    - "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"
18497 #    - "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"
18498 #    - "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"
18499 #    - "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"
18500 #    - "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"
18501 #  layout:
18502 #    title: "2n-clx-xxv710-64b-nat44ed-ip4routing-udp-stf-pps-avf-pdr"
18503 #    layout: "plot-throughput-speedup-analysis"
18504 #
18505 #- type: "plot"
18506 #  title: "Speedup: 2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18507 #  algorithm: "plot_tsa_name"
18508 #  output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr-tsa"
18509 #  data: "plot-vpp-throughput-lat-tsa-2n-clx"
18510 #  include:
18511 #    - "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"
18512 #    - "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"
18513 #    - "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"
18514 #    - "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"
18515 #    - "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"
18516 #  layout:
18517 #    title: "22n-clx-xxv710-64b-nat44ed-ip4routing-tcp-stf-pps-avf-pdr"
18518 #    layout: "plot-throughput-speedup-analysis"
18519
18520 - type: "plot"
18521   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18522   algorithm: "plot_tsa_name"
18523   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18525   include:
18526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18529     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18530     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18531     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18532   layout:
18533     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18534     layout: "plot-throughput-speedup-analysis"
18535
18536 - type: "plot"
18537   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18538   algorithm: "plot_tsa_name"
18539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18541   include:
18542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18544     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18545     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18546     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18547     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18548   layout:
18549     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18550     layout: "plot-throughput-speedup-analysis"
18551
18552 - type: "plot"
18553   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18554   algorithm: "plot_tsa_name"
18555   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18556   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18557   include:
18558     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18559     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18560   layout:
18561     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18562     layout: "plot-throughput-speedup-analysis"
18563
18564 - type: "plot"
18565   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18566   algorithm: "plot_tsa_name"
18567   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18568   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18569   include:
18570     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18571     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18572   layout:
18573     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18574     layout: "plot-throughput-speedup-analysis"
18575
18576 - type: "plot"
18577   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18578   algorithm: "plot_tsa_name"
18579   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18580   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18581   include:
18582     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18583     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18584     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18585     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18586     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18587     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18588   layout:
18589     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18590     layout: "plot-throughput-speedup-analysis"
18591
18592 - type: "plot"
18593   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18594   algorithm: "plot_tsa_name"
18595   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18596   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18597   include:
18598     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18599     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18600     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18601     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18602     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18603     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18604   layout:
18605     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18606     layout: "plot-throughput-speedup-analysis"
18607
18608 - type: "plot"
18609   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18610   algorithm: "plot_tsa_name"
18611   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613   include:
18614     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18615     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18616     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18617     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18618     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18619     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18620   layout:
18621     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18622     layout: "plot-throughput-speedup-analysis"
18623
18624 - type: "plot"
18625   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18626   algorithm: "plot_tsa_name"
18627   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629   include:
18630     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18631     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18632     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18633     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18634     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1-p1-s1-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1-p1-s1-ndrpdr"
18635     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-ethip4udp-nat44det-h1024-p63-s64512-Ndrpdr.64B-.t.c-rdma-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr"
18636   layout:
18637     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18645   include:
18646     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18652   layout:
18653     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18654     layout: "plot-throughput-speedup-analysis"
18655
18656 - type: "plot"
18657   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18658   algorithm: "plot_tsa_name"
18659   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18661   include:
18662     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18668   layout:
18669     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18670     layout: "plot-throughput-speedup-analysis"
18671
18672 - type: "plot"
18673   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18674   algorithm: "plot_tsa_name"
18675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18677   include:
18678     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18683   layout:
18684     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18685     layout: "plot-throughput-speedup-analysis"
18686
18687 - type: "plot"
18688   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18689   algorithm: "plot_tsa_name"
18690   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18691   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18692   include:
18693     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18698   layout:
18699     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18700     layout: "plot-throughput-speedup-analysis"
18701
18702 - type: "plot"
18703   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18704   algorithm: "plot_tsa_name"
18705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18707   include:
18708     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18713   layout:
18714     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18715     layout: "plot-throughput-speedup-analysis"
18716
18717 - type: "plot"
18718   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18719   algorithm: "plot_tsa_name"
18720   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18721   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18722   include:
18723     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18728   layout:
18729     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18730     layout: "plot-throughput-speedup-analysis"
18731
18732 - type: "plot"
18733   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18734   algorithm: "plot_tsa_name"
18735   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18737   include:
18738     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18739     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18740     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18741     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18742     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18743   layout:
18744     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18745     layout: "plot-throughput-speedup-analysis"
18746
18747 - type: "plot"
18748   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18749   algorithm: "plot_tsa_name"
18750   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18751   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18752   include:
18753     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18754     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18755     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18756     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18757     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18758   layout:
18759     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18760     layout: "plot-throughput-speedup-analysis"
18761
18762 - type: "plot"
18763   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18764   algorithm: "plot_tsa_name"
18765   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18767   include:
18768     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18770     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18771     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18772     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18773   layout:
18774     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18775     layout: "plot-throughput-speedup-analysis"
18776
18777 - type: "plot"
18778   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18779   algorithm: "plot_tsa_name"
18780   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18781   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18782   include:
18783     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18786     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18787     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18788   layout:
18789     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18790     layout: "plot-throughput-speedup-analysis"
18791
18792 - type: "plot"
18793   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18794   algorithm: "plot_tsa_name"
18795   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18797   include:
18798     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18799     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18800     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18801     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18802     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18803   layout:
18804     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18805     layout: "plot-throughput-speedup-analysis"
18806
18807 - type: "plot"
18808   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18809   algorithm: "plot_tsa_name"
18810   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18811   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18812   include:
18813     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18814     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18815     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18816     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18817     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18818   layout:
18819     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18820     layout: "plot-throughput-speedup-analysis"
18821
18822 - type: "plot"
18823   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18824   algorithm: "plot_tsa_name"
18825   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18827   include:
18828     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18833     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18834   layout:
18835     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18836     layout: "plot-throughput-speedup-analysis"
18837
18838 - type: "plot"
18839   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18840   algorithm: "plot_tsa_name"
18841   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18843   include:
18844     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18845     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18846     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18847     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18848     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18849     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18850   layout:
18851     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18852     layout: "plot-throughput-speedup-analysis"
18853
18854 - type: "plot"
18855   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18856   algorithm: "plot_tsa_name"
18857   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18858   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18859   include:
18860     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18861     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18862     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18863     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18864   layout:
18865     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18866     layout: "plot-throughput-speedup-analysis"
18867
18868 - type: "plot"
18869   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18870   algorithm: "plot_tsa_name"
18871   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18872   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18873   include:
18874     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18875     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18876     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18877     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18878   layout:
18879     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18880     layout: "plot-throughput-speedup-analysis"
18881
18882 - type: "plot"
18883   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18884   algorithm: "plot_tsa_name"
18885   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18886   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18887   include:
18888     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18889     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18890     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18891     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18892     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18893     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18894   layout:
18895     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18896     layout: "plot-throughput-speedup-analysis"
18897
18898 - type: "plot"
18899   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18900   algorithm: "plot_tsa_name"
18901   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18902   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18903   include:
18904     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18905     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18906     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18907     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18908     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18909     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18910   layout:
18911     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18912     layout: "plot-throughput-speedup-analysis"
18913
18914 - type: "plot"
18915   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18916   algorithm: "plot_tsa_name"
18917   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18918   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18919   include:
18920     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18921     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18922     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18923     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18924   layout:
18925     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18926     layout: "plot-throughput-speedup-analysis"
18927
18928 - type: "plot"
18929   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18930   algorithm: "plot_tsa_name"
18931   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18932   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18933   include:
18934     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18935     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18936     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18937     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18938   layout:
18939     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18940     layout: "plot-throughput-speedup-analysis"
18941
18942 - type: "plot"
18943   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18944   algorithm: "plot_tsa_name"
18945   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18946   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18947   include:
18948     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18949     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18950     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18951     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18952     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18953     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18954   layout:
18955     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18956     layout: "plot-throughput-speedup-analysis"
18957
18958 - type: "plot"
18959   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18960   algorithm: "plot_tsa_name"
18961   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18962   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18963   include:
18964     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18965     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18966     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18967     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18968     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18969     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18970   layout:
18971     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18972     layout: "plot-throughput-speedup-analysis"
18973
18974 - type: "plot"
18975   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18976   algorithm: "plot_tsa_name"
18977   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18978   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18979   include:
18980     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18981     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18982     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18983     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18984   layout:
18985     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18986     layout: "plot-throughput-speedup-analysis"
18987
18988 - type: "plot"
18989   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18990   algorithm: "plot_tsa_name"
18991   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18992   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18993   include:
18994     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18995     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18996     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18997     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18998   layout:
18999     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
19000     layout: "plot-throughput-speedup-analysis"
19001
19002 - type: "plot"
19003   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
19004   algorithm: "plot_tsa_name"
19005   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
19006   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19007   include:
19008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19010     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19011     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19012     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19013   layout:
19014     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
19015     layout: "plot-throughput-speedup-analysis"
19016
19017 - type: "plot"
19018   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
19019   algorithm: "plot_tsa_name"
19020   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
19021   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19022   include:
19023     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19024     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19025     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19026     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19027     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19028   layout:
19029     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
19030     layout: "plot-throughput-speedup-analysis"
19031
19032 - type: "plot"
19033   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19034   algorithm: "plot_tsa_name"
19035   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
19036   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19037   include:
19038     - "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"
19039     - "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"
19040     - "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"
19041     - "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"
19042     - "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"
19043   layout:
19044     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
19045     layout: "plot-throughput-speedup-analysis"
19046
19047 - type: "plot"
19048   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19049   algorithm: "plot_tsa_name"
19050   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
19051   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19052   include:
19053     - "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"
19054     - "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"
19055     - "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"
19056     - "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"
19057     - "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"
19058   layout:
19059     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
19060     layout: "plot-throughput-speedup-analysis"
19061
19062 - type: "plot"
19063   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19064   algorithm: "plot_tsa_name"
19065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
19066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19067   include:
19068     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19069     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19070     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19071     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19072     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19073   layout:
19074     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
19075     layout: "plot-throughput-speedup-analysis"
19076
19077 - type: "plot"
19078   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19079   algorithm: "plot_tsa_name"
19080   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
19081   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19082   include:
19083     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19084     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19085     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19086     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19087     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
19090     layout: "plot-throughput-speedup-analysis"
19091
19092 - type: "plot"
19093   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19094   algorithm: "plot_tsa_name"
19095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
19096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19097   include:
19098     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19099     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19100     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19101     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19102     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19103   layout:
19104     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
19105     layout: "plot-throughput-speedup-analysis"
19106
19107 - type: "plot"
19108   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19109   algorithm: "plot_tsa_name"
19110   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
19111   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19112   include:
19113     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19114     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19115     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19116     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
19117     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
19118   layout:
19119     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
19120     layout: "plot-throughput-speedup-analysis"
19121
19122 - type: "plot"
19123   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19124   algorithm: "plot_tsa_name"
19125   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
19126   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19127   include:
19128     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19129     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19130     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19131     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19132   layout:
19133     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
19134     layout: "plot-throughput-speedup-analysis"
19135
19136 - type: "plot"
19137   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19138   algorithm: "plot_tsa_name"
19139   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
19140   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19141   include:
19142     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19143     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19144     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
19145     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
19146   layout:
19147     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
19148     layout: "plot-throughput-speedup-analysis"
19149
19150 - type: "plot"
19151   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19152   algorithm: "plot_tsa_name"
19153   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
19154   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19155   include:
19156     - "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"
19157     - "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"
19158     - "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"
19159     - "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"
19160   layout:
19161     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19162     layout: "plot-throughput-speedup-analysis"
19163
19164 - type: "plot"
19165   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19166   algorithm: "plot_tsa_name"
19167   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr-tsa"
19168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19169   include:
19170     - "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"
19171     - "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"
19172     - "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"
19173     - "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"
19174   layout:
19175     title: "2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-pdr"
19176     layout: "plot-throughput-speedup-analysis"
19177
19178 - type: "plot"
19179   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19180   algorithm: "plot_tsa_name"
19181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19183   include:
19184     - "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"
19185     - "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"
19186     - "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"
19187     - "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"
19188     - "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"
19189     - "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"
19190   layout:
19191     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19192     layout: "plot-throughput-speedup-analysis"
19193
19194 - type: "plot"
19195   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19196   algorithm: "plot_tsa_name"
19197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19199   include:
19200     - "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"
19201     - "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"
19202     - "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"
19203     - "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"
19204     - "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"
19205     - "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"
19206   layout:
19207     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19208     layout: "plot-throughput-speedup-analysis"
19209
19210 ################################################################################
19211
19212 # Packet Throughput - DPDK
19213
19214 # 2n-clx-xxv710
19215
19216 - type: "plot"
19217   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19218   algorithm: "plot_perf_box_name"
19219   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19220   data: "plot-dpdk-throughput-latency-2n-clx"
19221   include:
19222     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19223     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19224   layout:
19225     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19226     layout: "plot-throughput"
19227
19228 - type: "plot"
19229   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19230   algorithm: "plot_perf_box_name"
19231   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19232   data: "plot-dpdk-throughput-latency-2n-clx"
19233   include:
19234     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19235     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19236   layout:
19237     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19238     layout: "plot-throughput"
19239
19240 - type: "plot"
19241   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19242   algorithm: "plot_perf_box_name"
19243   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19244   data: "plot-dpdk-throughput-latency-2n-clx"
19245   include:
19246     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19247     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19248   layout:
19249     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19250     layout: "plot-throughput"
19251
19252 - type: "plot"
19253   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19254   algorithm: "plot_perf_box_name"
19255   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19256   data: "plot-dpdk-throughput-latency-2n-clx"
19257   include:
19258     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19259     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19260   layout:
19261     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19262     layout: "plot-throughput"
19263
19264 # 2n-clx-x710
19265
19266 - type: "plot"
19267   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19268   algorithm: "plot_perf_box_name"
19269   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19270   data: "plot-dpdk-throughput-latency-2n-clx"
19271   include:
19272     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19273     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19274   layout:
19275     title: "2n-clx-x710-64b-2t1c-base-ndr"
19276     layout: "plot-throughput"
19277
19278 - type: "plot"
19279   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19280   algorithm: "plot_perf_box_name"
19281   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19282   data: "plot-dpdk-throughput-latency-2n-clx"
19283   include:
19284     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19285     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19286   layout:
19287     title: "2n-clx-x710-64b-4t2c-base-ndr"
19288     layout: "plot-throughput"
19289
19290 - type: "plot"
19291   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19292   algorithm: "plot_perf_box_name"
19293   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19294   data: "plot-dpdk-throughput-latency-2n-clx"
19295   include:
19296     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19297     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19298   layout:
19299     title: "2n-clx-x710-64b-2t1c-base-pdr"
19300     layout: "plot-throughput"
19301
19302 - type: "plot"
19303   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19304   algorithm: "plot_perf_box_name"
19305   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19306   data: "plot-dpdk-throughput-latency-2n-clx"
19307   include:
19308     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19309     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19310   layout:
19311     title: "2n-clx-x710-64b-4t2c-base-pdr"
19312     layout: "plot-throughput"
19313
19314 ################################################################################
19315
19316 - type: "plot"
19317   title: "Latency by percentile: 2n-skx"
19318   algorithm: "plot_hdrh_lat_by_percentile"
19319   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19320   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19321   target-links: "../../_static/vpp"
19322   data: "plot-vpp-hdrh-lat-2n-skx"
19323   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19324   layout:
19325     layout: "plot-hdrh-latency-by-percentile"
19326
19327 - type: "plot"
19328   title: "Latency by percentile: 3n-skx"
19329   algorithm: "plot_hdrh_lat_by_percentile"
19330   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19331   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19332   target-links: "../../_static/vpp"
19333   data: "plot-vpp-hdrh-lat-3n-skx"
19334   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19335   layout:
19336     layout: "plot-hdrh-latency-by-percentile"
19337
19338 - type: "plot"
19339   title: "Latency by percentile: 2n-clx"
19340   algorithm: "plot_hdrh_lat_by_percentile"
19341   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19342   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19343   target-links: "../../_static/vpp"
19344   data: "plot-vpp-hdrh-lat-2n-clx"
19345   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19346   layout:
19347     layout: "plot-hdrh-latency-by-percentile"
19348
19349 - type: "plot"
19350   title: "Latency by percentile: 3n-hsw"
19351   algorithm: "plot_hdrh_lat_by_percentile"
19352   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19353   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19354   target-links: "../../_static/vpp"
19355   data: "plot-vpp-hdrh-lat-3n-hsw"
19356   filter: "'1T1C' and 'NIC_Intel-XL710'"
19357   layout:
19358     layout: "plot-hdrh-latency-by-percentile"
19359
19360 - type: "plot"
19361   title: "Latency by percentile: 3n-tsh"
19362   algorithm: "plot_hdrh_lat_by_percentile"
19363   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19364   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19365   target-links: "../../_static/vpp"
19366   data: "plot-vpp-hdrh-lat-3n-tsh"
19367   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19368   layout:
19369     layout: "plot-hdrh-latency-by-percentile"
19370
19371 - type: "plot"
19372   title: "Latency by percentile: DPDK 2n-skx"
19373   algorithm: "plot_hdrh_lat_by_percentile"
19374   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19375   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19376   target-links: "../../_static/dpdk"
19377   data: "plot-dpdk-hdrh-lat-2n-skx"
19378   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19379   layout:
19380     layout: "plot-hdrh-latency-by-percentile"
19381
19382 - type: "plot"
19383   title: "Latency by percentile: DPDK 3n-skx"
19384   algorithm: "plot_hdrh_lat_by_percentile"
19385   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19386   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19387   target-links: "../../_static/dpdk"
19388   data: "plot-dpdk-hdrh-lat-3n-skx"
19389   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19390   layout:
19391     layout: "plot-hdrh-latency-by-percentile"
19392
19393 - type: "plot"
19394   title: "Latency by percentile: DPDK 2n-clx"
19395   algorithm: "plot_hdrh_lat_by_percentile"
19396   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19397   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19398   target-links: "../../_static/dpdk"
19399   data: "plot-dpdk-hdrh-lat-2n-clx"
19400   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19401   layout:
19402     layout: "plot-hdrh-latency-by-percentile"
19403
19404 - type: "plot"
19405   title: "Latency by percentile: DPDK 3n-hsw"
19406   algorithm: "plot_hdrh_lat_by_percentile"
19407   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19408   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19409   target-links: "../../_static/dpdk"
19410   data: "plot-dpdk-hdrh-lat-3n-hsw"
19411   filter: "'1T1C' and 'NIC_Intel-XL710'"
19412   layout:
19413     layout: "plot-hdrh-latency-by-percentile"
19414
19415 - type: "plot"
19416   title: "Latency by percentile: DPDK 3n-tsh"
19417   algorithm: "plot_hdrh_lat_by_percentile"
19418   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19419   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19420   target-links: "../../_static/dpdk"
19421   data: "plot-dpdk-hdrh-lat-3n-tsh"
19422   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19423   layout:
19424     layout: "plot-hdrh-latency-by-percentile"