Report 2005: 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     # Replacements:
150
151     replacement-1908-vpp-throughput-lat-tsa-3n-hsw-vhost:
152       csit-vpp-perf-verify-1908-3n-hsw:
153         - 48  # NDRPDR sel vhost
154         - 49  # NDRPDR sel vhost
155         - 52  # NDRPDR sel vhost
156         - 53  # NDRPDR sel vhost
157         - 54  # NDRPDR sel vhost
158         - 55  # NDRPDR sel vhost
159         - 56  # NDRPDR sel vhost
160         - 57  # NDRPDR sel vhost
161         - 58  # NDRPDR sel vhost
162         - 59  # NDRPDR sel vhost
163
164     replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost:
165       csit-vpp-perf-verify-1908-3n-skx:
166         - 52  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
167         - 53  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
168         - 55  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
169         - 61  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
170         - 62  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
171         - 63  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
172         - 64  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
173         - 65  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
174         - 66  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
175         - 67  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
176
177     replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost:
178       csit-vpp-perf-verify-1908-2n-skx:
179         - 88  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
180         - 89  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
181         - 91  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
182         - 92  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
183         - 93  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
184         - 94  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
185         - 95  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
186         - 96  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
187         - 97  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
188         - 98  # NDRPDR sel vhost - old1908 - vpp build: 19.08-release
189
190     ###########################################################################
191     # Plots:
192
193     # 3n-hsw
194
195     plot-vpp-throughput-lat-tsa-3n-hsw:
196       csit-vpp-perf-report-iterative-2005-3n-hsw:
197         - 3   # NDRPDR sel
198         - 4   # NDRPDR sel
199         - 5   # NDRPDR sel
200         - 10  # NDRPDR sel
201         - 11  # NDRPDR sel
202         - 12  # NDRPDR sel
203         - 15  # NDRPDR sel
204         - 16  # NDRPDR sel
205         - 18  # NDRPDR sel
206         - 19  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 15  # NDRPDR sel
221         - 16  # NDRPDR sel
222         - 18  # NDRPDR sel
223         - 19  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       csit-vpp-perf-report-iterative-2005-3n-hsw:
227         - 13  # MRR
228
229     plot-vpp-hoststack-3n-hsw:
230       # TODO: Replace:
231       # csit-vpp-perf-report-iterative-2005-3n-hsw:
232       csit-vpp-perf-verify-2001-3n-hsw:
233         - 103  # hoststack
234
235     plot-dpdk-throughput-latency-3n-hsw:
236       csit-dpdk-perf-report-iterative-2005-3n-hsw:
237         - 5   # NDRPDR sel
238         - 6   # NDRPDR sel
239         - 7   # NDRPDR sel
240         - 8   # NDRPDR sel
241         - 9   # NDRPDR sel
242         - 10  # NDRPDR sel
243         - 11  # NDRPDR sel
244         - 12  # NDRPDR sel
245         - 13  # NDRPDR sel
246         - 14  # NDRPDR sel
247
248     plot-dpdk-hdrh-lat-3n-hsw:
249       csit-dpdk-perf-report-iterative-2005-3n-hsw:
250         - 5   # NDRPDR sel
251
252     # 3n-skx
253
254     plot-vpp-throughput-lat-tsa-3n-skx:
255       # TODO: Add data:
256       csit-vpp-perf-report-iterative-2005-3n-skx:
257         - 5   # NDRPDR sel
258
259     plot-vpp-hdrh-lat-3n-skx:
260       csit-vpp-perf-report-iterative-2005-3n-skx:
261         - 5   # NDRPDR sel
262
263     plot-vpp-nfv-3n-skx-ndrpdr:
264       # TODO: Add data:
265       csit-vpp-perf-report-iterative-2005-3n-skx:
266         - 5   # NDRPDR sel
267
268     plot-vpp-nfv-3n-skx-mrr:
269       # TODO: Replace:
270       # csit-vpp-perf-report-iterative-2005-3n-skx:
271       csit-vpp-perf-verify-2001-3n-skx:
272         - 50  # MRR sel
273
274     plot-dpdk-throughput-latency-3n-skx:
275       csit-dpdk-perf-report-iterative-2005-3n-skx:
276         - 4   # NDRPDR sel
277         - 5   # NDRPDR sel
278         - 6   # NDRPDR sel
279         - 7   # NDRPDR sel
280         - 8   # NDRPDR sel
281         - 11  # NDRPDR sel
282         - 12  # NDRPDR sel
283         - 13  # NDRPDR sel
284         - 14  # NDRPDR sel
285         - 15  # NDRPDR sel
286
287     plot-dpdk-hdrh-lat-3n-skx:
288       csit-dpdk-perf-report-iterative-2005-3n-skx:
289         - 4   # NDRPDR sel
290
291     # 2n-skx
292
293     plot-vpp-throughput-lat-tsa-2n-skx:
294       # TODO: Replace:
295       # csit-vpp-perf-report-iterative-2005-2n-skx:
296       csit-vpp-perf-verify-2001-2n-skx:
297         - 143  # NDRPDR sel - new2001.0
298
299     plot-vpp-hdrh-lat-2n-skx:
300       # TODO: Replace:
301       # csit-vpp-perf-report-iterative-2005-2n-skx:
302       csit-vpp-perf-verify-2001-2n-skx:
303         - 153  # NDRPDR sel - new2001.0
304
305     plot-vpp-soak-2n-skx:
306       # TODO: Replace:
307       # csit-vpp-perf-report-iterative-2005-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 181  # Soak
310         - 182  # Soak
311
312     plot-vpp-nfv-2n-skx-ndrpdr:
313       # TODO: Replace:
314       # csit-vpp-perf-report-iterative-2005-2n-skx:
315       csit-vpp-perf-verify-2001-2n-skx:
316         - 30  # NFV
317         - 31  # NFV
318
319     plot-vpp-nfv-2n-skx-mrr:
320       # TODO: Replace:
321       # csit-vpp-perf-report-iterative-2005-2n-skx:
322       csit-vpp-perf-verify-1908-2n-skx:
323         - 71  # NFV MRR
324
325     plot-vpp-nfv-reconf-2n-skx:
326       # TODO: Replace:
327       # csit-vpp-perf-report-iterative-2005-2n-skx:
328       csit-vpp-perf-verify-2001-2n-skx:
329         - 169  # Reconf
330
331     plot-dpdk-throughput-latency-2n-skx:
332       csit-dpdk-perf-report-iterative-2005-2n-skx:
333         - 1   # NDRPDR sel
334         - 2   # NDRPDR sel
335         - 3   # NDRPDR sel
336         - 4   # NDRPDR sel
337         - 5   # NDRPDR sel
338         - 6   # NDRPDR sel
339         - 7   # NDRPDR sel
340         - 8   # NDRPDR sel
341         - 9   # NDRPDR sel
342         - 10  # NDRPDR sel
343
344     plot-dpdk-hdrh-lat-2n-skx:
345       csit-dpdk-perf-report-iterative-2005-2n-skx:
346         - 1   # NDRPDR sel
347
348     # 2n-clx
349
350     plot-vpp-throughput-lat-tsa-2n-clx:
351       # TODO: Add data:
352       csit-vpp-perf-report-iterative-2005-2n-clx:
353         - 7   # NDRPDR sel
354         - 9   # NDRPDR sel
355
356     plot-vpp-hdrh-lat-2n-clx:
357       # TODO: Add data:
358       csit-vpp-perf-report-iterative-2005-2n-clx:
359         - 9   # NDRPDR sel
360
361     plot-vpp-http-server-performance:
362       # TODO: Replace:
363       # csit-vpp-perf-report-iterative-2005-2n-clx:
364       csit-vpp-perf-verify-2001-2n-clx:
365         - 80  # TCP
366
367     plot-vpp-nfv-2n-clx-ndrpdr:
368       # TODO: Add data:
369       csit-vpp-perf-report-iterative-2005-2n-clx:
370         - 7   # NDRPDR sel
371         - 9   # NDRPDR sel
372
373     plot-vpp-nfv-2n-clx-mrr:
374       # TODO: Replace:
375       # csit-vpp-perf-report-iterative-2005-2n-clx:
376       csit-vpp-perf-verify-2001-2n-clx:
377         - 39  # MRR
378
379     plot-vpp-nfv-reconf-2n-clx:
380       # TODO: Replace:
381       # csit-vpp-perf-report-iterative-2005-2n-clx:
382       csit-vpp-perf-verify-2001-2n-clx:
383         - 68  # Reconf
384
385     plot-vpp-soak-2n-clx:
386       # TODO: Replace:
387       # csit-vpp-perf-report-iterative-2005-2n-clx:
388       csit-vpp-perf-verify-2001-2n-clx:
389         - 93  # Soak
390         - 94  # Soak
391
392     plot-dpdk-throughput-latency-2n-clx:
393       csit-dpdk-perf-report-iterative-2005-2n-clx:
394         - 1   # NDRPDR sel
395         - 2   # NDRPDR sel
396         - 3   # NDRPDR sel
397         - 4   # NDRPDR sel
398         - 5   # NDRPDR sel
399         - 6   # NDRPDR sel
400         - 7   # NDRPDR sel
401         - 8   # NDRPDR sel
402         - 9   # NDRPDR sel
403         - 10  # NDRPDR sel
404
405     plot-dpdk-hdrh-lat-2n-clx:
406       csit-dpdk-perf-report-iterative-2005-2n-clx:
407         - 1   # NDRPDR sel
408
409     # 3n-tsh
410
411     plot-vpp-throughput-lat-tsa-3n-tsh:
412       # TODO: Replace:
413       # csit-vpp-perf-report-iterative-2005-3n-tsh:
414       csit-vpp-perf-verify-2001-3n-tsh:
415         - 3   # NDRPDR sel
416
417     plot-vpp-hdrh-lat-3n-tsh:
418       # TODO: Replace:
419       # csit-vpp-perf-report-iterative-2005-3n-tsh:
420       csit-vpp-perf-verify-2001-3n-tsh:
421         - 10  # NDRPDR sel
422
423     plot-dpdk-throughput-latency-3n-tsh:
424       # TODO: Add data:
425       csit-dpdk-perf-report-iterative-2005-3n-tsh:
426         - 5   # NDRPDR sel
427
428     plot-dpdk-hdrh-lat-3n-tsh:
429       # TODO: Replace with better results:
430       csit-dpdk-perf-report-iterative-2005-3n-tsh:
431         - 5   # NDRPDR sel
432
433     # 3n-dnv
434
435     plot-vpp-throughput-lat-tsa-3n-dnv:
436       # TODO: Add data:
437       csit-vpp-perf-report-iterative-2005-3n-dnv:
438         - 2   # NDRPDR sel
439         - 3   # NDRPDR sel
440         - 4   # NDRPDR sel
441         - 5   # NDRPDR sel
442         - 6   # NDRPDR sel
443         - 7   # NDRPDR sel
444         - 9   # NDRPDR sel
445         - 10  # NDRPDR sel
446
447     plot-dpdk-throughput-latency-3n-dnv:
448       csit-dpdk-perf-report-iterative-2005-3n-dnv:
449         - 6   # NDRPDR sel
450         - 7   # NDRPDR sel
451         - 8   # NDRPDR sel
452         - 9   # NDRPDR sel
453         - 10  # NDRPDR sel
454         - 11  # NDRPDR sel
455         - 12  # NDRPDR sel
456         - 13  # NDRPDR sel
457         - 14  # NDRPDR sel
458         - 16  # NDRPDR sel
459
460     # 2n-dnv
461
462     plot-vpp-throughput-lat-tsa-2n-dnv:
463       csit-vpp-perf-report-iterative-2005-2n-dnv:
464         - 3   # NDRPDR sel
465         - 6   # NDRPDR sel
466         - 7   # NDRPDR sel
467         - 8   # NDRPDR sel
468         - 9   # NDRPDR sel
469         - 10  # NDRPDR sel
470         - 11  # NDRPDR sel
471         - 12  # NDRPDR sel
472         - 13  # NDRPDR sel
473         - 14  # NDRPDR sel
474
475     plot-dpdk-throughput-latency-2n-dnv:
476       csit-dpdk-perf-report-iterative-2005-2n-dnv:
477         - 8   # NDRPDR sel
478         - 9   # NDRPDR sel
479         - 10  # NDRPDR sel
480         - 11  # NDRPDR sel
481         - 12  # NDRPDR sel
482         - 13  # NDRPDR sel
483         - 14  # NDRPDR sel
484         - 15  # NDRPDR sel
485         - 16  # NDRPDR sel
486         - 17  # NDRPDR sel
487
488     ###########################################################################
489     # Simple tables (only one data set):
490
491     # NIC Comparisons
492
493     vpp-nic-comparison-3n-skx:
494       # TODO: Add data:
495       csit-vpp-perf-report-iterative-2005-3n-skx:
496         - 5   # NDRPDR sel
497
498     vpp-nic-comparison-2n-skx:
499       # TODO: Replace:
500       # csit-vpp-perf-report-iterative-2005-2n-skx:
501       csit-vpp-perf-verify-2001-2n-skx:
502         - 143  # NDRPDR sel - new2001.0
503
504     vpp-nic-comparison-3n-skx-mrr:
505       # TODO: Replace:
506       # csit-vpp-perf-report-iterative-2005-3n-skx:
507       csit-vpp-perf-verify-2001-3n-skx:
508         - 50  # MRR sel
509         - 53  # MRR sel addition
510
511     vpp-nic-comparison-2n-skx-mrr:
512       # TODO: Replace:
513       # csit-vpp-perf-report-iterative-2005-2n-skx:
514       csit-vpp-perf-verify-2001-2n-skx:
515         - 101 # MRR sel
516         - 128 # MRR sel addition
517
518     # Results
519
520     vpp-perf-results-3n-hsw:
521       csit-vpp-perf-report-coverage-2005-3n-hsw:
522         - 3   # perf-full-3n-hsw-crypto_III
523
524     vpp-perf-results-3n-skx:
525       # TODO: Replace:
526       csit-vpp-perf-report-iterative-2005-3n-skx:
527         - 5   # NDRPDR sel
528
529     vpp-perf-results-2n-skx:
530       # TODO: Replace:
531       # csit-vpp-perf-report-iterative-2005-2n-skx:
532       csit-vpp-perf-verify-2001-2n-skx:
533         - 143  # NDRPDR sel
534
535     vpp-perf-results-2n-clx:
536       # TODO: Add data:
537       csit-vpp-perf-report-iterative-2005-2n-clx:
538         - 9   # NDRPDR sel
539
540     vpp-perf-results-3n-tsh:
541       # TODO: Replace:
542       # csit-vpp-perf-report-iterative-2005-3n-tsh:
543       csit-vpp-perf-verify-2001-3n-tsh:
544         - 10  # NDRPDR sel
545
546     vpp-perf-results-3n-dnv:
547       # TODO: Replace by FULL:
548       csit-vpp-perf-report-iterative-2005-3n-dnv:
549         - 3   # NDRPDR sel
550
551     vpp-perf-results-2n-dnv:
552       csit-vpp-perf-report-coverage-2005-2n-dnv:
553         - 1   # perf-full-2n-dnv-ip4_I
554         - 2   # perf-full-2n-dnv-ip4_II
555         - 3   # perf-full-2n-dnv-ip6_I
556
557     vpp-mrr-results-3n-hsw:
558       csit-vpp-perf-report-iterative-2005-3n-hsw:
559         - 13  # MRR
560
561     vpp-mrr-results-3n-skx:
562       # TODO: Replace:
563       # csit-vpp-perf-report-iterative-2005-3n-skx:
564       csit-vpp-perf-verify-2001-3n-skx:
565         - 50  # MRR sel
566         - 53  # MRR sel addition
567
568     vpp-mrr-results-2n-skx:
569       # TODO: Replace:
570       # csit-vpp-perf-report-iterative-2005-2n-skx:
571       csit-vpp-perf-verify-2001-2n-skx:
572         - 101 # MRR sel
573         - 128 # MRR sel addition
574
575     vpp-mrr-results-2n-clx:
576       # TODO: Replace:
577       # csit-vpp-perf-report-iterative-2005-2n-clx:
578       csit-vpp-perf-verify-2001-2n-clx:
579         - 39  # MRR
580
581     vpp-mrr-results-3n-tsh:
582       # TODO: Replace:
583       # csit-vpp-perf-report-iterative-2005-3n-tsh:
584       csit-vpp-perf-verify-2001-3n-tsh:
585         - 9   # MRR sel
586
587     vpp-mrr-results-3n-dnv:
588       csit-vpp-perf-report-iterative-2005-3n-dnv:
589         - 8   # MRR
590
591     vpp-mrr-results-2n-dnv:
592       csit-vpp-perf-report-iterative-2005-2n-dnv:
593         - 15  # MRR sel
594
595     vpp-device-results-ubuntu:
596       csit-vpp-device-2005-ubuntu1804-1n-skx:
597         - 35
598
599     dpdk-perf-results-3n-hsw:
600       csit-dpdk-perf-report-iterative-2005-3n-hsw:
601         - 5   # NDRPDR sel
602
603     dpdk-perf-results-3n-skx:
604       csit-dpdk-perf-report-iterative-2005-3n-skx:
605         - 4   # NDRPDR sel
606
607     dpdk-perf-results-2n-skx:
608       csit-dpdk-perf-report-iterative-2005-2n-skx:
609         - 1   # NDRPDR sel
610
611     dpdk-perf-results-2n-clx:
612       csit-dpdk-perf-report-iterative-2005-2n-clx:
613         - 1   # NDRPDR sel
614
615     dpdk-perf-results-2n-dnv:
616       csit-dpdk-perf-report-iterative-2005-2n-dnv:
617         - 8   # NDRPDR sel
618
619     dpdk-perf-results-3n-dnv:
620       csit-dpdk-perf-report-iterative-2005-3n-dnv:
621         - 6   # NDRPDR sel
622
623     dpdk-perf-results-3n-tsh:
624       # TODO: Replace with better results:
625       csit-dpdk-perf-report-iterative-2005-3n-tsh:
626         - 5   # NDRPDR sel
627
628 ###########################################################################
629     # Tables (more than one data set)
630
631     # Performance changes
632
633     vpp-performance-changes-3n-hsw-h1:
634       csit-vpp-perf-verify-1908-3n-hsw:
635         - 12  # NDRPDR sel
636         - 13  # NDRPDR sel
637         - 14  # NDRPDR sel
638         - 15  # NDRPDR sel
639         - 16  # NDRPDR sel
640         - 17  # NDRPDR sel
641         - 18  # NDRPDR sel
642         - 19  # NDRPDR sel
643         - 20  # NDRPDR sel
644         - 21  # NDRPDR sel
645     vpp-performance-changes-3n-hsw-ref:
646       csit-vpp-perf-verify-2001-3n-hsw:
647         - 21  # NDRPDR sel
648         - 22  # NDRPDR sel
649         - 23  # NDRPDR sel
650         - 24  # NDRPDR sel
651         - 25  # NDRPDR sel
652         - 29  # NDRPDR sel
653         - 30  # NDRPDR sel
654         - 31  # NDRPDR sel
655         - 32  # NDRPDR sel
656         - 34  # NDRPDR sel
657     vpp-performance-changes-3n-hsw-cmp:
658       csit-vpp-perf-report-iterative-2005-3n-hsw:
659         - 3   # NDRPDR sel
660         - 4   # NDRPDR sel
661         - 5   # NDRPDR sel
662         - 10  # NDRPDR sel
663         - 11  # NDRPDR sel
664         - 12  # NDRPDR sel
665         - 15  # NDRPDR sel
666         - 16  # NDRPDR sel
667         - 18  # NDRPDR sel
668         - 19  # NDRPDR sel
669
670     vpp-performance-changes-3n-skx-h1:
671       csit-vpp-perf-verify-1908-3n-skx:
672         - 26  # NDRPDR sel - new1908.1
673         - 27  # NDRPDR sel - new1908.1
674         - 28  # NDRPDR sel - new1908.1
675         - 29  # NDRPDR sel - new1908.1
676         - 30  # NDRPDR sel - new1908.1
677         - 31  # NDRPDR sel - new1908.1
678         - 33  # NDRPDR sel - new1908.1
679         - 34  # NDRPDR sel - new1908.1
680         - 35  # NDRPDR sel - new1908.1
681         - 36  # NDRPDR sel - new1908.1
682     vpp-performance-changes-3n-skx-ref:
683       csit-vpp-perf-verify-2001-3n-skx:
684         - 69  # NDRPDR sel - new2001.0
685         - 71  # NDRPDR sel - new2001.0
686         - 72  # NDRPDR sel - new2001.0
687         - 76  # NDRPDR sel - new2001.0
688         - 77  # NDRPDR sel - new2001.0
689         - 78  # NDRPDR sel - new2001.0
690         - 80  # NDRPDR sel - new2001.0
691     vpp-performance-changes-3n-skx-cmp:
692       # TODO: Add data:
693       csit-vpp-perf-report-iterative-2005-3n-skx:
694         - 5   # NDRPDR sel
695
696     vpp-performance-changes-2n-skx-h1:
697       csit-vpp-perf-verify-1908-2n-skx:
698         - 39  # NDRPDR sel - new1908.1
699         - 40  # NDRPDR sel - new1908.1
700         - 41  # NDRPDR sel - new1908.1
701         - 43  # NDRPDR sel - new1908.1
702         - 44  # NDRPDR sel - new1908.1
703         - 45  # NDRPDR sel - new1908.1
704         - 46  # NDRPDR sel - new1908.1
705         - 47  # NDRPDR sel - new1908.1
706         - 48  # NDRPDR sel - new1908.1
707         - 49  # NDRPDR sel - new1908.1
708     vpp-performance-changes-2n-skx-ref:
709       csit-vpp-perf-verify-2001-2n-skx:
710         - 143  # NDRPDR sel - new2001.0
711         - 146  # NDRPDR sel - new2001.0
712         - 147  # NDRPDR sel - new2001.0
713         - 148  # NDRPDR sel - new2001.0
714         - 149  # NDRPDR sel - new2001.0
715         - 150  # NDRPDR sel - new2001.0
716         - 151  # NDRPDR sel - new2001.0
717         - 152  # NDRPDR sel - new2001.0
718         - 153  # NDRPDR sel - new2001.0
719         - 154  # NDRPDR sel - new2001.0
720     vpp-performance-changes-2n-skx-cmp:
721       # TODO: Replace:
722       # csit-vpp-perf-report-iterative-2005-2n-skx:
723       csit-vpp-perf-verify-2001-2n-skx:
724         - 143  # NDRPDR sel - new2001.0
725         - 146  # NDRPDR sel - new2001.0
726         - 147  # NDRPDR sel - new2001.0
727         - 148  # NDRPDR sel - new2001.0
728         - 149  # NDRPDR sel - new2001.0
729         - 150  # NDRPDR sel - new2001.0
730         - 151  # NDRPDR sel - new2001.0
731         - 152  # NDRPDR sel - new2001.0
732         - 153  # NDRPDR sel - new2001.0
733         - 154  # NDRPDR sel - new2001.0
734
735     vpp-performance-changes-nfv-2n-skx-ref:
736       csit-vpp-perf-verify-2001-2n-skx:
737         - 30  # NFV
738         - 31  # NFV
739     vpp-performance-changes-nfv-2n-skx-cmp:
740       # TODO: Replace:
741       # csit-vpp-perf-report-iterative-2005-2n-skx:
742       csit-vpp-perf-verify-2001-2n-skx:
743         - 30  # NFV
744         - 31  # NFV
745
746     vpp-performance-changes-2n-clx-h1:
747       csit-vpp-perf-verify-1908_1-2n-clx:
748         - 5  # NDRPDR sel
749         - 6  # NDRPDR sel
750         - 7  # NDRPDR sel
751         - 8  # NDRPDR sel
752         - 9  # NDRPDR sel
753     vpp-performance-changes-2n-clx-ref:
754       csit-vpp-perf-verify-2001-2n-clx:
755         - 28  # NDRPDR sel
756         - 29  # NDRPDR sel
757         - 32  # NDRPDR sel
758         - 40  # NDRPDR sel
759         - 43  # NDRPDR sel
760         - 44  # NDRPDR sel
761         - 45  # NDRPDR sel
762         - 47  # NDRPDR sel
763         - 48  # NDRPDR sel
764         - 49  # NDRPDR sel
765     vpp-performance-changes-2n-clx-cmp:
766       # TODO: Add data:
767       csit-vpp-perf-report-iterative-2005-2n-clx:
768         - 7   # NDRPDR sel
769         - 9   # NDRPDR sel
770
771     vpp-performance-changes-2n-dnv-h1:
772       csit-vpp-perf-verify-1908-2n-dnv:
773         - 1   # NDRPDR sel
774         - 2   # NDRPDR sel
775         - 3   # NDRPDR sel
776         - 4   # NDRPDR sel
777         - 5   # NDRPDR sel
778         - 6   # NDRPDR sel
779         - 7   # NDRPDR sel
780         - 8   # NDRPDR sel
781         - 9   # NDRPDR sel
782         - 10  # NDRPDR sel
783     vpp-performance-changes-2n-dnv-ref:
784       csit-vpp-perf-verify-2001-2n-dnv:
785         - 4   # NDRPDR sel
786         - 5   # NDRPDR sel
787         - 6   # NDRPDR sel
788         - 7   # NDRPDR sel
789         - 8   # NDRPDR sel
790         - 9   # NDRPDR sel
791         - 10  # NDRPDR sel
792         - 11  # NDRPDR sel
793         - 13  # NDRPDR sel
794         - 16  # NDRPDR sel
795     vpp-performance-changes-2n-dnv-cmp:
796       csit-vpp-perf-report-iterative-2005-2n-dnv:
797         - 3   # NDRPDR sel
798         - 6   # NDRPDR sel
799         - 7   # NDRPDR sel
800         - 8   # NDRPDR sel
801         - 9   # NDRPDR sel
802         - 10  # NDRPDR sel
803         - 11  # NDRPDR sel
804         - 12  # NDRPDR sel
805         - 13  # NDRPDR sel
806         - 14  # NDRPDR sel
807
808     vpp-performance-changes-3n-dnv-h1:
809       csit-vpp-perf-verify-1908-3n-dnv:
810         - 6   # NDRPDR sel
811         - 7   # NDRPDR sel
812         - 8   # NDRPDR sel
813         - 9   # NDRPDR sel
814         - 10  # NDRPDR sel
815         - 12  # NDRPDR sel
816         - 13  # NDRPDR sel
817         - 14  # NDRPDR sel
818         - 15  # NDRPDR sel
819         - 16  # NDRPDR sel
820     vpp-performance-changes-3n-dnv-ref:
821       csit-vpp-perf-verify-2001-3n-dnv:
822         - 5   # NDRPDR sel
823         - 6   # NDRPDR sel
824         - 7   # NDRPDR sel
825         - 8   # NDRPDR sel
826         - 9   # NDRPDR sel
827         - 10  # NDRPDR sel
828         - 12  # NDRPDR sel
829         - 16  # NDRPDR sel
830         - 17  # NDRPDR sel
831         - 18  # NDRPDR sel
832     vpp-performance-changes-3n-dnv-cmp:
833       # TODO: Add data:
834       csit-vpp-perf-report-iterative-2005-3n-dnv:
835         - 2   # NDRPDR sel
836         - 3   # NDRPDR sel
837         - 4   # NDRPDR sel
838         - 5   # NDRPDR sel
839         - 6   # NDRPDR sel
840         - 7   # NDRPDR sel
841         - 9   # NDRPDR sel
842         - 10  # NDRPDR sel
843
844     vpp-performance-changes-3n-tsh-h1:
845       csit-vpp-perf-verify-1908-3n-tsh:
846         - 7   # NDRPDR sel
847         - 8   # NDRPDR sel
848         - 9   # NDRPDR sel
849         - 10  # NDRPDR sel
850         - 11  # NDRPDR sel
851         - 12  # NDRPDR sel
852         - 13  # NDRPDR sel
853         - 14  # NDRPDR sel
854         - 15  # NDRPDR sel
855         - 16  # NDRPDR sel
856     vpp-performance-changes-3n-tsh-ref:
857       csit-vpp-perf-verify-2001-3n-tsh:
858         - 3   # NDRPDR sel
859         - 4   # NDRPDR sel
860         - 7   # NDRPDR sel
861         - 8   # NDRPDR sel
862         - 10  # NDRPDR sel
863         - 12  # NDRPDR sel
864         - 13  # NDRPDR sel
865         - 14  # NDRPDR sel
866         - 15  # NDRPDR sel
867         - 21  # NDRPDR sel
868     vpp-performance-changes-3n-tsh-cmp:
869       # TODO: Replace:
870       # csit-vpp-perf-report-iterative-2005-3n-tsh:
871       csit-vpp-perf-verify-2001-3n-tsh:
872         - 3   # NDRPDR sel
873         - 4   # NDRPDR sel
874         - 7   # NDRPDR sel
875         - 8   # NDRPDR sel
876         - 10  # NDRPDR sel
877         - 12  # NDRPDR sel
878         - 13  # NDRPDR sel
879         - 14  # NDRPDR sel
880         - 15  # NDRPDR sel
881         - 21  # NDRPDR sel
882
883     vpp-soak-vs-ndr-2n-skx-ref:
884       # TODO: Replace:
885       # csit-vpp-perf-report-iterative-2005-2n-skx:
886       csit-vpp-perf-verify-2001-2n-skx:
887         - 143  # NDRPDR sel - new2001.0
888         - 146  # NDRPDR sel - new2001.0
889         - 147  # NDRPDR sel - new2001.0
890         - 148  # NDRPDR sel - new2001.0
891         - 149  # NDRPDR sel - new2001.0
892         - 150  # NDRPDR sel - new2001.0
893         - 151  # NDRPDR sel - new2001.0
894         - 152  # NDRPDR sel - new2001.0
895         - 153  # NDRPDR sel - new2001.0
896         - 154  # NDRPDR sel - new2001.0
897     vpp-soak-vs-ndr-2n-skx-cmp:
898       # TODO: Replace:
899       # csit-vpp-perf-report-iterative-2005-2n-skx:
900       csit-vpp-perf-verify-2001-2n-skx:
901         - 181  # Soak
902         - 182  # Soak
903     vpp-soak-vs-ndr-2n-skx:
904       # TODO: Replace:
905       # csit-vpp-perf-report-iterative-2005-2n-skx:
906       csit-vpp-perf-verify-2001-2n-skx:
907         - 143  # NDRPDR sel - new2001.0
908         - 146  # NDRPDR sel - new2001.0
909         - 147  # NDRPDR sel - new2001.0
910         - 148  # NDRPDR sel - new2001.0
911         - 149  # NDRPDR sel - new2001.0
912         - 150  # NDRPDR sel - new2001.0
913         - 151  # NDRPDR sel - new2001.0
914         - 152  # NDRPDR sel - new2001.0
915         - 153  # NDRPDR sel - new2001.0
916         - 154  # NDRPDR sel - new2001.0
917         - 181  # Soak
918         - 182  # Soak
919
920     vpp-soak-vs-ndr-2n-clx-ref:
921       # TODO: Add data:
922       # csit-vpp-perf-report-iterative-2005-2n-clx:
923       #  - 7   # NDRPDR sel
924       #  - 9   # NDRPDR sel
925       csit-vpp-perf-verify-2001-2n-clx:
926         - 28  # NDRPDR sel
927         - 29  # NDRPDR sel
928         - 32  # NDRPDR sel
929         - 40  # NDRPDR sel
930         - 43  # NDRPDR sel
931         - 44  # NDRPDR sel
932         - 45  # NDRPDR sel
933         - 47  # NDRPDR sel
934         - 48  # NDRPDR sel
935         - 49  # NDRPDR sel
936     vpp-soak-vs-ndr-2n-clx-cmp:
937       # TODO: Replace:
938       # csit-vpp-perf-report-iterative-2005-2n-clx:
939       csit-vpp-perf-verify-2001-2n-clx:
940         - 93  # SOAK
941         - 94  # Soak
942     vpp-soak-vs-ndr-2n-clx:
943       # TODO: Replace:
944       # csit-vpp-perf-report-iterative-2005-2n-clx:
945       csit-vpp-perf-verify-2001-2n-clx:
946         - 28  # NDRPDR sel
947         - 29  # NDRPDR sel
948         - 32  # NDRPDR sel
949         - 40  # NDRPDR sel
950         - 43  # NDRPDR sel
951         - 44  # NDRPDR sel
952         - 45  # NDRPDR sel
953         - 47  # NDRPDR sel
954         - 48  # NDRPDR sel
955         - 49  # NDRPDR sel
956         - 93  # SOAK
957         - 94  # Soak
958
959     vpp-performance-changes-3n-hsw-mrr-h1:
960       csit-vpp-perf-verify-1908-3n-hsw:
961         - 39  # MRR sel
962     vpp-performance-changes-3n-hsw-mrr-ref:
963       csit-vpp-perf-verify-2001-3n-hsw:
964         - 17  # MRR sel
965     vpp-performance-changes-3n-hsw-mrr-cmp:
966       csit-vpp-perf-report-iterative-2005-3n-hsw:
967         - 13  # MRR
968
969     vpp-performance-changes-3n-skx-mrr-h1:
970       csit-vpp-perf-verify-1908-3n-skx:
971         - 36  # MRR sel
972     vpp-performance-changes-3n-skx-mrr-ref:
973       csit-vpp-perf-verify-2001-3n-skx:
974         - 50  # MRR sel
975         - 53  # MRR sel addition
976     vpp-performance-changes-3n-skx-mrr-cmp:
977       # TODO: Replace:
978       # csit-vpp-perf-report-iterative-2005-3n-skx:
979       csit-vpp-perf-verify-2001-3n-skx:
980         - 50  # MRR sel
981         - 53  # MRR sel addition
982
983     vpp-performance-changes-2n-skx-mrr-h1:
984       csit-vpp-perf-verify-1908-2n-skx:
985         - 69  # MRR sel
986     vpp-performance-changes-2n-skx-mrr-ref:
987       csit-vpp-perf-verify-2001-2n-skx:
988         - 101 # MRR sel
989         - 128 # MRR sel addition
990     vpp-performance-changes-2n-skx-mrr-cmp:
991       # TODO: Replace:
992       # csit-vpp-perf-report-iterative-2005-2n-skx:
993       csit-vpp-perf-verify-2001-2n-skx:
994         - 101 # MRR sel
995         - 128 # MRR sel addition
996
997 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
998 #      csit-vpp-perf-verify-1908-2n-skx:
999 #        - 71  # NFV MRR
1000 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1001 #      # TODO: Replace
1002 #      # csit-vpp-perf-verify-2001-2n-skx:
1003 #      csit-vpp-perf-verify-1908-2n-skx:
1004 #        - 71  # NFV MRR
1005
1006     vpp-performance-changes-2n-dnv-mrr-h1:
1007       csit-vpp-perf-verify-1908-2n-dnv:
1008         - 11  # MRR sel
1009     vpp-performance-changes-2n-dnv-mrr-ref:
1010       csit-vpp-perf-verify-2001-2n-dnv:
1011         - 12  # MRR sel
1012     vpp-performance-changes-2n-dnv-mrr-cmp:
1013       csit-vpp-perf-report-iterative-2005-2n-dnv:
1014         - 15  # MRR sel
1015
1016     vpp-performance-changes-3n-dnv-mrr-h1:
1017       csit-vpp-perf-verify-1908-3n-dnv:
1018         - 17  # MRR sel
1019     vpp-performance-changes-3n-dnv-mrr-ref:
1020       csit-vpp-perf-verify-2001-3n-dnv:
1021         - 11  # MRR sel
1022     vpp-performance-changes-3n-dnv-mrr-cmp:
1023       csit-vpp-perf-report-iterative-2005-3n-dnv:
1024         - 8   # MRR
1025
1026     vpp-performance-changes-3n-tsh-mrr-h1:
1027       csit-vpp-perf-verify-1908-3n-tsh:
1028         - 17  # MRR sel
1029     vpp-performance-changes-3n-tsh-mrr-ref:
1030       csit-vpp-perf-verify-2001-3n-tsh:
1031         - 9   # MRR sel
1032     vpp-performance-changes-3n-tsh-mrr-cmp:
1033       # TODO: Replace:
1034       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1035       csit-vpp-perf-verify-2001-3n-tsh:
1036         - 9   # MRR sel
1037
1038     dpdk-performance-changes-3n-hsw-h1:
1039       csit-dpdk-perf-verify-1908-3n-hsw:
1040         - 2   # NDRPDR sel
1041         - 3   # NDRPDR sel
1042         - 4   # NDRPDR sel
1043         - 5   # NDRPDR sel
1044         - 6   # NDRPDR sel
1045         - 7   # NDRPDR sel
1046         - 8   # NDRPDR sel
1047         - 9   # NDRPDR sel
1048         - 10  # NDRPDR sel
1049         - 11  # NDRPDR sel
1050     dpdk-performance-changes-3n-hsw-ref:
1051       csit-dpdk-perf-verify-2001-3n-hsw:
1052         - 4   # NDRPDR sel
1053         - 5   # NDRPDR sel
1054         - 6   # NDRPDR sel
1055         - 7   # NDRPDR sel
1056         - 8   # NDRPDR sel
1057         - 9   # NDRPDR sel
1058         - 10  # NDRPDR sel
1059         - 11  # NDRPDR sel
1060         - 12  # NDRPDR sel
1061         - 13  # NDRPDR sel
1062         - 15  # NDRPDR sel
1063         - 16  # NDRPDR sel
1064         - 17  # NDRPDR sel
1065         - 18  # NDRPDR sel
1066         - 19  # NDRPDR sel
1067         - 20  # NDRPDR sel
1068         - 21  # NDRPDR sel
1069         - 22  # NDRPDR sel
1070         - 23  # NDRPDR sel
1071         - 24  # NDRPDR sel
1072     dpdk-performance-changes-3n-hsw-cmp:
1073       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1074         - 5   # NDRPDR sel
1075         - 6   # NDRPDR sel
1076         - 7   # NDRPDR sel
1077         - 8   # NDRPDR sel
1078         - 9   # NDRPDR sel
1079         - 10  # NDRPDR sel
1080         - 11  # NDRPDR sel
1081         - 12  # NDRPDR sel
1082         - 13  # NDRPDR sel
1083         - 14  # NDRPDR sel
1084
1085     dpdk-performance-changes-3n-skx-h1:
1086       csit-dpdk-perf-verify-1908-3n-skx:
1087         - 3   # NDRPDR sel
1088         - 4   # NDRPDR sel
1089         - 5   # NDRPDR sel
1090         - 6   # NDRPDR sel
1091         - 7   # NDRPDR sel
1092         - 8   # NDRPDR sel
1093         - 9   # NDRPDR sel
1094         - 10  # NDRPDR sel
1095         - 11  # NDRPDR sel
1096         - 12  # NDRPDR sel
1097     dpdk-performance-changes-3n-skx-ref:
1098       csit-dpdk-perf-verify-2001-3n-skx:
1099         - 29  # NDRPDR sel xxv710
1100         - 33  # NDRPDR sel xxv710
1101         - 34  # NDRPDR sel xxv710
1102         - 35  # NDRPDR sel xxv710
1103         - 36  # NDRPDR sel xxv710
1104         - 37  # NDRPDR sel xxv710
1105         - 41  # NDRPDR sel xxv710
1106         - 42  # NDRPDR sel xxv710
1107         - 43  # NDRPDR sel xxv710
1108         - 45  # NDRPDR sel xxv710
1109         - 30  # NDRPDR sel x710
1110         - 31  # NDRPDR sel x710
1111         - 32  # NDRPDR sel x710
1112         - 38  # NDRPDR sel x710
1113         - 39  # NDRPDR sel x710
1114         - 40  # NDRPDR sel x710
1115         - 44  # NDRPDR sel x710
1116         - 46  # NDRPDR sel x710
1117         - 47  # NDRPDR sel x710
1118         - 48  # NDRPDR sel x710
1119     dpdk-performance-changes-3n-skx-cmp:
1120       csit-dpdk-perf-report-iterative-2005-3n-skx:
1121         - 4   # NDRPDR sel
1122         - 5   # NDRPDR sel
1123         - 6   # NDRPDR sel
1124         - 7   # NDRPDR sel
1125         - 8   # NDRPDR sel
1126         - 11  # NDRPDR sel
1127         - 12  # NDRPDR sel
1128         - 13  # NDRPDR sel
1129         - 14  # NDRPDR sel
1130         - 15  # NDRPDR sel
1131
1132     dpdk-performance-changes-2n-skx-h1:
1133       csit-dpdk-perf-verify-1908-2n-skx:
1134         - 2   # NDRPDR sel
1135         - 3   # NDRPDR sel
1136         - 4   # NDRPDR sel
1137         - 5   # NDRPDR sel
1138         - 7   # NDRPDR sel
1139         - 8   # NDRPDR sel
1140         - 9   # NDRPDR sel
1141         - 10  # NDRPDR sel
1142         - 11  # NDRPDR sel
1143         - 12  # NDRPDR sel
1144     dpdk-performance-changes-2n-skx-ref:
1145       csit-dpdk-perf-verify-2001-2n-skx:
1146         - 35  # NDRPDR sel xxv710
1147         - 36  # NDRPDR sel xxv710
1148         - 37  # NDRPDR sel xxv710
1149         - 41  # NDRPDR sel xxv710
1150         - 42  # NDRPDR sel xxv710
1151         - 43  # NDRPDR sel xxv710
1152         - 46  # NDRPDR sel xxv710
1153         - 47  # NDRPDR sel xxv710
1154         - 52  # NDRPDR sel xxv710
1155         - 53  # NDRPDR sel xxv710
1156         - 38  # NDRPDR sel x710
1157         - 39  # NDRPDR sel x710
1158         - 40  # NDRPDR sel x710
1159         - 44  # NDRPDR sel x710
1160         - 45  # NDRPDR sel x710
1161         - 48  # NDRPDR sel x710
1162         - 49  # NDRPDR sel x710
1163         - 50  # NDRPDR sel x710
1164         - 51  # NDRPDR sel x710
1165         - 54  # NDRPDR sel x710
1166     dpdk-performance-changes-2n-skx-cmp:
1167       csit-dpdk-perf-report-iterative-2005-2n-skx:
1168         - 1   # NDRPDR sel
1169         - 2   # NDRPDR sel
1170         - 3   # NDRPDR sel
1171         - 4   # NDRPDR sel
1172         - 5   # NDRPDR sel
1173         - 6   # NDRPDR sel
1174         - 7   # NDRPDR sel
1175         - 8   # NDRPDR sel
1176         - 9   # NDRPDR sel
1177         - 10  # NDRPDR sel
1178
1179     dpdk-performance-changes-2n-clx-ref:
1180       csit-dpdk-perf-verify-2001-2n-clx:
1181         - 15  # NDRPDR sel
1182         - 16  # NDRPDR sel
1183         - 17  # NDRPDR sel
1184         - 18  # NDRPDR sel
1185         - 19  # NDRPDR sel
1186         - 20  # NDRPDR sel
1187         - 21  # NDRPDR sel
1188         - 22  # NDRPDR sel
1189         - 23  # NDRPDR sel
1190         - 24  # NDRPDR sel
1191         - 25  # NDRPDR sel
1192         - 26  # NDRPDR sel
1193         - 27  # NDRPDR sel
1194         - 28  # NDRPDR sel
1195         - 29  # NDRPDR sel
1196         - 30  # NDRPDR sel
1197         - 31  # NDRPDR sel
1198         - 32  # NDRPDR sel
1199         - 33  # NDRPDR sel
1200         - 34  # NDRPDR sel
1201     dpdk-performance-changes-2n-clx-cmp:
1202       csit-dpdk-perf-report-iterative-2005-2n-clx:
1203         - 1   # NDRPDR sel
1204         - 2   # NDRPDR sel
1205         - 3   # NDRPDR sel
1206         - 4   # NDRPDR sel
1207         - 5   # NDRPDR sel
1208         - 6   # NDRPDR sel
1209         - 7   # NDRPDR sel
1210         - 8   # NDRPDR sel
1211         - 9   # NDRPDR sel
1212         - 10  # NDRPDR sel
1213
1214     dpdk-performance-changes-2n-dnv-ref:
1215       csit-dpdk-perf-verify-2001-2n-dnv:
1216         - 9   # NDRPDR sel
1217         - 10  # NDRPDR sel
1218         - 11  # NDRPDR sel
1219         - 12  # NDRPDR sel
1220         - 13  # NDRPDR sel
1221         - 14  # NDRPDR sel
1222         - 15  # NDRPDR sel
1223         - 16  # NDRPDR sel
1224         - 17  # NDRPDR sel
1225         - 18  # NDRPDR sel
1226     dpdk-performance-changes-2n-dnv-cmp:
1227       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1228         - 8   # NDRPDR sel
1229         - 9   # NDRPDR sel
1230         - 10  # NDRPDR sel
1231         - 11  # NDRPDR sel
1232         - 12  # NDRPDR sel
1233         - 13  # NDRPDR sel
1234         - 14  # NDRPDR sel
1235         - 15  # NDRPDR sel
1236         - 16  # NDRPDR sel
1237         - 17  # NDRPDR sel
1238
1239     dpdk-performance-changes-3n-dnv-ref:
1240       csit-dpdk-perf-verify-2001-3n-dnv:
1241         - 12  # NDRPDR sel
1242         - 13  # NDRPDR sel
1243         - 14  # NDRPDR sel
1244         - 15  # NDRPDR sel
1245         - 16  # NDRPDR sel
1246         - 17  # NDRPDR sel
1247         - 18  # NDRPDR sel
1248         - 19  # NDRPDR sel
1249         - 20  # NDRPDR sel
1250         - 22  # NDRPDR sel
1251     dpdk-performance-changes-3n-dnv-cmp:
1252       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1253         - 6   # NDRPDR sel
1254         - 7   # NDRPDR sel
1255         - 8   # NDRPDR sel
1256         - 9   # NDRPDR sel
1257         - 10  # NDRPDR sel
1258         - 11  # NDRPDR sel
1259         - 12  # NDRPDR sel
1260         - 13  # NDRPDR sel
1261         - 14  # NDRPDR sel
1262         - 16  # NDRPDR sel
1263
1264     dpdk-performance-changes-3n-tsh-ref:
1265       csit-dpdk-perf-verify-2001-3n-tsh:
1266         - 3   # NDRPDR sel
1267         - 4   # NDRPDR sel
1268         - 5   # NDRPDR sel
1269         - 9   # NDRPDR sel
1270         - 10  # NDRPDR sel
1271         - 11  # NDRPDR sel
1272         - 12  # NDRPDR sel
1273         - 14  # NDRPDR sel
1274         - 15  # NDRPDR sel
1275         - 18  # NDRPDR sel
1276     dpdk-performance-changes-3n-tsh-cmp:
1277       # TODO: Add data:
1278       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1279         - 5   # NDRPDR sel
1280
1281     # Compare testbeds
1282
1283     vpp-compare-testbeds-ref:
1284       csit-vpp-perf-report-iterative-2005-3n-hsw:
1285         - 3   # NDRPDR sel
1286         - 4   # NDRPDR sel
1287         - 5   # NDRPDR sel
1288         - 10  # NDRPDR sel
1289         - 11  # NDRPDR sel
1290         - 12  # NDRPDR sel
1291         - 15  # NDRPDR sel
1292         - 16  # NDRPDR sel
1293         - 18  # NDRPDR sel
1294         - 19  # NDRPDR sel
1295     vpp-compare-testbeds-cmp:
1296       # TODO: Add data:
1297       csit-vpp-perf-report-iterative-2005-3n-skx:
1298         - 5   # NDRPDR sel
1299
1300     vpp-compare-testbeds-skx-clx-ref:
1301       # TODO: Replace:
1302       # csit-vpp-perf-report-iterative-2005-2n-skx:
1303       csit-vpp-perf-verify-2001-2n-skx:
1304         - 143  # NDRPDR sel - new2001.0
1305         - 146  # NDRPDR sel - new2001.0
1306         - 147  # NDRPDR sel - new2001.0
1307         - 148  # NDRPDR sel - new2001.0
1308         - 149  # NDRPDR sel - new2001.0
1309         - 150  # NDRPDR sel - new2001.0
1310         - 151  # NDRPDR sel - new2001.0
1311         - 152  # NDRPDR sel - new2001.0
1312         - 153  # NDRPDR sel - new2001.0
1313         - 154  # NDRPDR sel - new2001.0
1314     vpp-compare-testbeds-skx-clx-cmp:
1315       # TODO: Add data:
1316       csit-vpp-perf-report-iterative-2005-2n-clx:
1317         - 7   # NDRPDR sel
1318         - 9   # NDRPDR sel
1319
1320     vpp-compare-testbeds-hsw-clx-ref:
1321       csit-vpp-perf-report-iterative-2005-3n-hsw:
1322         - 3   # NDRPDR sel
1323         - 4   # NDRPDR sel
1324         - 5   # NDRPDR sel
1325         - 10  # NDRPDR sel
1326         - 11  # NDRPDR sel
1327         - 12  # NDRPDR sel
1328         - 15  # NDRPDR sel
1329         - 16  # NDRPDR sel
1330         - 18  # NDRPDR sel
1331         - 19  # NDRPDR sel
1332     vpp-compare-testbeds-hsw-clx-cmp:
1333       # TODO: Add data:
1334       csit-vpp-perf-report-iterative-2005-2n-clx:
1335         - 7   # NDRPDR sel
1336         - 9   # NDRPDR sel
1337
1338     vpp-compare-testbeds-mrr-ref:
1339       csit-vpp-perf-report-iterative-2005-3n-hsw:
1340         - 13  # MRR
1341     vpp-compare-testbeds-mrr-cmp:
1342       # TODO: Replace:
1343       # csit-vpp-perf-report-iterative-2005-3n-skx:
1344       csit-vpp-perf-verify-2001-3n-skx:
1345         - 50  # MRR sel
1346         - 53  # MRR sel addition
1347
1348     vpp-compare-testbeds-mrr-skx-clx-ref:
1349       # TODO: Replace:
1350       # csit-vpp-perf-report-iterative-2005-2n-skx:
1351       csit-vpp-perf-verify-2001-2n-skx:
1352         - 101 # MRR sel
1353         - 128 # MRR sel addition
1354     vpp-compare-testbeds-mrr-skx-clx-cmp:
1355       # TODO: Replace:
1356       # csit-vpp-perf-report-iterative-2005-2n-clx:
1357       csit-vpp-perf-verify-2001-2n-clx:
1358         - 39  # MRR
1359
1360     vpp-compare-testbeds-mrr-hsw-clx-ref:
1361       csit-vpp-perf-report-iterative-2005-3n-hsw:
1362         - 13  # MRR
1363     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1364       # TODO: Replace:
1365       # csit-vpp-perf-report-iterative-2005-2n-clx:
1366       csit-vpp-perf-verify-2001-2n-clx:
1367         - 39  # MRR
1368
1369     dpdk-compare-testbeds-ref:
1370       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1371         - 5   # NDRPDR sel
1372         - 6   # NDRPDR sel
1373         - 7   # NDRPDR sel
1374         - 8   # NDRPDR sel
1375         - 9   # NDRPDR sel
1376         - 10  # NDRPDR sel
1377         - 11  # NDRPDR sel
1378         - 12  # NDRPDR sel
1379         - 13  # NDRPDR sel
1380         - 14  # NDRPDR sel
1381     dpdk-compare-testbeds-cmp:
1382       csit-dpdk-perf-report-iterative-2005-3n-skx:
1383         - 4   # NDRPDR sel
1384         - 5   # NDRPDR sel
1385         - 6   # NDRPDR sel
1386         - 7   # NDRPDR sel
1387         - 8   # NDRPDR sel
1388         - 11  # NDRPDR sel
1389         - 12  # NDRPDR sel
1390         - 13  # NDRPDR sel
1391         - 14  # NDRPDR sel
1392         - 15  # NDRPDR sel
1393
1394     dpdk-compare-testbeds-skx-clx-ref:
1395       csit-dpdk-perf-report-iterative-2005-2n-skx:
1396         - 1   # NDRPDR sel
1397         - 2   # NDRPDR sel
1398         - 3   # NDRPDR sel
1399         - 4   # NDRPDR sel
1400         - 5   # NDRPDR sel
1401         - 6   # NDRPDR sel
1402         - 7   # NDRPDR sel
1403         - 8   # NDRPDR sel
1404         - 9   # NDRPDR sel
1405         - 10  # NDRPDR sel
1406     dpdk-compare-testbeds-skx-clx-cmp:
1407       csit-dpdk-perf-report-iterative-2005-2n-clx:
1408         - 1   # NDRPDR sel
1409         - 2   # NDRPDR sel
1410         - 3   # NDRPDR sel
1411         - 4   # NDRPDR sel
1412         - 5   # NDRPDR sel
1413         - 6   # NDRPDR sel
1414         - 7   # NDRPDR sel
1415         - 8   # NDRPDR sel
1416         - 9   # NDRPDR sel
1417         - 10  # NDRPDR sel
1418
1419     # Compare topologies
1420
1421     vpp-compare-topologies-ref:
1422       # TODO: Add data:
1423       csit-vpp-perf-report-iterative-2005-3n-skx:
1424         - 5   # NDRPDR sel
1425     vpp-compare-topologies-cmp:
1426       # TODO: Replace:
1427       # csit-vpp-perf-report-iterative-2005-2n-skx:
1428       csit-vpp-perf-verify-2001-2n-skx:
1429         - 143  # NDRPDR sel - new2001.0
1430         - 146  # NDRPDR sel - new2001.0
1431         - 147  # NDRPDR sel - new2001.0
1432         - 148  # NDRPDR sel - new2001.0
1433         - 149  # NDRPDR sel - new2001.0
1434         - 150  # NDRPDR sel - new2001.0
1435         - 151  # NDRPDR sel - new2001.0
1436         - 152  # NDRPDR sel - new2001.0
1437         - 153  # NDRPDR sel - new2001.0
1438         - 154  # NDRPDR sel - new2001.0
1439
1440     vpp-compare-topologies-mrr-ref:
1441       # TODO: Replace:
1442       # csit-vpp-perf-report-iterative-2005-3n-skx:
1443       csit-vpp-perf-verify-2001-3n-skx:
1444         - 50  # MRR sel
1445         - 53  # MRR sel addition
1446     vpp-compare-topologies-mrr-cmp:
1447       # TODO: Replace:
1448       # csit-vpp-perf-report-iterative-2005-2n-skx:
1449       csit-vpp-perf-verify-2001-2n-skx:
1450         - 101 # MRR sel
1451         - 128 # MRR sel addition
1452
1453     dpdk-compare-topologies-ref:
1454       csit-dpdk-perf-report-iterative-2005-3n-skx:
1455         - 4   # NDRPDR sel
1456         - 5   # NDRPDR sel
1457         - 6   # NDRPDR sel
1458         - 7   # NDRPDR sel
1459         - 8   # NDRPDR sel
1460         - 11  # NDRPDR sel
1461         - 12  # NDRPDR sel
1462         - 13  # NDRPDR sel
1463         - 14  # NDRPDR sel
1464         - 15  # NDRPDR sel
1465     dpdk-compare-topologies-cmp:
1466       csit-dpdk-perf-report-iterative-2005-2n-skx:
1467         - 1   # NDRPDR sel
1468         - 2   # NDRPDR sel
1469         - 3   # NDRPDR sel
1470         - 4   # NDRPDR sel
1471         - 5   # NDRPDR sel
1472         - 6   # NDRPDR sel
1473         - 7   # NDRPDR sel
1474         - 8   # NDRPDR sel
1475         - 9   # NDRPDR sel
1476         - 10  # NDRPDR sel
1477
1478   plot-layouts:
1479
1480     plot-soak-throughput:
1481       titlefont:
1482         size: 18
1483       xaxis:
1484         title: "<b>Test Cases [Index]</b>"
1485         titlefont:
1486           size: 16
1487         autorange: True
1488         fixedrange: False
1489         gridcolor: "rgb(230, 230, 230)"
1490         linecolor: "rgb(220, 220, 220)"
1491         linewidth: 1
1492         showgrid: True
1493         showline: True
1494         showticklabels: True
1495         tickcolor: "rgb(220, 220, 220)"
1496         tickmode: "linear"
1497         tickfont:
1498           size: 16
1499         zeroline: False
1500       yaxis:
1501         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1502         titlefont:
1503           size: 16
1504         gridcolor: "rgb(230, 230, 230)"
1505         hoverformat: ".4r"
1506         tickformat: ".3r"
1507         linecolor: "rgb(220, 220, 220)"
1508         linewidth: 1
1509         showgrid: True
1510         showline: True
1511         showticklabels: True
1512         tickcolor: "rgb(220, 220, 220)"
1513         tickfont:
1514           size: 16
1515         zeroline: False
1516         range: [0,50]
1517       autosize: False
1518       margin:
1519         t: 50
1520         b: 0
1521         l: 80
1522         r: 20
1523       showlegend: True
1524       legend:
1525         orientation: "h"
1526         font:
1527           size: 16
1528       width: 700
1529       height: 900
1530       paper_bgcolor: "#fff"
1531       plot_bgcolor: "#fff"
1532       hoverlabel:
1533         namelength: -1
1534
1535     plot-service-density:
1536       titlefont:
1537         size: 18
1538       xaxis:
1539         side: "top"
1540         autorange: True
1541         fixedrange: False
1542         showgrid: False
1543         showline: False
1544         showticklabels: False
1545         ticks: ""
1546         ticklen: 0
1547         tickwidth: 0
1548         zeroline: False
1549       yaxis:
1550         autorange: "reversed"
1551         showgrid: False
1552         showline: False
1553         showticklabels: False
1554         ticks: ""
1555         ticklen: 0
1556         tickwidth: 0
1557         zeroline: False
1558       showlegend: False
1559       paper_bgcolor: "#fff"
1560       plot_bgcolor: "#fff"
1561       width: 700
1562       height: 700
1563       hoverlabel:
1564         namelength: -1
1565
1566     plot-cps:
1567       titlefont:
1568         size: 18
1569       xaxis:
1570         title: "<b>Test Cases [Index]</b>"
1571         titlefont:
1572           size: 16
1573         autorange: True
1574         fixedrange: False
1575         gridcolor: "rgb(230, 230, 230)"
1576         linecolor: "rgb(220, 220, 220)"
1577         linewidth: 1
1578         showgrid: True
1579         showline: True
1580         showticklabels: True
1581         tickcolor: "rgb(220, 220, 220)"
1582         tickmode: "linear"
1583         tickfont:
1584           size: 16
1585         zeroline: False
1586       yaxis:
1587         title: "<b>Connections Per Second [cps]</b>"
1588         titlefont:
1589           size: 16
1590         gridcolor: "rgb(230, 230, 230)"
1591         hoverformat: ".4s"
1592         linecolor: "rgb(220, 220, 220)"
1593         linewidth: 1
1594         rangemode: "tozero"
1595         showgrid: True
1596         showline: True
1597         showticklabels: True
1598         tickcolor: "rgb(220, 220, 220)"
1599         tickformat: ".3s"
1600         tickfont:
1601           size: 16
1602         zeroline: False
1603       boxmode: "group"
1604       boxgroupgap: 0.5
1605       autosize: False
1606       margin:
1607         t: 50
1608         b: 20
1609         l: 80
1610         r: 20
1611       showlegend: True
1612       legend:
1613         orientation: "h"
1614         font:
1615           size: 16
1616       width: 700
1617       height: 800
1618       paper_bgcolor: "#fff"
1619       plot_bgcolor: "#fff"
1620       hoverlabel:
1621         namelength: -1
1622
1623     plot-rps:
1624       titlefont:
1625         size: 18
1626       xaxis:
1627         title: "<b>Test Cases [Index]</b>"
1628         titlefont:
1629           size: 16
1630         autorange: True
1631         fixedrange: False
1632         gridcolor: "rgb(230, 230, 230)"
1633         linecolor: "rgb(220, 220, 220)"
1634         linewidth: 1
1635         showgrid: True
1636         showline: True
1637         showticklabels: True
1638         tickcolor: "rgb(220, 220, 220)"
1639         tickmode: "linear"
1640         tickfont:
1641           size: 16
1642         zeroline: False
1643       yaxis:
1644         title: "<b>Requests Per Second [rps]</b>"
1645         titlefont:
1646           size: 16
1647         gridcolor: "rgb(230, 230, 230)"
1648         hoverformat: ".4s"
1649         linecolor: "rgb(220, 220, 220)"
1650         linewidth: 1
1651         rangemode: "tozero"
1652         showgrid: True
1653         showline: True
1654         showticklabels: True
1655         tickcolor: "rgb(230, 230, 230)"
1656         tickformat: ".3s"
1657         tickfont:
1658           size: 16
1659         zeroline: False
1660       boxmode: "group"
1661       boxgroupgap: 0.5
1662       autosize: False
1663       margin:
1664         t: 50
1665         b: 20
1666         l: 80
1667         r: 20
1668       showlegend: True
1669       legend:
1670         orientation: "h"
1671         font:
1672           size: 16
1673       width: 700
1674       height: 800
1675       paper_bgcolor: "#fff"
1676       plot_bgcolor: "#fff"
1677       hoverlabel:
1678         namelength: -1
1679
1680     plot-hoststack:
1681       titlefont:
1682         size: 16
1683       xaxis:
1684         title: "<b>Test Cases [Index]</b>"
1685         titlefont:
1686           size: 14
1687         autorange: True
1688         fixedrange: False
1689         gridcolor: "rgb(230, 230, 230)"
1690         linecolor: "rgb(220, 220, 220)"
1691         linewidth: 1
1692         showgrid: True
1693         showline: True
1694         showticklabels: True
1695         tickcolor: "rgb(220, 220, 220)"
1696         tickmode: "linear"
1697         tickfont:
1698           size: 14
1699         zeroline: False
1700       yaxis:
1701         title: "<b>Bandwidth [Gbps]</b>"
1702         titlefont:
1703           size: 14
1704         gridcolor: "rgb(230, 230, 230)"
1705         hoverformat: ".4s"
1706         linecolor: "rgb(220, 220, 220)"
1707         linewidth: 1
1708         rangemode: "tozero"
1709         showgrid: True
1710         showline: True
1711         showticklabels: True
1712         tickcolor: "rgb(230, 230, 230)"
1713         tickformat: ".3s"
1714         tickfont:
1715           size: 14
1716         zeroline: False
1717       boxmode: "group"
1718       boxgroupgap: 0.5
1719       autosize: False
1720       margin:
1721         t: 50
1722         b: 20
1723         l: 80
1724         r: 20
1725       showlegend: True
1726       legend:
1727         orientation: "h"
1728         font:
1729           size: 14
1730       width: 700
1731       height: 800
1732       paper_bgcolor: "#fff"
1733       plot_bgcolor: "#fff"
1734       hoverlabel:
1735         namelength: -1
1736
1737     plot-throughput:
1738       titlefont:
1739         size: 18
1740       xaxis:
1741         title: "<b>Test Cases [Index]</b>"
1742         titlefont:
1743           size: 16
1744         autorange: True
1745         fixedrange: False
1746         gridcolor: "rgb(230, 230, 230)"
1747         linecolor: "rgb(220, 220, 220)"
1748         linewidth: 1
1749         showgrid: True
1750         showline: True
1751         showticklabels: True
1752         tickcolor: "rgb(220, 220, 220)"
1753         tickmode: "linear"
1754         tickfont:
1755           size: 16
1756         zeroline: False
1757       yaxis:
1758         title: "<b>Packet Throughput [Mpps]</b>"
1759         titlefont:
1760           size: 16
1761         gridcolor: "rgb(230, 230, 230)"
1762         hoverformat: ".4r"
1763         tickformat: ".3r"
1764         linecolor: "rgb(220, 220, 220)"
1765         linewidth: 1
1766         showgrid: True
1767         showline: True
1768         showticklabels: True
1769         tickcolor: "rgb(220, 220, 220)"
1770         tickfont:
1771           size: 16
1772         zeroline: False
1773         range: [0,50]
1774       autosize: False
1775       margin:
1776         t: 50
1777         b: 0
1778         l: 80
1779         r: 20
1780       showlegend: True
1781       legend:
1782         orientation: "h"
1783         font:
1784           size: 16
1785       width: 700
1786       height: 900
1787       paper_bgcolor: "#fff"
1788       plot_bgcolor: "#fff"
1789       hoverlabel:
1790         namelength: -1
1791
1792     plot-throughput-speedup-analysis:
1793       titlefont:
1794         size: 18
1795       xaxis:
1796         title: "<b>Number of Cores [Qty]</b>"
1797         titlefont:
1798           size: 16
1799         autorange: True
1800         fixedrange: False
1801         gridcolor: "rgb(230, 230, 230)"
1802         linecolor: "rgb(220, 220, 220)"
1803         linewidth: 1
1804         showgrid: True
1805         showline: True
1806         showticklabels: True
1807         tickcolor: "rgb(238, 238, 238)"
1808         tickmode: "linear"
1809         tickfont:
1810           size: 16
1811         zeroline: False
1812       yaxis:
1813         title: "<b>Packet Throughput [Mpps]</b>"
1814         titlefont:
1815           size: 16
1816         type: "linear"
1817         gridcolor: "rgb(230, 230, 230)"
1818         hoverformat: ".4s"
1819         linecolor: "rgb(220, 220, 220)"
1820         linewidth: 1
1821         showgrid: True
1822         showline: True
1823         showticklabels: True
1824         tickcolor: "rgb(220, 220, 220)"
1825         tickformat: ".4s"
1826         tickfont:
1827           size: 16
1828         zeroline: True
1829         rangemode: "tozero"
1830         range: [0,100]
1831       legend:
1832         orientation: "h"
1833         font:
1834           size: 16
1835         xanchor: "left"
1836         yanchor: "top"
1837         x: 0
1838         y: -0.2
1839         bgcolor: "rgba(255, 255, 255, 0)"
1840         bordercolor: "rgba(255, 255, 255, 0)"
1841         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1842       autosize: False
1843       margin:
1844           't': 50
1845           'b': 150
1846           'l': 85
1847           'r': 10
1848       showlegend: True
1849       width: 700
1850       height: 700
1851       paper_bgcolor: "#fff"
1852       plot_bgcolor: "#fff"
1853       hoverlabel:
1854         namelength: -1
1855       annotations: [
1856         {
1857           text: "_ _          __          ...",
1858           align: "left",
1859           showarrow: False,
1860           xref: "paper",
1861           yref: "paper",
1862           xanchor: "left",
1863           yanchor: "top",
1864           x: 0,
1865           y: -0.13,
1866           font: {
1867             family: "Consolas, Courier New",
1868             size: 15
1869           },
1870         },
1871         {
1872           text: "    Perfect     Measured     Limit",
1873           align: "left",
1874           showarrow: False,
1875           xref: "paper",
1876           yref: "paper",
1877           xanchor: "left",
1878           yanchor: "top",
1879           x: 0,
1880           y: -0.15,
1881           font: {
1882             family: "Consolas, Courier New",
1883             size: 15
1884           },
1885         },
1886       ]
1887
1888     plot-latency:
1889       titlefont:
1890         size: 18
1891       xaxis:
1892         title: "<b>Direction</b>"
1893         titlefont:
1894           size: 16
1895         autorange: True
1896         fixedrange: False
1897         gridcolor: "rgb(230, 230, 230)"
1898         linecolor: "rgb(220, 220, 220)"
1899         linewidth: 1
1900         showgrid: True
1901         showline: True
1902         showticklabels: False
1903         tickcolor: "rgb(220, 220, 220)"
1904         tickmode: "linear"
1905         tickfont:
1906           size: 16
1907         zeroline: False
1908       yaxis:
1909         title: "<b>Packet Latency [uSec]</b>"
1910         titlefont:
1911           size: 16
1912         type: "linear"
1913         gridcolor: "rgb(230, 230, 230)"
1914         hoverformat: ".4s"
1915         linecolor: "rgb(220, 220, 220)"
1916         linewidth: 1
1917         showgrid: True
1918         showline: True
1919         showticklabels: True
1920         tickcolor: "rgb(220, 220, 220)"
1921         tickformat: ".4s"
1922         tickfont:
1923           size: 16
1924         zeroline: True
1925         rangemode: "tozero"
1926       legend:
1927         orientation: "h"
1928         font:
1929           size: 16
1930         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1931       autosize: False
1932       margin:
1933           't': 50
1934           'b': 150
1935           'l': 80
1936           'r': 10
1937       showlegend: True
1938       width: 700
1939       height: 700
1940       paper_bgcolor: "#fff"
1941       plot_bgcolor: "#fff"
1942       hoverlabel:
1943         namelength: -1
1944
1945     plot-hdrh-latency:
1946       title:
1947         text: ""
1948         xanchor: "center"
1949         x: 0.5
1950         font:
1951           size: 16
1952       width: 700
1953       plot_bgcolor: "white"
1954       annotations:
1955         - font:
1956             size: 14
1957           showarrow: False
1958           text: "<b>Packet Latency [uSec]</b>"
1959           x: 1
1960           xanchor: "right"
1961           xref: "paper"
1962           y: -0.045
1963           yanchor: "top"
1964           yref: "paper"
1965         - font:
1966             size: 14
1967           showarrow: False
1968           text: "<b>Probability [%]</b>"
1969           textangle: 270
1970           x: -0.06
1971           xanchor: "center"
1972           xref: "paper"
1973           y: 0.5
1974           yanchor: "middle"
1975           yref: "paper"
1976         - font:
1977             size: 14
1978           showarrow: False
1979           text: "<b>Direction: E-W</b>"
1980           x: 0.24
1981           xanchor: "center"
1982           xref: "paper"
1983           y: 1.05
1984           yanchor: "bottom"
1985           yref: "paper"
1986         - font:
1987             size: 14
1988           showarrow: False
1989           text: "<b>Direction: W-E</b>"
1990           x: 0.74
1991           xanchor: "center"
1992           xref: "paper"
1993           y: 1.05
1994           yanchor: "bottom"
1995           yref: "paper"
1996
1997     plot-hdrh-latency-percentile:
1998       title:
1999         text: ""
2000         xanchor: "center"
2001         x: 0.5
2002         font:
2003           size: 18
2004       xaxis:
2005         type: "log"
2006         title: "<b>Percentile [%]</b>"
2007         titlefont:
2008           size: 16
2009         autorange: True
2010         fixedrange: False
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         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2019         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2020         tickfont:
2021           size: 16
2022       yaxis:
2023         title: "<b>Packet Latency [uSec]</b>"
2024         titlefont:
2025           size: 16
2026         gridcolor: "rgb(230, 230, 230)"
2027         linecolor: "rgb(220, 220, 220)"
2028         linewidth: 1
2029         showgrid: True
2030         showline: True
2031         showticklabels: True
2032         tickcolor: "rgb(220, 220, 220)"
2033         tickfont:
2034           size: 16
2035       autosize: False
2036       showlegend: True
2037       legend:
2038         traceorder: "normal"
2039         orientation: "h"
2040         font:
2041           size: 16
2042         xanchor: "left"
2043         yanchor: "top"
2044         x: 0
2045         y: -0.15
2046         bgcolor: "rgba(255, 255, 255, 0)"
2047         bordercolor: "rgba(255, 255, 255, 0)"
2048       width: 700
2049       height: 700
2050       paper_bgcolor: "white"
2051       plot_bgcolor: "white"
2052
2053     plot-hdrh-latency-by-percentile:
2054       title:
2055         text: "<b>Latency by Percentile Distribution</b>"
2056         xanchor: "center"
2057         x: 0.5
2058         font:
2059           size: 18
2060       showlegend: True
2061       legend:
2062         traceorder: "normal"
2063         orientation: "h"
2064         font:
2065           size: 16
2066         xanchor: "left"
2067         yanchor: "top"
2068         x: 0
2069         y: -0.2
2070         bgcolor: "rgba(255, 255, 255, 0)"
2071         bordercolor: "rgba(255, 255, 255, 0)"
2072       xaxis:
2073         type: "linear"
2074         title: "<b>Percentile [%]</b>"
2075         titlefont:
2076           size: 14
2077         autorange: False
2078         fixedrange: False
2079         range: [0, 100]
2080         gridcolor: "rgb(230, 230, 230)"
2081         linecolor: "rgb(220, 220, 220)"
2082         linewidth: 1
2083         showgrid: True
2084         showline: True
2085         showticklabels: True
2086         tickcolor: "rgb(220, 220, 220)"
2087         tickvals: [0, 25, 50, 75, 100]
2088         ticktext: [0, 25, 50, 75, 100]
2089         tickfont:
2090           size: 14
2091       yaxis:
2092         title: "<b>One-Way Latency per Direction [uSec]</b>"
2093         titlefont:
2094           size: 14
2095         gridcolor: "rgb(230, 230, 230)"
2096         linecolor: "rgb(220, 220, 220)"
2097         linewidth: 1
2098         showgrid: True
2099         showline: True
2100         showticklabels: True
2101         tickcolor: "rgb(220, 220, 220)"
2102         tickfont:
2103           size: 14
2104       width: 700
2105       height: 700
2106       paper_bgcolor: "white"
2107       plot_bgcolor: "white"
2108
2109 - type: "static"
2110   src-path: "{DIR[RST]}"
2111   dst-path: "{DIR[WORKING,SRC]}"
2112
2113 - type: "input"
2114   general:
2115     file-name: "output_info.xml.gz"
2116     file-format: ".gz"
2117     arch-file-format:
2118       - ".gz"
2119       - ".zip"
2120     download-path: "{job}/{build}/archives/{filename}"
2121     extract: "output.xml"
2122
2123     zip-file-name: "robot-plugin.zip"
2124     zip-file-format: ".zip"
2125     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2126     zip-extract: "robot-plugin/output.xml"
2127
2128   builds:
2129
2130     csit-vpp-perf-verify-1908-3n-hsw:
2131       - 12  # NDRPDR sel
2132       - 13  # NDRPDR sel
2133       - 14  # NDRPDR sel
2134       - 15  # NDRPDR sel
2135       - 16  # NDRPDR sel
2136       - 17  # NDRPDR sel
2137       - 18  # NDRPDR sel
2138       - 19  # NDRPDR sel
2139       - 20  # NDRPDR sel
2140       - 21  # NDRPDR sel
2141       - 48  # NDRPDR sel vhost
2142       - 49  # NDRPDR sel vhost
2143       - 52  # NDRPDR sel vhost
2144       - 53  # NDRPDR sel vhost
2145       - 54  # NDRPDR sel vhost
2146       - 55  # NDRPDR sel vhost
2147       - 56  # NDRPDR sel vhost
2148       - 57  # NDRPDR sel vhost
2149       - 58  # NDRPDR sel vhost
2150       - 59  # NDRPDR sel vhost
2151       - 39  # MRR sel
2152     csit-vpp-perf-verify-2001-3n-hsw:
2153       - 21  # NDRPDR sel
2154       - 22  # NDRPDR sel
2155       - 23  # NDRPDR sel
2156       - 24  # NDRPDR sel
2157       - 25  # NDRPDR sel
2158       - 29  # NDRPDR sel
2159       - 30  # NDRPDR sel
2160       - 31  # NDRPDR sel
2161       - 32  # NDRPDR sel
2162       - 34  # NDRPDR sel
2163       - 17  # MRR sel
2164       - 103  # hoststack REMOVE
2165     csit-vpp-perf-report-iterative-2005-3n-hsw:
2166       - 3   # NDRPDR sel
2167       - 4   # NDRPDR sel
2168       - 5   # NDRPDR sel
2169       - 10  # NDRPDR sel
2170       - 11  # NDRPDR sel
2171       - 12  # NDRPDR sel
2172       - 15  # NDRPDR sel
2173       - 16  # NDRPDR sel
2174       - 18  # NDRPDR sel
2175       - 19  # NDRPDR sel
2176       - 13  # MRR
2177     csit-vpp-perf-report-coverage-2005-3n-hsw:
2178       - 3   # perf-full-3n-hsw-crypto_III
2179
2180     csit-vpp-perf-verify-1908_1-3n-skx:
2181       - 26  # NDRPDR sel - new1908.1
2182       - 27  # NDRPDR sel - new1908.1
2183       - 28  # NDRPDR sel - new1908.1
2184       - 29  # NDRPDR sel - new1908.1
2185       - 30  # NDRPDR sel - new1908.1
2186       - 31  # NDRPDR sel - new1908.1
2187       - 33  # NDRPDR sel - new1908.1
2188       - 34  # NDRPDR sel - new1908.1
2189       - 35  # NDRPDR sel - new1908.1
2190       - 36  # NDRPDR sel - new1908.1
2191     csit-vpp-perf-verify-2001-3n-skx:
2192       - 69  # NDRPDR sel - new2001.0
2193       - 71  # NDRPDR sel - new2001.0
2194       - 72  # NDRPDR sel - new2001.0
2195       - 76  # NDRPDR sel - new2001.0
2196       - 77  # NDRPDR sel - new2001.0
2197       - 78  # NDRPDR sel - new2001.0
2198       - 80  # NDRPDR sel - new2001.0
2199       - 50  # MRR sel
2200       - 53  # MRR sel addition
2201     # TODO: Add data:
2202     csit-vpp-perf-report-iterative-2005-3n-skx:
2203       - 5   # NDRPDR sel
2204
2205     csit-vpp-perf-verify-1908_1-2n-skx:
2206       - 39  # NDRPDR sel - new1908.1
2207       - 40  # NDRPDR sel - new1908.1
2208       - 41  # NDRPDR sel - new1908.1
2209       - 43  # NDRPDR sel - new1908.1
2210       - 44  # NDRPDR sel - new1908.1
2211       - 45  # NDRPDR sel - new1908.1
2212       - 46  # NDRPDR sel - new1908.1
2213       - 47  # NDRPDR sel - new1908.1
2214       - 48  # NDRPDR sel - new1908.1
2215       - 49  # NDRPDR sel - new1908.1
2216     csit-vpp-perf-verify-2001-2n-skx:
2217       - 143  # NDRPDR sel - new2001.0
2218       - 146  # NDRPDR sel - new2001.0
2219       - 147  # NDRPDR sel - new2001.0
2220       - 148  # NDRPDR sel - new2001.0
2221       - 149  # NDRPDR sel - new2001.0
2222       - 150  # NDRPDR sel - new2001.0
2223       - 151  # NDRPDR sel - new2001.0
2224       - 152  # NDRPDR sel - new2001.0
2225       - 153  # NDRPDR sel - new2001.0
2226       - 154  # NDRPDR sel - new2001.0
2227       - 101  # MRR sel - old
2228       - 128  # MRR sel addition - old
2229       - 169  # Reconf REMOVE
2230       - 181  # Soak REMOVE
2231       - 182  # Soak REMOVE
2232     # TODO: Add data:
2233     # csit-vpp-perf-report-iterative-2005-2n-skx:
2234
2235     csit-vpp-perf-verify-1908_1-2n-clx:
2236       - 5  # NDRPDR sel
2237       - 6  # NDRPDR sel
2238       - 7  # NDRPDR sel
2239       - 8  # NDRPDR sel
2240       - 9  # NDRPDR sel
2241     csit-vpp-perf-verify-2001-2n-clx:
2242       - 28  # NDRPDR sel
2243       - 29  # NDRPDR sel
2244       - 32  # NDRPDR sel
2245       - 40  # NDRPDR sel
2246       - 43  # NDRPDR sel
2247       - 44  # NDRPDR sel
2248       - 45  # NDRPDR sel
2249       - 47  # NDRPDR sel
2250       - 48  # NDRPDR sel
2251       - 49  # NDRPDR sel
2252       - 39  # MRR
2253       - 68  # Reconf REMOVE
2254       - 80  # TCP REMOVE
2255       - 93  # Soak REMOVE
2256       - 94  # Soak REMOVE
2257     # TODO: Add data:
2258     csit-vpp-perf-report-iterative-2005-2n-clx:
2259       - 7   # NDRPDR sel
2260       - 9   # NDRPDR sel
2261
2262     csit-vpp-perf-verify-1908-3n-tsh:
2263       - 7   # NDRPDR sel
2264       - 8   # NDRPDR sel
2265       - 9   # NDRPDR sel
2266       - 10  # NDRPDR sel
2267       - 11  # NDRPDR sel
2268       - 12  # NDRPDR sel
2269       - 13  # NDRPDR sel
2270       - 14  # NDRPDR sel
2271       - 15  # NDRPDR sel
2272       - 16  # NDRPDR sel
2273       - 17  # MRR sel
2274     csit-vpp-perf-verify-2001-3n-tsh:
2275       - 3   # NDRPDR sel
2276       - 4   # NDRPDR sel
2277       - 7   # NDRPDR sel
2278       - 8   # NDRPDR sel
2279       - 10  # NDRPDR sel
2280       - 12  # NDRPDR sel
2281       - 13  # NDRPDR sel
2282       - 14  # NDRPDR sel
2283       - 15  # NDRPDR sel
2284       - 21  # NDRPDR sel
2285       - 9   # MRR sel
2286     # TODO: Add data:
2287     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2288
2289     csit-vpp-perf-verify-1908-3n-dnv:
2290       - 6   # NDRPDR sel
2291       - 7   # NDRPDR sel
2292       - 8   # NDRPDR sel
2293       - 9   # NDRPDR sel
2294       - 10  # NDRPDR sel
2295       - 12  # NDRPDR sel
2296       - 13  # NDRPDR sel
2297       - 14  # NDRPDR sel
2298       - 15  # NDRPDR sel
2299       - 16  # NDRPDR sel
2300       - 17  # MRR sel
2301     csit-vpp-perf-verify-2001-3n-dnv:
2302       - 5   # NDRPDR sel
2303       - 6   # NDRPDR sel
2304       - 7   # NDRPDR sel
2305       - 8   # NDRPDR sel
2306       - 9   # NDRPDR sel
2307       - 10  # NDRPDR sel
2308       - 12  # NDRPDR sel
2309       - 16  # NDRPDR sel
2310       - 17  # NDRPDR sel
2311       - 18  # NDRPDR sel
2312       - 11  # MRR sel
2313     # TODO: Add data:
2314     csit-vpp-perf-report-iterative-2005-3n-dnv:
2315       - 2   # NDRPDR sel
2316       - 3   # NDRPDR sel
2317       - 4   # NDRPDR sel
2318       - 5   # NDRPDR sel
2319       - 6   # NDRPDR sel
2320       - 7   # NDRPDR sel
2321       - 9   # NDRPDR sel
2322       - 10  # NDRPDR sel
2323       - 8   # MRR
2324
2325     csit-vpp-perf-verify-1908-2n-dnv:
2326       - 1   # NDRPDR sel
2327       - 2   # NDRPDR sel
2328       - 3   # NDRPDR sel
2329       - 4   # NDRPDR sel
2330       - 5   # NDRPDR sel
2331       - 6   # NDRPDR sel
2332       - 7   # NDRPDR sel
2333       - 8   # NDRPDR sel
2334       - 9   # NDRPDR sel
2335       - 10  # NDRPDR sel
2336       - 11  # MRR sel
2337     csit-vpp-perf-verify-2001-2n-dnv:
2338       - 4   # NDRPDR sel
2339       - 5   # NDRPDR sel
2340       - 6   # NDRPDR sel
2341       - 7   # NDRPDR sel
2342       - 8   # NDRPDR sel
2343       - 9   # NDRPDR sel
2344       - 10  # NDRPDR sel
2345       - 11  # NDRPDR sel
2346       - 13  # NDRPDR sel
2347       - 16  # NDRPDR sel
2348       - 12  # MRR sel
2349     csit-vpp-perf-report-iterative-2005-2n-dnv:
2350       - 3   # NDRPDR sel
2351       - 6   # NDRPDR sel
2352       - 7   # NDRPDR sel
2353       - 8   # NDRPDR sel
2354       - 9   # NDRPDR sel
2355       - 10  # NDRPDR sel
2356       - 11  # NDRPDR sel
2357       - 12  # NDRPDR sel
2358       - 13  # NDRPDR sel
2359       - 14  # NDRPDR sel
2360       - 15  # MRR sel
2361     csit-vpp-perf-report-coverage-2005-2n-dnv:
2362       - 1   # perf-full-2n-dnv-ip4_I
2363       - 2   # perf-full-2n-dnv-ip4_II
2364       - 3   # perf-full-2n-dnv-ip6_I
2365
2366     csit-dpdk-perf-verify-1908-3n-hsw:
2367       - 2   # NDRPDR sel
2368       - 3   # NDRPDR sel
2369       - 4   # NDRPDR sel
2370       - 5   # NDRPDR sel
2371       - 6   # NDRPDR sel
2372       - 7   # NDRPDR sel
2373       - 8   # NDRPDR sel
2374       - 9   # NDRPDR sel
2375       - 10  # NDRPDR sel
2376       - 11  # NDRPDR sel
2377     csit-dpdk-perf-verify-2001-3n-hsw:
2378       - 4   # NDRPDR sel
2379       - 5   # NDRPDR sel
2380       - 6   # NDRPDR sel
2381       - 7   # NDRPDR sel
2382       - 8   # NDRPDR sel
2383       - 9   # NDRPDR sel
2384       - 10  # NDRPDR sel
2385       - 11  # NDRPDR sel
2386       - 12  # NDRPDR sel
2387       - 13  # NDRPDR sel
2388       - 15  # NDRPDR sel
2389       - 16  # NDRPDR sel
2390       - 17  # NDRPDR sel
2391       - 18  # NDRPDR sel
2392       - 19  # NDRPDR sel
2393       - 20  # NDRPDR sel
2394       - 21  # NDRPDR sel
2395       - 22  # NDRPDR sel
2396       - 23  # NDRPDR sel
2397       - 24  # NDRPDR sel
2398     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2399       - 5   # NDRPDR sel
2400       - 6   # NDRPDR sel
2401       - 7   # NDRPDR sel
2402       - 8   # NDRPDR sel
2403       - 9   # NDRPDR sel
2404       - 10  # NDRPDR sel
2405       - 11  # NDRPDR sel
2406       - 12  # NDRPDR sel
2407       - 13  # NDRPDR sel
2408       - 14  # NDRPDR sel
2409
2410     csit-dpdk-perf-verify-1908-3n-skx:
2411       - 3   # NDRPDR sel
2412       - 4   # NDRPDR sel
2413       - 5   # NDRPDR sel
2414       - 6   # NDRPDR sel
2415       - 7   # NDRPDR sel
2416       - 8   # NDRPDR sel
2417       - 9   # NDRPDR sel
2418       - 10  # NDRPDR sel
2419       - 11  # NDRPDR sel
2420       - 12  # NDRPDR sel
2421     csit-dpdk-perf-verify-2001-3n-skx:
2422       - 29  # NDRPDR sel xxv710
2423       - 33  # NDRPDR sel xxv710
2424       - 34  # NDRPDR sel xxv710
2425       - 35  # NDRPDR sel xxv710
2426       - 36  # NDRPDR sel xxv710
2427       - 37  # NDRPDR sel xxv710
2428       - 41  # NDRPDR sel xxv710
2429       - 42  # NDRPDR sel xxv710
2430       - 43  # NDRPDR sel xxv710
2431       - 45  # NDRPDR sel xxv710
2432       - 30  # NDRPDR sel x710
2433       - 31  # NDRPDR sel x710
2434       - 32  # NDRPDR sel x710
2435       - 38  # NDRPDR sel x710
2436       - 39  # NDRPDR sel x710
2437       - 40  # NDRPDR sel x710
2438       - 44  # NDRPDR sel x710
2439       - 46  # NDRPDR sel x710
2440       - 47  # NDRPDR sel x710
2441       - 48  # NDRPDR sel x710
2442     csit-dpdk-perf-report-iterative-2005-3n-skx:
2443       - 4   # NDRPDR sel
2444       - 5   # NDRPDR sel
2445       - 6   # NDRPDR sel
2446       - 7   # NDRPDR sel
2447       - 8   # NDRPDR sel
2448       - 11  # NDRPDR sel
2449       - 12  # NDRPDR sel
2450       - 13  # NDRPDR sel
2451       - 14  # NDRPDR sel
2452       - 15  # NDRPDR sel
2453
2454     csit-dpdk-perf-verify-1908-2n-skx:
2455       - 2   # NDRPDR sel
2456       - 3   # NDRPDR sel
2457       - 4   # NDRPDR sel
2458       - 5   # NDRPDR sel
2459       - 7   # NDRPDR sel
2460       - 8   # NDRPDR sel
2461       - 9   # NDRPDR sel
2462       - 10  # NDRPDR sel
2463       - 11  # NDRPDR sel
2464       - 12  # NDRPDR sel
2465     csit-dpdk-perf-verify-2001-2n-skx:
2466       - 35  # NDRPDR sel xxv710
2467       - 36  # NDRPDR sel xxv710
2468       - 37  # NDRPDR sel xxv710
2469       - 41  # NDRPDR sel xxv710
2470       - 42  # NDRPDR sel xxv710
2471       - 43  # NDRPDR sel xxv710
2472       - 46  # NDRPDR sel xxv710
2473       - 47  # NDRPDR sel xxv710
2474       - 52  # NDRPDR sel xxv710
2475       - 53  # NDRPDR sel xxv710
2476       - 38  # NDRPDR sel x710
2477       - 39  # NDRPDR sel x710
2478       - 40  # NDRPDR sel x710
2479       - 44  # NDRPDR sel x710
2480       - 45  # NDRPDR sel x710
2481       - 48  # NDRPDR sel x710
2482       - 49  # NDRPDR sel x710
2483       - 50  # NDRPDR sel x710
2484       - 51  # NDRPDR sel x710
2485       - 54  # NDRPDR sel x710
2486     csit-dpdk-perf-report-iterative-2005-2n-skx:
2487       - 1   # NDRPDR sel
2488       - 2   # NDRPDR sel
2489       - 3   # NDRPDR sel
2490       - 4   # NDRPDR sel
2491       - 5   # NDRPDR sel
2492       - 6   # NDRPDR sel
2493       - 7   # NDRPDR sel
2494       - 8   # NDRPDR sel
2495       - 9   # NDRPDR sel
2496       - 10  # NDRPDR sel
2497
2498     csit-dpdk-perf-verify-2001-2n-clx:
2499       - 15  # NDRPDR sel
2500       - 16  # NDRPDR sel
2501       - 17  # NDRPDR sel
2502       - 18  # NDRPDR sel
2503       - 19  # NDRPDR sel
2504       - 20  # NDRPDR sel
2505       - 21  # NDRPDR sel
2506       - 22  # NDRPDR sel
2507       - 23  # NDRPDR sel
2508       - 24  # NDRPDR sel
2509       - 25  # NDRPDR sel
2510       - 26  # NDRPDR sel
2511       - 27  # NDRPDR sel
2512       - 28  # NDRPDR sel
2513       - 29  # NDRPDR sel
2514       - 30  # NDRPDR sel
2515       - 31  # NDRPDR sel
2516       - 32  # NDRPDR sel
2517       - 33  # NDRPDR sel
2518       - 34  # NDRPDR sel
2519     csit-dpdk-perf-report-iterative-2005-2n-clx:
2520       - 1   # NDRPDR sel
2521       - 2   # NDRPDR sel
2522       - 3   # NDRPDR sel
2523       - 4   # NDRPDR sel
2524       - 5   # NDRPDR sel
2525       - 6   # NDRPDR sel
2526       - 7   # NDRPDR sel
2527       - 8   # NDRPDR sel
2528       - 9   # NDRPDR sel
2529       - 10  # NDRPDR sel
2530
2531     csit-dpdk-perf-verify-2001-2n-dnv:
2532       - 9   # NDRPDR sel
2533       - 10  # NDRPDR sel
2534       - 11  # NDRPDR sel
2535       - 12  # NDRPDR sel
2536       - 13  # NDRPDR sel
2537       - 14  # NDRPDR sel
2538       - 15  # NDRPDR sel
2539       - 16  # NDRPDR sel
2540       - 17  # NDRPDR sel
2541       - 18  # NDRPDR sel
2542     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2543       - 8   # NDRPDR sel
2544       - 9   # NDRPDR sel
2545       - 10  # NDRPDR sel
2546       - 11  # NDRPDR sel
2547       - 12  # NDRPDR sel
2548       - 13  # NDRPDR sel
2549       - 14  # NDRPDR sel
2550       - 15  # NDRPDR sel
2551       - 16  # NDRPDR sel
2552       - 17  # NDRPDR sel
2553
2554     csit-dpdk-perf-verify-2001-3n-dnv:
2555       - 12  # NDRPDR sel
2556       - 13  # NDRPDR sel
2557       - 14  # NDRPDR sel
2558       - 15  # NDRPDR sel
2559       - 16  # NDRPDR sel
2560       - 17  # NDRPDR sel
2561       - 18  # NDRPDR sel
2562       - 19  # NDRPDR sel
2563       - 20  # NDRPDR sel
2564       - 22  # NDRPDR sel
2565     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2566       - 6   # NDRPDR sel
2567       - 7   # NDRPDR sel
2568       - 8   # NDRPDR sel
2569       - 9   # NDRPDR sel
2570       - 10  # NDRPDR sel
2571       - 11  # NDRPDR sel
2572       - 12  # NDRPDR sel
2573       - 13  # NDRPDR sel
2574       - 14  # NDRPDR sel
2575       - 16  # NDRPDR sel
2576
2577     csit-dpdk-perf-verify-2001-3n-tsh:
2578       - 3   # NDRPDR sel
2579       - 4   # NDRPDR sel
2580       - 5   # NDRPDR sel
2581       - 9   # NDRPDR sel
2582       - 10  # NDRPDR sel
2583       - 11  # NDRPDR sel
2584       - 12  # NDRPDR sel
2585       - 14  # NDRPDR sel
2586       - 15  # NDRPDR sel
2587       - 18  # NDRPDR sel
2588     # TODO: Add data:
2589     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2590       - 5   # NDRPDR sel
2591
2592     csit-vpp-device-2005-ubuntu1804-1n-skx:
2593       - 35
2594
2595 - type: "output"
2596   output: "report"
2597   format:
2598     html:
2599     - full
2600 #    pdf:
2601 #    - minimal
2602
2603 ################################################################################
2604 ###                               T A B L E S                                ###
2605 ################################################################################
2606
2607 # VPP Soak vs NDR - 2n-skx
2608 - type: "table"
2609   title: "VPP Soak vs NDR 2n-skx"
2610   algorithm: "table_soak_vs_ndr"
2611   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2612   reference:
2613     title: "NDR"
2614     data: "vpp-soak-vs-ndr-2n-skx-ref"
2615   compare:
2616     title: "Soak"
2617     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2618   data: "vpp-soak-vs-ndr-2n-skx"
2619   include-tests: "NDR"
2620   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2621   parameters:
2622     - "throughput"
2623     - "name"
2624     - "parent"
2625
2626 # VPP Soak vs NDR - 2n-clx
2627 - type: "table"
2628   title: "VPP Soak vs NDR 2n-clx"
2629   algorithm: "table_soak_vs_ndr"
2630   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2631   reference:
2632     title: "NDR"
2633     data: "vpp-soak-vs-ndr-2n-clx-ref"
2634   compare:
2635     title: "Soak"
2636     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2637   data: "vpp-soak-vs-ndr-2n-clx"
2638   include-tests: "NDR"
2639   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2640   parameters:
2641     - "throughput"
2642     - "name"
2643     - "parent"
2644
2645 ################################################################################
2646
2647 # VPP Compare NICs 3n-skx 2t1c ndr
2648 - type: "table"
2649   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2650   algorithm: "table_comparison"
2651   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2653   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2654   columns:
2655     - title: "x710"
2656       data-set: "vpp-nic-comparison-3n-skx"
2657       tag: "NIC_Intel-X710"
2658     - title: "xxv710"
2659       data-set: "vpp-nic-comparison-3n-skx"
2660       tag: "NIC_Intel-XXV710"
2661   comparisons:
2662     - title: "Diff"
2663       reference: 1
2664       compare: 2
2665   legend:
2666     - "Legend to Table:"
2667     - "x710, xxv710 - NICs tested."
2668     - "Diff - difference between x710 and xxv710 NIC."
2669
2670 # VPP Compare NICs 3n-skx 4t2c ndr
2671 - type: "table"
2672   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2673   algorithm: "table_comparison"
2674   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2675   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2676   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2677   columns:
2678     - title: "x710"
2679       data-set: "vpp-nic-comparison-3n-skx"
2680       tag: "NIC_Intel-X710"
2681     - title: "xxv710"
2682       data-set: "vpp-nic-comparison-3n-skx"
2683       tag: "NIC_Intel-XXV710"
2684   comparisons:
2685     - title: "Diff"
2686       reference: 1
2687       compare: 2
2688   legend:
2689     - "Legend to Table:"
2690     - "x710, xxv710 - NICs tested."
2691     - "Diff - difference between x710 and xxv710 NIC."
2692
2693 # VPP Compare NICs 3n-skx 2t1c pdr
2694 - type: "table"
2695   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2696   algorithm: "table_comparison"
2697   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2698   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2699   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2700   columns:
2701     - title: "x710"
2702       data-set: "vpp-nic-comparison-3n-skx"
2703       tag: "NIC_Intel-X710"
2704     - title: "xxv710"
2705       data-set: "vpp-nic-comparison-3n-skx"
2706       tag: "NIC_Intel-XXV710"
2707   comparisons:
2708     - title: "Diff"
2709       reference: 1
2710       compare: 2
2711   legend:
2712     - "Legend to Table:"
2713     - "x710, xxv710 - NICs tested."
2714     - "Diff - difference between x710 and xxv710 NIC."
2715
2716 # VPP Compare NICs 3n-skx 4t2c pdr
2717 - type: "table"
2718   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2719   algorithm: "table_comparison"
2720   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2721   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2722   filter: "'4T2C' 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     - "Legend to Table:"
2736     - "x710, xxv710 - NICs tested."
2737     - "Diff - difference between x710 and xxv710 NIC."
2738
2739 # VPP Compare NICs 3n-skx 2t1c mrr
2740 - type: "table"
2741   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2742   algorithm: "table_comparison"
2743   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2744   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2745   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2746   columns:
2747     - title: "x710"
2748       data-set: "vpp-nic-comparison-3n-skx-mrr"
2749       tag: "NIC_Intel-X710"
2750     - title: "xxv710"
2751       data-set: "vpp-nic-comparison-3n-skx-mrr"
2752       tag: "NIC_Intel-XXV710"
2753   comparisons:
2754     - title: "Diff"
2755       reference: 1
2756       compare: 2
2757   legend:
2758     - "Legend to Table:"
2759     - "x710, xxv710 - NICs tested."
2760     - "Diff - difference between x710 and xxv710 NIC."
2761
2762 # VPP Compare NICs 3n-skx 4t2c mrr
2763 - type: "table"
2764   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2765   algorithm: "table_comparison"
2766   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2768   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2769   columns:
2770     - title: "x710"
2771       data-set: "vpp-nic-comparison-3n-skx-mrr"
2772       tag: "NIC_Intel-X710"
2773     - title: "xxv710"
2774       data-set: "vpp-nic-comparison-3n-skx-mrr"
2775       tag: "NIC_Intel-XXV710"
2776   comparisons:
2777     - title: "Diff"
2778       reference: 1
2779       compare: 2
2780   legend:
2781     - "Legend to Table:"
2782     - "x710, xxv710 - NICs tested."
2783     - "Diff - difference between x710 and xxv710 NIC."
2784
2785 # VPP Compare NICs 3n-skx 8t4c mrr
2786 - type: "table"
2787   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2788   algorithm: "table_comparison"
2789   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2790   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2791   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2792   columns:
2793     - title: "x710"
2794       data-set: "vpp-nic-comparison-3n-skx-mrr"
2795       tag: "NIC_Intel-X710"
2796     - title: "xxv710"
2797       data-set: "vpp-nic-comparison-3n-skx-mrr"
2798       tag: "NIC_Intel-XXV710"
2799   comparisons:
2800     - title: "Diff"
2801       reference: 1
2802       compare: 2
2803   legend:
2804     - "Legend to Table:"
2805     - "x710, xxv710 - NICs tested."
2806     - "Diff - difference between x710 and xxv710 NIC."
2807
2808 # VPP Compare NICs 2n-skx 2t1c ndr
2809 - type: "table"
2810   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2811   algorithm: "table_comparison"
2812   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2813   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2814   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2815   columns:
2816     - title: "x710"
2817       data-set: "vpp-nic-comparison-2n-skx"
2818       tag: "NIC_Intel-X710"
2819     - title: "xxv710"
2820       data-set: "vpp-nic-comparison-2n-skx"
2821       tag: "NIC_Intel-XXV710"
2822   comparisons:
2823     - title: "Diff"
2824       reference: 1
2825       compare: 2
2826   legend:
2827     - "Legend to Table:"
2828     - "x710, xxv710 - NICs tested."
2829     - "Diff - difference between x710 and xxv710 NIC."
2830
2831 # VPP Compare NICs 2n-skx 4t2c ndr
2832 - type: "table"
2833   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2834   algorithm: "table_comparison"
2835   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2836   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2837   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2838   columns:
2839     - title: "x710"
2840       data-set: "vpp-nic-comparison-2n-skx"
2841       tag: "NIC_Intel-X710"
2842     - title: "xxv710"
2843       data-set: "vpp-nic-comparison-2n-skx"
2844       tag: "NIC_Intel-XXV710"
2845   comparisons:
2846     - title: "Diff"
2847       reference: 1
2848       compare: 2
2849   legend:
2850     - "Legend to Table:"
2851     - "x710, xxv710 - NICs tested."
2852     - "Diff - difference between x710 and xxv710 NIC."
2853
2854 # VPP Compare NICs 2n-skx 2t1c pdr
2855 - type: "table"
2856   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2857   algorithm: "table_comparison"
2858   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2859   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2860   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2861   columns:
2862     - title: "x710"
2863       data-set: "vpp-nic-comparison-2n-skx"
2864       tag: "NIC_Intel-X710"
2865     - title: "xxv710"
2866       data-set: "vpp-nic-comparison-2n-skx"
2867       tag: "NIC_Intel-XXV710"
2868   comparisons:
2869     - title: "Diff"
2870       reference: 1
2871       compare: 2
2872   legend:
2873     - "Legend to Table:"
2874     - "x710, xxv710 - NICs tested."
2875     - "Diff - difference between x710 and xxv710 NIC."
2876
2877 # VPP Compare NICs 2n-skx 4t2c pdr
2878 - type: "table"
2879   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2880   algorithm: "table_comparison"
2881   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2882   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2883   filter: "'4T2C' 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     - "Legend to Table:"
2897     - "x710, xxv710 - NICs tested."
2898     - "Diff - difference between x710 and xxv710 NIC."
2899
2900 # VPP Compare NICs 2n-skx 2t1c mrr
2901 - type: "table"
2902   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2903   algorithm: "table_comparison"
2904   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2905   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2906   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2907   columns:
2908     - title: "x710"
2909       data-set: "vpp-nic-comparison-2n-skx-mrr"
2910       tag: "NIC_Intel-X710"
2911     - title: "xxv710"
2912       data-set: "vpp-nic-comparison-2n-skx-mrr"
2913       tag: "NIC_Intel-XXV710"
2914   comparisons:
2915     - title: "Diff"
2916       reference: 1
2917       compare: 2
2918   legend:
2919     - "Legend to Table:"
2920     - "x710, xxv710 - NICs tested."
2921     - "Diff - difference between x710 and xxv710 NIC."
2922
2923 # VPP Compare NICs 2n-skx 4t2c mrr
2924 - type: "table"
2925   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2926   algorithm: "table_comparison"
2927   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2928   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2929   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2930   columns:
2931     - title: "x710"
2932       data-set: "vpp-nic-comparison-2n-skx-mrr"
2933       tag: "NIC_Intel-X710"
2934     - title: "xxv710"
2935       data-set: "vpp-nic-comparison-2n-skx-mrr"
2936       tag: "NIC_Intel-XXV710"
2937   comparisons:
2938     - title: "Diff"
2939       reference: 1
2940       compare: 2
2941   legend:
2942     - "Legend to Table:"
2943     - "x710, xxv710 - NICs tested."
2944     - "Diff - difference between x710 and xxv710 NIC."
2945
2946 # VPP Compare NICs 2n-skx 8t4c mrr
2947 - type: "table"
2948   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2949   algorithm: "table_comparison"
2950   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2951   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2952   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2953   columns:
2954     - title: "x710"
2955       data-set: "vpp-nic-comparison-2n-skx-mrr"
2956       tag: "NIC_Intel-X710"
2957     - title: "xxv710"
2958       data-set: "vpp-nic-comparison-2n-skx-mrr"
2959       tag: "NIC_Intel-XXV710"
2960   comparisons:
2961     - title: "Diff"
2962       reference: 1
2963       compare: 2
2964   legend:
2965     - "Legend to Table:"
2966     - "x710, xxv710 - NICs tested."
2967     - "Diff - difference between x710 and xxv710 NIC."
2968
2969 ################################################################################
2970 # VPP
2971
2972 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
2973 #- type: "table"
2974 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
2975 #  algorithm: "table_comparison"
2976 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
2977 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2978 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
2979 #  columns:
2980 #    - title: "1908.1"
2981 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
2982 #    - title: "1908.2"
2983 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
2984 #  comparisons:
2985 #    - title: "Diff"
2986 #      reference: 1
2987 #      compare: 2
2988 #  legend:
2989 #    - "Legend to Table:"
2990 #    - "1908.1, 1908.2 - VPP versions tested."
2991 #    - "Diff - difference between the previous and the current VPP version."
2992 #
2993 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
2994 #- type: "table"
2995 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
2996 #  algorithm: "table_comparison"
2997 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
2998 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2999 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3000 #  columns:
3001 #    - title: "1908.1"
3002 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3003 #    - title: "1908.2"
3004 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3005 #  comparisons:
3006 #    - title: "Diff"
3007 #      reference: 1
3008 #      compare: 2
3009 #  legend:
3010 #    - "Legend to Table:"
3011 #    - "1908.1, 1908.2 - VPP versions tested."
3012 #    - "Diff - difference between the previous and the current VPP version."
3013 #
3014 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3015 #- type: "table"
3016 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3017 #  algorithm: "table_comparison"
3018 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3019 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3020 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3021 #  columns:
3022 #    - title: "1908.1"
3023 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3024 #    - title: "1908.2"
3025 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3026 #  comparisons:
3027 #    - title: "Diff"
3028 #      reference: 1
3029 #      compare: 2
3030 #  legend:
3031 #    - "Legend to Table:"
3032 #    - "1908.1, 1908.2 - VPP versions tested."
3033 #    - "Diff - difference between the previous and the current VPP version."
3034 #
3035 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3036 #- type: "table"
3037 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3038 #  algorithm: "table_comparison"
3039 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3040 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3041 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3042 #  columns:
3043 #    - title: "1908.1"
3044 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3045 #    - title: "1908.2"
3046 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3047 #  comparisons:
3048 #    - title: "Diff"
3049 #      reference: 1
3050 #      compare: 2
3051 #  legend:
3052 #    - "Legend to Table:"
3053 #    - "1908.1, 1908.2 - VPP versions tested."
3054 #    - "Diff - difference between the previous and the current VPP version."
3055 #
3056 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3057 #- type: "table"
3058 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3059 #  algorithm: "table_comparison"
3060 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3062 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3063 #  columns:
3064 #    - title: "1908.1"
3065 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3066 #    - title: "1908.2"
3067 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3068 #  comparisons:
3069 #    - title: "Diff"
3070 #      reference: 1
3071 #      compare: 2
3072 #  legend:
3073 #    - "Legend to Table:"
3074 #    - "1908.1, 1908.2 - VPP versions tested."
3075 #    - "Diff - difference between the previous and the current VPP version."
3076 #
3077 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3078 #- type: "table"
3079 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3080 #  algorithm: "table_comparison"
3081 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3082 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3083 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3084 #  columns:
3085 #    - title: "1908.1"
3086 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3087 #    - title: "1908.2"
3088 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3089 #  comparisons:
3090 #    - title: "Diff"
3091 #      reference: 1
3092 #      compare: 2
3093 #  legend:
3094 #    - "Legend to Table:"
3095 #    - "1908.1, 1908.2 - VPP versions tested."
3096 #    - "Diff - difference between the previous and the current VPP version."
3097
3098 # VPP Performance Changes 3n-hsw 1t1c pdr
3099 - type: "table"
3100   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3101   algorithm: "table_comparison"
3102   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3104   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3105   columns:
3106     - title: "1908"
3107       data-set: "vpp-performance-changes-3n-hsw-h1"
3108     - title: "2001"
3109       data-set: "vpp-performance-changes-3n-hsw-ref"
3110     - title: "2005"
3111       data-set: "vpp-performance-changes-3n-hsw-cmp"
3112   comparisons:
3113     - title: "Diff"
3114       reference: 2
3115       compare: 3
3116   legend:
3117     - "Legend to Table"
3118     - "1908, 2001, 2005 - VPP versions tested."
3119     - "Diff - difference between 2001 and 2008 VPP version."
3120
3121 # VPP Performance Changes 3n-hsw 2t2c pdr
3122 - type: "table"
3123   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3124   algorithm: "table_comparison"
3125   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3126   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3127   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3128   columns:
3129     - title: "1908"
3130       data-set: "vpp-performance-changes-3n-hsw-h1"
3131     - title: "2001"
3132       data-set: "vpp-performance-changes-3n-hsw-ref"
3133     - title: "2005"
3134       data-set: "vpp-performance-changes-3n-hsw-cmp"
3135   comparisons:
3136     - title: "Diff"
3137       reference: 2
3138       compare: 3
3139   legend:
3140     - "Legend to Table"
3141     - "1908, 2001, 2005 - VPP versions tested."
3142     - "Diff - difference between 2001 and 2008 VPP version."
3143
3144 # VPP Performance Changes 3n-hsw 1t1c ndr
3145 - type: "table"
3146   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3147   algorithm: "table_comparison"
3148   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3149   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3150   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3151   columns:
3152     - title: "1908"
3153       data-set: "vpp-performance-changes-3n-hsw-h1"
3154     - title: "2001"
3155       data-set: "vpp-performance-changes-3n-hsw-ref"
3156     - title: "2005"
3157       data-set: "vpp-performance-changes-3n-hsw-cmp"
3158   comparisons:
3159     - title: "Diff"
3160       reference: 2
3161       compare: 3
3162   legend:
3163     - "Legend to Table"
3164     - "1908, 2001, 2005 - VPP versions tested."
3165     - "Diff - difference between 2001 and 2008 VPP version."
3166
3167 # VPP Performance Changes 3n-hsw 2t2c ndr
3168 - type: "table"
3169   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3170   algorithm: "table_comparison"
3171   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3172   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3173   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3174   columns:
3175     - title: "1908"
3176       data-set: "vpp-performance-changes-3n-hsw-h1"
3177     - title: "2001"
3178       data-set: "vpp-performance-changes-3n-hsw-ref"
3179     - title: "2005"
3180       data-set: "vpp-performance-changes-3n-hsw-cmp"
3181   comparisons:
3182     - title: "Diff"
3183       reference: 2
3184       compare: 3
3185   legend:
3186     - "Legend to Table"
3187     - "1908, 2001, 2005 - VPP versions tested."
3188     - "Diff - difference between 2001 and 2008 VPP version."
3189
3190 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3191 #- type: "table"
3192 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3193 #  algorithm: "table_comparison"
3194 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3195 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3196 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3197 #  rca:
3198 #    - title: "RCA1"
3199 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3200 #    - title: "RCA2"
3201 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3202 #  columns:
3203 #    - title: "1908.0-1"
3204 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3205 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3206 #    - title: "1908.1-1"
3207 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3208 #    - title: "1908.1-2"
3209 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3210 #    - title: "2001.0-2"
3211 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3212 #  comparisons:
3213 #    - title: "Diff1"
3214 #      reference: 2
3215 #      reference-alt: 1
3216 #      compare: 3
3217 #    - title: "Diff2"
3218 #      reference: 3
3219 #      compare: 4
3220 #  legend:
3221 #    - 'Legend to Table:'
3222 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3223 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3224 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3225 #    - 'RCA1 - root cause analysis reference for Diff1.'
3226 #    - 'RCA2 - root cause analysis reference for Diff2.'
3227 #
3228 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3229 #- type: "table"
3230 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3231 #  algorithm: "table_comparison"
3232 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3233 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3234 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3235 #  rca:
3236 #    - title: "RCA1"
3237 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3238 #    - title: "RCA2"
3239 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3240 #  columns:
3241 #    - title: "1908.0-1"
3242 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3243 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3244 #    - title: "1908.1-1"
3245 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3246 #    - title: "1908.1-2"
3247 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3248 #    - title: "2001.0-2"
3249 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3250 #  comparisons:
3251 #    - title: "Diff1"
3252 #      reference: 2
3253 #      reference-alt: 1
3254 #      compare: 3
3255 #    - title: "Diff2"
3256 #      reference: 3
3257 #      compare: 4
3258 #  legend:
3259 #    - 'Legend to Table:'
3260 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3261 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3262 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3263 #    - 'RCA1 - root cause analysis reference for Diff1.'
3264 #    - 'RCA2 - root cause analysis reference for Diff2.'
3265
3266 # VPP Performance Changes 3n-skx 2t1c pdr
3267 - type: "table"
3268   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3269   algorithm: "table_comparison"
3270   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3271   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3272   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3273   columns:
3274     - title: "1908"
3275       data-set: "vpp-performance-changes-3n-skx-h1"
3276       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3277     - title: "2001"
3278       data-set: "vpp-performance-changes-3n-skx-ref"
3279     - title: "2005"
3280       data-set: "vpp-performance-changes-3n-skx-cmp"
3281   comparisons:
3282     - title: "Diff"
3283       reference: 2
3284       compare: 3
3285   legend:
3286     - "Legend to Table"
3287     - "1908, 2001, 2005 - VPP versions tested."
3288     - "Diff - difference between 2001 and 2005 VPP version."
3289
3290 # VPP Performance Changes 3n-skx 4t2c pdr
3291 - type: "table"
3292   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3293   algorithm: "table_comparison"
3294   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3295   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3296   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3297   columns:
3298     - title: "1908"
3299       data-set: "vpp-performance-changes-3n-skx-h1"
3300       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3301     - title: "2001"
3302       data-set: "vpp-performance-changes-3n-skx-ref"
3303     - title: "2005"
3304       data-set: "vpp-performance-changes-3n-skx-cmp"
3305   comparisons:
3306     - title: "Diff"
3307       reference: 2
3308       compare: 3
3309   legend:
3310     - "Legend to Table"
3311     - "1908, 2001, 2005 - VPP versions tested."
3312     - "Diff - difference between 2001 and 2005 VPP version."
3313
3314 # VPP Performance Changes 3n-skx 2t1c ndr
3315 - type: "table"
3316   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3317   algorithm: "table_comparison"
3318   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3319   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3320   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3321   columns:
3322     - title: "1908"
3323       data-set: "vpp-performance-changes-3n-skx-h1"
3324       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3325     - title: "2001"
3326       data-set: "vpp-performance-changes-3n-skx-ref"
3327     - title: "2005"
3328       data-set: "vpp-performance-changes-3n-skx-cmp"
3329   comparisons:
3330     - title: "Diff"
3331       reference: 2
3332       compare: 3
3333   legend:
3334     - "Legend to Table"
3335     - "1908, 2001, 2005 - VPP versions tested."
3336     - "Diff - difference between 2001 and 2005 VPP version."
3337
3338 # VPP Performance Changes 3n-skx 4t2c ndr
3339 - type: "table"
3340   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3341   algorithm: "table_comparison"
3342   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3343   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3344   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3345   columns:
3346     - title: "1908"
3347       data-set: "vpp-performance-changes-3n-skx-h1"
3348       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3349     - title: "2001"
3350       data-set: "vpp-performance-changes-3n-skx-ref"
3351     - title: "2005"
3352       data-set: "vpp-performance-changes-3n-skx-cmp"
3353   comparisons:
3354     - title: "Diff"
3355       reference: 2
3356       compare: 3
3357   legend:
3358     - "Legend to Table"
3359     - "1908, 2001, 2005 - VPP versions tested."
3360     - "Diff - difference between 2001 and 2005 VPP version."
3361
3362 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3363 #- type: "table"
3364 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3365 #  algorithm: "table_comparison"
3366 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3367 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3368 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3369 #  rca:
3370 #    - title: "RCA1"
3371 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3372 #    - title: "RCA2"
3373 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3374 #  columns:
3375 #    - title: "1908.0-1"
3376 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3377 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3378 #    - title: "1908.1-1"
3379 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3380 #    - title: "1908.1-2"
3381 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3382 #    - title: "2001.0-2"
3383 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3384 #  comparisons:
3385 #    - title: "Diff1"
3386 #      reference: 2
3387 #      reference-alt: 1
3388 #      compare: 3
3389 #    - title: "Diff2"
3390 #      reference: 3
3391 #      compare: 4
3392 #  legend:
3393 #    - 'Legend to Table:'
3394 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3395 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3396 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3397 #    - 'RCA1 - root cause analysis reference for Diff1.'
3398 #    - 'RCA2 - root cause analysis reference for Diff2.'
3399 #
3400 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3401 #- type: "table"
3402 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3403 #  algorithm: "table_comparison"
3404 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3405 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3406 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3407 #  rca:
3408 #    - title: "RCA1"
3409 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3410 #    - title: "RCA2"
3411 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3412 #  columns:
3413 #    - title: "1908.0-1"
3414 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3415 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3416 #    - title: "1908.1-1"
3417 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3418 #    - title: "1908.1-2"
3419 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3420 #    - title: "2001.0-2"
3421 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3422 #  comparisons:
3423 #    - title: "Diff1"
3424 #      reference: 2
3425 #      reference-alt: 1
3426 #      compare: 3
3427 #    - title: "Diff2"
3428 #      reference: 3
3429 #      compare: 4
3430 #  legend:
3431 #    - 'Legend to Table:'
3432 #    - 'YYMM.V-E - tested VPP version (YY year, MM month, V minor version) and CSIT test environment version (E environment version, "1" for 2019-08-21, "2" for 2020-03-27).'
3433 #    - 'Diff1 - difference between environment versions "2" and "1" for the same VPP version, 1908.1-2 vs. 1908.1-1 (if data for the latter not present, 1908.0-1 is used).'
3434 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3435 #    - 'RCA1 - root cause analysis reference for Diff1.'
3436 #    - 'RCA2 - root cause analysis reference for Diff2.'
3437
3438 # VPP Performance Changes 2n-skx 2t1c pdr
3439 - type: "table"
3440   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3441   algorithm: "table_comparison"
3442   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3443   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3444   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3445   columns:
3446     - title: "1908"
3447       data-set: "vpp-performance-changes-2n-skx-h1"
3448       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3449     - title: "2001"
3450       data-set: "vpp-performance-changes-2n-skx-ref"
3451     - title: "2005"
3452       data-set: "vpp-performance-changes-2n-skx-cmp"
3453   comparisons:
3454     - title: "Diff"
3455       reference: 2
3456       compare: 3
3457   legend:
3458     - "Legend to Table"
3459     - "1908, 2001, 2005 - VPP versions tested."
3460     - "Diff - difference between 2001 and 2005 VPP version."
3461
3462 # VPP Performance Changes 2n-skx 4t2c pdr
3463 - type: "table"
3464   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3465   algorithm: "table_comparison"
3466   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3467   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3468   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3469   columns:
3470     - title: "1908"
3471       data-set: "vpp-performance-changes-2n-skx-h1"
3472       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3473     - title: "2001"
3474       data-set: "vpp-performance-changes-2n-skx-ref"
3475     - title: "2005"
3476       data-set: "vpp-performance-changes-2n-skx-cmp"
3477   comparisons:
3478     - title: "Diff"
3479       reference: 2
3480       compare: 3
3481   legend:
3482     - "Legend to Table"
3483     - "1908, 2001, 2005 - VPP versions tested."
3484     - "Diff - difference between 2001 and 2005 VPP version."
3485
3486 # VPP Performance Changes 2n-skx 2t1c ndr
3487 - type: "table"
3488   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3489   algorithm: "table_comparison"
3490   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3492   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3493   columns:
3494     - title: "1908"
3495       data-set: "vpp-performance-changes-2n-skx-h1"
3496       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3497     - title: "2001"
3498       data-set: "vpp-performance-changes-2n-skx-ref"
3499     - title: "2005"
3500       data-set: "vpp-performance-changes-2n-skx-cmp"
3501   comparisons:
3502     - title: "Diff"
3503       reference: 2
3504       compare: 3
3505   legend:
3506     - "Legend to Table"
3507     - "1908, 2001, 2005 - VPP versions tested."
3508     - "Diff - difference between 2001 and 2005 VPP version."
3509
3510 # VPP Performance Changes 2n-skx 4t2c ndr
3511 - type: "table"
3512   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3513   algorithm: "table_comparison"
3514   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3516   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3517   columns:
3518     - title: "1908"
3519       data-set: "vpp-performance-changes-2n-skx-h1"
3520       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3521     - title: "2001"
3522       data-set: "vpp-performance-changes-2n-skx-ref"
3523     - title: "2005"
3524       data-set: "vpp-performance-changes-2n-skx-cmp"
3525   comparisons:
3526     - title: "Diff"
3527       reference: 2
3528       compare: 3
3529   legend:
3530     - "Legend to Table"
3531     - "1908, 2001, 2005 - VPP versions tested."
3532     - "Diff - difference between 2001 and 2005 VPP version."
3533
3534 # VPP Performance Changes 2n-dnv 1t1c pdr
3535 - type: "table"
3536   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3537   algorithm: "table_comparison"
3538   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3539   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3540   filter: "'1T1C'"
3541   columns:
3542     - title: "1908"
3543       data-set: "vpp-performance-changes-2n-dnv-h1"
3544     - title: "2001"
3545       data-set: "vpp-performance-changes-2n-dnv-ref"
3546     - title: "2005"
3547       data-set: "vpp-performance-changes-2n-dnv-cmp"
3548   comparisons:
3549     - title: "Diff"
3550       reference: 2
3551       compare: 3
3552   legend:
3553     - "Legend to Table"
3554     - "1908, 2001, 2005 - VPP versions tested."
3555     - "Diff - difference between 2001 and 2005 VPP version."
3556
3557 # VPP Performance Changes 2n-dnv 2t2c pdr
3558 - type: "table"
3559   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3560   algorithm: "table_comparison"
3561   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3563   filter: "'2T2C'"
3564   columns:
3565     - title: "1908"
3566       data-set: "vpp-performance-changes-2n-dnv-h1"
3567     - title: "2001"
3568       data-set: "vpp-performance-changes-2n-dnv-ref"
3569     - title: "2005"
3570       data-set: "vpp-performance-changes-2n-dnv-cmp"
3571   comparisons:
3572     - title: "Diff"
3573       reference: 2
3574       compare: 3
3575   legend:
3576     - "Legend to Table"
3577     - "1908, 2001, 2005 - VPP versions tested."
3578     - "Diff - difference between 2001 and 2005 VPP version."
3579
3580 # VPP Performance Changes 2n-dnv 1t1c ndr
3581 - type: "table"
3582   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3583   algorithm: "table_comparison"
3584   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3585   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3586   filter: "'1T1C'"
3587   columns:
3588     - title: "1908"
3589       data-set: "vpp-performance-changes-2n-dnv-h1"
3590     - title: "2001"
3591       data-set: "vpp-performance-changes-2n-dnv-ref"
3592     - title: "2005"
3593       data-set: "vpp-performance-changes-2n-dnv-cmp"
3594   comparisons:
3595     - title: "Diff"
3596       reference: 2
3597       compare: 3
3598   legend:
3599     - "Legend to Table"
3600     - "1908, 2001, 2005 - VPP versions tested."
3601     - "Diff - difference between 2001 and 2005 VPP version."
3602
3603 # VPP Performance Changes 2n-dnv 2t2c ndr
3604 - type: "table"
3605   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3606   algorithm: "table_comparison"
3607   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3609   filter: "'2T2C'"
3610   columns:
3611     - title: "1908"
3612       data-set: "vpp-performance-changes-2n-dnv-h1"
3613     - title: "2001"
3614       data-set: "vpp-performance-changes-2n-dnv-ref"
3615     - title: "2005"
3616       data-set: "vpp-performance-changes-2n-dnv-cmp"
3617   comparisons:
3618     - title: "Diff"
3619       reference: 2
3620       compare: 3
3621   legend:
3622     - "Legend to Table"
3623     - "1908, 2001, 2005 - VPP versions tested."
3624     - "Diff - difference between 2001 and 2005 VPP version."
3625
3626 # VPP Performance Changes 3n-dnv 1t1c pdr
3627 - type: "table"
3628   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3629   algorithm: "table_comparison"
3630   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3631   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3632   filter: "'1T1C'"
3633   columns:
3634     - title: "1908"
3635       data-set: "vpp-performance-changes-3n-dnv-h1"
3636     - title: "2001"
3637       data-set: "vpp-performance-changes-3n-dnv-ref"
3638     - title: "2005"
3639       data-set: "vpp-performance-changes-3n-dnv-cmp"
3640   comparisons:
3641     - title: "Diff"
3642       reference: 2
3643       compare: 3
3644   legend:
3645     - "Legend to Table"
3646     - "1908, 2001, 2005 - VPP versions tested."
3647     - "Diff - difference between 2001 and 2005 VPP version."
3648
3649 # VPP Performance Changes 3n-dnv 2t2c pdr
3650 - type: "table"
3651   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3652   algorithm: "table_comparison"
3653   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3655   filter: "'2T2C'"
3656   columns:
3657     - title: "1908"
3658       data-set: "vpp-performance-changes-3n-dnv-h1"
3659     - title: "2001"
3660       data-set: "vpp-performance-changes-3n-dnv-ref"
3661     - title: "2005"
3662       data-set: "vpp-performance-changes-3n-dnv-cmp"
3663   comparisons:
3664     - title: "Diff"
3665       reference: 2
3666       compare: 3
3667   legend:
3668     - "Legend to Table"
3669     - "1908, 2001, 2005 - VPP versions tested."
3670     - "Diff - difference between 2001 and 2005 VPP version."
3671
3672 # VPP Performance Changes 3n-dnv 1t1c ndr
3673 - type: "table"
3674   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3675   algorithm: "table_comparison"
3676   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3677   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3678   filter: "'1T1C'"
3679   columns:
3680     - title: "1908"
3681       data-set: "vpp-performance-changes-3n-dnv-h1"
3682     - title: "2001"
3683       data-set: "vpp-performance-changes-3n-dnv-ref"
3684     - title: "2005"
3685       data-set: "vpp-performance-changes-3n-dnv-cmp"
3686   comparisons:
3687     - title: "Diff"
3688       reference: 2
3689       compare: 3
3690   legend:
3691     - "Legend to Table"
3692     - "1908, 2001, 2005 - VPP versions tested."
3693     - "Diff - difference between 2001 and 2005 VPP version."
3694
3695 # VPP Performance Changes 3n-dnv 2t2c ndr
3696 - type: "table"
3697   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3698   algorithm: "table_comparison"
3699   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3701   filter: "'2T2C'"
3702   columns:
3703     - title: "1908"
3704       data-set: "vpp-performance-changes-3n-dnv-h1"
3705     - title: "2001"
3706       data-set: "vpp-performance-changes-3n-dnv-ref"
3707     - title: "2005"
3708       data-set: "vpp-performance-changes-3n-dnv-cmp"
3709   comparisons:
3710     - title: "Diff"
3711       reference: 2
3712       compare: 3
3713   legend:
3714     - "Legend to Table"
3715     - "1908, 2001, 2005 - VPP versions tested."
3716     - "Diff - difference between 2001 and 2005 VPP version."
3717
3718 # VPP Performance Changes 3n-tsh 1t1c pdr
3719 - type: "table"
3720   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3721   algorithm: "table_comparison"
3722   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3723   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3724   filter: "'1T1C'"
3725   columns:
3726     - title: "1908"
3727       data-set: "vpp-performance-changes-3n-tsh-h1"
3728     - title: "2001"
3729       data-set: "vpp-performance-changes-3n-tsh-ref"
3730     - title: "2005"
3731       data-set: "vpp-performance-changes-3n-tsh-cmp"
3732   comparisons:
3733     - title: "Diff"
3734       reference: 2
3735       compare: 3
3736   legend:
3737     - "Legend to Table"
3738     - "1908, 2001, 2005 - VPP versions tested."
3739     - "Diff - difference between 2001 and 2005 VPP version."
3740
3741 # VPP Performance Changes 3n-tsh 2t2c pdr
3742 - type: "table"
3743   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3744   algorithm: "table_comparison"
3745   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3747   filter: "'2T2C'"
3748   columns:
3749     - title: "1908"
3750       data-set: "vpp-performance-changes-3n-tsh-h1"
3751     - title: "2001"
3752       data-set: "vpp-performance-changes-3n-tsh-ref"
3753     - title: "2005"
3754       data-set: "vpp-performance-changes-3n-tsh-cmp"
3755   comparisons:
3756     - title: "Diff"
3757       reference: 2
3758       compare: 3
3759   legend:
3760     - "Legend to Table"
3761     - "1908, 2001, 2005 - VPP versions tested."
3762     - "Diff - difference between 2001 and 2005 VPP version."
3763
3764 # VPP Performance Changes 3n-tsh 1t1c ndr
3765 - type: "table"
3766   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3767   algorithm: "table_comparison"
3768   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3770   filter: "'1T1C'"
3771   columns:
3772     - title: "1908"
3773       data-set: "vpp-performance-changes-3n-tsh-h1"
3774     - title: "2001"
3775       data-set: "vpp-performance-changes-3n-tsh-ref"
3776     - title: "2005"
3777       data-set: "vpp-performance-changes-3n-tsh-cmp"
3778   comparisons:
3779     - title: "Diff"
3780       reference: 2
3781       compare: 3
3782   legend:
3783     - "Legend to Table"
3784     - "1908, 2001, 2005 - VPP versions tested."
3785     - "Diff - difference between 2001 and 2005 VPP version."
3786
3787 # VPP Performance Changes 3n-tsh 2t2c ndr
3788 - type: "table"
3789   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3790   algorithm: "table_comparison"
3791   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3792   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3793   filter: "'2T2C'"
3794   columns:
3795     - title: "1908"
3796       data-set: "vpp-performance-changes-3n-tsh-h1"
3797     - title: "2001"
3798       data-set: "vpp-performance-changes-3n-tsh-ref"
3799     - title: "2005"
3800       data-set: "vpp-performance-changes-3n-tsh-cmp"
3801   comparisons:
3802     - title: "Diff"
3803       reference: 2
3804       compare: 3
3805   legend:
3806     - "Legend to Table"
3807     - "1908, 2001, 2005 - VPP versions tested."
3808     - "Diff - difference between 2001 and 2005 VPP version."
3809
3810 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3811 - type: "table"
3812   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3813   algorithm: "table_comparison"
3814   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3815   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3816   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3817   columns:
3818     - title: "3n-hsw xl710"
3819       data-set: "vpp-compare-testbeds-ref"
3820       tag: "NIC_Intel-XL710"
3821     - title: "3n-skx xxv710"
3822       data-set: "vpp-compare-testbeds-cmp"
3823       tag: "NIC_Intel-XXV710"
3824   comparisons:
3825     - title: "Diff"
3826       reference: 1
3827       compare: 2
3828   legend:
3829     - "Legend to Table"
3830     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3831     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3832
3833 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3834 - type: "table"
3835   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3836   algorithm: "table_comparison"
3837   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3838   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3839   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3840   columns:
3841     - title: "3n-hsw xl710"
3842       data-set: "vpp-compare-testbeds-ref"
3843       tag: "NIC_Intel-XL710"
3844     - title: "3n-skx xxv710"
3845       data-set: "vpp-compare-testbeds-cmp"
3846       tag: "NIC_Intel-XXV710"
3847   comparisons:
3848     - title: "Diff"
3849       reference: 1
3850       compare: 2
3851   legend:
3852     - "Legend to Table"
3853     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3854     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3855
3856 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3857 - type: "table"
3858   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3859   algorithm: "table_comparison"
3860   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3861   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3862   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3863   columns:
3864     - title: "3n-hsw xl710"
3865       data-set: "vpp-compare-testbeds-ref"
3866       tag: "NIC_Intel-XL710"
3867     - title: "3n-skx xxv710"
3868       data-set: "vpp-compare-testbeds-cmp"
3869       tag: "NIC_Intel-XXV710"
3870   comparisons:
3871     - title: "Diff"
3872       reference: 1
3873       compare: 2
3874   legend:
3875     - "Legend to Table"
3876     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3877     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3878
3879 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3880 - type: "table"
3881   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3882   algorithm: "table_comparison"
3883   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3884   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3885   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3886   columns:
3887     - title: "3n-hsw xl710"
3888       data-set: "vpp-compare-testbeds-ref"
3889       tag: "NIC_Intel-XL710"
3890     - title: "3n-skx xxv710"
3891       data-set: "vpp-compare-testbeds-cmp"
3892       tag: "NIC_Intel-XXV710"
3893   comparisons:
3894     - title: "Diff"
3895       reference: 1
3896       compare: 2
3897   legend:
3898     - "Legend to Table"
3899     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3900     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3901
3902 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3903 - type: "table"
3904   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3905   algorithm: "table_comparison"
3906   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3907   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3908   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3909   columns:
3910     - title: "2n-skx"
3911       data-set: "vpp-compare-testbeds-skx-clx-ref"
3912     - title: "2n-clx"
3913       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3914   comparisons:
3915     - title: "Diff"
3916       reference: 1
3917       compare: 2
3918   legend:
3919     - "Legend to Table"
3920     - "2n-skx, 2n-clx - testbeds and NICs tested."
3921     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3922
3923 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3924 - type: "table"
3925   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3926   algorithm: "table_comparison"
3927   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3928   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3929   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3930   columns:
3931     - title: "2n-skx"
3932       data-set: "vpp-compare-testbeds-skx-clx-ref"
3933     - title: "2n-clx"
3934       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3935   comparisons:
3936     - title: "Diff"
3937       reference: 1
3938       compare: 2
3939   legend:
3940     - "Legend to Table"
3941     - "2n-skx, 2n-clx - testbeds and NICs tested."
3942     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3943
3944 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3945 - type: "table"
3946   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3947   algorithm: "table_comparison"
3948   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3949   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3950   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3951   columns:
3952     - title: "2n-skx"
3953       data-set: "vpp-compare-testbeds-skx-clx-ref"
3954     - title: "2n-clx"
3955       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3956   comparisons:
3957     - title: "Diff"
3958       reference: 1
3959       compare: 2
3960   legend:
3961     - "Legend to Table"
3962     - "2n-skx, 2n-clx - testbeds and NICs tested."
3963     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3964
3965 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3966 - type: "table"
3967   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3968   algorithm: "table_comparison"
3969   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
3970   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3971   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3972   columns:
3973     - title: "2n-skx"
3974       data-set: "vpp-compare-testbeds-skx-clx-ref"
3975     - title: "2n-clx"
3976       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3977   comparisons:
3978     - title: "Diff"
3979       reference: 1
3980       compare: 2
3981   legend:
3982     - "Legend to Table"
3983     - "2n-skx, 2n-clx - testbeds and NICs tested."
3984     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3985
3986 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
3987 - type: "table"
3988   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
3989   algorithm: "table_comparison"
3990   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
3991   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3992   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3993   columns:
3994     - title: "3n-hsw xl710"
3995       data-set: "vpp-compare-testbeds-hsw-clx-ref"
3996       tag: "NIC_Intel-XL710"
3997     - title: "2n-clx xxv710"
3998       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
3999       tag: "NIC_Intel-XXV710"
4000   comparisons:
4001     - title: "Diff"
4002       reference: 1
4003       compare: 2
4004   legend:
4005     - "Legend to Table"
4006     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4007     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4008
4009 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4010 - type: "table"
4011   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4012   algorithm: "table_comparison"
4013   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4014   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4015   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4016   columns:
4017     - title: "3n-hsw xl710"
4018       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4019       tag: "NIC_Intel-XL710"
4020     - title: "2n-clx xxv710"
4021       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4022       tag: "NIC_Intel-XXV710"
4023   comparisons:
4024     - title: "Diff"
4025       reference: 1
4026       compare: 2
4027   legend:
4028     - "Legend to Table"
4029     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4030     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4031
4032 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4033 - type: "table"
4034   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4035   algorithm: "table_comparison"
4036   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4037   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4038   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4039   columns:
4040     - title: "3n-hsw xl710"
4041       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4042       tag: "NIC_Intel-XL710"
4043     - title: "2n-clx xxv710"
4044       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4045       tag: "NIC_Intel-XXV710"
4046   comparisons:
4047     - title: "Diff"
4048       reference: 1
4049       compare: 2
4050   legend:
4051     - "Legend to Table"
4052     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4053     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4054
4055 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4056 - type: "table"
4057   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4058   algorithm: "table_comparison"
4059   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4060   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4061   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4062   columns:
4063     - title: "3n-hsw xl710"
4064       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4065       tag: "NIC_Intel-XL710"
4066     - title: "2n-clx xxv710"
4067       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4068       tag: "NIC_Intel-XXV710"
4069   comparisons:
4070     - title: "Diff"
4071       reference: 1
4072       compare: 2
4073   legend:
4074     - "Legend to Table"
4075     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4076     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4077
4078 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4079 - type: "table"
4080   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4081   algorithm: "table_comparison"
4082   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4083   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4084   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4085   columns:
4086     - title: "3n-skx"
4087       data-set: "vpp-compare-topologies-ref"
4088     - title: "2n-skx"
4089       data-set: "vpp-compare-topologies-cmp"
4090   comparisons:
4091     - title: "Diff"
4092       reference: 1
4093       compare: 2
4094   legend:
4095     - "Legend to Table"
4096     - "3n-skx, 2n-skx - topologies tested."
4097     - "Diff - difference between 3n-skx and 2n-skx topologies."
4098
4099 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4100 - type: "table"
4101   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4102   algorithm: "table_comparison"
4103   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4104   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4105   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4106   columns:
4107     - title: "3n-skx"
4108       data-set: "vpp-compare-topologies-ref"
4109     - title: "2n-skx"
4110       data-set: "vpp-compare-topologies-cmp"
4111   comparisons:
4112     - title: "Diff"
4113       reference: 1
4114       compare: 2
4115   legend:
4116     - "Legend to Table"
4117     - "3n-skx, 2n-skx - topologies tested."
4118     - "Diff - difference between 3n-skx and 2n-skx topologies."
4119
4120 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4121 - type: "table"
4122   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4123   algorithm: "table_comparison"
4124   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4125   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4126   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4127   columns:
4128     - title: "3n-skx"
4129       data-set: "vpp-compare-topologies-ref"
4130     - title: "2n-skx"
4131       data-set: "vpp-compare-topologies-cmp"
4132   comparisons:
4133     - title: "Diff"
4134       reference: 1
4135       compare: 2
4136   legend:
4137     - "Legend to Table"
4138     - "3n-skx, 2n-skx - topologies tested."
4139     - "Diff - difference between 3n-skx and 2n-skx topologies."
4140
4141 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4142 - type: "table"
4143   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4144   algorithm: "table_comparison"
4145   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4146   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4147   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4148   columns:
4149     - title: "3n-skx"
4150       data-set: "vpp-compare-topologies-ref"
4151     - title: "2n-skx"
4152       data-set: "vpp-compare-topologies-cmp"
4153   comparisons:
4154     - title: "Diff"
4155       reference: 1
4156       compare: 2
4157   legend:
4158     - "Legend to Table"
4159     - "3n-skx, 2n-skx - topologies tested."
4160     - "Diff - difference between 3n-skx and 2n-skx topologies."
4161
4162 # VPP Performance Changes 3n-hsw 1t1c mrr
4163 - type: "table"
4164   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4165   algorithm: "table_comparison"
4166   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4167   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4168   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4169   columns:
4170     - title: "1908"
4171       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4172     - title: "2001"
4173       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4174     - title: "2005"
4175       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4176   comparisons:
4177     - title: "Diff"
4178       reference: 2
4179       compare: 3
4180   legend:
4181     - "Legend to Table"
4182     - "1908, 2001, 2005 - VPP versions tested."
4183     - "Diff - difference between 2001 and 2005 VPP version."
4184
4185 # VPP Performance Changes 3n-hsw 2t2c mrr
4186 - type: "table"
4187   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4188   algorithm: "table_comparison"
4189   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4190   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4191   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4192   columns:
4193     - title: "1908"
4194       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4195     - title: "2001"
4196       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4197     - title: "2005"
4198       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4199   comparisons:
4200     - title: "Diff"
4201       reference: 2
4202       compare: 3
4203   legend:
4204     - "Legend to Table"
4205     - "1908, 2001, 2005 - VPP versions tested."
4206     - "Diff - difference between 2001 and 2005 VPP version."
4207
4208 # VPP Performance Changes 3n-hsw 4t4c mrr
4209 - type: "table"
4210   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4211   algorithm: "table_comparison"
4212   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4213   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4214   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4215   columns:
4216     - title: "1908"
4217       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4218     - title: "2001"
4219       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4220     - title: "2005"
4221       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4222   comparisons:
4223     - title: "Diff"
4224       reference: 2
4225       compare: 3
4226   legend:
4227     - "Legend to Table"
4228     - "1908, 2001, 2005 - VPP versions tested."
4229     - "Diff - difference between 2001 and 2005 VPP version."
4230
4231 # VPP Performance Changes 3n-skx 2t1c mrr
4232 - type: "table"
4233   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4234   algorithm: "table_comparison"
4235   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4236   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4237   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4238   columns:
4239     - title: "1908"
4240       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4241     - title: "2001"
4242       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4243     - title: "2005"
4244       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4245   comparisons:
4246     - title: "Diff"
4247       reference: 2
4248       compare: 3
4249   legend:
4250     - "Legend to Table"
4251     - "1908, 2001, 2005 - VPP versions tested."
4252     - "Diff - difference between 2001 and 2005 VPP version."
4253
4254 # VPP Performance Changes 3n-skx 4t2c mrr
4255 - type: "table"
4256   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4257   algorithm: "table_comparison"
4258   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4259   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4260   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4261   columns:
4262     - title: "1908"
4263       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4264     - title: "2001"
4265       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4266     - title: "2005"
4267       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4268   comparisons:
4269     - title: "Diff"
4270       reference: 2
4271       compare: 3
4272   legend:
4273     - "Legend to Table"
4274     - "1908, 2001, 2005 - VPP versions tested."
4275     - "Diff - difference between 2001 and 2005 VPP version."
4276
4277 # VPP Performance Changes 3n-skx 8t4c mrr
4278 - type: "table"
4279   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4280   algorithm: "table_comparison"
4281   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4282   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4283   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4284   columns:
4285     - title: "1908"
4286       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4287     - title: "2001"
4288       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4289     - title: "2005"
4290       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4291   comparisons:
4292     - title: "Diff"
4293       reference: 2
4294       compare: 3
4295   legend:
4296     - "Legend to Table"
4297     - "1908, 2001, 2005 - VPP versions tested."
4298     - "Diff - difference between 2001 and 2005 VPP version."
4299
4300 # VPP Performance Changes 2n-skx 2t1c mrr
4301 - type: "table"
4302   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4303   algorithm: "table_comparison"
4304   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4305   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4306   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4307   columns:
4308     - title: "1908"
4309       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4310     - title: "2001"
4311       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4312     - title: "2005"
4313       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4314   comparisons:
4315     - title: "Diff"
4316       reference: 2
4317       compare: 3
4318   legend:
4319     - "Legend to Table"
4320     - "1908, 2001, 2005 - VPP versions tested."
4321     - "Diff - difference between 2001 and 2005 VPP version."
4322
4323 # VPP Performance Changes 2n-skx 4t2c mrr
4324 - type: "table"
4325   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4326   algorithm: "table_comparison"
4327   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4329   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4330   columns:
4331     - title: "1908"
4332       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4333     - title: "2001"
4334       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4335     - title: "2005"
4336       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4337   comparisons:
4338     - title: "Diff"
4339       reference: 2
4340       compare: 3
4341   legend:
4342     - "Legend to Table"
4343     - "1908, 2001, 2005 - VPP versions tested."
4344     - "Diff - difference between 2001 and 2005 VPP version."
4345
4346 # VPP Performance Changes 2n-skx 8t4c mrr
4347 - type: "table"
4348   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4349   algorithm: "table_comparison"
4350   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4351   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4352   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4353   columns:
4354     - title: "1908"
4355       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4356     - title: "2001"
4357       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4358     - title: "2005"
4359       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4360   comparisons:
4361     - title: "Diff"
4362       reference: 2
4363       compare: 3
4364   legend:
4365     - "Legend to Table"
4366     - "1908, 2001, 2005 - VPP versions tested."
4367     - "Diff - difference between 2001 and 2005 VPP version."
4368
4369 # VPP Performance Changes 2n-dnv 1t1c mrr
4370 - type: "table"
4371   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4372   algorithm: "table_comparison"
4373   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4374   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4375   filter: "'1T1C'"
4376   columns:
4377     - title: "1908"
4378       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4379     - title: "2001"
4380       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4381     - title: "2005"
4382       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4383   comparisons:
4384     - title: "Diff"
4385       reference: 2
4386       compare: 3
4387   legend:
4388     - "Legend to Table"
4389     - "1908, 2001, 2005 - VPP versions tested."
4390     - "Diff - difference between 2001 and 2005 VPP version."
4391
4392 # VPP Performance Changes 2n-dnv 2t2c mrr
4393 - type: "table"
4394   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4395   algorithm: "table_comparison"
4396   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4397   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4398   filter: "'2T2C'"
4399   columns:
4400     - title: "1908"
4401       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4402     - title: "2001"
4403       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4404     - title: "2005"
4405       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4406   comparisons:
4407     - title: "Diff"
4408       reference: 2
4409       compare: 3
4410   legend:
4411     - "Legend to Table"
4412     - "1908, 2001, 2005 - VPP versions tested."
4413     - "Diff - difference between 2001 and 2005 VPP version."
4414
4415 # VPP Performance Changes 2n-dnv 4t4c mrr
4416 - type: "table"
4417   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4418   algorithm: "table_comparison"
4419   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4420   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4421   filter: "'4T4C'"
4422   columns:
4423     - title: "1908"
4424       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4425     - title: "2001"
4426       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4427     - title: "2005"
4428       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4429   comparisons:
4430     - title: "Diff"
4431       reference: 2
4432       compare: 3
4433   legend:
4434     - "Legend to Table"
4435     - "1908, 2001, 2005 - VPP versions tested."
4436     - "Diff - difference between 2001 and 2005 VPP version."
4437
4438 # VPP Performance Changes 3n-dnv 1t1c mrr
4439 - type: "table"
4440   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4441   algorithm: "table_comparison"
4442   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4443   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4444   filter: "'1T1C'"
4445   columns:
4446     - title: "1908"
4447       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4448     - title: "2001"
4449       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4450     - title: "2005"
4451       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4452   comparisons:
4453     - title: "Diff"
4454       reference: 2
4455       compare: 3
4456   legend:
4457     - "Legend to Table"
4458     - "1908, 2001, 2005 - VPP versions tested."
4459     - "Diff - difference between 2001 and 2005 VPP version."
4460
4461 # VPP Performance Changes 3n-dnv 2t2c mrr
4462 - type: "table"
4463   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4464   algorithm: "table_comparison"
4465   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4466   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4467   filter: "'2T2C'"
4468   columns:
4469     - title: "1908"
4470       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4471     - title: "2001"
4472       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4473     - title: "2005"
4474       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4475   comparisons:
4476     - title: "Diff"
4477       reference: 2
4478       compare: 3
4479   legend:
4480     - "Legend to Table"
4481     - "1908, 2001, 2005 - VPP versions tested."
4482     - "Diff - difference between 2001 and 2005 VPP version."
4483
4484 # VPP Performance Changes 3n-dnv 4t4c mrr
4485 - type: "table"
4486   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4487   algorithm: "table_comparison"
4488   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4489   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4490   filter: "'4T4C'"
4491   columns:
4492     - title: "1908"
4493       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4494     - title: "2001"
4495       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4496     - title: "2005"
4497       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4498   comparisons:
4499     - title: "Diff"
4500       reference: 2
4501       compare: 3
4502   legend:
4503     - "Legend to Table"
4504     - "1908, 2001, 2005 - VPP versions tested."
4505     - "Diff - difference between 2001 and 2005 VPP version."
4506
4507 # VPP Performance Changes 3n-tsh 1t1c mrr
4508 - type: "table"
4509   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4510   algorithm: "table_comparison"
4511   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4512   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4513   filter: "'1T1C'"
4514   columns:
4515     - title: "1908"
4516       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4517     - title: "2001"
4518       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4519     - title: "2005"
4520       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4521   comparisons:
4522     - title: "Diff"
4523       reference: 2
4524       compare: 3
4525   legend:
4526     - "Legend to Table"
4527     - "1908, 2001, 2005 - VPP versions tested."
4528     - "Diff - difference between 2001 and 2005 VPP version."
4529
4530 # VPP Performance Changes 3n-tsh 2t2c mrr
4531 - type: "table"
4532   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4533   algorithm: "table_comparison"
4534   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4535   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4536   filter: "'2T2C'"
4537   columns:
4538     - title: "1908"
4539       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4540     - title: "2001"
4541       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4542     - title: "2005"
4543       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4544   comparisons:
4545     - title: "Diff"
4546       reference: 2
4547       compare: 3
4548   legend:
4549     - "Legend to Table"
4550     - "1908, 2001, 2005 - VPP versions tested."
4551     - "Diff - difference between 2001 and 2005 VPP version."
4552
4553 # VPP Performance Changes 3n-tsh 4t4c mrr
4554 - type: "table"
4555   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4556   algorithm: "table_comparison"
4557   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4558   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4559   filter: "'4T4C'"
4560   columns:
4561     - title: "1908"
4562       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4563     - title: "2001"
4564       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4565     - title: "2005"
4566       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4567   comparisons:
4568     - title: "Diff"
4569       reference: 2
4570       compare: 3
4571   legend:
4572     - "Legend to Table"
4573     - "1908, 2001, 2005 - VPP versions tested."
4574     - "Diff - difference between 2001 and 2005 VPP version."
4575
4576 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4577 - type: "table"
4578   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4579   algorithm: "table_comparison"
4580   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4581   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4582   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4583   columns:
4584     - title: "3n-hsw xl710"
4585       data-set: "vpp-compare-testbeds-mrr-ref"
4586       tag: "NIC_Intel-XL710"
4587     - title: "3n-skx xxv710"
4588       data-set: "vpp-compare-testbeds-mrr-cmp"
4589       tag: "NIC_Intel-XXV710"
4590   comparisons:
4591     - title: "Diff"
4592       reference: 1
4593       compare: 2
4594   legend:
4595     - "Legend to Table"
4596     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4597     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4598
4599 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4600 - type: "table"
4601   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4602   algorithm: "table_comparison"
4603   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4604   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4605   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4606   columns:
4607     - title: "3n-hsw xl710"
4608       data-set: "vpp-compare-testbeds-mrr-ref"
4609       tag: "NIC_Intel-XL710"
4610     - title: "3n-skx xxv710"
4611       data-set: "vpp-compare-testbeds-mrr-cmp"
4612       tag: "NIC_Intel-XXV710"
4613   comparisons:
4614     - title: "Diff"
4615       reference: 1
4616       compare: 2
4617   legend:
4618     - "Legend to Table"
4619     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4620     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4621
4622 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4623 - type: "table"
4624   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4625   algorithm: "table_comparison"
4626   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4628   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4629   columns:
4630     - title: "3n-hsw xl710"
4631       data-set: "vpp-compare-testbeds-mrr-ref"
4632       tag: "NIC_Intel-XL710"
4633     - title: "3n-skx xxv710"
4634       data-set: "vpp-compare-testbeds-mrr-cmp"
4635       tag: "NIC_Intel-XXV710"
4636   comparisons:
4637     - title: "Diff"
4638       reference: 1
4639       compare: 2
4640   legend:
4641     - "Legend to Table"
4642     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4643     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4644
4645 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4646 - type: "table"
4647   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4648   algorithm: "table_comparison"
4649   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4650   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4651   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4652   columns:
4653     - title: "2n-skx"
4654       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4655     - title: "2n-clx"
4656       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4657   comparisons:
4658     - title: "Diff"
4659       reference: 1
4660       compare: 2
4661   legend:
4662     - "Legend to Table"
4663     - "2n-skx, 2n-clx - testbeds and NICs tested."
4664     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4665
4666 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4667 - type: "table"
4668   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4669   algorithm: "table_comparison"
4670   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4671   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4672   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4673   columns:
4674     - title: "2n-skx"
4675       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4676     - title: "2n-clx"
4677       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4678   comparisons:
4679     - title: "Diff"
4680       reference: 1
4681       compare: 2
4682   legend:
4683     - "Legend to Table"
4684     - "2n-skx, 2n-clx - testbeds and NICs tested."
4685     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4686
4687 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4688 - type: "table"
4689   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4690   algorithm: "table_comparison"
4691   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4692   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4693   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4694   columns:
4695     - title: "2n-skx"
4696       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4697     - title: "2n-clx"
4698       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4699   comparisons:
4700     - title: "Diff"
4701       reference: 1
4702       compare: 2
4703   legend:
4704     - "Legend to Table"
4705     - "2n-skx, 2n-clx - testbeds and NICs tested."
4706     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4707
4708 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4709 - type: "table"
4710   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4711   algorithm: "table_comparison"
4712   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4713   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4714   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4715   columns:
4716     - title: "3n-skx"
4717       data-set: "vpp-compare-topologies-mrr-ref"
4718     - title: "2n-skx"
4719       data-set: "vpp-compare-topologies-mrr-cmp"
4720   comparisons:
4721     - title: "Diff"
4722       reference: 1
4723       compare: 2
4724   legend:
4725     - "Legend to Table"
4726     - "3n-skx, 2n-skx - topologies tested."
4727     - "Diff - difference between 3n-skx and 2n-skx topologies."
4728
4729 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4730 - type: "table"
4731   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4732   algorithm: "table_comparison"
4733   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4734   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4735   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4736   columns:
4737     - title: "3n-skx"
4738       data-set: "vpp-compare-topologies-mrr-ref"
4739     - title: "2n-skx"
4740       data-set: "vpp-compare-topologies-mrr-cmp"
4741   comparisons:
4742     - title: "Diff"
4743       reference: 1
4744       compare: 2
4745   legend:
4746     - "Legend to Table"
4747     - "3n-skx, 2n-skx - topologies tested."
4748     - "Diff - difference between 3n-skx and 2n-skx topologies."
4749
4750 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4751 - type: "table"
4752   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4753   algorithm: "table_comparison"
4754   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4755   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4756   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4757   columns:
4758     - title: "3n-skx"
4759       data-set: "vpp-compare-topologies-mrr-ref"
4760     - title: "2n-skx"
4761       data-set: "vpp-compare-topologies-mrr-cmp"
4762   comparisons:
4763     - title: "Diff"
4764       reference: 1
4765       compare: 2
4766   legend:
4767     - "Legend to Table"
4768     - "3n-skx, 2n-skx - topologies tested."
4769     - "Diff - difference between 3n-skx and 2n-skx topologies."
4770
4771 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4772 - type: "table"
4773   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4774   algorithm: "table_comparison"
4775   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4776   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4777   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4778   columns:
4779     - title: "3n-hsw xl710"
4780       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4781       tag: "NIC_Intel-XL710"
4782     - title: "2n-clx xxv710"
4783       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4784       tag: "NIC_Intel-XXV710"
4785   comparisons:
4786     - title: "Diff"
4787       reference: 1
4788       compare: 2
4789   legend:
4790     - "Legend to Table"
4791     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4792     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4793
4794 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4795 - type: "table"
4796   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4797   algorithm: "table_comparison"
4798   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4799   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4800   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4801   columns:
4802     - title: "3n-hsw xl710"
4803       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4804       tag: "NIC_Intel-XL710"
4805     - title: "2n-clx xxv710"
4806       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4807       tag: "NIC_Intel-XXV710"
4808   comparisons:
4809     - title: "Diff"
4810       reference: 1
4811       compare: 2
4812   legend:
4813     - "Legend to Table"
4814     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4815     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4816
4817 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4818 - type: "table"
4819   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4820   algorithm: "table_comparison"
4821   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4822   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4823   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4824   columns:
4825     - title: "3n-hsw xl710"
4826       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4827       tag: "NIC_Intel-XL710"
4828     - title: "2n-clx xxv710"
4829       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4830       tag: "NIC_Intel-XXV710"
4831   comparisons:
4832     - title: "Diff"
4833       reference: 1
4834       compare: 2
4835   legend:
4836     - "Legend to Table"
4837     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4838     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4839
4840 # Detailed Test Results - VPP Performance Results 3n-hsw
4841 - type: "table"
4842   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4843   algorithm: "table_merged_details"
4844   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4845   columns:
4846     - title: " |prein| Test Name |preout| "
4847       data: "data name"
4848     - 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| "
4849       data: "data msg"
4850   data: "vpp-perf-results-3n-hsw"
4851   filter: "all"
4852   parameters:
4853   - "name"
4854   - "parent"
4855   - "msg"
4856
4857 # Detailed Test Results - VPP Performance Results 3n-skx
4858 - type: "table"
4859   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4860   algorithm: "table_merged_details"
4861   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4862   columns:
4863     - title: " |prein| Test Name |preout| "
4864       data: "data name"
4865     - 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| "
4866       data: "data msg"
4867   data: "vpp-perf-results-3n-skx"
4868   filter: "all"
4869   remove-ndr: False
4870   parameters:
4871   - "name"
4872   - "parent"
4873   - "msg"
4874
4875 # Detailed Test Results - VPP Performance Results 2n-skx
4876 - type: "table"
4877   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4878   algorithm: "table_merged_details"
4879   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4880   columns:
4881     - title: " |prein| Test Name |preout| "
4882       data: "data name"
4883     - 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| "
4884       data: "data msg"
4885   data: "vpp-perf-results-2n-skx"
4886   filter: "all"
4887   remove-ndr: False
4888   parameters:
4889   - "name"
4890   - "parent"
4891   - "msg"
4892
4893 # Detailed Test Results - VPP Performance Results 2n-clx
4894 - type: "table"
4895   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4896   algorithm: "table_merged_details"
4897   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4898   columns:
4899     - title: " |prein| Test Name |preout| "
4900       data: "data name"
4901     - 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| "
4902       data: "data msg"
4903   data: "vpp-perf-results-2n-clx"
4904   filter: "all"
4905   parameters:
4906   - "name"
4907   - "parent"
4908   - "msg"
4909
4910 # Detailed Test Results - VPP Performance Results 3n-tsh
4911 - type: "table"
4912   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4913   algorithm: "table_merged_details"
4914   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4915   columns:
4916     - title: " |prein| Test Name |preout| "
4917       data: "data name"
4918     - 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| "
4919       data: "data msg"
4920   data: "vpp-perf-results-3n-tsh"
4921   filter: "all"
4922   parameters:
4923   - "name"
4924   - "parent"
4925   - "msg"
4926
4927 # Detailed Test Results - VPP Performance Results 3n-dnv
4928 - type: "table"
4929   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4930   algorithm: "table_merged_details"
4931   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4932   columns:
4933     - title: " |prein| Test Name |preout| "
4934       data: "data name"
4935     - 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| "
4936       data: "data msg"
4937   data: "vpp-perf-results-3n-dnv"
4938   filter: "all"
4939   parameters:
4940   - "name"
4941   - "parent"
4942   - "msg"
4943
4944 # Detailed Test Results - VPP Performance Results 2n-dnv
4945 - type: "table"
4946   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4947   algorithm: "table_merged_details"
4948   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4949   columns:
4950     - title: " |prein| Test Name |preout| "
4951       data: "data name"
4952     - 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| "
4953       data: "data msg"
4954   data: "vpp-perf-results-2n-dnv"
4955   filter: "all"
4956   parameters:
4957   - "name"
4958   - "parent"
4959   - "msg"
4960
4961 # Test configuration - VPP Performance Test Configs 3n-hsw
4962 - type: "table"
4963   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4964   algorithm: "table_merged_details"
4965   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4966   columns:
4967     - title: " |prein| Test Name |preout| "
4968       data: "data name"
4969     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4970       data: "data conf-history"
4971   data: "vpp-perf-results-3n-hsw"
4972   filter: "all"
4973   parameters:
4974   - "parent"
4975   - "name"
4976   - "conf-history"
4977
4978 # Test configuration - VPP Performance Test Configs 3n-skx
4979 - type: "table"
4980   title: "Test configuration - VPP Performance Test Configs 3n-skx"
4981   algorithm: "table_merged_details"
4982   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
4983   columns:
4984     - title: " |prein| Test Name |preout| "
4985       data: "data name"
4986     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
4987       data: "data conf-history"
4988   data: "vpp-perf-results-3n-skx"
4989   filter: "all"
4990   parameters:
4991   - "parent"
4992   - "name"
4993   - "conf-history"
4994
4995 # Test configuration - VPP Performance Test Configs 2n-skx
4996 - type: "table"
4997   title: "Test configuration - VPP Performance Test Configs 2n-skx"
4998   algorithm: "table_merged_details"
4999   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5000   columns:
5001     - title: " |prein| Test Name |preout| "
5002       data: "data name"
5003     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5004       data: "data conf-history"
5005   data: "vpp-perf-results-2n-skx"
5006   filter: "all"
5007   parameters:
5008   - "parent"
5009   - "name"
5010   - "conf-history"
5011
5012 # Test configuration - VPP Performance Test Configs 2n-clx
5013 - type: "table"
5014   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5015   algorithm: "table_merged_details"
5016   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5017   columns:
5018     - title: " |prein| Test Name |preout| "
5019       data: "data name"
5020     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5021       data: "data conf-history"
5022   data: "vpp-perf-results-2n-clx"
5023   filter: "all"
5024   parameters:
5025   - "parent"
5026   - "name"
5027   - "conf-history"
5028
5029 # Test configuration - VPP Performance Test Configs 3n-tsh
5030 - type: "table"
5031   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5032   algorithm: "table_merged_details"
5033   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5034   columns:
5035     - title: " |prein| Test Name |preout| "
5036       data: "data name"
5037     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5038       data: "data conf-history"
5039   data: "vpp-perf-results-3n-tsh"
5040   filter: "all"
5041   parameters:
5042   - "parent"
5043   - "name"
5044   - "conf-history"
5045
5046 # Test configuration - VPP Performance Test Configs 3n-dnv
5047 - type: "table"
5048   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5049   algorithm: "table_merged_details"
5050   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5051   columns:
5052     - title: " |prein| Test Name |preout| "
5053       data: "data name"
5054     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5055       data: "data conf-history"
5056   data: "vpp-perf-results-3n-dnv"
5057   filter: "all"
5058   parameters:
5059   - "parent"
5060   - "name"
5061   - "conf-history"
5062
5063 # Test configuration - VPP Performance Test Configs 2n-dnv
5064 - type: "table"
5065   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5066   algorithm: "table_merged_details"
5067   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5068   columns:
5069     - title: " |prein| Test Name |preout| "
5070       data: "data name"
5071     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5072       data: "data conf-history"
5073   data: "vpp-perf-results-2n-dnv"
5074   filter: "all"
5075   parameters:
5076   - "parent"
5077   - "name"
5078   - "conf-history"
5079
5080 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5081 - type: "table"
5082   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5083   algorithm: "table_oper_data_html"
5084   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5085   data: "vpp-perf-results-3n-hsw"
5086   filter: "all"
5087
5088 # Test Operational Data - VPP Performance Operational Data 3n-skx
5089 - type: "table"
5090   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5091   algorithm: "table_oper_data_html"
5092   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5093   data: "vpp-perf-results-3n-skx"
5094   filter: "all"
5095
5096 # Test Operational Data - VPP Performance Operational Data 2n-skx
5097 - type: "table"
5098   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5099   algorithm: "table_oper_data_html"
5100   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5101   data: "vpp-perf-results-2n-skx"
5102   filter: "all"
5103
5104 # Test Operational Data - VPP Performance Operational Data 2n-clx
5105 - type: "table"
5106   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5107   algorithm: "table_oper_data_html"
5108   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5109   data: "vpp-perf-results-2n-clx"
5110   filter: "all"
5111
5112 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5113 - type: "table"
5114   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5115   algorithm: "table_oper_data_html"
5116   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5117   data: "vpp-perf-results-3n-tsh"
5118   filter: "all"
5119
5120 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5121 - type: "table"
5122   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5123   algorithm: "table_oper_data_html"
5124   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5125   data: "vpp-perf-results-3n-dnv"
5126   filter: "all"
5127
5128 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5129 - type: "table"
5130   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5131   algorithm: "table_oper_data_html"
5132   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5133   data: "vpp-perf-results-2n-dnv"
5134   filter: "all"
5135
5136 # Detailed Test Results - VPP MRR Results 3n-hsw
5137 - type: "table"
5138   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5139   algorithm: "table_merged_details"
5140   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5141   columns:
5142     - title: " |prein| Test Name |preout| "
5143       data: "data name"
5144     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5145       data: "data msg"
5146   data: "vpp-mrr-results-3n-hsw"
5147   filter: "all"
5148   parameters:
5149   - "name"
5150   - "parent"
5151   - "msg"
5152
5153 # Detailed Test Results - VPP MRR Results 3n-skx
5154 - type: "table"
5155   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5156   algorithm: "table_merged_details"
5157   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5158   columns:
5159     - title: " |prein| Test Name |preout| "
5160       data: "data name"
5161     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5162       data: "data msg"
5163   data: "vpp-mrr-results-3n-skx"
5164   filter: "all"
5165   parameters:
5166   - "name"
5167   - "parent"
5168   - "msg"
5169
5170 # Detailed Test Results - VPP MRR Results 2n-skx
5171 - type: "table"
5172   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5173   algorithm: "table_merged_details"
5174   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5175   columns:
5176     - title: " |prein| Test Name |preout| "
5177       data: "data name"
5178     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5179       data: "data msg"
5180   data: "vpp-mrr-results-2n-skx"
5181   filter: "all"
5182   parameters:
5183   - "name"
5184   - "parent"
5185   - "msg"
5186
5187 # Detailed Test Results - VPP MRR Results 2n-clx
5188 - type: "table"
5189   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5190   algorithm: "table_merged_details"
5191   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5192   columns:
5193     - title: " |prein| Test Name |preout| "
5194       data: "data name"
5195     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5196       data: "data msg"
5197   data: "vpp-mrr-results-2n-clx"
5198   filter: "all"
5199   parameters:
5200   - "name"
5201   - "parent"
5202   - "msg"
5203
5204 # Detailed Test Results - VPP MRR Results 3n-tsh
5205 - type: "table"
5206   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5207   algorithm: "table_merged_details"
5208   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5209   columns:
5210     - title: " |prein| Test Name |preout| "
5211       data: "data name"
5212     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5213       data: "data msg"
5214   data: "vpp-mrr-results-3n-tsh"
5215   filter: "all"
5216   parameters:
5217   - "name"
5218   - "parent"
5219   - "msg"
5220
5221 # Detailed Test Results - VPP MRR Results 3n-dnv
5222 - type: "table"
5223   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5224   algorithm: "table_merged_details"
5225   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5226   columns:
5227     - title: " |prein| Test Name |preout| "
5228       data: "data name"
5229     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5230       data: "data msg"
5231   data: "vpp-mrr-results-3n-dnv"
5232   filter: "all"
5233   parameters:
5234   - "name"
5235   - "parent"
5236   - "msg"
5237
5238 # Detailed Test Results - VPP MRR Results 2n-dnv
5239 - type: "table"
5240   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5241   algorithm: "table_merged_details"
5242   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5243   columns:
5244     - title: " |prein| Test Name |preout| "
5245       data: "data name"
5246     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5247       data: "data msg"
5248   data: "vpp-mrr-results-2n-dnv"
5249   filter: "all"
5250   parameters:
5251   - "name"
5252   - "parent"
5253   - "msg"
5254
5255 # Test configuration - VPP MRR Test Configs 3n-hsw
5256 - type: "table"
5257   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5258   algorithm: "table_merged_details"
5259   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5260   columns:
5261     - title: " |prein| Test Name |preout| "
5262       data: "data name"
5263     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5264       data: "data conf-history"
5265   data: "vpp-mrr-results-3n-hsw"
5266   filter: "all"
5267   parameters:
5268   - "parent"
5269   - "name"
5270   - "conf-history"
5271
5272 # Test configuration - VPP MRR Test Configs 3n-skx
5273 - type: "table"
5274   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5275   algorithm: "table_merged_details"
5276   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5277   columns:
5278     - title: " |prein| Test Name |preout| "
5279       data: "data name"
5280     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5281       data: "data conf-history"
5282   data: "vpp-mrr-results-3n-skx"
5283   filter: "all"
5284   parameters:
5285   - "parent"
5286   - "name"
5287   - "conf-history"
5288
5289 # Test configuration - VPP MRR Test Configs 2n-skx
5290 - type: "table"
5291   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5292   algorithm: "table_merged_details"
5293   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5294   columns:
5295     - title: " |prein| Test Name |preout| "
5296       data: "data name"
5297     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5298       data: "data conf-history"
5299   data: "vpp-mrr-results-2n-skx"
5300   filter: "all"
5301   parameters:
5302   - "parent"
5303   - "name"
5304   - "conf-history"
5305
5306 # Test configuration - VPP MRR Test Configs 2n-clx
5307 - type: "table"
5308   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5309   algorithm: "table_merged_details"
5310   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5311   columns:
5312     - title: " |prein| Test Name |preout| "
5313       data: "data name"
5314     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5315       data: "data conf-history"
5316   data: "vpp-mrr-results-2n-clx"
5317   filter: "all"
5318   parameters:
5319   - "parent"
5320   - "name"
5321   - "conf-history"
5322
5323 # Test configuration - VPP MRR Test Configs 3n-tsh
5324 - type: "table"
5325   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5326   algorithm: "table_merged_details"
5327   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5328   columns:
5329     - title: " |prein| Test Name |preout| "
5330       data: "data name"
5331     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5332       data: "data conf-history"
5333   data: "vpp-mrr-results-3n-tsh"
5334   filter: "all"
5335   parameters:
5336   - "parent"
5337   - "name"
5338   - "conf-history"
5339
5340 # Test configuration - VPP MRR Test Configs 3n-dnv
5341 - type: "table"
5342   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5343   algorithm: "table_merged_details"
5344   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5345   columns:
5346     - title: " |prein| Test Name |preout| "
5347       data: "data name"
5348     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5349       data: "data conf-history"
5350   data: "vpp-mrr-results-3n-dnv"
5351   filter: "all"
5352   parameters:
5353   - "parent"
5354   - "name"
5355   - "conf-history"
5356
5357 # Test configuration - VPP MRR Test Configs 2n-dnv
5358 - type: "table"
5359   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5360   algorithm: "table_merged_details"
5361   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5362   columns:
5363     - title: " |prein| Test Name |preout| "
5364       data: "data name"
5365     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5366       data: "data conf-history"
5367   data: "vpp-mrr-results-2n-dnv"
5368   filter: "all"
5369   parameters:
5370   - "parent"
5371   - "name"
5372   - "conf-history"
5373
5374 # Detailed Test Results - VPP Device Results - Ubuntu
5375 - type: "table"
5376   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5377   algorithm: "table_merged_details"
5378   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5379   columns:
5380     - title: " |prein| Test Name |preout| "
5381       data: "data name"
5382     - title: " |prein| Status |preout| "
5383       data: "data status"
5384   data: "vpp-device-results-ubuntu"
5385   filter: "all"
5386   parameters:
5387   - "name"
5388   - "parent"
5389   - "doc"
5390   - "status"
5391
5392 # Test configuration - VPP Device Test Configs - Ubuntu
5393 - type: "table"
5394   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5395   algorithm: "table_merged_details"
5396   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5397   columns:
5398     - title: " |prein| Test Name |preout| "
5399       data: "data name"
5400     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5401       data: "data conf-history"
5402   data: "vpp-device-results-ubuntu"
5403   filter: "all"
5404   parameters:
5405   - "parent"
5406   - "name"
5407   - "conf-history"
5408
5409 ################################################################################
5410
5411 # DPDK Performance Changes 3n-hsw 1t1c pdr
5412 - type: "table"
5413   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5414   algorithm: "table_comparison"
5415   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5416   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5417   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5418   columns:
5419     - title: "1908"
5420       data-set: "dpdk-performance-changes-3n-hsw-h1"
5421     - title: "2001"
5422       data-set: "dpdk-performance-changes-3n-hsw-ref"
5423     - title: "2005"
5424       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5425   comparisons:
5426     - title: "Diff"
5427       reference: 2
5428       compare: 3
5429   legend:
5430     - "Legend to Table"
5431     - "1908, 2001, 2005 - DPDK versions tested."
5432     - "Diff - difference between 2001 and 2005 DPDK version."
5433
5434 # DPDK Performance Changes 3n-hsw 2t2c pdr
5435 - type: "table"
5436   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5437   algorithm: "table_comparison"
5438   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5439   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5440   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5441   columns:
5442     - title: "1908"
5443       data-set: "dpdk-performance-changes-3n-hsw-h1"
5444     - title: "2001"
5445       data-set: "dpdk-performance-changes-3n-hsw-ref"
5446     - title: "2005"
5447       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5448   comparisons:
5449     - title: "Diff"
5450       reference: 2
5451       compare: 3
5452   legend:
5453     - "Legend to Table"
5454     - "1908, 2001, 2005 - DPDK versions tested."
5455     - "Diff - difference between 2001 and 2005 DPDK version."
5456
5457 # DPDK Performance Changes 3n-hsw 1t1c pdr
5458 - type: "table"
5459   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5460   algorithm: "table_comparison"
5461   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5462   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5463   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5464   columns:
5465     - title: "1908"
5466       data-set: "dpdk-performance-changes-3n-hsw-h1"
5467     - title: "2001"
5468       data-set: "dpdk-performance-changes-3n-hsw-ref"
5469     - title: "2005"
5470       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5471   comparisons:
5472     - title: "Diff"
5473       reference: 2
5474       compare: 3
5475   legend:
5476     - "Legend to Table"
5477     - "1908, 2001, 2005 - DPDK versions tested."
5478     - "Diff - difference between 2001 and 2005 DPDK version."
5479
5480 # DPDK Performance Changes 3n-hsw 2t2c ndr
5481 - type: "table"
5482   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5483   algorithm: "table_comparison"
5484   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5485   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5486   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5487   columns:
5488     - title: "1908"
5489       data-set: "dpdk-performance-changes-3n-hsw-h1"
5490     - title: "2001"
5491       data-set: "dpdk-performance-changes-3n-hsw-ref"
5492     - title: "2005"
5493       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5494   comparisons:
5495     - title: "Diff"
5496       reference: 2
5497       compare: 3
5498   legend:
5499     - "Legend to Table"
5500     - "1908, 2001, 2005 - DPDK versions tested."
5501     - "Diff - difference between 2001 and 2005 DPDK version."
5502
5503 # DPDK Performance Changes 3n-skx 2t1c pdr
5504 - type: "table"
5505   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5506   algorithm: "table_comparison"
5507   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5508   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5509   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5510   columns:
5511     - title: "1908"
5512       data-set: "dpdk-performance-changes-3n-skx-h1"
5513     - title: "2001"
5514       data-set: "dpdk-performance-changes-3n-skx-ref"
5515     - title: "2005"
5516       data-set: "dpdk-performance-changes-3n-skx-cmp"
5517   comparisons:
5518     - title: "Diff"
5519       reference: 2
5520       compare: 3
5521   legend:
5522     - "Legend to Table"
5523     - "1908, 2001, 2005 - DPDK versions tested."
5524     - "Diff - difference between 2001 and 2005 DPDK version."
5525
5526 # DPDK Performance Changes 3n-skx 4t2c pdr
5527 - type: "table"
5528   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5529   algorithm: "table_comparison"
5530   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5531   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5532   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5533   columns:
5534     - title: "1908"
5535       data-set: "dpdk-performance-changes-3n-skx-h1"
5536     - title: "2001"
5537       data-set: "dpdk-performance-changes-3n-skx-ref"
5538     - title: "2005"
5539       data-set: "dpdk-performance-changes-3n-skx-cmp"
5540   comparisons:
5541     - title: "Diff"
5542       reference: 2
5543       compare: 3
5544   legend:
5545     - "Legend to Table"
5546     - "1908, 2001, 2005 - DPDK versions tested."
5547     - "Diff - difference between 2001 and 2005 DPDK version."
5548
5549 # DPDK Performance Changes 3n-skx 2t1c ndr
5550 - type: "table"
5551   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5552   algorithm: "table_comparison"
5553   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5554   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5555   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5556   columns:
5557     - title: "1908"
5558       data-set: "dpdk-performance-changes-3n-skx-h1"
5559     - title: "2001"
5560       data-set: "dpdk-performance-changes-3n-skx-ref"
5561     - title: "2005"
5562       data-set: "dpdk-performance-changes-3n-skx-cmp"
5563   comparisons:
5564     - title: "Diff"
5565       reference: 2
5566       compare: 3
5567   legend:
5568     - "Legend to Table"
5569     - "1908, 2001, 2005 - DPDK versions tested."
5570     - "Diff - difference between 2001 and 2005 DPDK version."
5571
5572 # DPDK Performance Changes 3n-skx 4t2c ndr
5573 - type: "table"
5574   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5575   algorithm: "table_comparison"
5576   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5577   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5578   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5579   columns:
5580     - title: "1908"
5581       data-set: "dpdk-performance-changes-3n-skx-h1"
5582     - title: "2001"
5583       data-set: "dpdk-performance-changes-3n-skx-ref"
5584     - title: "2005"
5585       data-set: "dpdk-performance-changes-3n-skx-cmp"
5586   comparisons:
5587     - title: "Diff"
5588       reference: 2
5589       compare: 3
5590   legend:
5591     - "Legend to Table"
5592     - "1908, 2001, 2005 - DPDK versions tested."
5593     - "Diff - difference between 2001 and 2005 DPDK version."
5594
5595 # DPDK Performance Changes 2n-skx 2t1c pdr
5596 - type: "table"
5597   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5598   algorithm: "table_comparison"
5599   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5601   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5602   columns:
5603     - title: "1908"
5604       data-set: "dpdk-performance-changes-2n-skx-h1"
5605     - title: "2001"
5606       data-set: "dpdk-performance-changes-2n-skx-ref"
5607     - title: "2005"
5608       data-set: "dpdk-performance-changes-2n-skx-cmp"
5609   comparisons:
5610     - title: "Diff"
5611       reference: 2
5612       compare: 3
5613   legend:
5614     - "Legend to Table"
5615     - "1908, 2001, 2005 - DPDK versions tested."
5616     - "Diff - difference between 2001 and 2005 DPDK version."
5617
5618 # DPDK Performance Changes 2n-skx 4t2c pdr
5619 - type: "table"
5620   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5621   algorithm: "table_comparison"
5622   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5623   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5624   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5625   columns:
5626     - title: "1908"
5627       data-set: "dpdk-performance-changes-2n-skx-h1"
5628     - title: "2001"
5629       data-set: "dpdk-performance-changes-2n-skx-ref"
5630     - title: "2005"
5631       data-set: "dpdk-performance-changes-2n-skx-cmp"
5632   comparisons:
5633     - title: "Diff"
5634       reference: 2
5635       compare: 3
5636   legend:
5637     - "Legend to Table"
5638     - "1908, 2001, 2005 - DPDK versions tested."
5639     - "Diff - difference between 2001 and 2005 DPDK version."
5640
5641 # DPDK Performance Changes 2n-skx 2t1c ndr
5642 - type: "table"
5643   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5644   algorithm: "table_comparison"
5645   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5646   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5647   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5648   columns:
5649     - title: "1908"
5650       data-set: "dpdk-performance-changes-2n-skx-h1"
5651     - title: "2001"
5652       data-set: "dpdk-performance-changes-2n-skx-ref"
5653     - title: "2005"
5654       data-set: "dpdk-performance-changes-2n-skx-cmp"
5655   comparisons:
5656     - title: "Diff"
5657       reference: 2
5658       compare: 3
5659   legend:
5660     - "Legend to Table"
5661     - "1908, 2001, 2005 - DPDK versions tested."
5662     - "Diff - difference between 2001 and 2005 DPDK version."
5663
5664 # DPDK Performance Changes 2n-skx 4t2c ndr
5665 - type: "table"
5666   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5667   algorithm: "table_comparison"
5668   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5669   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5670   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5671   columns:
5672     - title: "1908"
5673       data-set: "dpdk-performance-changes-2n-skx-h1"
5674     - title: "2001"
5675       data-set: "dpdk-performance-changes-2n-skx-ref"
5676     - title: "2005"
5677       data-set: "dpdk-performance-changes-2n-skx-cmp"
5678   comparisons:
5679     - title: "Diff"
5680       reference: 2
5681       compare: 3
5682   legend:
5683     - "Legend to Table"
5684     - "1908, 2001, 2005 - DPDK versions tested."
5685     - "Diff - difference between 2001 and 2005 DPDK version."
5686
5687 # DPDK Performance Changes 2n-clx 2t1c pdr
5688 - type: "table"
5689   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5690   algorithm: "table_comparison"
5691   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5692   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5693   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5694   columns:
5695     - title: "2001"
5696       data-set: "dpdk-performance-changes-2n-clx-ref"
5697     - title: "2005"
5698       data-set: "dpdk-performance-changes-2n-clx-cmp"
5699   comparisons:
5700     - title: "Diff"
5701       reference: 1
5702       compare: 2
5703   legend:
5704     - "Legend to Table"
5705     - "2001, 2005 - DPDK versions tested."
5706     - "Diff - difference between 2001 and 2005 DPDK version."
5707
5708 # DPDK Performance Changes 2n-clx 4t2c pdr
5709 - type: "table"
5710   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5711   algorithm: "table_comparison"
5712   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5713   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5714   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5715   columns:
5716     - title: "2001"
5717       data-set: "dpdk-performance-changes-2n-clx-ref"
5718     - title: "2005"
5719       data-set: "dpdk-performance-changes-2n-clx-cmp"
5720   comparisons:
5721     - title: "Diff"
5722       reference: 1
5723       compare: 2
5724   legend:
5725     - "Legend to Table"
5726     - "2001, 2005 - DPDK versions tested."
5727     - "Diff - difference between 2001 and 2005 DPDK version."
5728
5729 # DPDK Performance Changes 2n-clx 2t1c ndr
5730 - type: "table"
5731   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5732   algorithm: "table_comparison"
5733   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5735   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5736   columns:
5737     - title: "2001"
5738       data-set: "dpdk-performance-changes-2n-clx-ref"
5739     - title: "2005"
5740       data-set: "dpdk-performance-changes-2n-clx-cmp"
5741   comparisons:
5742     - title: "Diff"
5743       reference: 1
5744       compare: 2
5745   legend:
5746     - "Legend to Table"
5747     - "2001, 2005 - DPDK versions tested."
5748     - "Diff - difference between 2001 and 2005 DPDK version."
5749
5750 # DPDK Performance Changes 2n-clx 4t2c ndr
5751 - type: "table"
5752   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5753   algorithm: "table_comparison"
5754   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5755   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5756   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5757   columns:
5758     - title: "2001"
5759       data-set: "dpdk-performance-changes-2n-clx-ref"
5760     - title: "2005"
5761       data-set: "dpdk-performance-changes-2n-clx-cmp"
5762   comparisons:
5763     - title: "Diff"
5764       reference: 1
5765       compare: 2
5766   legend:
5767     - "Legend to Table"
5768     - "2001, 2005 - DPDK versions tested."
5769     - "Diff - difference between 2001 and 2005 DPDK version."
5770
5771 # DPDK Performance Changes 2n-dnv 1t1c pdr
5772 - type: "table"
5773   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5774   algorithm: "table_comparison"
5775   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5777   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5778   columns:
5779     - title: "2001"
5780       data-set: "dpdk-performance-changes-2n-dnv-ref"
5781     - title: "2005"
5782       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5783   comparisons:
5784     - title: "Diff"
5785       reference: 1
5786       compare: 2
5787   legend:
5788     - "Legend to Table"
5789     - "2001, 2005 - DPDK versions tested."
5790     - "Diff - difference between 2001 and 2005 DPDK version."
5791
5792 # DPDK Performance Changes 2n-dnv 2t2c pdr
5793 - type: "table"
5794   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5795   algorithm: "table_comparison"
5796   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5798   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5799   columns:
5800     - title: "2001"
5801       data-set: "dpdk-performance-changes-2n-dnv-ref"
5802     - title: "2005"
5803       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5804   comparisons:
5805     - title: "Diff"
5806       reference: 1
5807       compare: 2
5808   legend:
5809     - "Legend to Table"
5810     - "2001, 2005 - DPDK versions tested."
5811     - "Diff - difference between 2001 and 2005 DPDK version."
5812
5813 # DPDK Performance Changes 2n-dnv 1t1c ndr
5814 - type: "table"
5815   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5816   algorithm: "table_comparison"
5817   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5818   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5819   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5820   columns:
5821     - title: "2001"
5822       data-set: "dpdk-performance-changes-2n-dnv-ref"
5823     - title: "2005"
5824       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5825   comparisons:
5826     - title: "Diff"
5827       reference: 1
5828       compare: 2
5829   legend:
5830     - "Legend to Table"
5831     - "2001, 2005 - DPDK versions tested."
5832     - "Diff - difference between 2001 and 2005 DPDK version."
5833
5834 # DPDK Performance Changes 2n-dnv 2t2c ndr
5835 - type: "table"
5836   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5837   algorithm: "table_comparison"
5838   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5839   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5840   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5841   columns:
5842     - title: "2001"
5843       data-set: "dpdk-performance-changes-2n-dnv-ref"
5844     - title: "2005"
5845       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5846   comparisons:
5847     - title: "Diff"
5848       reference: 1
5849       compare: 2
5850   legend:
5851     - "Legend to Table"
5852     - "2001, 2005 - DPDK versions tested."
5853     - "Diff - difference between 2001 and 2005 DPDK version."
5854
5855 # DPDK Performance Changes 3n-dnv 1t1c pdr
5856 - type: "table"
5857   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5858   algorithm: "table_comparison"
5859   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5860   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5861   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5862   columns:
5863     - title: "2001"
5864       data-set: "dpdk-performance-changes-3n-dnv-ref"
5865     - title: "2005"
5866       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5867   comparisons:
5868     - title: "Diff"
5869       reference: 1
5870       compare: 2
5871   legend:
5872     - "Legend to Table"
5873     - "2001, 2005 - DPDK versions tested."
5874     - "Diff - difference between 2001 and 2005 DPDK version."
5875
5876 # DPDK Performance Changes 3n-dnv 2t2c pdr
5877 - type: "table"
5878   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5879   algorithm: "table_comparison"
5880   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5881   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5882   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5883   columns:
5884     - title: "2001"
5885       data-set: "dpdk-performance-changes-3n-dnv-ref"
5886     - title: "2005"
5887       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5888   comparisons:
5889     - title: "Diff"
5890       reference: 1
5891       compare: 2
5892   legend:
5893     - "Legend to Table"
5894     - "2001, 2005 - DPDK versions tested."
5895     - "Diff - difference between 2001 and 2005 DPDK version."
5896
5897 # DPDK Performance Changes 3n-dnv 1t1c ndr
5898 - type: "table"
5899   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5900   algorithm: "table_comparison"
5901   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5902   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5903   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5904   columns:
5905     - title: "2001"
5906       data-set: "dpdk-performance-changes-3n-dnv-ref"
5907     - title: "2005"
5908       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5909   comparisons:
5910     - title: "Diff"
5911       reference: 1
5912       compare: 2
5913   legend:
5914     - "Legend to Table"
5915     - "2001, 2005 - DPDK versions tested."
5916     - "Diff - difference between 2001 and 2005 DPDK version."
5917
5918 # DPDK Performance Changes 3n-dnv 2t2c ndr
5919 - type: "table"
5920   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5921   algorithm: "table_comparison"
5922   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5923   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5924   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5925   columns:
5926     - title: "2001"
5927       data-set: "dpdk-performance-changes-3n-dnv-ref"
5928     - title: "2005"
5929       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5930   comparisons:
5931     - title: "Diff"
5932       reference: 1
5933       compare: 2
5934   legend:
5935     - "Legend to Table"
5936     - "2001, 2005 - DPDK versions tested."
5937     - "Diff - difference between 2001 and 2005 DPDK version."
5938
5939 # DPDK Performance Changes 3n-tsh 1t1c pdr
5940 - type: "table"
5941   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5942   algorithm: "table_comparison"
5943   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5944   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5945   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5946   columns:
5947     - title: "2001"
5948       data-set: "dpdk-performance-changes-3n-tsh-ref"
5949     - title: "2005"
5950       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5951   comparisons:
5952     - title: "Diff"
5953       reference: 1
5954       compare: 2
5955   legend:
5956     - "Legend to Table"
5957     - "2001, 2005 - DPDK versions tested."
5958     - "Diff - difference between 2001 and 2005 DPDK version."
5959
5960 # DPDK Performance Changes 3n-tsh 2t2c pdr
5961 - type: "table"
5962   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5963   algorithm: "table_comparison"
5964   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5965   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5966   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5967   columns:
5968     - title: "2001"
5969       data-set: "dpdk-performance-changes-3n-tsh-ref"
5970     - title: "2005"
5971       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5972   comparisons:
5973     - title: "Diff"
5974       reference: 1
5975       compare: 2
5976   legend:
5977     - "Legend to Table"
5978     - "2001, 2005 - DPDK versions tested."
5979     - "Diff - difference between 2001 and 2005 DPDK version."
5980
5981 # DPDK Performance Changes 3n-tsh 1t1c ndr
5982 - type: "table"
5983   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
5984   algorithm: "table_comparison"
5985   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
5986   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5987   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5988   columns:
5989     - title: "2001"
5990       data-set: "dpdk-performance-changes-3n-tsh-ref"
5991     - title: "2005"
5992       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5993   comparisons:
5994     - title: "Diff"
5995       reference: 1
5996       compare: 2
5997   legend:
5998     - "Legend to Table"
5999     - "2001, 2005 - DPDK versions tested."
6000     - "Diff - difference between 2001 and 2005 DPDK version."
6001
6002 # DPDK Performance Changes 3n-tsh 2t2c ndr
6003 - type: "table"
6004   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6005   algorithm: "table_comparison"
6006   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6007   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6008   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6009   columns:
6010     - title: "2001"
6011       data-set: "dpdk-performance-changes-3n-tsh-ref"
6012     - title: "2005"
6013       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6014   comparisons:
6015     - title: "Diff"
6016       reference: 1
6017       compare: 2
6018   legend:
6019     - "Legend to Table"
6020     - "2001, 2005 - DPDK versions tested."
6021     - "Diff - difference between 2001 and 2005 DPDK version."
6022
6023 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6024 - type: "table"
6025   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6026   algorithm: "table_comparison"
6027   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6028   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6029   filter: "'NIC_Intel-X710'"
6030   columns:
6031     - title: "3n-hsw x710"
6032       data-set: "dpdk-compare-testbeds-ref"
6033     - title: "3n-skx x710"
6034       data-set: "dpdk-compare-testbeds-cmp"
6035   comparisons:
6036     - title: "Diff"
6037       reference: 1
6038       compare: 2
6039   legend:
6040     - "Legend to Table"
6041     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6042     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6043
6044 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6045 - type: "table"
6046   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6047   algorithm: "table_comparison"
6048   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6049   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6050   filter: "'NIC_Intel-X710'"
6051   columns:
6052     - title: "3n-hsw x710"
6053       data-set: "dpdk-compare-testbeds-ref"
6054     - title: "3n-skx x710"
6055       data-set: "dpdk-compare-testbeds-cmp"
6056   comparisons:
6057     - title: "Diff"
6058       reference: 1
6059       compare: 2
6060   legend:
6061     - "Legend to Table"
6062     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6063     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6064
6065 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6066 - type: "table"
6067   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6068   algorithm: "table_comparison"
6069   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6070   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6071   filter: "'NIC_Intel-XXV710'"
6072   columns:
6073     - title: "2n-skx"
6074       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6075     - title: "2n-clx"
6076       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6077   comparisons:
6078     - title: "Diff"
6079       reference: 1
6080       compare: 2
6081   legend:
6082     - "Legend to Table"
6083     - "2n-skx, 2n-clx - testbeds and NICs tested."
6084     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6085
6086 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6087 - type: "table"
6088   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6089   algorithm: "table_comparison"
6090   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6092   filter: "'NIC_Intel-XXV710'"
6093   columns:
6094     - title: "2n-skx"
6095       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6096     - title: "2n-clx"
6097       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6098   comparisons:
6099     - title: "Diff"
6100       reference: 1
6101       compare: 2
6102   legend:
6103     - "Legend to Table"
6104     - "2n-skx, 2n-clx - testbeds and NICs tested."
6105     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6106
6107 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6108 - type: "table"
6109   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6110   algorithm: "table_comparison"
6111   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6112   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6113   filter: "'NIC_Intel-XXV710'"
6114   columns:
6115     - title: "3n-skx"
6116       data-set: "dpdk-compare-topologies-ref"
6117     - title: "2n-skx"
6118       data-set: "dpdk-compare-topologies-cmp"
6119   comparisons:
6120     - title: "Diff"
6121       reference: 1
6122       compare: 2
6123   legend:
6124     - "Legend to Table"
6125     - "3n-skx, 2n-skx - topologies tested."
6126     - "Diff - difference between 3n-skx and 2n-skx topologies."
6127
6128 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6129 - type: "table"
6130   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6131   algorithm: "table_comparison"
6132   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6134   filter: "'NIC_Intel-XXV710'"
6135   columns:
6136     - title: "3n-skx"
6137       data-set: "dpdk-compare-topologies-ref"
6138     - title: "2n-skx"
6139       data-set: "dpdk-compare-topologies-cmp"
6140   comparisons:
6141     - title: "Diff"
6142       reference: 1
6143       compare: 2
6144   legend:
6145     - "Legend to Table"
6146     - "3n-skx, 2n-skx - topologies tested."
6147     - "Diff - difference between 3n-skx and 2n-skx topologies."
6148
6149 # Detailed Test Results - DPDK Performance Results 3n-hsw
6150 - type: "table"
6151   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6152   algorithm: "table_merged_details"
6153   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6154   columns:
6155     - title: " |prein| Test Name |preout| "
6156       data: "data name"
6157     - 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| "
6158       data: "data msg"
6159   data: "dpdk-perf-results-3n-hsw"
6160   filter: "all"
6161   parameters:
6162   - "name"
6163   - "parent"
6164   - "msg"
6165
6166 # Detailed Test Results - DPDK Performance Results 3n-skx
6167 - type: "table"
6168   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6169   algorithm: "table_merged_details"
6170   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6171   columns:
6172     - title: " |prein| Test Name |preout| "
6173       data: "data name"
6174     - 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| "
6175       data: "data msg"
6176   data: "dpdk-perf-results-3n-skx"
6177   filter: "all"
6178   remove-ndr: False
6179   parameters:
6180   - "name"
6181   - "parent"
6182   - "msg"
6183
6184 # Detailed Test Results - DPDK Performance Results 2n-skx
6185 - type: "table"
6186   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6187   algorithm: "table_merged_details"
6188   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6189   columns:
6190     - title: " |prein| Test Name |preout| "
6191       data: "data name"
6192     - 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| "
6193       data: "data msg"
6194   data: "dpdk-perf-results-2n-skx"
6195   filter: "all"
6196   remove-ndr: False
6197   parameters:
6198   - "name"
6199   - "parent"
6200   - "msg"
6201
6202 # Detailed Test Results - DPDK Performance Results 2n-clx
6203 - type: "table"
6204   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6205   algorithm: "table_merged_details"
6206   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6207   columns:
6208     - title: " |prein| Test Name |preout| "
6209       data: "data name"
6210     - 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| "
6211       data: "data msg"
6212   data: "dpdk-perf-results-2n-clx"
6213   filter: "all"
6214   parameters:
6215   - "name"
6216   - "parent"
6217   - "msg"
6218
6219 # Detailed Test Results - DPDK Performance Results 2n-dnv
6220 - type: "table"
6221   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6222   algorithm: "table_merged_details"
6223   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6224   columns:
6225     - title: " |prein| Test Name |preout| "
6226       data: "data name"
6227     - 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| "
6228       data: "data msg"
6229   data: "dpdk-perf-results-2n-dnv"
6230   filter: "all"
6231   parameters:
6232   - "name"
6233   - "parent"
6234   - "msg"
6235
6236 # Detailed Test Results - DPDK Performance Results 3n-dnv
6237 - type: "table"
6238   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6239   algorithm: "table_merged_details"
6240   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6241   columns:
6242     - title: " |prein| Test Name |preout| "
6243       data: "data name"
6244     - 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| "
6245       data: "data msg"
6246   data: "dpdk-perf-results-3n-dnv"
6247   filter: "all"
6248   parameters:
6249   - "name"
6250   - "parent"
6251   - "msg"
6252
6253 # Detailed Test Results - DPDK Performance Results 3n-tsh
6254 - type: "table"
6255   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6256   algorithm: "table_merged_details"
6257   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6258   columns:
6259     - title: " |prein| Test Name |preout| "
6260       data: "data name"
6261     - 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| "
6262       data: "data msg"
6263   data: "dpdk-perf-results-3n-tsh"
6264   filter: "all"
6265   parameters:
6266   - "name"
6267   - "parent"
6268   - "msg"
6269
6270 ################################################################################
6271 ###                                F I L E S                                 ###
6272 ################################################################################
6273
6274 # VPP Performance Results
6275 - type: "file"
6276   title: "VPP Performance Results"
6277   algorithm: "file_details_split"
6278   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6279   dir-tables:
6280     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6281     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6282     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6283     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6284     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6285     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6286     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6287   data:
6288     - "vpp-perf-results-2n-skx"
6289     - "vpp-perf-results-3n-skx"
6290     - "vpp-perf-results-2n-clx"
6291     - "vpp-perf-results-3n-hsw"
6292     - "vpp-perf-results-3n-tsh"
6293     - "vpp-perf-results-2n-dnv"
6294     - "vpp-perf-results-3n-dnv"
6295   filter: "all"
6296   data-start-level: 4
6297   order-chapters:
6298     level-1:
6299       - "l2"
6300       - "ip4"
6301       - "ip6"
6302       - "srv6"
6303       - "ip4_tunnels"
6304       - "ip6_tunnels"
6305       - "vm_vhost"
6306       - "container_memif"
6307       - "crypto"
6308       - "vts"
6309       - "lb"
6310       - "nfv_density"
6311       - "hoststack"
6312     level-2:
6313       - "2n-skx"
6314       - "3n-skx"
6315       - "2n-clx"
6316       - "3n-hsw"
6317       - "3n-tsh"
6318       - "2n-dnv"
6319       - "3n-dnv"
6320     level-3:
6321       - "xl710"
6322       - "x520"
6323       - "xxv710"
6324       - "x710"
6325       - "x553"
6326       - "cx556a"
6327       - "vic1227"
6328       - "vic1385"
6329
6330 # VPP Performance Configuration
6331 - type: "file"
6332   title: "VPP Performance Configuration"
6333   algorithm: "file_details_split"
6334   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6335   dir-tables:
6336     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6337     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6338     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6339     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6340     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6341     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6342     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6343   data:
6344     - "vpp-perf-results-2n-skx"
6345     - "vpp-perf-results-3n-skx"
6346     - "vpp-perf-results-2n-clx"
6347     - "vpp-perf-results-3n-hsw"
6348     - "vpp-perf-results-3n-tsh"
6349     - "vpp-perf-results-2n-dnv"
6350     - "vpp-perf-results-3n-dnv"
6351   filter: "all"
6352   data-start-level: 4
6353   order-chapters:
6354     level-1:
6355       - "l2"
6356       - "ip4"
6357       - "ip6"
6358       - "srv6"
6359       - "ip4_tunnels"
6360       - "ip6_tunnels"
6361       - "vm_vhost"
6362       - "container_memif"
6363       - "crypto"
6364       - "vts"
6365       - "lb"
6366       - "nfv_density"
6367       - "hoststack"
6368     level-2:
6369       - "2n-skx"
6370       - "3n-skx"
6371       - "2n-clx"
6372       - "3n-hsw"
6373       - "3n-tsh"
6374       - "2n-dnv"
6375       - "3n-dnv"
6376     level-3:
6377       - "xl710"
6378       - "x520"
6379       - "xxv710"
6380       - "x710"
6381       - "x553"
6382       - "cx556a"
6383       - "vic1227"
6384       - "vic1385"
6385
6386 # VPP Performance Operational
6387 - type: "file"
6388   title: "VPP Performance Operational"
6389   algorithm: "file_details_split_html"
6390   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6391   dir-tables:
6392     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6393     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6394     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6395     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6396     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6397     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6398     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6399   data:
6400     - "vpp-perf-results-2n-skx"
6401     - "vpp-perf-results-3n-skx"
6402     - "vpp-perf-results-2n-clx"
6403     - "vpp-perf-results-3n-hsw"
6404     - "vpp-perf-results-3n-tsh"
6405     - "vpp-perf-results-2n-dnv"
6406     - "vpp-perf-results-3n-dnv"
6407   filter: "all"
6408   data-start-level: 4
6409   order-chapters:
6410     level-1:
6411       - "l2"
6412       - "ip4"
6413       - "ip6"
6414       - "srv6"
6415       - "ip4_tunnels"
6416       - "ip6_tunnels"
6417       - "vm_vhost"
6418       - "container_memif"
6419       - "crypto"
6420       - "vts"
6421       - "lb"
6422       - "nfv_density"
6423       - "hoststack"
6424     level-2:
6425       - "2n-skx"
6426       - "3n-skx"
6427       - "2n-clx"
6428       - "3n-hsw"
6429       - "3n-tsh"
6430       - "2n-dnv"
6431       - "3n-dnv"
6432     level-3:
6433       - "xl710"
6434       - "x520"
6435       - "xxv710"
6436       - "x710"
6437       - "x553"
6438       - "cx556a"
6439       - "vic1227"
6440       - "vic1385"
6441
6442 # VPP MRR Results
6443 - type: "file"
6444   title: "VPP MRR Results"
6445   algorithm: "file_details_split"
6446   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6447   dir-tables:
6448     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6449     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6450     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6451     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6452     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6453     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6454     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6455   data:
6456     - "vpp-mrr-results-2n-skx"
6457     - "vpp-mrr-results-3n-skx"
6458     - "vpp-mrr-results-2n-clx"
6459     - "vpp-mrr-results-3n-hsw"
6460     - "vpp-mrr-results-3n-tsh"
6461     - "vpp-mrr-results-2n-dnv"
6462     - "vpp-mrr-results-3n-dnv"
6463   filter: "all"
6464   data-start-level: 4
6465   order-chapters:
6466     level-1:
6467       - "l2"
6468       - "ip4"
6469       - "ip6"
6470       - "srv6"
6471       - "ip4_tunnels"
6472       - "ip6_tunnels"
6473       - "vm_vhost"
6474       - "container_memif"
6475       - "crypto"
6476       - "vts"
6477       - "lb"
6478       - "nfv_density"
6479       - "hoststack"
6480     level-2:
6481       - "2n-skx"
6482       - "3n-skx"
6483       - "2n-clx"
6484       - "3n-hsw"
6485       - "3n-tsh"
6486       - "2n-dnv"
6487       - "3n-dnv"
6488     level-3:
6489       - "xl710"
6490       - "x520"
6491       - "xxv710"
6492       - "x710"
6493       - "x553"
6494       - "cx556a"
6495       - "vic1227"
6496       - "vic1385"
6497
6498 # VPP MRR Configuration
6499 - type: "file"
6500   title: "VPP MRR Configuration"
6501   algorithm: "file_details_split"
6502   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6503   dir-tables:
6504     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6505     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6506     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6507     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6508     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6509     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6510     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6511   data:
6512     - "vpp-mrr-results-2n-skx"
6513     - "vpp-mrr-results-3n-skx"
6514     - "vpp-mrr-results-2n-clx"
6515     - "vpp-mrr-results-3n-hsw"
6516     - "vpp-mrr-results-3n-tsh"
6517     - "vpp-mrr-results-2n-dnv"
6518     - "vpp-mrr-results-3n-dnv"
6519   filter: "all"
6520   data-start-level: 4
6521   order-chapters:
6522     level-1:
6523       - "l2"
6524       - "ip4"
6525       - "ip6"
6526       - "srv6"
6527       - "ip4_tunnels"
6528       - "ip6_tunnels"
6529       - "vm_vhost"
6530       - "container_memif"
6531       - "crypto"
6532       - "vts"
6533       - "lb"
6534       - "nfv_density"
6535       - "hoststack"
6536     level-2:
6537       - "2n-skx"
6538       - "3n-skx"
6539       - "2n-clx"
6540       - "3n-hsw"
6541       - "3n-tsh"
6542       - "2n-dnv"
6543       - "3n-dnv"
6544     level-3:
6545       - "xl710"
6546       - "x520"
6547       - "xxv710"
6548       - "x710"
6549       - "x553"
6550       - "cx556a"
6551       - "vic1227"
6552       - "vic1385"
6553
6554 # VPP Device Results - Ubuntu
6555 - type: "file"
6556   title: "VPP Device Results - Ubuntu"
6557   algorithm: "file_test_results"
6558   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6559   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6560   data: "vpp-device-results-ubuntu"
6561   filter: "all"
6562   data-start-level: 4
6563
6564 # VPP Device Configuration - Ubuntu
6565 - type: "file"
6566   title: "VPP Device Configuration - Ubuntu"
6567   algorithm: "file_test_results"
6568   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6569   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6570   data: "vpp-device-results-ubuntu"
6571   filter: "all"
6572   data-start-level: 4
6573
6574 # DPDK Performance Results 3n-hsw
6575 - type: "file"
6576   title: "DPDK Performance Results 3n-hsw"
6577   algorithm: "file_test_results"
6578   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6579   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6580   data: "dpdk-perf-results-3n-hsw"
6581   filter: "all"
6582   data-start-level: 4
6583
6584 # DPDK Performance Results 3n-skx
6585 - type: "file"
6586   title: "DPDK Performance Results 3n-skx"
6587   algorithm: "file_test_results"
6588   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6589   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6590   data: "dpdk-perf-results-3n-skx"
6591   filter: "all"
6592   data-start-level: 4
6593
6594 # DPDK Performance Results 2n-skx
6595 - type: "file"
6596   title: "DPDK Performance Results 2n-skx"
6597   algorithm: "file_test_results"
6598   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6599   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6600   data: "dpdk-perf-results-2n-skx"
6601   filter: "all"
6602   data-start-level: 4
6603
6604 # DPDK Performance Results 2n-clx
6605 - type: "file"
6606   title: "DPDK Performance Results 2n-clx"
6607   algorithm: "file_test_results"
6608   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6609   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6610   data: "dpdk-perf-results-2n-clx"
6611   filter: "all"
6612   data-start-level: 4
6613
6614 # DPDK Performance Results 2n-dnv
6615 - type: "file"
6616   title: "DPDK Performance Results 2n-dnv"
6617   algorithm: "file_test_results"
6618   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6619   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6620   data: "dpdk-perf-results-2n-dnv"
6621   filter: "all"
6622   data-start-level: 4
6623
6624 # DPDK Performance Results 3n-dnv
6625 - type: "file"
6626   title: "DPDK Performance Results 3n-dnv"
6627   algorithm: "file_test_results"
6628   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6629   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6630   data: "dpdk-perf-results-3n-dnv"
6631   filter: "all"
6632   data-start-level: 4
6633
6634 # DPDK Performance Results 3n-tsh
6635 - type: "file"
6636   title: "DPDK Performance Results 3n-tsh"
6637   algorithm: "file_test_results"
6638   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6639   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6640   data: "dpdk-perf-results-3n-tsh"
6641   filter: "all"
6642   data-start-level: 4
6643
6644 ################################################################################
6645 ###                                P L O T S                                 ###
6646 ################################################################################
6647
6648 # Hoststack tests 3n-hsw
6649
6650 - type: "plot"
6651   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6652   algorithm: "plot_perf_box_name"
6653   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6654   data: "plot-vpp-hoststack-3n-hsw"
6655   include:
6656     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6657     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6658   layout:
6659     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6660     layout: "plot-hoststack"
6661
6662 - type: "plot"
6663   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6664   algorithm: "plot_perf_box_name"
6665   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6666   data: "plot-vpp-hoststack-3n-hsw"
6667   include:
6668     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6669     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6670   layout:
6671     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6672     layout: "plot-hoststack"
6673
6674 - type: "plot"
6675   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6676   algorithm: "plot_perf_box_name"
6677   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6678   data: "plot-vpp-hoststack-3n-hsw"
6679   include:
6680     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6681     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6682     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6683     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6684   layout:
6685     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6686     layout: "plot-hoststack"
6687
6688 # Plots VPP HTTP Server Performance
6689 - type: "plot"
6690   title: "VPP HTTP Server Performance"
6691   algorithm: "plot_http_server_perf_box"
6692   output-file-type: ".html"
6693   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6694   data:
6695     "plot-vpp-http-server-performance"
6696   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6697   parameters:
6698   - "result"
6699   - "name"
6700   traces:
6701     hoverinfo: "y+name"
6702     boxpoints: "outliers"
6703     whiskerwidth: 0
6704   layout:
6705     title: "VPP HTTP Server Performance"
6706     layout:
6707       "plot-cps"
6708
6709 - type: "plot"
6710   title: "VPP HTTP Server Performance"
6711   algorithm: "plot_http_server_perf_box"
6712   output-file-type: ".html"
6713   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6714   data:
6715     "plot-vpp-http-server-performance"
6716   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6717   parameters:
6718   - "result"
6719   - "name"
6720   traces:
6721     hoverinfo: "y+name"
6722     boxpoints: "outliers"
6723     whiskerwidth: 0
6724   layout:
6725     title: "VPP HTTP Server Performance"
6726     layout:
6727       "plot-rps"
6728
6729 ################################################################################
6730
6731 # Soak Test (PLRsearch), boxes - 2n-clx
6732 - type: "plot"
6733   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6734   algorithm: "plot_perf_box_name"
6735   output-file-type: ".html"
6736   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6737   data: "plot-vpp-soak-2n-clx"
6738   include:
6739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6743     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6744     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6745   layout:
6746     title: "30 Minutes Soak Test (PLRsearch)"
6747     layout: "plot-soak-throughput"
6748
6749 # Soak Test (PLRsearch), boxes - 2n-clx
6750 - type: "plot"
6751   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6752   algorithm: "plot_perf_box_name"
6753   output-file-type: ".html"
6754   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6755   data: "plot-vpp-soak-2n-clx"
6756   include:
6757     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6758     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6759     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6760     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6761     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6762     - "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"
6763   layout:
6764     title: "30 Minutes Soak Test (PLRsearch)"
6765     layout: "plot-soak-throughput"
6766
6767 # Soak Test (PLRsearch), boxes - 2n-skx
6768 - type: "plot"
6769   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6770   algorithm: "plot_perf_box_name"
6771   output-file-type: ".html"
6772   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6773   data: "plot-vpp-soak-2n-skx"
6774   include:
6775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6779     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6780     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6781   layout:
6782     title: "30 Minutes Soak Test (PLRsearch)"
6783     layout: "plot-soak-throughput"
6784
6785 # Soak Test (PLRsearch), boxes - 2n-skx
6786 - type: "plot"
6787   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6788   algorithm: "plot_perf_box_name"
6789   output-file-type: ".html"
6790   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6791   data: "plot-vpp-soak-2n-skx"
6792   include:
6793     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6794     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6795     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6796     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6798     - "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"
6799   layout:
6800     title: "30 Minutes Soak Test (PLRsearch)"
6801     layout: "plot-soak-throughput"
6802
6803 ###############################################################################
6804
6805 # Reconf tests 2n-skx
6806
6807 - type: "plot"
6808   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6809   algorithm: "plot_nf_reconf_box_name"
6810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6811   data: "plot-vpp-nfv-reconf-2n-skx"
6812   include:
6813     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6814     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6815     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6816     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6817     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6818     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-2t1c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6819   layout:
6820     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6821     layout: "plot-throughput"
6822
6823 - type: "plot"
6824   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6825   algorithm: "plot_nf_reconf_box_name"
6826   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6827   data: "plot-vpp-nfv-reconf-2n-skx"
6828   include:
6829     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6830     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6831     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6832     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6833     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6834     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-4t2c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6835   layout:
6836     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6837     layout: "plot-throughput"
6838
6839 - type: "plot"
6840   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6841   algorithm: "plot_nf_reconf_box_name"
6842   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6843   data: "plot-vpp-nfv-reconf-2n-skx"
6844   include:
6845     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-1Ch-1Ach-2Vh-1Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-1ch-1ach-2vh-1vm1t-testpmd-reconf"
6846     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-2Ch-1Ach-4Vh-2Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-2ch-1ach-4vh-2vm1t-testpmd-reconf"
6847     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-4Ch-1Ach-8Vh-4Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-4ch-1ach-8vh-4vm1t-testpmd-reconf"
6848     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-6Ch-1Ach-12Vh-6Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-6ch-1ach-12vh-6vm1t-testpmd-reconf"
6849     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-8Ch-1Ach-16Vh-8Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-8ch-1ach-16vh-8vm1t-testpmd-reconf"
6850     - "Tests.Vpp.Perf.Nfv Density.Vm Vhost.Chain Dot1Qip4Vxlan.2N-25Ge2P1Xxv710-Dot1Qip4Vxlan-L2Bd-10Ch-1Ach-20Vh-10Vm1T-Testpmd-Reconf.IMIX-8t4c-dot1qip4vxlan-l2bd-10ch-1ach-20vh-10vm1t-testpmd-reconf"
6851   layout:
6852     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6853     layout: "plot-throughput"
6854
6855 ###############################################################################
6856
6857 # Reconf tests 2n-clx
6858
6859 - type: "plot"
6860   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6861   algorithm: "plot_nf_reconf_box_name"
6862   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6863   data: "plot-vpp-nfv-reconf-2n-clx"
6864   include:
6865     - "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"
6866     - "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"
6867     - "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"
6868     - "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"
6869   layout:
6870     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6871     layout: "plot-throughput"
6872
6873 - type: "plot"
6874   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6875   algorithm: "plot_nf_reconf_box_name"
6876   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6877   data: "plot-vpp-nfv-reconf-2n-clx"
6878   include:
6879     - "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"
6880     - "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"
6881     - "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"
6882     - "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"
6883   layout:
6884     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6885     layout: "plot-throughput"
6886
6887 - type: "plot"
6888   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6889   algorithm: "plot_nf_reconf_box_name"
6890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6891   data: "plot-vpp-nfv-reconf-2n-clx"
6892   include:
6893     - "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"
6894     - "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"
6895     - "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"
6896     - "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"
6897   layout:
6898     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6899     layout: "plot-throughput"
6900
6901 ################################################################################
6902 ## Plots - NF Density - VSC - MRR 64b
6903 #- type: "plot"
6904 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6905 #  algorithm: "plot_nf_heatmap"
6906 #  output-file-type: ".html"
6907 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6908 #  data: "plot-vpp-nfv-2n-skx-mrr"
6909 #  filter: "'NIC_Intel-XXV710' and
6910 #           'NF_DENSITY' and
6911 #           'VHOST' and
6912 #           not 'VXLAN' and
6913 #           'CHAIN' and
6914 #           'NF_VPPIP4' and
6915 #           '64B' and
6916 #           '2T1C' and
6917 #           'MRR'"
6918 #  parameters:
6919 #  - "result"
6920 #  - "name"
6921 #  - "tags"
6922 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6923 #  x-axis: "X = VNFs per Service Chain"
6924 #  y-axis: "Y = Number of Service Chains"
6925 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6926 #  layout:
6927 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6928 #    layout: "plot-service-density"
6929 #
6930 #- type: "plot"
6931 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6932 #  algorithm: "plot_nf_heatmap"
6933 #  output-file-type: ".html"
6934 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6935 #  data: "plot-vpp-nfv-2n-skx-mrr"
6936 #  filter: "'NIC_Intel-XXV710' and
6937 #           'NF_DENSITY' and
6938 #           'VHOST' and
6939 #           not 'VXLAN' and
6940 #           'CHAIN' and
6941 #           'NF_VPPIP4' and
6942 #           '64B' and
6943 #           '4T2C' and
6944 #           'MRR'"
6945 #  parameters:
6946 #  - "result"
6947 #  - "name"
6948 #  - "tags"
6949 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6950 #  x-axis: "X = VNFs per Service Chain"
6951 #  y-axis: "Y = Number of Service Chains"
6952 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6953 #  layout:
6954 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6955 #    layout: "plot-service-density"
6956 #
6957 #- type: "plot"
6958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6959 #  algorithm: "plot_nf_heatmap"
6960 #  output-file-type: ".html"
6961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6962 #  data: "plot-vpp-nfv-2n-skx-mrr"
6963 #  filter: "'NIC_Intel-XXV710' and
6964 #           'NF_DENSITY' and
6965 #           'VHOST' and
6966 #           not 'VXLAN' and
6967 #           'CHAIN' and
6968 #           'NF_VPPIP4' and
6969 #           '64B' and
6970 #           '8T4C' and
6971 #           'MRR'"
6972 #  parameters:
6973 #  - "result"
6974 #  - "name"
6975 #  - "tags"
6976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6977 #  x-axis: "X = VNFs per Service Chain"
6978 #  y-axis: "Y = Number of Service Chains"
6979 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6980 #  layout:
6981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6982 #    layout: "plot-service-density"
6983 #
6984 ## Plots - NF Density - VSC - MRR IMIX
6985 #- type: "plot"
6986 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6987 #  algorithm: "plot_nf_heatmap"
6988 #  output-file-type: ".html"
6989 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
6990 #  data: "plot-vpp-nfv-2n-skx-mrr"
6991 #  filter: "'NIC_Intel-XXV710' and
6992 #           'NF_DENSITY' and
6993 #           'VHOST' and
6994 #           not 'VXLAN' and
6995 #           'CHAIN' and
6996 #           'NF_VPPIP4' and
6997 #           'IMIX' and
6998 #           '2T1C' and
6999 #           'MRR'"
7000 #  parameters:
7001 #  - "result"
7002 #  - "name"
7003 #  - "tags"
7004 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7005 #  x-axis: "X = VNFs per Service Chain"
7006 #  y-axis: "Y = Number of Service Chains"
7007 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7008 #  layout:
7009 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7010 #    layout: "plot-service-density"
7011 #
7012 #- type: "plot"
7013 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7014 #  algorithm: "plot_nf_heatmap"
7015 #  output-file-type: ".html"
7016 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7017 #  data: "plot-vpp-nfv-2n-skx-mrr"
7018 #  filter: "'NIC_Intel-XXV710' and
7019 #           'NF_DENSITY' and
7020 #           'VHOST' and
7021 #           not 'VXLAN' and
7022 #           'CHAIN' and
7023 #           'NF_VPPIP4' and
7024 #           'IMIX' and
7025 #           '4T2C' and
7026 #           'MRR'"
7027 #  parameters:
7028 #  - "result"
7029 #  - "name"
7030 #  - "tags"
7031 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7032 #  x-axis: "X = VNFs per Service Chain"
7033 #  y-axis: "Y = Number of Service Chains"
7034 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7035 #  layout:
7036 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7037 #    layout: "plot-service-density"
7038 #
7039 #- type: "plot"
7040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7041 #  algorithm: "plot_nf_heatmap"
7042 #  output-file-type: ".html"
7043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7044 #  data: "plot-vpp-nfv-2n-skx-mrr"
7045 #  filter: "'NIC_Intel-XXV710' and
7046 #           'NF_DENSITY' and
7047 #           'VHOST' and
7048 #           not 'VXLAN' and
7049 #           'CHAIN' and
7050 #           'NF_VPPIP4' and
7051 #           'IMIX' and
7052 #           '8T4C' and
7053 #           'MRR'"
7054 #  parameters:
7055 #  - "result"
7056 #  - "name"
7057 #  - "tags"
7058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7059 #  x-axis: "X = VNFs per Service Chain"
7060 #  y-axis: "Y = Number of Service Chains"
7061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7062 #  layout:
7063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7064 #    layout: "plot-service-density"
7065 #
7066 ## Plots - NF Density - VSC - NDR 64b
7067 #- type: "plot"
7068 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7069 #  algorithm: "plot_nf_heatmap"
7070 #  output-file-type: ".html"
7071 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7072 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7073 #  filter: "'NIC_Intel-XXV710' and
7074 #           'NF_DENSITY' and
7075 #           'VHOST' and
7076 #           not 'VXLAN' and
7077 #           'CHAIN' and
7078 #           'NF_VPPIP4' and
7079 #           '64B' and
7080 #           '2T1C' and
7081 #           'NDRPDR'"
7082 #  parameters:
7083 #  - "throughput"
7084 #  - "name"
7085 #  - "tags"
7086 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7087 #  x-axis: "X = VNFs per Service Chain"
7088 #  y-axis: "Y = Number of Service Chains"
7089 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7090 #  layout:
7091 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7092 #    layout: "plot-service-density"
7093 #
7094 #- type: "plot"
7095 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7096 #  algorithm: "plot_nf_heatmap"
7097 #  output-file-type: ".html"
7098 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7099 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7100 #  filter: "'NIC_Intel-XXV710' and
7101 #           'NF_DENSITY' and
7102 #           'VHOST' and
7103 #           not 'VXLAN' and
7104 #           'CHAIN' and
7105 #           'NF_VPPIP4' and
7106 #           '64B' and
7107 #           '4T2C' and
7108 #           'NDRPDR'"
7109 #  parameters:
7110 #  - "throughput"
7111 #  - "name"
7112 #  - "tags"
7113 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7114 #  x-axis: "X = VNFs per Service Chain"
7115 #  y-axis: "Y = Number of Service Chains"
7116 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7117 #  layout:
7118 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7119 #    layout: "plot-service-density"
7120 #
7121 #- type: "plot"
7122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7123 #  algorithm: "plot_nf_heatmap"
7124 #  output-file-type: ".html"
7125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7126 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7127 #  filter: "'NIC_Intel-XXV710' and
7128 #           'NF_DENSITY' and
7129 #           'VHOST' and
7130 #           not 'VXLAN' and
7131 #           'CHAIN' and
7132 #           'NF_VPPIP4' and
7133 #           '64B' and
7134 #           '8T4C' and
7135 #           'NDRPDR'"
7136 #  parameters:
7137 #  - "throughput"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = VNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7146 #    layout: "plot-service-density"
7147 #
7148 ## Plots - NF Density - VSC - NDR IMIX
7149 #- type: "plot"
7150 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7151 #  algorithm: "plot_nf_heatmap"
7152 #  output-file-type: ".html"
7153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7155 #  filter: "'NIC_Intel-XXV710' and
7156 #           'NF_DENSITY' and
7157 #           'VHOST' and
7158 #           not 'VXLAN' and
7159 #           'CHAIN' and
7160 #           'NF_VPPIP4' and
7161 #           'IMIX' and
7162 #           '2T1C' and
7163 #           'NDRPDR'"
7164 #  parameters:
7165 #  - "throughput"
7166 #  - "name"
7167 #  - "tags"
7168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7169 #  x-axis: "X = VNFs per Service Chain"
7170 #  y-axis: "Y = Number of Service Chains"
7171 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7172 #  layout:
7173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7174 #    layout: "plot-service-density"
7175 #
7176 #- type: "plot"
7177 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7178 #  algorithm: "plot_nf_heatmap"
7179 #  output-file-type: ".html"
7180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7182 #  filter: "'NIC_Intel-XXV710' and
7183 #           'NF_DENSITY' and
7184 #           'VHOST' and
7185 #           not 'VXLAN' and
7186 #           'CHAIN' and
7187 #           'NF_VPPIP4' and
7188 #           'IMIX' and
7189 #           '4T2C' and
7190 #           'NDRPDR'"
7191 #  parameters:
7192 #  - "throughput"
7193 #  - "name"
7194 #  - "tags"
7195 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7196 #  x-axis: "X = VNFs per Service Chain"
7197 #  y-axis: "Y = Number of Service Chains"
7198 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7199 #  layout:
7200 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7201 #    layout: "plot-service-density"
7202 #
7203 #- type: "plot"
7204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7205 #  algorithm: "plot_nf_heatmap"
7206 #  output-file-type: ".html"
7207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7209 #  filter: "'NIC_Intel-XXV710' and
7210 #           'NF_DENSITY' and
7211 #           'VHOST' and
7212 #           not 'VXLAN' and
7213 #           'CHAIN' and
7214 #           'NF_VPPIP4' and
7215 #           'IMIX' and
7216 #           '8T4C' and
7217 #           'NDRPDR'"
7218 #  parameters:
7219 #  - "throughput"
7220 #  - "name"
7221 #  - "tags"
7222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7223 #  x-axis: "X = VNFs per Service Chain"
7224 #  y-axis: "Y = Number of Service Chains"
7225 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7226 #  layout:
7227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7228 #    layout: "plot-service-density"
7229 #
7230 ## Plots - NF Density - VSC - PDR 64b
7231 #- type: "plot"
7232 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7233 #  algorithm: "plot_nf_heatmap"
7234 #  output-file-type: ".html"
7235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7237 #  filter: "'NIC_Intel-XXV710' and
7238 #           'NF_DENSITY' and
7239 #           'VHOST' and
7240 #           not 'VXLAN' and
7241 #           'CHAIN' and
7242 #           'NF_VPPIP4' and
7243 #           '64B' and
7244 #           '2T1C' and
7245 #           'NDRPDR'"
7246 #  parameters:
7247 #  - "throughput"
7248 #  - "name"
7249 #  - "tags"
7250 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7251 #  x-axis: "X = VNFs per Service Chain"
7252 #  y-axis: "Y = Number of Service Chains"
7253 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7254 #  layout:
7255 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7256 #    layout: "plot-service-density"
7257 #
7258 #- type: "plot"
7259 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7260 #  algorithm: "plot_nf_heatmap"
7261 #  output-file-type: ".html"
7262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7263 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7264 #  filter: "'NIC_Intel-XXV710' and
7265 #           'NF_DENSITY' and
7266 #           'VHOST' and
7267 #           not 'VXLAN' and
7268 #           'CHAIN' and
7269 #           'NF_VPPIP4' and
7270 #           '64B' and
7271 #           '4T2C' and
7272 #           'NDRPDR'"
7273 #  parameters:
7274 #  - "throughput"
7275 #  - "name"
7276 #  - "tags"
7277 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7278 #  x-axis: "X = VNFs per Service Chain"
7279 #  y-axis: "Y = Number of Service Chains"
7280 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7281 #  layout:
7282 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7283 #    layout: "plot-service-density"
7284 #
7285 #- type: "plot"
7286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7287 #  algorithm: "plot_nf_heatmap"
7288 #  output-file-type: ".html"
7289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7290 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7291 #  filter: "'NIC_Intel-XXV710' and
7292 #           'NF_DENSITY' and
7293 #           'VHOST' and
7294 #           not 'VXLAN' and
7295 #           'CHAIN' and
7296 #           'NF_VPPIP4' and
7297 #           '64B' and
7298 #           '8T4C' and
7299 #           'NDRPDR'"
7300 #  parameters:
7301 #  - "throughput"
7302 #  - "name"
7303 #  - "tags"
7304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7305 #  x-axis: "X = VNFs per Service Chain"
7306 #  y-axis: "Y = Number of Service Chains"
7307 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7308 #  layout:
7309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7310 #    layout: "plot-service-density"
7311 #
7312 ## Plots - NF Density - VSC - PDR IMIX
7313 #- type: "plot"
7314 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7315 #  algorithm: "plot_nf_heatmap"
7316 #  output-file-type: ".html"
7317 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7318 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7319 #  filter: "'NIC_Intel-XXV710' and
7320 #           'NF_DENSITY' and
7321 #           'VHOST' and
7322 #           not 'VXLAN' and
7323 #           'CHAIN' and
7324 #           'NF_VPPIP4' and
7325 #           'IMIX' and
7326 #           '2T1C' and
7327 #           'NDRPDR'"
7328 #  parameters:
7329 #  - "throughput"
7330 #  - "name"
7331 #  - "tags"
7332 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7333 #  x-axis: "X = VNFs per Service Chain"
7334 #  y-axis: "Y = Number of Service Chains"
7335 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7336 #  layout:
7337 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7338 #    layout: "plot-service-density"
7339 #
7340 #- type: "plot"
7341 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7342 #  algorithm: "plot_nf_heatmap"
7343 #  output-file-type: ".html"
7344 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7345 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7346 #  filter: "'NIC_Intel-XXV710' and
7347 #           'NF_DENSITY' and
7348 #           'VHOST' and
7349 #           not 'VXLAN' and
7350 #           'CHAIN' and
7351 #           'NF_VPPIP4' and
7352 #           'IMIX' and
7353 #           '4T2C' and
7354 #           'NDRPDR'"
7355 #  parameters:
7356 #  - "throughput"
7357 #  - "name"
7358 #  - "tags"
7359 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7360 #  x-axis: "X = VNFs per Service Chain"
7361 #  y-axis: "Y = Number of Service Chains"
7362 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7363 #  layout:
7364 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7365 #    layout: "plot-service-density"
7366 #
7367 #- type: "plot"
7368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7369 #  algorithm: "plot_nf_heatmap"
7370 #  output-file-type: ".html"
7371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7372 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7373 #  filter: "'NIC_Intel-XXV710' and
7374 #           'NF_DENSITY' and
7375 #           'VHOST' and
7376 #           not 'VXLAN' and
7377 #           'CHAIN' and
7378 #           'NF_VPPIP4' and
7379 #           'IMIX' and
7380 #           '8T4C' and
7381 #           'NDRPDR'"
7382 #  parameters:
7383 #  - "throughput"
7384 #  - "name"
7385 #  - "tags"
7386 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7387 #  x-axis: "X = VNFs per Service Chain"
7388 #  y-axis: "Y = Number of Service Chains"
7389 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7390 #  layout:
7391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7392 #    layout: "plot-service-density"
7393 #
7394 ################################################################################
7395 ## Plots - NF Density - VSC - MRR 64b
7396 #- type: "plot"
7397 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7398 #  algorithm: "plot_nf_heatmap"
7399 #  output-file-type: ".html"
7400 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7401 #  data: "plot-vpp-nfv-2n-skx-mrr"
7402 #  filter: "'NIC_Intel-XXV710' and
7403 #           'NF_DENSITY' and
7404 #           'VHOST' and
7405 #           'VXLAN' and
7406 #           'CHAIN' and
7407 #           '118' and
7408 #           '2T1C' and
7409 #           'MRR'"
7410 #  parameters:
7411 #  - "result"
7412 #  - "name"
7413 #  - "tags"
7414 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7415 #  x-axis: "X = VNFs per Service Chain"
7416 #  y-axis: "Y = Number of Service Chains"
7417 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7418 #  layout:
7419 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7420 #    layout: "plot-service-density"
7421 #
7422 #- type: "plot"
7423 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7424 #  algorithm: "plot_nf_heatmap"
7425 #  output-file-type: ".html"
7426 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7427 #  data: "plot-vpp-nfv-2n-skx-mrr"
7428 #  filter: "'NIC_Intel-XXV710' and
7429 #           'NF_DENSITY' and
7430 #           'VHOST' and
7431 #           'VXLAN' and
7432 #           'CHAIN' and
7433 #           '118' and
7434 #           '4T2C' and
7435 #           'MRR'"
7436 #  parameters:
7437 #  - "result"
7438 #  - "name"
7439 #  - "tags"
7440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7441 #  x-axis: "X = VNFs per Service Chain"
7442 #  y-axis: "Y = Number of Service Chains"
7443 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7444 #  layout:
7445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7446 #    layout: "plot-service-density"
7447 #
7448 #- type: "plot"
7449 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7450 #  algorithm: "plot_nf_heatmap"
7451 #  output-file-type: ".html"
7452 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7453 #  data: "plot-vpp-nfv-2n-skx-mrr"
7454 #  filter: "'NIC_Intel-XXV710' and
7455 #           'NF_DENSITY' and
7456 #           'VHOST' and
7457 #           'VXLAN' and
7458 #           'CHAIN' and
7459 #           '118' and
7460 #           '8T4C' and
7461 #           'MRR'"
7462 #  parameters:
7463 #  - "result"
7464 #  - "name"
7465 #  - "tags"
7466 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7467 #  x-axis: "X = VNFs per Service Chain"
7468 #  y-axis: "Y = Number of Service Chains"
7469 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7470 #  layout:
7471 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7472 #    layout: "plot-service-density"
7473 #
7474 ## Plots - NF Density - VSC - MRR IMIX
7475 #- type: "plot"
7476 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7477 #  algorithm: "plot_nf_heatmap"
7478 #  output-file-type: ".html"
7479 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7480 #  data: "plot-vpp-nfv-2n-skx-mrr"
7481 #  filter: "'NIC_Intel-XXV710' and
7482 #           'NF_DENSITY' and
7483 #           'VHOST' and
7484 #           'VXLAN' and
7485 #           'CHAIN' and
7486 #           'IMIX' and
7487 #           '2T1C' and
7488 #           'MRR'"
7489 #  parameters:
7490 #  - "result"
7491 #  - "name"
7492 #  - "tags"
7493 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7494 #  x-axis: "X = VNFs per Service Chain"
7495 #  y-axis: "Y = Number of Service Chains"
7496 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7497 #  layout:
7498 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7499 #    layout: "plot-service-density"
7500 #
7501 #- type: "plot"
7502 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7503 #  algorithm: "plot_nf_heatmap"
7504 #  output-file-type: ".html"
7505 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7506 #  data: "plot-vpp-nfv-2n-skx-mrr"
7507 #  filter: "'NIC_Intel-XXV710' and
7508 #           'NF_DENSITY' and
7509 #           'VHOST' and
7510 #           'VXLAN' and
7511 #           'CHAIN' and
7512 #           'IMIX' and
7513 #           '4T2C' and
7514 #           'MRR'"
7515 #  parameters:
7516 #  - "result"
7517 #  - "name"
7518 #  - "tags"
7519 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7520 #  x-axis: "X = VNFs per Service Chain"
7521 #  y-axis: "Y = Number of Service Chains"
7522 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7523 #  layout:
7524 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7525 #    layout: "plot-service-density"
7526 #
7527 #- type: "plot"
7528 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7529 #  algorithm: "plot_nf_heatmap"
7530 #  output-file-type: ".html"
7531 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7532 #  data: "plot-vpp-nfv-2n-skx-mrr"
7533 #  filter: "'NIC_Intel-XXV710' and
7534 #           'NF_DENSITY' and
7535 #           'VHOST' and
7536 #           'VXLAN' and
7537 #           'CHAIN' and
7538 #           'IMIX' and
7539 #           '8T4C' and
7540 #           'MRR'"
7541 #  parameters:
7542 #  - "result"
7543 #  - "name"
7544 #  - "tags"
7545 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7546 #  x-axis: "X = VNFs per Service Chain"
7547 #  y-axis: "Y = Number of Service Chains"
7548 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7549 #  layout:
7550 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7551 #    layout: "plot-service-density"
7552 #
7553 ## Plots - NF Density - VSC - NDR 64b
7554 #- type: "plot"
7555 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7556 #  algorithm: "plot_nf_heatmap"
7557 #  output-file-type: ".html"
7558 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7559 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7560 #  filter: "'NIC_Intel-XXV710' and
7561 #           'NF_DENSITY' and
7562 #           'VHOST' and
7563 #           'VXLAN' and
7564 #           'CHAIN' and
7565 #           '118' and
7566 #           '2T1C' and
7567 #           'NDRPDR'"
7568 #  parameters:
7569 #  - "throughput"
7570 #  - "name"
7571 #  - "tags"
7572 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7573 #  x-axis: "X = VNFs per Service Chain"
7574 #  y-axis: "Y = Number of Service Chains"
7575 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7576 #  layout:
7577 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7578 #    layout: "plot-service-density"
7579 #
7580 #- type: "plot"
7581 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7582 #  algorithm: "plot_nf_heatmap"
7583 #  output-file-type: ".html"
7584 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7585 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7586 #  filter: "'NIC_Intel-XXV710' and
7587 #           'NF_DENSITY' and
7588 #           'VHOST' and
7589 #           'VXLAN' and
7590 #           'CHAIN' and
7591 #           '118' and
7592 #           '4T2C' and
7593 #           'NDRPDR'"
7594 #  parameters:
7595 #  - "throughput"
7596 #  - "name"
7597 #  - "tags"
7598 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7599 #  x-axis: "X = VNFs per Service Chain"
7600 #  y-axis: "Y = Number of Service Chains"
7601 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7602 #  layout:
7603 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7604 #    layout: "plot-service-density"
7605 #
7606 #- type: "plot"
7607 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7608 #  algorithm: "plot_nf_heatmap"
7609 #  output-file-type: ".html"
7610 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7611 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7612 #  filter: "'NIC_Intel-XXV710' and
7613 #           'NF_DENSITY' and
7614 #           'VHOST' and
7615 #           'VXLAN' and
7616 #           'CHAIN' and
7617 #           '118' and
7618 #           '8T4C' and
7619 #           'NDRPDR'"
7620 #  parameters:
7621 #  - "throughput"
7622 #  - "name"
7623 #  - "tags"
7624 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7625 #  x-axis: "X = VNFs per Service Chain"
7626 #  y-axis: "Y = Number of Service Chains"
7627 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7628 #  layout:
7629 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7630 #    layout: "plot-service-density"
7631 #
7632 ## Plots - NF Density - VSC - NDR IMIX
7633 #- type: "plot"
7634 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7635 #  algorithm: "plot_nf_heatmap"
7636 #  output-file-type: ".html"
7637 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7638 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7639 #  filter: "'NIC_Intel-XXV710' and
7640 #           'NF_DENSITY' and
7641 #           'VHOST' and
7642 #           'VXLAN' and
7643 #           'CHAIN' and
7644 #           'IMIX' and
7645 #           '2T1C' and
7646 #           'NDRPDR'"
7647 #  parameters:
7648 #  - "throughput"
7649 #  - "name"
7650 #  - "tags"
7651 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7652 #  x-axis: "X = VNFs per Service Chain"
7653 #  y-axis: "Y = Number of Service Chains"
7654 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7655 #  layout:
7656 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7657 #    layout: "plot-service-density"
7658 #
7659 #- type: "plot"
7660 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7661 #  algorithm: "plot_nf_heatmap"
7662 #  output-file-type: ".html"
7663 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7664 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7665 #  filter: "'NIC_Intel-XXV710' and
7666 #           'NF_DENSITY' and
7667 #           'VHOST' and
7668 #           'VXLAN' and
7669 #           'CHAIN' and
7670 #           'IMIX' and
7671 #           '4T2C' and
7672 #           'NDRPDR'"
7673 #  parameters:
7674 #  - "throughput"
7675 #  - "name"
7676 #  - "tags"
7677 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7678 #  x-axis: "X = VNFs per Service Chain"
7679 #  y-axis: "Y = Number of Service Chains"
7680 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7681 #  layout:
7682 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7683 #    layout: "plot-service-density"
7684 #
7685 #- type: "plot"
7686 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7687 #  algorithm: "plot_nf_heatmap"
7688 #  output-file-type: ".html"
7689 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7690 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7691 #  filter: "'NIC_Intel-XXV710' and
7692 #           'NF_DENSITY' and
7693 #           'VHOST' and
7694 #           'VXLAN' and
7695 #           'CHAIN' and
7696 #           'IMIX' and
7697 #           '8T4C' and
7698 #           'NDRPDR'"
7699 #  parameters:
7700 #  - "throughput"
7701 #  - "name"
7702 #  - "tags"
7703 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7704 #  x-axis: "X = VNFs per Service Chain"
7705 #  y-axis: "Y = Number of Service Chains"
7706 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7707 #  layout:
7708 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7709 #    layout: "plot-service-density"
7710 #
7711 ## Plots - NF Density - VSC - PDR 64b
7712 #- type: "plot"
7713 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7714 #  algorithm: "plot_nf_heatmap"
7715 #  output-file-type: ".html"
7716 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7717 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7718 #  filter: "'NIC_Intel-XXV710' and
7719 #           'NF_DENSITY' and
7720 #           'VHOST' and
7721 #           'VXLAN' and
7722 #           'CHAIN' and
7723 #           '118' and
7724 #           '2T1C' and
7725 #           'NDRPDR'"
7726 #  parameters:
7727 #  - "throughput"
7728 #  - "name"
7729 #  - "tags"
7730 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7731 #  x-axis: "X = VNFs per Service Chain"
7732 #  y-axis: "Y = Number of Service Chains"
7733 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7734 #  layout:
7735 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7736 #    layout: "plot-service-density"
7737 #
7738 #- type: "plot"
7739 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7740 #  algorithm: "plot_nf_heatmap"
7741 #  output-file-type: ".html"
7742 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7743 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7744 #  filter: "'NIC_Intel-XXV710' and
7745 #           'NF_DENSITY' and
7746 #           'VHOST' and
7747 #           'VXLAN' and
7748 #           'CHAIN' and
7749 #           '118' and
7750 #           '4T2C' and
7751 #           'NDRPDR'"
7752 #  parameters:
7753 #  - "throughput"
7754 #  - "name"
7755 #  - "tags"
7756 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7757 #  x-axis: "X = VNFs per Service Chain"
7758 #  y-axis: "Y = Number of Service Chains"
7759 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7760 #  layout:
7761 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7762 #    layout: "plot-service-density"
7763 #
7764 #- type: "plot"
7765 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7766 #  algorithm: "plot_nf_heatmap"
7767 #  output-file-type: ".html"
7768 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7769 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7770 #  filter: "'NIC_Intel-XXV710' and
7771 #           'NF_DENSITY' and
7772 #           'VHOST' and
7773 #           'VXLAN' and
7774 #           'CHAIN' and
7775 #           '118' and
7776 #           '8T4C' and
7777 #           'NDRPDR'"
7778 #  parameters:
7779 #  - "throughput"
7780 #  - "name"
7781 #  - "tags"
7782 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7783 #  x-axis: "X = VNFs per Service Chain"
7784 #  y-axis: "Y = Number of Service Chains"
7785 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7786 #  layout:
7787 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7788 #    layout: "plot-service-density"
7789 #
7790 ## Plots - NF Density - VSC - PDR IMIX
7791 #- type: "plot"
7792 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7793 #  algorithm: "plot_nf_heatmap"
7794 #  output-file-type: ".html"
7795 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7796 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7797 #  filter: "'NIC_Intel-XXV710' and
7798 #           'NF_DENSITY' and
7799 #           'VHOST' and
7800 #           'VXLAN' and
7801 #           'CHAIN' and
7802 #           'IMIX' and
7803 #           '2T1C' and
7804 #           'NDRPDR'"
7805 #  parameters:
7806 #  - "throughput"
7807 #  - "name"
7808 #  - "tags"
7809 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7810 #  x-axis: "X = VNFs per Service Chain"
7811 #  y-axis: "Y = Number of Service Chains"
7812 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7813 #  layout:
7814 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7815 #    layout: "plot-service-density"
7816 #
7817 #- type: "plot"
7818 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7819 #  algorithm: "plot_nf_heatmap"
7820 #  output-file-type: ".html"
7821 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7822 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7823 #  filter: "'NIC_Intel-XXV710' and
7824 #           'NF_DENSITY' and
7825 #           'VHOST' and
7826 #           'VXLAN' and
7827 #           'CHAIN' and
7828 #           'IMIX' and
7829 #           '4T2C' and
7830 #           'NDRPDR'"
7831 #  parameters:
7832 #  - "throughput"
7833 #  - "name"
7834 #  - "tags"
7835 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7836 #  x-axis: "X = VNFs per Service Chain"
7837 #  y-axis: "Y = Number of Service Chains"
7838 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7839 #  layout:
7840 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7841 #    layout: "plot-service-density"
7842 #
7843 #- type: "plot"
7844 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7845 #  algorithm: "plot_nf_heatmap"
7846 #  output-file-type: ".html"
7847 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7848 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7849 #  filter: "'NIC_Intel-XXV710' and
7850 #           'NF_DENSITY' and
7851 #           'VHOST' and
7852 #           'VXLAN' and
7853 #           'CHAIN' and
7854 #           'IMIX' and
7855 #           '8T4C' and
7856 #           'NDRPDR'"
7857 #  parameters:
7858 #  - "throughput"
7859 #  - "name"
7860 #  - "tags"
7861 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7862 #  x-axis: "X = VNFs per Service Chain"
7863 #  y-axis: "Y = Number of Service Chains"
7864 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7865 #  layout:
7866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7867 #    layout: "plot-service-density"
7868 #
7869 ################################################################################
7870 ## Plots - NF Density - CSC - MRR 64b
7871 #- type: "plot"
7872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7873 #  algorithm: "plot_nf_heatmap"
7874 #  output-file-type: ".html"
7875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7876 #  data: "plot-vpp-nfv-2n-skx-mrr"
7877 #  filter: "'NIC_Intel-XXV710' and
7878 #           'NF_DENSITY' and
7879 #           'DOCKER' and
7880 #           'CHAIN' and
7881 #           'NF_VPPIP4' and
7882 #           '64B' and
7883 #           '2T1C' and
7884 #           'MRR'"
7885 #  parameters:
7886 #  - "result"
7887 #  - "name"
7888 #  - "tags"
7889 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7890 #  x-axis: "X = CNFs per Service Chain"
7891 #  y-axis: "Y = Number of Service Chains"
7892 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7893 #  layout:
7894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7895 #    layout: "plot-service-density"
7896 #
7897 #- type: "plot"
7898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7899 #  algorithm: "plot_nf_heatmap"
7900 #  output-file-type: ".html"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7902 #  data: "plot-vpp-nfv-2n-skx-mrr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'DOCKER' and
7906 #           'CHAIN' and
7907 #           'NF_VPPIP4' and
7908 #           '64B' and
7909 #           '4T2C' and
7910 #           'MRR'"
7911 #  parameters:
7912 #  - "result"
7913 #  - "name"
7914 #  - "tags"
7915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7916 #  x-axis: "X = CNFs per Service Chain"
7917 #  y-axis: "Y = Number of Service Chains"
7918 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7919 #  layout:
7920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7921 #    layout: "plot-service-density"
7922 #
7923 #- type: "plot"
7924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7925 #  algorithm: "plot_nf_heatmap"
7926 #  output-file-type: ".html"
7927 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7928 #  data: "plot-vpp-nfv-2n-skx-mrr"
7929 #  filter: "'NIC_Intel-XXV710' and
7930 #           'NF_DENSITY' and
7931 #           'DOCKER' and
7932 #           'CHAIN' and
7933 #           'NF_VPPIP4' and
7934 #           '64B' and
7935 #           '8T4C' and
7936 #           'MRR'"
7937 #  parameters:
7938 #  - "result"
7939 #  - "name"
7940 #  - "tags"
7941 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7942 #  x-axis: "X = CNFs per Service Chain"
7943 #  y-axis: "Y = Number of Service Chains"
7944 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7945 #  layout:
7946 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7947 #    layout: "plot-service-density"
7948 #
7949 ## Plots - NF Density - CSC - MRR IMIX
7950 #- type: "plot"
7951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7952 #  algorithm: "plot_nf_heatmap"
7953 #  output-file-type: ".html"
7954 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7955 #  data: "plot-vpp-nfv-2n-skx-mrr"
7956 #  filter: "'NIC_Intel-XXV710' and
7957 #           'NF_DENSITY' and
7958 #           'DOCKER' and
7959 #           'CHAIN' and
7960 #           'NF_VPPIP4' and
7961 #           'IMIX' and
7962 #           '2T1C' and
7963 #           'MRR'"
7964 #  parameters:
7965 #  - "result"
7966 #  - "name"
7967 #  - "tags"
7968 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7969 #  x-axis: "X = CNFs per Service Chain"
7970 #  y-axis: "Y = Number of Service Chains"
7971 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7972 #  layout:
7973 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7974 #    layout: "plot-service-density"
7975 #
7976 #- type: "plot"
7977 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7978 #  algorithm: "plot_nf_heatmap"
7979 #  output-file-type: ".html"
7980 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
7981 #  data: "plot-vpp-nfv-2n-skx-mrr"
7982 #  filter: "'NIC_Intel-XXV710' and
7983 #           'NF_DENSITY' and
7984 #           'DOCKER' and
7985 #           'CHAIN' and
7986 #           'NF_VPPIP4' and
7987 #           'IMIX' and
7988 #           '4T2C' and
7989 #           'MRR'"
7990 #  parameters:
7991 #  - "result"
7992 #  - "name"
7993 #  - "tags"
7994 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7995 #  x-axis: "X = CNFs per Service Chain"
7996 #  y-axis: "Y = Number of Service Chains"
7997 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7998 #  layout:
7999 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8000 #    layout: "plot-service-density"
8001 #
8002 #- type: "plot"
8003 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8004 #  algorithm: "plot_nf_heatmap"
8005 #  output-file-type: ".html"
8006 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8007 #  data: "plot-vpp-nfv-2n-skx-mrr"
8008 #  filter: "'NIC_Intel-XXV710' and
8009 #           'NF_DENSITY' and
8010 #           'DOCKER' and
8011 #           'CHAIN' and
8012 #           'NF_VPPIP4' and
8013 #           'IMIX' and
8014 #           '8T4C' and
8015 #           'MRR'"
8016 #  parameters:
8017 #  - "result"
8018 #  - "name"
8019 #  - "tags"
8020 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8021 #  x-axis: "X = CNFs per Service Chain"
8022 #  y-axis: "Y = Number of Service Chains"
8023 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8024 #  layout:
8025 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8026 #    layout: "plot-service-density"
8027 #
8028 ## Plots - NF Density - CSC - NDR 64b
8029 #- type: "plot"
8030 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8031 #  algorithm: "plot_nf_heatmap"
8032 #  output-file-type: ".html"
8033 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8034 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8035 #  filter: "'NIC_Intel-XXV710' and
8036 #           'NF_DENSITY' and
8037 #           'DOCKER' and
8038 #           'CHAIN' and
8039 #           'NF_VPPIP4' and
8040 #           '64B' and
8041 #           '2T1C' and
8042 #           'NDRPDR'"
8043 #  parameters:
8044 #  - "throughput"
8045 #  - "name"
8046 #  - "tags"
8047 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8048 #  x-axis: "X = CNFs per Service Chain"
8049 #  y-axis: "Y = Number of Service Chains"
8050 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8051 #  layout:
8052 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8053 #    layout: "plot-service-density"
8054 #
8055 #- type: "plot"
8056 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8057 #  algorithm: "plot_nf_heatmap"
8058 #  output-file-type: ".html"
8059 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8060 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8061 #  filter: "'NIC_Intel-XXV710' and
8062 #           'NF_DENSITY' and
8063 #           'DOCKER' and
8064 #           'CHAIN' and
8065 #           'NF_VPPIP4' and
8066 #           '64B' and
8067 #           '4T2C' and
8068 #           'NDRPDR'"
8069 #  parameters:
8070 #  - "throughput"
8071 #  - "name"
8072 #  - "tags"
8073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8074 #  x-axis: "X = CNFs per Service Chain"
8075 #  y-axis: "Y = Number of Service Chains"
8076 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8077 #  layout:
8078 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8079 #    layout: "plot-service-density"
8080 #
8081 #- type: "plot"
8082 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8083 #  algorithm: "plot_nf_heatmap"
8084 #  output-file-type: ".html"
8085 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8086 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8087 #  filter: "'NIC_Intel-XXV710' and
8088 #           'NF_DENSITY' and
8089 #           'DOCKER' and
8090 #           'CHAIN' and
8091 #           'NF_VPPIP4' and
8092 #           '64B' and
8093 #           '8T4C' and
8094 #           'NDRPDR'"
8095 #  parameters:
8096 #  - "throughput"
8097 #  - "name"
8098 #  - "tags"
8099 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8100 #  x-axis: "X = CNFs per Service Chain"
8101 #  y-axis: "Y = Number of Service Chains"
8102 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8103 #  layout:
8104 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8105 #    layout: "plot-service-density"
8106 #
8107 ## Plots - NF Density - CSC - NDR IMIX
8108 #- type: "plot"
8109 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8110 #  algorithm: "plot_nf_heatmap"
8111 #  output-file-type: ".html"
8112 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8113 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8114 #  filter: "'NIC_Intel-XXV710' and
8115 #           'NF_DENSITY' and
8116 #           'DOCKER' and
8117 #           'CHAIN' and
8118 #           'NF_VPPIP4' and
8119 #           'IMIX' and
8120 #           '2T1C' and
8121 #           'NDRPDR'"
8122 #  parameters:
8123 #  - "throughput"
8124 #  - "name"
8125 #  - "tags"
8126 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8127 #  x-axis: "X = CNFs per Service Chain"
8128 #  y-axis: "Y = Number of Service Chains"
8129 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8130 #  layout:
8131 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8132 #    layout: "plot-service-density"
8133 #
8134 #- type: "plot"
8135 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8136 #  algorithm: "plot_nf_heatmap"
8137 #  output-file-type: ".html"
8138 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8139 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8140 #  filter: "'NIC_Intel-XXV710' and
8141 #           'NF_DENSITY' and
8142 #           'DOCKER' and
8143 #           'CHAIN' and
8144 #           'NF_VPPIP4' and
8145 #           'IMIX' and
8146 #           '4T2C' and
8147 #           'NDRPDR'"
8148 #  parameters:
8149 #  - "throughput"
8150 #  - "name"
8151 #  - "tags"
8152 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8153 #  x-axis: "X = CNFs per Service Chain"
8154 #  y-axis: "Y = Number of Service Chains"
8155 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8156 #  layout:
8157 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8158 #    layout: "plot-service-density"
8159 #
8160 #- type: "plot"
8161 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8162 #  algorithm: "plot_nf_heatmap"
8163 #  output-file-type: ".html"
8164 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8165 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8166 #  filter: "'NIC_Intel-XXV710' and
8167 #           'NF_DENSITY' and
8168 #           'DOCKER' and
8169 #           'CHAIN' and
8170 #           'NF_VPPIP4' and
8171 #           'IMIX' and
8172 #           '8T4C' and
8173 #           'NDRPDR'"
8174 #  parameters:
8175 #  - "throughput"
8176 #  - "name"
8177 #  - "tags"
8178 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8179 #  x-axis: "X = CNFs per Service Chain"
8180 #  y-axis: "Y = Number of Service Chains"
8181 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8182 #  layout:
8183 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8184 #    layout: "plot-service-density"
8185 #
8186 ## Plots - NF Density - CSC - PDR 64b
8187 #- type: "plot"
8188 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8189 #  algorithm: "plot_nf_heatmap"
8190 #  output-file-type: ".html"
8191 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8192 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8193 #  filter: "'NIC_Intel-XXV710' and
8194 #           'NF_DENSITY' and
8195 #           'DOCKER' and
8196 #           'CHAIN' and
8197 #           'NF_VPPIP4' and
8198 #           '64B' and
8199 #           '2T1C' and
8200 #           'NDRPDR'"
8201 #  parameters:
8202 #  - "throughput"
8203 #  - "name"
8204 #  - "tags"
8205 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8206 #  x-axis: "X = CNFs per Service Chain"
8207 #  y-axis: "Y = Number of Service Chains"
8208 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8209 #  layout:
8210 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8211 #    layout: "plot-service-density"
8212 #
8213 #- type: "plot"
8214 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8215 #  algorithm: "plot_nf_heatmap"
8216 #  output-file-type: ".html"
8217 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8218 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8219 #  filter: "'NIC_Intel-XXV710' and
8220 #           'NF_DENSITY' and
8221 #           'DOCKER' and
8222 #           'CHAIN' and
8223 #           'NF_VPPIP4' and
8224 #           '64B' and
8225 #           '4T2C' and
8226 #           'NDRPDR'"
8227 #  parameters:
8228 #  - "throughput"
8229 #  - "name"
8230 #  - "tags"
8231 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8232 #  x-axis: "X = CNFs per Service Chain"
8233 #  y-axis: "Y = Number of Service Chains"
8234 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8235 #  layout:
8236 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8237 #    layout: "plot-service-density"
8238 #
8239 #- type: "plot"
8240 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8241 #  algorithm: "plot_nf_heatmap"
8242 #  output-file-type: ".html"
8243 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8244 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8245 #  filter: "'NIC_Intel-XXV710' and
8246 #           'NF_DENSITY' and
8247 #           'DOCKER' and
8248 #           'CHAIN' and
8249 #           'NF_VPPIP4' and
8250 #           '64B' and
8251 #           '8T4C' and
8252 #           'NDRPDR'"
8253 #  parameters:
8254 #  - "throughput"
8255 #  - "name"
8256 #  - "tags"
8257 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8258 #  x-axis: "X = CNFs per Service Chain"
8259 #  y-axis: "Y = Number of Service Chains"
8260 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8261 #  layout:
8262 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8263 #    layout: "plot-service-density"
8264 #
8265 ## Plots - NF Density - CSC - PDR IMIX
8266 #- type: "plot"
8267 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8268 #  algorithm: "plot_nf_heatmap"
8269 #  output-file-type: ".html"
8270 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8271 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8272 #  filter: "'NIC_Intel-XXV710' and
8273 #           'NF_DENSITY' and
8274 #           'DOCKER' and
8275 #           'CHAIN' and
8276 #           'NF_VPPIP4' and
8277 #           'IMIX' and
8278 #           '2T1C' and
8279 #           'NDRPDR'"
8280 #  parameters:
8281 #  - "throughput"
8282 #  - "name"
8283 #  - "tags"
8284 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8285 #  x-axis: "X = CNFs per Service Chain"
8286 #  y-axis: "Y = Number of Service Chains"
8287 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8288 #  layout:
8289 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8290 #    layout: "plot-service-density"
8291 #
8292 #- type: "plot"
8293 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8294 #  algorithm: "plot_nf_heatmap"
8295 #  output-file-type: ".html"
8296 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8297 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8298 #  filter: "'NIC_Intel-XXV710' and
8299 #           'NF_DENSITY' and
8300 #           'DOCKER' and
8301 #           'CHAIN' and
8302 #           'NF_VPPIP4' and
8303 #           'IMIX' and
8304 #           '4T2C' and
8305 #           'NDRPDR'"
8306 #  parameters:
8307 #  - "throughput"
8308 #  - "name"
8309 #  - "tags"
8310 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8311 #  x-axis: "X = CNFs per Service Chain"
8312 #  y-axis: "Y = Number of Service Chains"
8313 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8314 #  layout:
8315 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8316 #    layout: "plot-service-density"
8317 #
8318 #- type: "plot"
8319 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8320 #  algorithm: "plot_nf_heatmap"
8321 #  output-file-type: ".html"
8322 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8323 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8324 #  filter: "'NIC_Intel-XXV710' and
8325 #           'NF_DENSITY' and
8326 #           'DOCKER' and
8327 #           'CHAIN' and
8328 #           'NF_VPPIP4' and
8329 #           'IMIX' and
8330 #           '8T4C' and
8331 #           'NDRPDR'"
8332 #  parameters:
8333 #  - "throughput"
8334 #  - "name"
8335 #  - "tags"
8336 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8337 #  x-axis: "X = CNFs per Service Chain"
8338 #  y-axis: "Y = Number of Service Chains"
8339 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8340 #  layout:
8341 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8342 #    layout: "plot-service-density"
8343 #
8344 ################################################################################
8345 #
8346 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8347 #- type: "plot"
8348 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8349 #  algorithm: "plot_nf_heatmap"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8351 #  data: "plot-vpp-nfv-3n-skx-mrr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IPSEC' and
8358 #           'TNL_4' and
8359 #           'IMIX' and
8360 #           '2T1C' and
8361 #           'MRR'"
8362 #  parameters:
8363 #  - "result"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8367 #  x-axis: "X = CNFs per Service Chain"
8368 #  y-axis: "Y = Number of Service Chains"
8369 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8372 #    layout: "plot-service-density"
8373 #
8374 #- type: "plot"
8375 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8376 #  algorithm: "plot_nf_heatmap"
8377 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8378 #  data: "plot-vpp-nfv-3n-skx-mrr"
8379 #  filter: "'NIC_Intel-XXV710' and
8380 #           'NF_DENSITY' and
8381 #           'DOCKER' and
8382 #           'CHAIN' and
8383 #           'NF_VPPIP4' and
8384 #           'IPSEC' and
8385 #           'TNL_4' and
8386 #           'IMIX' and
8387 #           '4T2C' and
8388 #           'MRR'"
8389 #  parameters:
8390 #  - "result"
8391 #  - "name"
8392 #  - "tags"
8393 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8394 #  x-axis: "X = CNFs per Service Chain"
8395 #  y-axis: "Y = Number of Service Chains"
8396 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8397 #  layout:
8398 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8399 #    layout: "plot-service-density"
8400 #
8401 #- type: "plot"
8402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8403 #  algorithm: "plot_nf_heatmap"
8404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8405 #  data: "plot-vpp-nfv-3n-skx-mrr"
8406 #  filter: "'NIC_Intel-XXV710' and
8407 #           'NF_DENSITY' and
8408 #           'DOCKER' and
8409 #           'CHAIN' and
8410 #           'NF_VPPIP4' and
8411 #           'IPSEC' and
8412 #           'TNL_4' and
8413 #           'IMIX' and
8414 #           '8T4C' and
8415 #           'MRR'"
8416 #  parameters:
8417 #  - "result"
8418 #  - "name"
8419 #  - "tags"
8420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8421 #  x-axis: "X = CNFs per Service Chain"
8422 #  y-axis: "Y = Number of Service Chains"
8423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8424 #  layout:
8425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8426 #    layout: "plot-service-density"
8427
8428 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8429 - type: "plot"
8430   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8431   algorithm: "plot_nf_heatmap"
8432   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8433   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8434   filter: "'NIC_Intel-XXV710' and
8435            'NF_DENSITY' and
8436            'DOCKER' and
8437            'CHAIN' and
8438            'NF_VPPIP4' and
8439            'IPSEC' and
8440            'TNL_4' and
8441            'IMIX' and
8442            '2T1C' and
8443            'NDRPDR'"
8444   parameters:
8445   - "throughput"
8446   - "name"
8447   - "tags"
8448   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8449   x-axis: "X = CNFs per Service Chain"
8450   y-axis: "Y = Number of Service Chains"
8451   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8452   layout:
8453     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8454     layout: "plot-service-density"
8455
8456 - type: "plot"
8457   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8458   algorithm: "plot_nf_heatmap"
8459   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8460   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8461   filter: "'NIC_Intel-XXV710' and
8462            'NF_DENSITY' and
8463            'DOCKER' and
8464            'CHAIN' and
8465            'NF_VPPIP4' and
8466            'IPSEC' and
8467            'TNL_4' and
8468            'IMIX' and
8469            '4T2C' and
8470            'NDRPDR'"
8471   parameters:
8472   - "throughput"
8473   - "name"
8474   - "tags"
8475   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8476   x-axis: "X = CNFs per Service Chain"
8477   y-axis: "Y = Number of Service Chains"
8478   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8479   layout:
8480     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8481     layout: "plot-service-density"
8482
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_4' and
8495            'IMIX' and
8496            '8T4C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8508     layout: "plot-service-density"
8509
8510 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8511 - type: "plot"
8512   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8513   algorithm: "plot_nf_heatmap"
8514   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8515   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8516   filter: "'NIC_Intel-XXV710' and
8517            'NF_DENSITY' and
8518            'DOCKER' and
8519            'CHAIN' and
8520            'NF_VPPIP4' and
8521            'IPSEC' and
8522            'TNL_4' and
8523            'IMIX' and
8524            '2T1C' and
8525            'NDRPDR'"
8526   parameters:
8527   - "throughput"
8528   - "name"
8529   - "tags"
8530   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8531   x-axis: "X = CNFs per Service Chain"
8532   y-axis: "Y = Number of Service Chains"
8533   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8534   layout:
8535     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8536     layout: "plot-service-density"
8537
8538 - type: "plot"
8539   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8540   algorithm: "plot_nf_heatmap"
8541   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8542   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8543   filter: "'NIC_Intel-XXV710' and
8544            'NF_DENSITY' and
8545            'DOCKER' and
8546            'CHAIN' and
8547            'NF_VPPIP4' and
8548            'IPSEC' and
8549            'TNL_4' and
8550            'IMIX' and
8551            '4T2C' and
8552            'NDRPDR'"
8553   parameters:
8554   - "throughput"
8555   - "name"
8556   - "tags"
8557   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8558   x-axis: "X = CNFs per Service Chain"
8559   y-axis: "Y = Number of Service Chains"
8560   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8561   layout:
8562     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8563     layout: "plot-service-density"
8564
8565 - type: "plot"
8566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8567   algorithm: "plot_nf_heatmap"
8568   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8569   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8570   filter: "'NIC_Intel-XXV710' and
8571            'NF_DENSITY' and
8572            'DOCKER' and
8573            'CHAIN' and
8574            'NF_VPPIP4' and
8575            'IPSEC' and
8576            'TNL_4' and
8577            'IMIX' and
8578            '8T4C' and
8579            'NDRPDR'"
8580   parameters:
8581   - "throughput"
8582   - "name"
8583   - "tags"
8584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8585   x-axis: "X = CNFs per Service Chain"
8586   y-axis: "Y = Number of Service Chains"
8587   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8588   layout:
8589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8590     layout: "plot-service-density"
8591
8592 ###############################################################################
8593
8594 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8595 - type: "plot"
8596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8597   algorithm: "plot_nf_heatmap"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8599   data: "plot-vpp-nfv-3n-hsw-mrr"
8600   filter: "'NIC_Intel-XL710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IMIX' and
8606            'TNL_4' and
8607            '1T1C' and
8608            'MRR'"
8609   parameters:
8610   - "result"
8611   - "name"
8612   - "tags"
8613   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8614   x-axis: "X = CNFs per Service Chain"
8615   y-axis: "Y = Number of Service Chains"
8616   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8617   layout:
8618     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8619     layout: "plot-service-density"
8620
8621 - type: "plot"
8622   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8623   algorithm: "plot_nf_heatmap"
8624   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8625   data: "plot-vpp-nfv-3n-hsw-mrr"
8626   filter: "'NIC_Intel-XL710' and
8627            'NF_DENSITY' and
8628            'DOCKER' and
8629            'CHAIN' and
8630            'NF_VPPIP4' and
8631            'IPSEC' and
8632            'TNL_4' and
8633            'IMIX' and
8634            '2T2C' and
8635            'MRR'"
8636   parameters:
8637   - "result"
8638   - "name"
8639   - "tags"
8640   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8641   x-axis: "X = CNFs per Service Chain"
8642   y-axis: "Y = Number of Service Chains"
8643   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8644   layout:
8645     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8646     layout: "plot-service-density"
8647
8648 - type: "plot"
8649   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8650   algorithm: "plot_nf_heatmap"
8651   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8652   data: "plot-vpp-nfv-3n-hsw-mrr"
8653   filter: "'NIC_Intel-XL710' and
8654            'NF_DENSITY' and
8655            'DOCKER' and
8656            'CHAIN' and
8657            'NF_VPPIP4' and
8658            'IPSEC' and
8659            'TNL_4' and
8660            'IMIX' and
8661            '4T4C' and
8662            'MRR'"
8663   parameters:
8664   - "result"
8665   - "name"
8666   - "tags"
8667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8668   x-axis: "X = CNFs per Service Chain"
8669   y-axis: "Y = Number of Service Chains"
8670   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8671   layout:
8672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8673     layout: "plot-service-density"
8674
8675 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8676 - type: "plot"
8677   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8678   algorithm: "plot_nf_heatmap"
8679   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8680   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8681   filter: "'NIC_Intel-XL710' and
8682            'NF_DENSITY' and
8683            'DOCKER' and
8684            'CHAIN' and
8685            'NF_VPPIP4' and
8686            'IPSEC' and
8687            'TNL_4' and
8688            'IMIX' and
8689            '1T1C' and
8690            'NDRPDR'"
8691   parameters:
8692   - "throughput"
8693   - "name"
8694   - "tags"
8695   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8696   x-axis: "X = CNFs per Service Chain"
8697   y-axis: "Y = Number of Service Chains"
8698   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8699   layout:
8700     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8701     layout: "plot-service-density"
8702
8703 - type: "plot"
8704   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8705   algorithm: "plot_nf_heatmap"
8706   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8707   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8708   filter: "'NIC_Intel-XL710' and
8709            'NF_DENSITY' and
8710            'DOCKER' and
8711            'CHAIN' and
8712            'NF_VPPIP4' and
8713            'IPSEC' and
8714            'TNL_4' and
8715            'IMIX' and
8716            '2T2C' and
8717            'NDRPDR'"
8718   parameters:
8719   - "throughput"
8720   - "name"
8721   - "tags"
8722   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8723   x-axis: "X = CNFs per Service Chain"
8724   y-axis: "Y = Number of Service Chains"
8725   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8726   layout:
8727     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8728     layout: "plot-service-density"
8729
8730 - type: "plot"
8731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8732   algorithm: "plot_nf_heatmap"
8733   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8734   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8735   filter: "'NIC_Intel-XL710' and
8736            'NF_DENSITY' and
8737            'DOCKER' and
8738            'CHAIN' and
8739            'NF_VPPIP4' and
8740            'IPSEC' and
8741            'TNL_4' and
8742            'IMIX' and
8743            '4T4C' and
8744            'NDRPDR'"
8745   parameters:
8746   - "throughput"
8747   - "name"
8748   - "tags"
8749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8750   x-axis: "X = CNFs per Service Chain"
8751   y-axis: "Y = Number of Service Chains"
8752   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8753   layout:
8754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8755     layout: "plot-service-density"
8756
8757 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8758 - type: "plot"
8759   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8760   algorithm: "plot_nf_heatmap"
8761   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8762   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8763   filter: "'NIC_Intel-XL710' and
8764            'NF_DENSITY' and
8765            'DOCKER' and
8766            'CHAIN' and
8767            'NF_VPPIP4' and
8768            'IPSEC' and
8769            'TNL_4' and
8770            'IMIX' and
8771            '1T1C' and
8772            'NDRPDR'"
8773   parameters:
8774   - "throughput"
8775   - "name"
8776   - "tags"
8777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8778   x-axis: "X = CNFs per Service Chain"
8779   y-axis: "Y = Number of Service Chains"
8780   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8781   layout:
8782     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8783     layout: "plot-service-density"
8784
8785 - type: "plot"
8786   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8787   algorithm: "plot_nf_heatmap"
8788   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8789   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8790   filter: "'NIC_Intel-XL710' and
8791            'NF_DENSITY' and
8792            'DOCKER' and
8793            'CHAIN' and
8794            'NF_VPPIP4' and
8795            'IPSEC' and
8796            'TNL_4' and
8797            'IMIX' and
8798            '2T2C' and
8799            'NDRPDR'"
8800   parameters:
8801   - "throughput"
8802   - "name"
8803   - "tags"
8804   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8805   x-axis: "X = CNFs per Service Chain"
8806   y-axis: "Y = Number of Service Chains"
8807   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8808   layout:
8809     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8810     layout: "plot-service-density"
8811
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8816   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8817   filter: "'NIC_Intel-XL710' and
8818            'NF_DENSITY' and
8819            'DOCKER' and
8820            'CHAIN' and
8821            'NF_VPPIP4' and
8822            'IPSEC' and
8823            'TNL_4' and
8824            'IMIX' and
8825            '4T4C' and
8826            'NDRPDR'"
8827   parameters:
8828   - "throughput"
8829   - "name"
8830   - "tags"
8831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8832   x-axis: "X = CNFs per Service Chain"
8833   y-axis: "Y = Number of Service Chains"
8834   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8835   layout:
8836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8837     layout: "plot-service-density"
8838
8839 ###############################################################################
8840
8841 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8842 #- type: "plot"
8843 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8844 #  algorithm: "plot_nf_heatmap"
8845 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8846 #  data: "plot-vpp-nfv-3n-skx-mrr"
8847 #  filter: "'NIC_Intel-XXV710' and
8848 #           'NF_DENSITY' and
8849 #           'DOCKER' and
8850 #           'CHAIN' and
8851 #           'NF_VPPIP4' and
8852 #           'IPSEC' and
8853 #           'TNL_1000' and
8854 #           'IMIX' and
8855 #           '2T1C' and
8856 #           'MRR'"
8857 #  parameters:
8858 #  - "result"
8859 #  - "name"
8860 #  - "tags"
8861 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8862 #  x-axis: "X = CNFs per Service Chain"
8863 #  y-axis: "Y = Number of Service Chains"
8864 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8865 #  layout:
8866 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8867 #    layout: "plot-service-density"
8868 #
8869 #- type: "plot"
8870 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8871 #  algorithm: "plot_nf_heatmap"
8872 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8873 #  data: "plot-vpp-nfv-3n-skx-mrr"
8874 #  filter: "'NIC_Intel-XXV710' and
8875 #           'NF_DENSITY' and
8876 #           'DOCKER' and
8877 #           'CHAIN' and
8878 #           'NF_VPPIP4' and
8879 #           'IPSEC' and
8880 #           'TNL_1000' and
8881 #           'IMIX' and
8882 #           '4T2C' and
8883 #           'MRR'"
8884 #  parameters:
8885 #  - "result"
8886 #  - "name"
8887 #  - "tags"
8888 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8889 #  x-axis: "X = CNFs per Service Chain"
8890 #  y-axis: "Y = Number of Service Chains"
8891 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8892 #  layout:
8893 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8894 #    layout: "plot-service-density"
8895 #
8896 #- type: "plot"
8897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8898 #  algorithm: "plot_nf_heatmap"
8899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8900 #  data: "plot-vpp-nfv-3n-skx-mrr"
8901 #  filter: "'NIC_Intel-XXV710' and
8902 #           'NF_DENSITY' and
8903 #           'DOCKER' and
8904 #           'CHAIN' and
8905 #           'NF_VPPIP4' and
8906 #           'IPSEC' and
8907 #           'TNL_1000' and
8908 #           'IMIX' and
8909 #           '8T4C' and
8910 #           'MRR'"
8911 #  parameters:
8912 #  - "result"
8913 #  - "name"
8914 #  - "tags"
8915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8916 #  x-axis: "X = CNFs per Service Chain"
8917 #  y-axis: "Y = Number of Service Chains"
8918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8919 #  layout:
8920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8921 #    layout: "plot-service-density"
8922
8923 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8924 - type: "plot"
8925   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8926   algorithm: "plot_nf_heatmap"
8927   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8928   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8929   filter: "'NIC_Intel-XXV710' and
8930            'NF_DENSITY' and
8931            'DOCKER' and
8932            'CHAIN' and
8933            'NF_VPPIP4' and
8934            'IPSEC' and
8935            'TNL_1000' and
8936            'IMIX' and
8937            '2T1C' and
8938            'NDRPDR'"
8939   parameters:
8940   - "throughput"
8941   - "name"
8942   - "tags"
8943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8944   x-axis: "X = CNFs per Service Chain"
8945   y-axis: "Y = Number of Service Chains"
8946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8947   layout:
8948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8949     layout: "plot-service-density"
8950
8951 - type: "plot"
8952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8953   algorithm: "plot_nf_heatmap"
8954   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8955   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8956   filter: "'NIC_Intel-XXV710' and
8957            'NF_DENSITY' and
8958            'DOCKER' and
8959            'CHAIN' and
8960            'NF_VPPIP4' and
8961            'IPSEC' and
8962            'TNL_1000' and
8963            'IMIX' and
8964            '4T2C' and
8965            'NDRPDR'"
8966   parameters:
8967   - "throughput"
8968   - "name"
8969   - "tags"
8970   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8971   x-axis: "X = CNFs per Service Chain"
8972   y-axis: "Y = Number of Service Chains"
8973   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8974   layout:
8975     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8976     layout: "plot-service-density"
8977
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
8982   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8983   filter: "'NIC_Intel-XXV710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_1000' and
8990            'IMIX' and
8991            '8T4C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9003     layout: "plot-service-density"
9004
9005 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9006 - type: "plot"
9007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9008   algorithm: "plot_nf_heatmap"
9009   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9010   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9011   filter: "'NIC_Intel-XXV710' and
9012            'NF_DENSITY' and
9013            'DOCKER' and
9014            'CHAIN' and
9015            'NF_VPPIP4' and
9016            'IPSEC' and
9017            'TNL_1000' and
9018            'IMIX' and
9019            '2T1C' and
9020            'NDRPDR'"
9021   parameters:
9022   - "throughput"
9023   - "name"
9024   - "tags"
9025   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9026   x-axis: "X = CNFs per Service Chain"
9027   y-axis: "Y = Number of Service Chains"
9028   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9029   layout:
9030     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9031     layout: "plot-service-density"
9032
9033 - type: "plot"
9034   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9035   algorithm: "plot_nf_heatmap"
9036   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9037   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9038   filter: "'NIC_Intel-XXV710' and
9039            'NF_DENSITY' and
9040            'DOCKER' and
9041            'CHAIN' and
9042            'NF_VPPIP4' and
9043            'IPSEC' and
9044            'TNL_1000' and
9045            'IMIX' and
9046            '4T2C' and
9047            'NDRPDR'"
9048   parameters:
9049   - "throughput"
9050   - "name"
9051   - "tags"
9052   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9053   x-axis: "X = CNFs per Service Chain"
9054   y-axis: "Y = Number of Service Chains"
9055   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9056   layout:
9057     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9058     layout: "plot-service-density"
9059
9060 - type: "plot"
9061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9062   algorithm: "plot_nf_heatmap"
9063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9064   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9065   filter: "'NIC_Intel-XXV710' and
9066            'NF_DENSITY' and
9067            'DOCKER' and
9068            'CHAIN' and
9069            'NF_VPPIP4' and
9070            'IPSEC' and
9071            'TNL_1000' and
9072            'IMIX' and
9073            '8T4C' and
9074            'NDRPDR'"
9075   parameters:
9076   - "throughput"
9077   - "name"
9078   - "tags"
9079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9080   x-axis: "X = CNFs per Service Chain"
9081   y-axis: "Y = Number of Service Chains"
9082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9083   layout:
9084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9085     layout: "plot-service-density"
9086
9087 ###############################################################################
9088
9089 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9094   data: "plot-vpp-nfv-3n-hsw-mrr"
9095   filter: "'NIC_Intel-XL710' and
9096            'NF_DENSITY' and
9097            'DOCKER' and
9098            'CHAIN' and
9099            'NF_VPPIP4' and
9100            'IMIX' and
9101            'TNL_1000' and
9102            '1T1C' and
9103            'MRR'"
9104   parameters:
9105   - "result"
9106   - "name"
9107   - "tags"
9108   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9109   x-axis: "X = CNFs per Service Chain"
9110   y-axis: "Y = Number of Service Chains"
9111   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9112   layout:
9113     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9114     layout: "plot-service-density"
9115
9116 - type: "plot"
9117   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9118   algorithm: "plot_nf_heatmap"
9119   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9120   data: "plot-vpp-nfv-3n-hsw-mrr"
9121   filter: "'NIC_Intel-XL710' and
9122            'NF_DENSITY' and
9123            'DOCKER' and
9124            'CHAIN' and
9125            'NF_VPPIP4' and
9126            'IPSEC' and
9127            'TNL_1000' and
9128            'IMIX' and
9129            '2T2C' and
9130            'MRR'"
9131   parameters:
9132   - "result"
9133   - "name"
9134   - "tags"
9135   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9136   x-axis: "X = CNFs per Service Chain"
9137   y-axis: "Y = Number of Service Chains"
9138   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9139   layout:
9140     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9141     layout: "plot-service-density"
9142
9143 - type: "plot"
9144   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9145   algorithm: "plot_nf_heatmap"
9146   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9147   data: "plot-vpp-nfv-3n-hsw-mrr"
9148   filter: "'NIC_Intel-XL710' and
9149            'NF_DENSITY' and
9150            'DOCKER' and
9151            'CHAIN' and
9152            'NF_VPPIP4' and
9153            'IPSEC' and
9154            'TNL_1000' and
9155            'IMIX' and
9156            '4T4C' and
9157            'MRR'"
9158   parameters:
9159   - "result"
9160   - "name"
9161   - "tags"
9162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9163   x-axis: "X = CNFs per Service Chain"
9164   y-axis: "Y = Number of Service Chains"
9165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9166   layout:
9167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9168     layout: "plot-service-density"
9169
9170 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9171 - type: "plot"
9172   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9173   algorithm: "plot_nf_heatmap"
9174   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9175   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9176   filter: "'NIC_Intel-XL710' and
9177            'NF_DENSITY' and
9178            'DOCKER' and
9179            'CHAIN' and
9180            'NF_VPPIP4' and
9181            'IPSEC' and
9182            'TNL_1000' and
9183            'IMIX' and
9184            '1T1C' and
9185            'NDRPDR'"
9186   parameters:
9187   - "throughput"
9188   - "name"
9189   - "tags"
9190   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9191   x-axis: "X = CNFs per Service Chain"
9192   y-axis: "Y = Number of Service Chains"
9193   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9194   layout:
9195     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9196     layout: "plot-service-density"
9197
9198 - type: "plot"
9199   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9200   algorithm: "plot_nf_heatmap"
9201   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9202   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9203   filter: "'NIC_Intel-XL710' and
9204            'NF_DENSITY' and
9205            'DOCKER' and
9206            'CHAIN' and
9207            'NF_VPPIP4' and
9208            'IPSEC' and
9209            'TNL_1000' and
9210            'IMIX' and
9211            '2T2C' and
9212            'NDRPDR'"
9213   parameters:
9214   - "throughput"
9215   - "name"
9216   - "tags"
9217   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9218   x-axis: "X = CNFs per Service Chain"
9219   y-axis: "Y = Number of Service Chains"
9220   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9221   layout:
9222     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9223     layout: "plot-service-density"
9224
9225 - type: "plot"
9226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9227   algorithm: "plot_nf_heatmap"
9228   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9229   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9230   filter: "'NIC_Intel-XL710' and
9231            'NF_DENSITY' and
9232            'DOCKER' and
9233            'CHAIN' and
9234            'NF_VPPIP4' and
9235            'IPSEC' and
9236            'TNL_1000' and
9237            'IMIX' and
9238            '4T4C' and
9239            'NDRPDR'"
9240   parameters:
9241   - "throughput"
9242   - "name"
9243   - "tags"
9244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9245   x-axis: "X = CNFs per Service Chain"
9246   y-axis: "Y = Number of Service Chains"
9247   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9248   layout:
9249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9250     layout: "plot-service-density"
9251
9252 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9253 - type: "plot"
9254   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9255   algorithm: "plot_nf_heatmap"
9256   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9257   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9258   filter: "'NIC_Intel-XL710' and
9259            'NF_DENSITY' and
9260            'DOCKER' and
9261            'CHAIN' and
9262            'NF_VPPIP4' and
9263            'IPSEC' and
9264            'TNL_1000' and
9265            'IMIX' and
9266            '1T1C' and
9267            'NDRPDR'"
9268   parameters:
9269   - "throughput"
9270   - "name"
9271   - "tags"
9272   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9273   x-axis: "X = CNFs per Service Chain"
9274   y-axis: "Y = Number of Service Chains"
9275   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9276   layout:
9277     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9278     layout: "plot-service-density"
9279
9280 - type: "plot"
9281   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9282   algorithm: "plot_nf_heatmap"
9283   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9284   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9285   filter: "'NIC_Intel-XL710' and
9286            'NF_DENSITY' and
9287            'DOCKER' and
9288            'CHAIN' and
9289            'NF_VPPIP4' and
9290            'IPSEC' and
9291            'TNL_1000' and
9292            'IMIX' and
9293            '2T2C' and
9294            'NDRPDR'"
9295   parameters:
9296   - "throughput"
9297   - "name"
9298   - "tags"
9299   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9300   x-axis: "X = CNFs per Service Chain"
9301   y-axis: "Y = Number of Service Chains"
9302   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9303   layout:
9304     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9305     layout: "plot-service-density"
9306
9307 - type: "plot"
9308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9309   algorithm: "plot_nf_heatmap"
9310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9311   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9312   filter: "'NIC_Intel-XL710' and
9313            'NF_DENSITY' and
9314            'DOCKER' and
9315            'CHAIN' and
9316            'NF_VPPIP4' and
9317            'IPSEC' and
9318            'TNL_1000' and
9319            'IMIX' and
9320            '4T4C' and
9321            'NDRPDR'"
9322   parameters:
9323   - "throughput"
9324   - "name"
9325   - "tags"
9326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9327   x-axis: "X = CNFs per Service Chain"
9328   y-axis: "Y = Number of Service Chains"
9329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9330   layout:
9331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9332     layout: "plot-service-density"
9333
9334 ###############################################################################
9335
9336 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9337 #- type: "plot"
9338 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9339 #  algorithm: "plot_nf_heatmap"
9340 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9341 #  data: "plot-vpp-nfv-3n-skx-mrr"
9342 #  filter: "'NIC_Intel-XXV710' and
9343 #           'NF_DENSITY' and
9344 #           'DOCKER' and
9345 #           'CHAIN' and
9346 #           'NF_VPPIP4' and
9347 #           'IPSEC' and
9348 #           'TNL_10000' and
9349 #           'IMIX' and
9350 #           '2T1C' and
9351 #           'MRR'"
9352 #  parameters:
9353 #  - "result"
9354 #  - "name"
9355 #  - "tags"
9356 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9357 #  x-axis: "X = CNFs per Service Chain"
9358 #  y-axis: "Y = Number of Service Chains"
9359 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9360 #  layout:
9361 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9362 #    layout: "plot-service-density"
9363 #
9364 #- type: "plot"
9365 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9366 #  algorithm: "plot_nf_heatmap"
9367 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9368 #  data: "plot-vpp-nfv-3n-skx-mrr"
9369 #  filter: "'NIC_Intel-XXV710' and
9370 #           'NF_DENSITY' and
9371 #           'DOCKER' and
9372 #           'CHAIN' and
9373 #           'NF_VPPIP4' and
9374 #           'IPSEC' and
9375 #           'TNL_10000' and
9376 #           'IMIX' and
9377 #           '4T2C' and
9378 #           'MRR'"
9379 #  parameters:
9380 #  - "result"
9381 #  - "name"
9382 #  - "tags"
9383 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9384 #  x-axis: "X = CNFs per Service Chain"
9385 #  y-axis: "Y = Number of Service Chains"
9386 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9387 #  layout:
9388 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9389 #    layout: "plot-service-density"
9390 #
9391 #- type: "plot"
9392 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9393 #  algorithm: "plot_nf_heatmap"
9394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9395 #  data: "plot-vpp-nfv-3n-skx-mrr"
9396 #  filter: "'NIC_Intel-XXV710' and
9397 #           'NF_DENSITY' and
9398 #           'DOCKER' and
9399 #           'CHAIN' and
9400 #           'NF_VPPIP4' and
9401 #           'IPSEC' and
9402 #           'TNL_10000' and
9403 #           'IMIX' and
9404 #           '8T4C' and
9405 #           'MRR'"
9406 #  parameters:
9407 #  - "result"
9408 #  - "name"
9409 #  - "tags"
9410 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9411 #  x-axis: "X = CNFs per Service Chain"
9412 #  y-axis: "Y = Number of Service Chains"
9413 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9414 #  layout:
9415 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9416 #    layout: "plot-service-density"
9417
9418 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9419 - type: "plot"
9420   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9421   algorithm: "plot_nf_heatmap"
9422   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9423   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9424   filter: "'NIC_Intel-XXV710' and
9425            'NF_DENSITY' and
9426            'DOCKER' and
9427            'CHAIN' and
9428            'NF_VPPIP4' and
9429            'IPSEC' and
9430            'TNL_10000' and
9431            'IMIX' and
9432            '2T1C' and
9433            'NDRPDR'"
9434   parameters:
9435   - "throughput"
9436   - "name"
9437   - "tags"
9438   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9439   x-axis: "X = CNFs per Service Chain"
9440   y-axis: "Y = Number of Service Chains"
9441   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9442   layout:
9443     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9444     layout: "plot-service-density"
9445
9446 - type: "plot"
9447   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9448   algorithm: "plot_nf_heatmap"
9449   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9450   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9451   filter: "'NIC_Intel-XXV710' and
9452            'NF_DENSITY' and
9453            'DOCKER' and
9454            'CHAIN' and
9455            'NF_VPPIP4' and
9456            'IPSEC' and
9457            'TNL_10000' and
9458            'IMIX' and
9459            '4T2C' and
9460            'NDRPDR'"
9461   parameters:
9462   - "throughput"
9463   - "name"
9464   - "tags"
9465   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9466   x-axis: "X = CNFs per Service Chain"
9467   y-axis: "Y = Number of Service Chains"
9468   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9469   layout:
9470     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9471     layout: "plot-service-density"
9472
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9477   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9478   filter: "'NIC_Intel-XXV710' and
9479            'NF_DENSITY' and
9480            'DOCKER' and
9481            'CHAIN' and
9482            'NF_VPPIP4' and
9483            'IPSEC' and
9484            'TNL_10000' and
9485            'IMIX' and
9486            '8T4C' and
9487            'NDRPDR'"
9488   parameters:
9489   - "throughput"
9490   - "name"
9491   - "tags"
9492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9493   x-axis: "X = CNFs per Service Chain"
9494   y-axis: "Y = Number of Service Chains"
9495   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9496   layout:
9497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9498     layout: "plot-service-density"
9499
9500 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9501 - type: "plot"
9502   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9503   algorithm: "plot_nf_heatmap"
9504   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9505   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9506   filter: "'NIC_Intel-XXV710' and
9507            'NF_DENSITY' and
9508            'DOCKER' and
9509            'CHAIN' and
9510            'NF_VPPIP4' and
9511            'IPSEC' and
9512            'TNL_10000' and
9513            'IMIX' and
9514            '2T1C' and
9515            'NDRPDR'"
9516   parameters:
9517   - "throughput"
9518   - "name"
9519   - "tags"
9520   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9521   x-axis: "X = CNFs per Service Chain"
9522   y-axis: "Y = Number of Service Chains"
9523   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9524   layout:
9525     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9526     layout: "plot-service-density"
9527
9528 - type: "plot"
9529   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9530   algorithm: "plot_nf_heatmap"
9531   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9532   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9533   filter: "'NIC_Intel-XXV710' and
9534            'NF_DENSITY' and
9535            'DOCKER' and
9536            'CHAIN' and
9537            'NF_VPPIP4' and
9538            'IPSEC' and
9539            'TNL_10000' and
9540            'IMIX' and
9541            '4T2C' and
9542            'NDRPDR'"
9543   parameters:
9544   - "throughput"
9545   - "name"
9546   - "tags"
9547   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9548   x-axis: "X = CNFs per Service Chain"
9549   y-axis: "Y = Number of Service Chains"
9550   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9551   layout:
9552     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9553     layout: "plot-service-density"
9554
9555 - type: "plot"
9556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9557   algorithm: "plot_nf_heatmap"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9559   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9560   filter: "'NIC_Intel-XXV710' and
9561            'NF_DENSITY' and
9562            'DOCKER' and
9563            'CHAIN' and
9564            'NF_VPPIP4' and
9565            'IPSEC' and
9566            'TNL_10000' and
9567            'IMIX' and
9568            '8T4C' and
9569            'NDRPDR'"
9570   parameters:
9571   - "throughput"
9572   - "name"
9573   - "tags"
9574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9575   x-axis: "X = CNFs per Service Chain"
9576   y-axis: "Y = Number of Service Chains"
9577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9578   layout:
9579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9580     layout: "plot-service-density"
9581
9582 ###############################################################################
9583
9584 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9585 - type: "plot"
9586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9587   algorithm: "plot_nf_heatmap"
9588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9589   data: "plot-vpp-nfv-3n-hsw-mrr"
9590   filter: "'NIC_Intel-XL710' and
9591            'NF_DENSITY' and
9592            'DOCKER' and
9593            'CHAIN' and
9594            'NF_VPPIP4' and
9595            'IMIX' and
9596            'TNL_10000' and
9597            '1T1C' and
9598            'MRR'"
9599   parameters:
9600   - "result"
9601   - "name"
9602   - "tags"
9603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9604   x-axis: "X = CNFs per Service Chain"
9605   y-axis: "Y = Number of Service Chains"
9606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9607   layout:
9608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9609     layout: "plot-service-density"
9610
9611 - type: "plot"
9612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9613   algorithm: "plot_nf_heatmap"
9614   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9615   data: "plot-vpp-nfv-3n-hsw-mrr"
9616   filter: "'NIC_Intel-XL710' and
9617            'NF_DENSITY' and
9618            'DOCKER' and
9619            'CHAIN' and
9620            'NF_VPPIP4' and
9621            'IPSEC' and
9622            'TNL_10000' and
9623            'IMIX' and
9624            '2T2C' and
9625            'MRR'"
9626   parameters:
9627   - "result"
9628   - "name"
9629   - "tags"
9630   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9631   x-axis: "X = CNFs per Service Chain"
9632   y-axis: "Y = Number of Service Chains"
9633   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9634   layout:
9635     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9636     layout: "plot-service-density"
9637
9638 - type: "plot"
9639   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9640   algorithm: "plot_nf_heatmap"
9641   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9642   data: "plot-vpp-nfv-3n-hsw-mrr"
9643   filter: "'NIC_Intel-XL710' and
9644            'NF_DENSITY' and
9645            'DOCKER' and
9646            'CHAIN' and
9647            'NF_VPPIP4' and
9648            'IPSEC' and
9649            'TNL_10000' and
9650            'IMIX' and
9651            '4T4C' 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 Chain"
9659   y-axis: "Y = Number of Service Chains"
9660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9661   layout:
9662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9663     layout: "plot-service-density"
9664
9665 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9666 - type: "plot"
9667   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9668   algorithm: "plot_nf_heatmap"
9669   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9670   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9671   filter: "'NIC_Intel-XL710' and
9672            'NF_DENSITY' and
9673            'DOCKER' and
9674            'CHAIN' and
9675            'NF_VPPIP4' and
9676            'IPSEC' and
9677            'TNL_10000' and
9678            'IMIX' and
9679            '1T1C' and
9680            'NDRPDR'"
9681   parameters:
9682   - "throughput"
9683   - "name"
9684   - "tags"
9685   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9686   x-axis: "X = CNFs per Service Chain"
9687   y-axis: "Y = Number of Service Chains"
9688   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9689   layout:
9690     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9691     layout: "plot-service-density"
9692
9693 - type: "plot"
9694   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9695   algorithm: "plot_nf_heatmap"
9696   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9697   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9698   filter: "'NIC_Intel-XL710' and
9699            'NF_DENSITY' and
9700            'DOCKER' and
9701            'CHAIN' and
9702            'NF_VPPIP4' and
9703            'IPSEC' and
9704            'TNL_10000' and
9705            'IMIX' and
9706            '2T2C' and
9707            'NDRPDR'"
9708   parameters:
9709   - "throughput"
9710   - "name"
9711   - "tags"
9712   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9713   x-axis: "X = CNFs per Service Chain"
9714   y-axis: "Y = Number of Service Chains"
9715   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9716   layout:
9717     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9718     layout: "plot-service-density"
9719
9720 - type: "plot"
9721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9722   algorithm: "plot_nf_heatmap"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9724   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9725   filter: "'NIC_Intel-XL710' and
9726            'NF_DENSITY' and
9727            'DOCKER' and
9728            'CHAIN' and
9729            'NF_VPPIP4' and
9730            'IPSEC' and
9731            'TNL_10000' and
9732            'IMIX' and
9733            '4T4C' and
9734            'NDRPDR'"
9735   parameters:
9736   - "throughput"
9737   - "name"
9738   - "tags"
9739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9740   x-axis: "X = CNFs per Service Chain"
9741   y-axis: "Y = Number of Service Chains"
9742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9743   layout:
9744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9745     layout: "plot-service-density"
9746
9747 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9748 - type: "plot"
9749   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9750   algorithm: "plot_nf_heatmap"
9751   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9752   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9753   filter: "'NIC_Intel-XL710' and
9754            'NF_DENSITY' and
9755            'DOCKER' and
9756            'CHAIN' and
9757            'NF_VPPIP4' and
9758            'IPSEC' and
9759            'TNL_10000' and
9760            'IMIX' and
9761            '1T1C' and
9762            'NDRPDR'"
9763   parameters:
9764   - "throughput"
9765   - "name"
9766   - "tags"
9767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9768   x-axis: "X = CNFs per Service Chain"
9769   y-axis: "Y = Number of Service Chains"
9770   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9771   layout:
9772     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9773     layout: "plot-service-density"
9774
9775 - type: "plot"
9776   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9777   algorithm: "plot_nf_heatmap"
9778   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9779   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9780   filter: "'NIC_Intel-XL710' and
9781            'NF_DENSITY' and
9782            'DOCKER' and
9783            'CHAIN' and
9784            'NF_VPPIP4' and
9785            'IPSEC' and
9786            'TNL_10000' and
9787            'IMIX' and
9788            '2T2C' and
9789            'NDRPDR'"
9790   parameters:
9791   - "throughput"
9792   - "name"
9793   - "tags"
9794   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9795   x-axis: "X = CNFs per Service Chain"
9796   y-axis: "Y = Number of Service Chains"
9797   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9798   layout:
9799     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9800     layout: "plot-service-density"
9801
9802 - type: "plot"
9803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9804   algorithm: "plot_nf_heatmap"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9806   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9807   filter: "'NIC_Intel-XL710' and
9808            'NF_DENSITY' and
9809            'DOCKER' and
9810            'CHAIN' and
9811            'NF_VPPIP4' and
9812            'IPSEC' and
9813            'TNL_10000' and
9814            'IMIX' and
9815            '4T4C' and
9816            'NDRPDR'"
9817   parameters:
9818   - "throughput"
9819   - "name"
9820   - "tags"
9821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9822   x-axis: "X = CNFs per Service Chain"
9823   y-axis: "Y = Number of Service Chains"
9824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9825   layout:
9826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9827     layout: "plot-service-density"
9828
9829 ###############################################################################
9830
9831 # Plots - NF Density - CSP - MRR 64b
9832
9833 #- type: "plot"
9834 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9835 #  algorithm: "plot_nf_heatmap"
9836 #  output-file-type: ".html"
9837 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9838 #  data: "plot-vpp-nfv-2n-skx-mrr"
9839 #  filter: "'NIC_Intel-XXV710' and
9840 #           'NF_DENSITY' and
9841 #           'DOCKER' and
9842 #           'PIPELINE' and
9843 #           'NF_VPPIP4' and
9844 #           '64B' and
9845 #           '2T1C' and
9846 #           'MRR'"
9847 #  parameters:
9848 #  - "result"
9849 #  - "name"
9850 #  - "tags"
9851 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9852 #  x-axis: "X = CNFs per Service Pipeline"
9853 #  y-axis: "Y = Number of Service Pipelines"
9854 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9855 #  layout:
9856 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9857 #    layout: "plot-service-density"
9858 #
9859 #- type: "plot"
9860 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9861 #  algorithm: "plot_nf_heatmap"
9862 #  output-file-type: ".html"
9863 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9864 #  data: "plot-vpp-nfv-2n-skx-mrr"
9865 #  filter: "'NIC_Intel-XXV710' and
9866 #           'NF_DENSITY' and
9867 #           'DOCKER' and
9868 #           'PIPELINE' and
9869 #           'NF_VPPIP4' and
9870 #           '64B' and
9871 #           '4T2C' and
9872 #           'MRR'"
9873 #  parameters:
9874 #  - "result"
9875 #  - "name"
9876 #  - "tags"
9877 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9878 #  x-axis: "X = CNFs per Service Pipeline"
9879 #  y-axis: "Y = Number of Service Pipelines"
9880 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9881 #  layout:
9882 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9883 #    layout: "plot-service-density"
9884 #
9885 #- type: "plot"
9886 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9887 #  algorithm: "plot_nf_heatmap"
9888 #  output-file-type: ".html"
9889 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9890 #  data: "plot-vpp-nfv-2n-skx-mrr"
9891 #  filter: "'NIC_Intel-XXV710' and
9892 #           'NF_DENSITY' and
9893 #           'DOCKER' and
9894 #           'PIPELINE' and
9895 #           'NF_VPPIP4' and
9896 #           '64B' and
9897 #           '8T4C' and
9898 #           'MRR'"
9899 #  parameters:
9900 #  - "result"
9901 #  - "name"
9902 #  - "tags"
9903 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9904 #  x-axis: "X = CNFs per Service Pipeline"
9905 #  y-axis: "Y = Number of Service Pipelines"
9906 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9907 #  layout:
9908 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9909 #    layout: "plot-service-density"
9910 #
9911 ## Plots - NF Density - CSP - MRR IMIX
9912 #- type: "plot"
9913 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9914 #  algorithm: "plot_nf_heatmap"
9915 #  output-file-type: ".html"
9916 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9917 #  data: "plot-vpp-nfv-2n-skx-mrr"
9918 #  filter: "'NIC_Intel-XXV710' and
9919 #           'NF_DENSITY' and
9920 #           'DOCKER' and
9921 #           'PIPELINE' and
9922 #           'NF_VPPIP4' and
9923 #           'IMIX' and
9924 #           '2T1C' and
9925 #           'MRR'"
9926 #  parameters:
9927 #  - "result"
9928 #  - "name"
9929 #  - "tags"
9930 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9931 #  x-axis: "X = CNFs per Service Pipeline"
9932 #  y-axis: "Y = Number of Service Pipelines"
9933 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9934 #  layout:
9935 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9936 #    layout: "plot-service-density"
9937 #
9938 #- type: "plot"
9939 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9940 #  algorithm: "plot_nf_heatmap"
9941 #  output-file-type: ".html"
9942 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9943 #  data: "plot-vpp-nfv-2n-skx-mrr"
9944 #  filter: "'NIC_Intel-XXV710' and
9945 #           'NF_DENSITY' and
9946 #           'DOCKER' and
9947 #           'PIPELINE' and
9948 #           'NF_VPPIP4' and
9949 #           'IMIX' and
9950 #           '4T2C' and
9951 #           'MRR'"
9952 #  parameters:
9953 #  - "result"
9954 #  - "name"
9955 #  - "tags"
9956 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9957 #  x-axis: "X = CNFs per Service Pipeline"
9958 #  y-axis: "Y = Number of Service Pipelines"
9959 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9960 #  layout:
9961 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9962 #    layout: "plot-service-density"
9963 #
9964 #- type: "plot"
9965 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9966 #  algorithm: "plot_nf_heatmap"
9967 #  output-file-type: ".html"
9968 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9969 #  data: "plot-vpp-nfv-2n-skx-mrr"
9970 #  filter: "'NIC_Intel-XXV710' and
9971 #           'NF_DENSITY' and
9972 #           'DOCKER' and
9973 #           'PIPELINE' and
9974 #           'NF_VPPIP4' and
9975 #           'IMIX' and
9976 #           '8T4C' and
9977 #           'MRR'"
9978 #  parameters:
9979 #  - "result"
9980 #  - "name"
9981 #  - "tags"
9982 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9983 #  x-axis: "X = CNFs per Service Pipeline"
9984 #  y-axis: "Y = Number of Service Pipelines"
9985 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9986 #  layout:
9987 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9988 #    layout: "plot-service-density"
9989 #
9990 ## Plots - NF Density - CSP - NDR 64b
9991 #- type: "plot"
9992 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
9993 #  algorithm: "plot_nf_heatmap"
9994 #  output-file-type: ".html"
9995 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
9996 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
9997 #  filter: "'NIC_Intel-XXV710' and
9998 #           'NF_DENSITY' and
9999 #           'DOCKER' and
10000 #           'PIPELINE' and
10001 #           'NF_VPPIP4' and
10002 #           '64B' and
10003 #           '2T1C' and
10004 #           'NDRPDR'"
10005 #  parameters:
10006 #  - "throughput"
10007 #  - "name"
10008 #  - "tags"
10009 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10010 #  x-axis: "X = CNFs per Service Pipeline"
10011 #  y-axis: "Y = Number of Service Pipelines"
10012 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10013 #  layout:
10014 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10015 #    layout: "plot-service-density"
10016 #
10017 #- type: "plot"
10018 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10019 #  algorithm: "plot_nf_heatmap"
10020 #  output-file-type: ".html"
10021 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10022 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10023 #  filter: "'NIC_Intel-XXV710' and
10024 #           'NF_DENSITY' and
10025 #           'DOCKER' and
10026 #           'PIPELINE' and
10027 #           'NF_VPPIP4' and
10028 #           '64B' and
10029 #           '4T2C' and
10030 #           'NDRPDR'"
10031 #  parameters:
10032 #  - "throughput"
10033 #  - "name"
10034 #  - "tags"
10035 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10036 #  x-axis: "X = CNFs per Service Pipeline"
10037 #  y-axis: "Y = Number of Service Pipelines"
10038 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10039 #  layout:
10040 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10041 #    layout: "plot-service-density"
10042 #
10043 #- type: "plot"
10044 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10045 #  algorithm: "plot_nf_heatmap"
10046 #  output-file-type: ".html"
10047 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10048 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10049 #  filter: "'NIC_Intel-XXV710' and
10050 #           'NF_DENSITY' and
10051 #           'DOCKER' and
10052 #           'PIPELINE' and
10053 #           'NF_VPPIP4' and
10054 #           '64B' and
10055 #           '8T4C' and
10056 #           'NDRPDR'"
10057 #  parameters:
10058 #  - "throughput"
10059 #  - "name"
10060 #  - "tags"
10061 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10062 #  x-axis: "X = CNFs per Service Pipeline"
10063 #  y-axis: "Y = Number of Service Pipelines"
10064 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10065 #  layout:
10066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10067 #    layout: "plot-service-density"
10068 #
10069 ## Plots - NF Density - CSP - NDR IMIX
10070 #- type: "plot"
10071 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10072 #  algorithm: "plot_nf_heatmap"
10073 #  output-file-type: ".html"
10074 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10075 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10076 #  filter: "'NIC_Intel-XXV710' and
10077 #           'NF_DENSITY' and
10078 #           'DOCKER' and
10079 #           'PIPELINE' and
10080 #           'NF_VPPIP4' and
10081 #           'IMIX' and
10082 #           '2T1C' and
10083 #           'NDRPDR'"
10084 #  parameters:
10085 #  - "throughput"
10086 #  - "name"
10087 #  - "tags"
10088 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10089 #  x-axis: "X = CNFs per Service Pipeline"
10090 #  y-axis: "Y = Number of Service Pipelines"
10091 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10092 #  layout:
10093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10094 #    layout: "plot-service-density"
10095 #
10096 #- type: "plot"
10097 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10098 #  algorithm: "plot_nf_heatmap"
10099 #  output-file-type: ".html"
10100 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10101 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10102 #  filter: "'NIC_Intel-XXV710' and
10103 #           'NF_DENSITY' and
10104 #           'DOCKER' and
10105 #           'PIPELINE' and
10106 #           'NF_VPPIP4' and
10107 #           'IMIX' and
10108 #           '4T2C' and
10109 #           'NDRPDR'"
10110 #  parameters:
10111 #  - "throughput"
10112 #  - "name"
10113 #  - "tags"
10114 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10115 #  x-axis: "X = CNFs per Service Pipeline"
10116 #  y-axis: "Y = Number of Service Pipelines"
10117 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10118 #  layout:
10119 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10120 #    layout: "plot-service-density"
10121 #
10122 #- type: "plot"
10123 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10124 #  algorithm: "plot_nf_heatmap"
10125 #  output-file-type: ".html"
10126 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10127 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10128 #  filter: "'NIC_Intel-XXV710' and
10129 #           'NF_DENSITY' and
10130 #           'DOCKER' and
10131 #           'PIPELINE' and
10132 #           'NF_VPPIP4' and
10133 #           'IMIX' and
10134 #           '8T4C' and
10135 #           'NDRPDR'"
10136 #  parameters:
10137 #  - "throughput"
10138 #  - "name"
10139 #  - "tags"
10140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10141 #  x-axis: "X = CNFs per Service Pipeline"
10142 #  y-axis: "Y = Number of Service Pipelines"
10143 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10144 #  layout:
10145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10146 #    layout: "plot-service-density"
10147 #
10148 ## Plots - NF Density - CSP - PDR 64b
10149 #- type: "plot"
10150 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10151 #  algorithm: "plot_nf_heatmap"
10152 #  output-file-type: ".html"
10153 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10154 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10155 #  filter: "'NIC_Intel-XXV710' and
10156 #           'NF_DENSITY' and
10157 #           'DOCKER' and
10158 #           'PIPELINE' and
10159 #           'NF_VPPIP4' and
10160 #           '64B' and
10161 #           '2T1C' and
10162 #           'NDRPDR'"
10163 #  parameters:
10164 #  - "throughput"
10165 #  - "name"
10166 #  - "tags"
10167 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10168 #  x-axis: "X = CNFs per Service Pipeline"
10169 #  y-axis: "Y = Number of Service Pipelines"
10170 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10171 #  layout:
10172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10173 #    layout: "plot-service-density"
10174 #
10175 #- type: "plot"
10176 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10177 #  algorithm: "plot_nf_heatmap"
10178 #  output-file-type: ".html"
10179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10181 #  filter: "'NIC_Intel-XXV710' and
10182 #           'NF_DENSITY' and
10183 #           'DOCKER' and
10184 #           'PIPELINE' and
10185 #           'NF_VPPIP4' and
10186 #           '64B' and
10187 #           '4T2C' and
10188 #           'NDRPDR'"
10189 #  parameters:
10190 #  - "throughput"
10191 #  - "name"
10192 #  - "tags"
10193 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10194 #  x-axis: "X = CNFs per Service Pipeline"
10195 #  y-axis: "Y = Number of Service Pipelines"
10196 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10197 #  layout:
10198 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10199 #    layout: "plot-service-density"
10200 #
10201 #- type: "plot"
10202 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10203 #  algorithm: "plot_nf_heatmap"
10204 #  output-file-type: ".html"
10205 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10206 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10207 #  filter: "'NIC_Intel-XXV710' and
10208 #           'NF_DENSITY' and
10209 #           'DOCKER' and
10210 #           'PIPELINE' and
10211 #           'NF_VPPIP4' and
10212 #           '64B' and
10213 #           '8T4C' and
10214 #           'NDRPDR'"
10215 #  parameters:
10216 #  - "throughput"
10217 #  - "name"
10218 #  - "tags"
10219 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10220 #  x-axis: "X = CNFs per Service Pipeline"
10221 #  y-axis: "Y = Number of Service Pipelines"
10222 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10223 #  layout:
10224 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10225 #    layout: "plot-service-density"
10226 #
10227 ## Plots - NF Density - CSP - PDR IMIX
10228 #- type: "plot"
10229 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10230 #  algorithm: "plot_nf_heatmap"
10231 #  output-file-type: ".html"
10232 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10233 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10234 #  filter: "'NIC_Intel-XXV710' and
10235 #           'NF_DENSITY' and
10236 #           'DOCKER' and
10237 #           'PIPELINE' and
10238 #           'NF_VPPIP4' and
10239 #           'IMIX' and
10240 #           '2T1C' and
10241 #           'NDRPDR'"
10242 #  parameters:
10243 #  - "throughput"
10244 #  - "name"
10245 #  - "tags"
10246 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10247 #  x-axis: "X = CNFs per Service Pipeline"
10248 #  y-axis: "Y = Number of Service Pipelines"
10249 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10250 #  layout:
10251 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10252 #    layout: "plot-service-density"
10253 #
10254 #- type: "plot"
10255 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10256 #  algorithm: "plot_nf_heatmap"
10257 #  output-file-type: ".html"
10258 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10259 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10260 #  filter: "'NIC_Intel-XXV710' and
10261 #           'NF_DENSITY' and
10262 #           'DOCKER' and
10263 #           'PIPELINE' and
10264 #           'NF_VPPIP4' and
10265 #           'IMIX' and
10266 #           '4T2C' and
10267 #           'NDRPDR'"
10268 #  parameters:
10269 #  - "throughput"
10270 #  - "name"
10271 #  - "tags"
10272 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10273 #  x-axis: "X = CNFs per Service Pipeline"
10274 #  y-axis: "Y = Number of Service Pipelines"
10275 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10276 #  layout:
10277 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10278 #    layout: "plot-service-density"
10279 #
10280 #- type: "plot"
10281 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10282 #  algorithm: "plot_nf_heatmap"
10283 #  output-file-type: ".html"
10284 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10285 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10286 #  filter: "'NIC_Intel-XXV710' and
10287 #           'NF_DENSITY' and
10288 #           'DOCKER' and
10289 #           'PIPELINE' and
10290 #           'NF_VPPIP4' and
10291 #           'IMIX' and
10292 #           '8T4C' and
10293 #           'NDRPDR'"
10294 #  parameters:
10295 #  - "throughput"
10296 #  - "name"
10297 #  - "tags"
10298 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10299 #  x-axis: "X = CNFs per Service Pipeline"
10300 #  y-axis: "Y = Number of Service Pipelines"
10301 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10302 #  layout:
10303 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10304 #    layout: "plot-service-density"
10305
10306 ###############################################################################
10307 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10308
10309 - type: "plot"
10310   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-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-vsc-mrr"
10314   data: "plot-vpp-nfv-2n-clx-mrr"
10315   filter: "'NIC_Intel-XXV710' and
10316            'NF_DENSITY' and
10317            'VHOST' and
10318            not 'VXLAN' and
10319            'CHAIN' and
10320            'NF_VPPIP4' and
10321            'IMIX' and
10322            '2T1C' and
10323            'MRR'"
10324   parameters:
10325   - "result"
10326   - "name"
10327   - "tags"
10328   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10329   x-axis: "X = VNFs per Service Chain"
10330   y-axis: "Y = Number of Service Chains"
10331   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10332   layout:
10333     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10334     layout: "plot-service-density"
10335
10336 - type: "plot"
10337   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10338   algorithm: "plot_nf_heatmap"
10339   output-file-type: ".html"
10340   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10341   data: "plot-vpp-nfv-2n-clx-mrr"
10342   filter: "'NIC_Intel-XXV710' and
10343            'NF_DENSITY' and
10344            'VHOST' and
10345            not 'VXLAN' and
10346            'CHAIN' and
10347            'NF_VPPIP4' and
10348            'IMIX' and
10349            '4T2C' and
10350            'MRR'"
10351   parameters:
10352   - "result"
10353   - "name"
10354   - "tags"
10355   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10356   x-axis: "X = VNFs per Service Chain"
10357   y-axis: "Y = Number of Service Chains"
10358   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10359   layout:
10360     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10361     layout: "plot-service-density"
10362
10363 - type: "plot"
10364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10365   algorithm: "plot_nf_heatmap"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10368   data: "plot-vpp-nfv-2n-clx-mrr"
10369   filter: "'NIC_Intel-XXV710' and
10370            'NF_DENSITY' and
10371            'VHOST' and
10372            not 'VXLAN' and
10373            'CHAIN' and
10374            'NF_VPPIP4' and
10375            'IMIX' and
10376            '8T4C' and
10377            'MRR'"
10378   parameters:
10379   - "result"
10380   - "name"
10381   - "tags"
10382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383   x-axis: "X = VNFs per Service Chain"
10384   y-axis: "Y = Number of Service Chains"
10385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10386   layout:
10387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10388     layout: "plot-service-density"
10389
10390 # Plots - NF Density - VSC - NDR IMIX
10391 - type: "plot"
10392   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10393   algorithm: "plot_nf_heatmap"
10394   output-file-type: ".html"
10395   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10396   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10397   filter: "'NIC_Intel-XXV710' and
10398            'NF_DENSITY' and
10399            'VHOST' and
10400            not 'VXLAN' and
10401            'CHAIN' and
10402            'NF_VPPIP4' and
10403            'IMIX' and
10404            '2T1C' and
10405            'NDRPDR'"
10406   parameters:
10407   - "throughput"
10408   - "name"
10409   - "tags"
10410   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10411   x-axis: "X = VNFs per Service Chain"
10412   y-axis: "Y = Number of Service Chains"
10413   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10414   layout:
10415     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10416     layout: "plot-service-density"
10417
10418 - type: "plot"
10419   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10420   algorithm: "plot_nf_heatmap"
10421   output-file-type: ".html"
10422   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10423   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10424   filter: "'NIC_Intel-XXV710' and
10425            'NF_DENSITY' and
10426            'VHOST' and
10427            not 'VXLAN' and
10428            'CHAIN' and
10429            'NF_VPPIP4' and
10430            'IMIX' and
10431            '4T2C' and
10432            'NDRPDR'"
10433   parameters:
10434   - "throughput"
10435   - "name"
10436   - "tags"
10437   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10438   x-axis: "X = VNFs per Service Chain"
10439   y-axis: "Y = Number of Service Chains"
10440   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10441   layout:
10442     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10443     layout: "plot-service-density"
10444
10445 - type: "plot"
10446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10447   algorithm: "plot_nf_heatmap"
10448   output-file-type: ".html"
10449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10450   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10451   filter: "'NIC_Intel-XXV710' and
10452            'NF_DENSITY' and
10453            'VHOST' and
10454            not 'VXLAN' and
10455            'CHAIN' and
10456            'NF_VPPIP4' and
10457            'IMIX' and
10458            '8T4C' and
10459            'NDRPDR'"
10460   parameters:
10461   - "throughput"
10462   - "name"
10463   - "tags"
10464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10465   x-axis: "X = VNFs per Service Chain"
10466   y-axis: "Y = Number of Service Chains"
10467   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10468   layout:
10469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10470     layout: "plot-service-density"
10471
10472 # Plots - NF Density - VSC - PDR IMIX
10473 - type: "plot"
10474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10475   algorithm: "plot_nf_heatmap"
10476   output-file-type: ".html"
10477   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10478   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10479   filter: "'NIC_Intel-XXV710' and
10480            'NF_DENSITY' and
10481            'VHOST' and
10482            not 'VXLAN' and
10483            'CHAIN' and
10484            'NF_VPPIP4' and
10485            'IMIX' and
10486            '2T1C' and
10487            'NDRPDR'"
10488   parameters:
10489   - "throughput"
10490   - "name"
10491   - "tags"
10492   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10493   x-axis: "X = VNFs per Service Chain"
10494   y-axis: "Y = Number of Service Chains"
10495   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10496   layout:
10497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10498     layout: "plot-service-density"
10499
10500 - type: "plot"
10501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10502   algorithm: "plot_nf_heatmap"
10503   output-file-type: ".html"
10504   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10505   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10506   filter: "'NIC_Intel-XXV710' and
10507            'NF_DENSITY' and
10508            'VHOST' and
10509            not 'VXLAN' and
10510            'CHAIN' and
10511            'NF_VPPIP4' and
10512            'IMIX' and
10513            '4T2C' and
10514            'NDRPDR'"
10515   parameters:
10516   - "throughput"
10517   - "name"
10518   - "tags"
10519   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10520   x-axis: "X = VNFs per Service Chain"
10521   y-axis: "Y = Number of Service Chains"
10522   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10523   layout:
10524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10525     layout: "plot-service-density"
10526
10527 - type: "plot"
10528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10529   algorithm: "plot_nf_heatmap"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10533   filter: "'NIC_Intel-XXV710' and
10534            'NF_DENSITY' and
10535            'VHOST' and
10536            not 'VXLAN' and
10537            'CHAIN' and
10538            'NF_VPPIP4' and
10539            'IMIX' and
10540            '8T4C' and
10541            'NDRPDR'"
10542   parameters:
10543   - "throughput"
10544   - "name"
10545   - "tags"
10546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10547   x-axis: "X = VNFs per Service Chain"
10548   y-axis: "Y = Number of Service Chains"
10549   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10550   layout:
10551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10552     layout: "plot-service-density"
10553
10554 # Plots - NF Density - VSC - MRR IMIX
10555 - type: "plot"
10556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10557   algorithm: "plot_nf_heatmap"
10558   output-file-type: ".html"
10559   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10560   data: "plot-vpp-nfv-2n-clx-mrr"
10561   filter: "'NIC_Intel-XXV710' and
10562            'NF_DENSITY' and
10563            'VHOST' and
10564            'VXLAN' and
10565            'CHAIN' and
10566            'IMIX' and
10567            '2T1C' and
10568            'MRR'"
10569   parameters:
10570   - "result"
10571   - "name"
10572   - "tags"
10573   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10574   x-axis: "X = VNFs per Service Chain"
10575   y-axis: "Y = Number of Service Chains"
10576   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10577   layout:
10578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10579     layout: "plot-service-density"
10580
10581 - type: "plot"
10582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10583   algorithm: "plot_nf_heatmap"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10586   data: "plot-vpp-nfv-2n-clx-mrr"
10587   filter: "'NIC_Intel-XXV710' and
10588            'NF_DENSITY' and
10589            'VHOST' and
10590            'VXLAN' and
10591            'CHAIN' and
10592            'IMIX' and
10593            '4T2C' and
10594            'MRR'"
10595   parameters:
10596   - "result"
10597   - "name"
10598   - "tags"
10599   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10600   x-axis: "X = VNFs per Service Chain"
10601   y-axis: "Y = Number of Service Chains"
10602   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10603   layout:
10604     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10605     layout: "plot-service-density"
10606
10607 - type: "plot"
10608   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10609   algorithm: "plot_nf_heatmap"
10610   output-file-type: ".html"
10611   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10612   data: "plot-vpp-nfv-2n-clx-mrr"
10613   filter: "'NIC_Intel-XXV710' and
10614            'NF_DENSITY' and
10615            'VHOST' and
10616            'VXLAN' and
10617            'CHAIN' and
10618            'IMIX' and
10619            '8T4C' and
10620            'MRR'"
10621   parameters:
10622   - "result"
10623   - "name"
10624   - "tags"
10625   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10626   x-axis: "X = VNFs per Service Chain"
10627   y-axis: "Y = Number of Service Chains"
10628   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10629   layout:
10630     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10631     layout: "plot-service-density"
10632
10633 # Plots - NF Density - VSC - NDR IMIX
10634 - type: "plot"
10635   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10636   algorithm: "plot_nf_heatmap"
10637   output-file-type: ".html"
10638   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10639   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10640   filter: "'NIC_Intel-XXV710' and
10641            'NF_DENSITY' and
10642            'VHOST' and
10643            'VXLAN' and
10644            'CHAIN' and
10645            'IMIX' and
10646            '2T1C' and
10647            'NDRPDR'"
10648   parameters:
10649   - "throughput"
10650   - "name"
10651   - "tags"
10652   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10653   x-axis: "X = VNFs per Service Chain"
10654   y-axis: "Y = Number of Service Chains"
10655   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10656   layout:
10657     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10658     layout: "plot-service-density"
10659
10660 - type: "plot"
10661   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10662   algorithm: "plot_nf_heatmap"
10663   output-file-type: ".html"
10664   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10665   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10666   filter: "'NIC_Intel-XXV710' and
10667            'NF_DENSITY' and
10668            'VHOST' and
10669            'VXLAN' and
10670            'CHAIN' and
10671            'IMIX' and
10672            '4T2C' and
10673            'NDRPDR'"
10674   parameters:
10675   - "throughput"
10676   - "name"
10677   - "tags"
10678   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10679   x-axis: "X = VNFs per Service Chain"
10680   y-axis: "Y = Number of Service Chains"
10681   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10682   layout:
10683     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10684     layout: "plot-service-density"
10685
10686 - type: "plot"
10687   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10688   algorithm: "plot_nf_heatmap"
10689   output-file-type: ".html"
10690   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10691   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10692   filter: "'NIC_Intel-XXV710' and
10693            'NF_DENSITY' and
10694            'VHOST' and
10695            'VXLAN' and
10696            'CHAIN' and
10697            'IMIX' and
10698            '8T4C' and
10699            'NDRPDR'"
10700   parameters:
10701   - "throughput"
10702   - "name"
10703   - "tags"
10704   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10705   x-axis: "X = VNFs per Service Chain"
10706   y-axis: "Y = Number of Service Chains"
10707   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10708   layout:
10709     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10710     layout: "plot-service-density"
10711
10712 # Plots - NF Density - VSC - PDR IMIX
10713 - type: "plot"
10714   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10715   algorithm: "plot_nf_heatmap"
10716   output-file-type: ".html"
10717   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10718   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10719   filter: "'NIC_Intel-XXV710' and
10720            'NF_DENSITY' and
10721            'VHOST' and
10722            'VXLAN' and
10723            'CHAIN' and
10724            'IMIX' and
10725            '2T1C' and
10726            'NDRPDR'"
10727   parameters:
10728   - "throughput"
10729   - "name"
10730   - "tags"
10731   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10732   x-axis: "X = VNFs per Service Chain"
10733   y-axis: "Y = Number of Service Chains"
10734   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10735   layout:
10736     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10737     layout: "plot-service-density"
10738
10739 - type: "plot"
10740   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10741   algorithm: "plot_nf_heatmap"
10742   output-file-type: ".html"
10743   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10744   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10745   filter: "'NIC_Intel-XXV710' and
10746            'NF_DENSITY' and
10747            'VHOST' and
10748            'VXLAN' and
10749            'CHAIN' and
10750            'IMIX' and
10751            '4T2C' and
10752            'NDRPDR'"
10753   parameters:
10754   - "throughput"
10755   - "name"
10756   - "tags"
10757   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10758   x-axis: "X = VNFs per Service Chain"
10759   y-axis: "Y = Number of Service Chains"
10760   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10761   layout:
10762     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10763     layout: "plot-service-density"
10764
10765 - type: "plot"
10766   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10767   algorithm: "plot_nf_heatmap"
10768   output-file-type: ".html"
10769   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10770   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10771   filter: "'NIC_Intel-XXV710' and
10772            'NF_DENSITY' and
10773            'VHOST' and
10774            'VXLAN' and
10775            'CHAIN' and
10776            'IMIX' and
10777            '8T4C' and
10778            'NDRPDR'"
10779   parameters:
10780   - "throughput"
10781   - "name"
10782   - "tags"
10783   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10784   x-axis: "X = VNFs per Service Chain"
10785   y-axis: "Y = Number of Service Chains"
10786   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10787   layout:
10788     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10789     layout: "plot-service-density"
10790
10791 # Plots - NF Density - CSC - MRR IMIX
10792 - type: "plot"
10793   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10794   algorithm: "plot_nf_heatmap"
10795   output-file-type: ".html"
10796   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10797   data: "plot-vpp-nfv-2n-clx-mrr"
10798   filter: "'NIC_Intel-XXV710' and
10799            'NF_DENSITY' and
10800            'DOCKER' and
10801            'CHAIN' and
10802            'NF_VPPIP4' and
10803            'IMIX' and
10804            '2T1C' and
10805            'MRR'"
10806   parameters:
10807   - "result"
10808   - "name"
10809   - "tags"
10810   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10811   x-axis: "X = CNFs per Service Chain"
10812   y-axis: "Y = Number of Service Chains"
10813   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10814   layout:
10815     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10816     layout: "plot-service-density"
10817
10818 - type: "plot"
10819   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10820   algorithm: "plot_nf_heatmap"
10821   output-file-type: ".html"
10822   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10823   data: "plot-vpp-nfv-2n-clx-mrr"
10824   filter: "'NIC_Intel-XXV710' and
10825            'NF_DENSITY' and
10826            'DOCKER' and
10827            'CHAIN' and
10828            'NF_VPPIP4' and
10829            'IMIX' and
10830            '4T2C' and
10831            'MRR'"
10832   parameters:
10833   - "result"
10834   - "name"
10835   - "tags"
10836   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10837   x-axis: "X = CNFs per Service Chain"
10838   y-axis: "Y = Number of Service Chains"
10839   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10840   layout:
10841     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10842     layout: "plot-service-density"
10843
10844 - type: "plot"
10845   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10846   algorithm: "plot_nf_heatmap"
10847   output-file-type: ".html"
10848   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10849   data: "plot-vpp-nfv-2n-clx-mrr"
10850   filter: "'NIC_Intel-XXV710' and
10851            'NF_DENSITY' and
10852            'DOCKER' and
10853            'CHAIN' and
10854            'NF_VPPIP4' and
10855            'IMIX' and
10856            '8T4C' and
10857            'MRR'"
10858   parameters:
10859   - "result"
10860   - "name"
10861   - "tags"
10862   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10863   x-axis: "X = CNFs per Service Chain"
10864   y-axis: "Y = Number of Service Chains"
10865   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10866   layout:
10867     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10868     layout: "plot-service-density"
10869
10870 # Plots - NF Density - CSC - NDR IMIX
10871 - type: "plot"
10872   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10873   algorithm: "plot_nf_heatmap"
10874   output-file-type: ".html"
10875   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10876   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10877   filter: "'NIC_Intel-XXV710' and
10878            'NF_DENSITY' and
10879            'DOCKER' and
10880            'CHAIN' and
10881            'NF_VPPIP4' and
10882            'IMIX' and
10883            '2T1C' and
10884            'NDRPDR'"
10885   parameters:
10886   - "throughput"
10887   - "name"
10888   - "tags"
10889   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10890   x-axis: "X = CNFs per Service Chain"
10891   y-axis: "Y = Number of Service Chains"
10892   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10893   layout:
10894     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10895     layout: "plot-service-density"
10896
10897 - type: "plot"
10898   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10899   algorithm: "plot_nf_heatmap"
10900   output-file-type: ".html"
10901   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10902   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10903   filter: "'NIC_Intel-XXV710' and
10904            'NF_DENSITY' and
10905            'DOCKER' and
10906            'CHAIN' and
10907            'NF_VPPIP4' and
10908            'IMIX' and
10909            '4T2C' and
10910            'NDRPDR'"
10911   parameters:
10912   - "throughput"
10913   - "name"
10914   - "tags"
10915   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10916   x-axis: "X = CNFs per Service Chain"
10917   y-axis: "Y = Number of Service Chains"
10918   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10919   layout:
10920     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10921     layout: "plot-service-density"
10922
10923 - type: "plot"
10924   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10925   algorithm: "plot_nf_heatmap"
10926   output-file-type: ".html"
10927   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10928   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10929   filter: "'NIC_Intel-XXV710' and
10930            'NF_DENSITY' and
10931            'DOCKER' and
10932            'CHAIN' and
10933            'NF_VPPIP4' and
10934            'IMIX' and
10935            '8T4C' and
10936            'NDRPDR'"
10937   parameters:
10938   - "throughput"
10939   - "name"
10940   - "tags"
10941   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10942   x-axis: "X = CNFs per Service Chain"
10943   y-axis: "Y = Number of Service Chains"
10944   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10945   layout:
10946     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10947     layout: "plot-service-density"
10948
10949 # Plots - NF Density - CSC - PDR IMIX
10950 - type: "plot"
10951   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10952   algorithm: "plot_nf_heatmap"
10953   output-file-type: ".html"
10954   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10955   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10956   filter: "'NIC_Intel-XXV710' and
10957            'NF_DENSITY' and
10958            'DOCKER' and
10959            'CHAIN' and
10960            'NF_VPPIP4' and
10961            'IMIX' and
10962            '2T1C' and
10963            'NDRPDR'"
10964   parameters:
10965   - "throughput"
10966   - "name"
10967   - "tags"
10968   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10969   x-axis: "X = CNFs per Service Chain"
10970   y-axis: "Y = Number of Service Chains"
10971   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10972   layout:
10973     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10974     layout: "plot-service-density"
10975
10976 - type: "plot"
10977   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10978   algorithm: "plot_nf_heatmap"
10979   output-file-type: ".html"
10980   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
10981   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10982   filter: "'NIC_Intel-XXV710' and
10983            'NF_DENSITY' and
10984            'DOCKER' and
10985            'CHAIN' and
10986            'NF_VPPIP4' and
10987            'IMIX' and
10988            '4T2C' and
10989            'NDRPDR'"
10990   parameters:
10991   - "throughput"
10992   - "name"
10993   - "tags"
10994   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10995   x-axis: "X = CNFs per Service Chain"
10996   y-axis: "Y = Number of Service Chains"
10997   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10998   layout:
10999     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11000     layout: "plot-service-density"
11001
11002 - type: "plot"
11003   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11004   algorithm: "plot_nf_heatmap"
11005   output-file-type: ".html"
11006   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11007   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11008   filter: "'NIC_Intel-XXV710' and
11009            'NF_DENSITY' and
11010            'DOCKER' and
11011            'CHAIN' and
11012            'NF_VPPIP4' and
11013            'IMIX' and
11014            '8T4C' and
11015            'NDRPDR'"
11016   parameters:
11017   - "throughput"
11018   - "name"
11019   - "tags"
11020   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11021   x-axis: "X = CNFs per Service Chain"
11022   y-axis: "Y = Number of Service Chains"
11023   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11024   layout:
11025     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11026     layout: "plot-service-density"
11027
11028 # Plots - NF Density - CSP - MRR IMIX
11029 - type: "plot"
11030   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11031   algorithm: "plot_nf_heatmap"
11032   output-file-type: ".html"
11033   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11034   data: "plot-vpp-nfv-2n-clx-mrr"
11035   filter: "'NIC_Intel-XXV710' and
11036            'NF_DENSITY' and
11037            'DOCKER' and
11038            'PIPELINE' and
11039            'NF_VPPIP4' and
11040            'IMIX' and
11041            '2T1C' and
11042            'MRR'"
11043   parameters:
11044   - "result"
11045   - "name"
11046   - "tags"
11047   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11048   x-axis: "X = CNFs per Service Pipeline"
11049   y-axis: "Y = Number of Service Pipelines"
11050   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11051   layout:
11052     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11053     layout: "plot-service-density"
11054
11055 - type: "plot"
11056   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11057   algorithm: "plot_nf_heatmap"
11058   output-file-type: ".html"
11059   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11060   data: "plot-vpp-nfv-2n-clx-mrr"
11061   filter: "'NIC_Intel-XXV710' and
11062            'NF_DENSITY' and
11063            'DOCKER' and
11064            'PIPELINE' and
11065            'NF_VPPIP4' and
11066            'IMIX' and
11067            '4T2C' and
11068            'MRR'"
11069   parameters:
11070   - "result"
11071   - "name"
11072   - "tags"
11073   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11074   x-axis: "X = CNFs per Service Pipeline"
11075   y-axis: "Y = Number of Service Pipelines"
11076   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11077   layout:
11078     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11079     layout: "plot-service-density"
11080
11081 - type: "plot"
11082   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11083   algorithm: "plot_nf_heatmap"
11084   output-file-type: ".html"
11085   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11086   data: "plot-vpp-nfv-2n-clx-mrr"
11087   filter: "'NIC_Intel-XXV710' and
11088            'NF_DENSITY' and
11089            'DOCKER' and
11090            'PIPELINE' and
11091            'NF_VPPIP4' and
11092            'IMIX' and
11093            '8T4C' and
11094            'MRR'"
11095   parameters:
11096   - "result"
11097   - "name"
11098   - "tags"
11099   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11100   x-axis: "X = CNFs per Service Pipeline"
11101   y-axis: "Y = Number of Service Pipelines"
11102   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11103   layout:
11104     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11105     layout: "plot-service-density"
11106
11107 # Plots - NF Density - CSP - NDR IMIX
11108 - type: "plot"
11109   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11110   algorithm: "plot_nf_heatmap"
11111   output-file-type: ".html"
11112   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11113   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11114   filter: "'NIC_Intel-XXV710' and
11115            'NF_DENSITY' and
11116            'DOCKER' and
11117            'PIPELINE' and
11118            'NF_VPPIP4' and
11119            'IMIX' and
11120            '2T1C' and
11121            'NDRPDR'"
11122   parameters:
11123   - "throughput"
11124   - "name"
11125   - "tags"
11126   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11127   x-axis: "X = CNFs per Service Pipeline"
11128   y-axis: "Y = Number of Service Pipelines"
11129   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11130   layout:
11131     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11132     layout: "plot-service-density"
11133
11134 - type: "plot"
11135   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11136   algorithm: "plot_nf_heatmap"
11137   output-file-type: ".html"
11138   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11139   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11140   filter: "'NIC_Intel-XXV710' and
11141            'NF_DENSITY' and
11142            'DOCKER' and
11143            'PIPELINE' and
11144            'NF_VPPIP4' and
11145            'IMIX' and
11146            '4T2C' and
11147            'NDRPDR'"
11148   parameters:
11149   - "throughput"
11150   - "name"
11151   - "tags"
11152   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11153   x-axis: "X = CNFs per Service Pipeline"
11154   y-axis: "Y = Number of Service Pipelines"
11155   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11156   layout:
11157     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11158     layout: "plot-service-density"
11159
11160 - type: "plot"
11161   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11162   algorithm: "plot_nf_heatmap"
11163   output-file-type: ".html"
11164   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11165   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11166   filter: "'NIC_Intel-XXV710' and
11167            'NF_DENSITY' and
11168            'DOCKER' and
11169            'PIPELINE' and
11170            'NF_VPPIP4' and
11171            'IMIX' and
11172            '8T4C' and
11173            'NDRPDR'"
11174   parameters:
11175   - "throughput"
11176   - "name"
11177   - "tags"
11178   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11179   x-axis: "X = CNFs per Service Pipeline"
11180   y-axis: "Y = Number of Service Pipelines"
11181   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11182   layout:
11183     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11184     layout: "plot-service-density"
11185
11186 # Plots - NF Density - CSP - PDR IMIX
11187 - type: "plot"
11188   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11189   algorithm: "plot_nf_heatmap"
11190   output-file-type: ".html"
11191   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11192   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11193   filter: "'NIC_Intel-XXV710' and
11194            'NF_DENSITY' and
11195            'DOCKER' and
11196            'PIPELINE' and
11197            'NF_VPPIP4' and
11198            'IMIX' and
11199            '2T1C' and
11200            'NDRPDR'"
11201   parameters:
11202   - "throughput"
11203   - "name"
11204   - "tags"
11205   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11206   x-axis: "X = CNFs per Service Pipeline"
11207   y-axis: "Y = Number of Service Pipelines"
11208   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11209   layout:
11210     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11211     layout: "plot-service-density"
11212
11213 - type: "plot"
11214   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11215   algorithm: "plot_nf_heatmap"
11216   output-file-type: ".html"
11217   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11218   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11219   filter: "'NIC_Intel-XXV710' and
11220            'NF_DENSITY' and
11221            'DOCKER' and
11222            'PIPELINE' and
11223            'NF_VPPIP4' and
11224            'IMIX' and
11225            '4T2C' and
11226            'NDRPDR'"
11227   parameters:
11228   - "throughput"
11229   - "name"
11230   - "tags"
11231   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11232   x-axis: "X = CNFs per Service Pipeline"
11233   y-axis: "Y = Number of Service Pipelines"
11234   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11235   layout:
11236     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11237     layout: "plot-service-density"
11238
11239 - type: "plot"
11240   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11241   algorithm: "plot_nf_heatmap"
11242   output-file-type: ".html"
11243   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11244   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11245   filter: "'NIC_Intel-XXV710' and
11246            'NF_DENSITY' and
11247            'DOCKER' and
11248            'PIPELINE' and
11249            'NF_VPPIP4' and
11250            'IMIX' and
11251            '8T4C' and
11252            'NDRPDR'"
11253   parameters:
11254   - "throughput"
11255   - "name"
11256   - "tags"
11257   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11258   x-axis: "X = CNFs per Service Pipeline"
11259   y-axis: "Y = Number of Service Pipelines"
11260   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11261   layout:
11262     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11263     layout: "plot-service-density"
11264
11265 ################################################################################
11266
11267 # Packet Throughput
11268
11269 - type: "plot"
11270   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11271   algorithm: "plot_perf_box_name"
11272   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11273   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11274   include:
11275     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11276     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11277     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11278     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11279   layout:
11280     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11281     layout: "plot-throughput"
11282
11283 - type: "plot"
11284   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11285   algorithm: "plot_perf_box_name"
11286   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11287   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11288   include:
11289     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11290     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11291     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11292     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11293   layout:
11294     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11295     layout: "plot-throughput"
11296
11297 - type: "plot"
11298   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11299   algorithm: "plot_perf_box_name"
11300   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11301   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11302   include:
11303     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11304     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11307   layout:
11308     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11309     layout: "plot-throughput"
11310
11311 - type: "plot"
11312   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11313   algorithm: "plot_perf_box_name"
11314   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11315   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11316   include:
11317     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11318     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11321   layout:
11322     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11323     layout: "plot-throughput"
11324
11325 - type: "plot"
11326   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11327   algorithm: "plot_perf_box_name"
11328   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11329   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11330   include:
11331     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11332     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11333     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11334     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11336   layout:
11337     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11338     layout: "plot-throughput"
11339
11340 - type: "plot"
11341   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11342   algorithm: "plot_perf_box_name"
11343   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11344   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11345   include:
11346     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11347     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11348     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11349     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11351   layout:
11352     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   include:
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11366   layout:
11367     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11390   include:
11391     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11396   layout:
11397     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11405   include:
11406     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11411   layout:
11412     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11413     layout: "plot-throughput"
11414
11415 - type: "plot"
11416   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11417   algorithm: "plot_perf_box_name"
11418   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11419   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11420   include:
11421     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11422     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11423     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11424     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11425     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11426     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11427   layout:
11428     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11429     layout: "plot-throughput"
11430
11431 - type: "plot"
11432   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11433   algorithm: "plot_perf_box_name"
11434   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11436   include:
11437     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11438     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11439     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11440     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11441     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11442     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11443   layout:
11444     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11445     layout: "plot-throughput"
11446
11447 - type: "plot"
11448   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11449   algorithm: "plot_perf_box_name"
11450   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11451   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11452   include:
11453     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11457     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11458   layout:
11459     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11460     layout: "plot-throughput"
11461
11462 - type: "plot"
11463   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11464   algorithm: "plot_perf_box_name"
11465   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11466   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11467   include:
11468     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11473   layout:
11474     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11486   layout:
11487     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11488     layout: "plot-throughput"
11489
11490 - type: "plot"
11491   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11492   algorithm: "plot_perf_box_name"
11493   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11494   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11495   include:
11496     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11497     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11499   layout:
11500     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11501     layout: "plot-throughput"
11502
11503 - type: "plot"
11504   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11505   algorithm: "plot_perf_box_name"
11506   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11507   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11508   include:
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11512     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11514   layout:
11515     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11516     layout: "plot-throughput"
11517
11518 - type: "plot"
11519   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11520   algorithm: "plot_perf_box_name"
11521   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11522   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11523   include:
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11529   layout:
11530     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11542   layout:
11543     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11544     layout: "plot-throughput"
11545
11546 - type: "plot"
11547   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11548   algorithm: "plot_perf_box_name"
11549   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11550   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11551   include:
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11553     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11555   layout:
11556     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11557     layout: "plot-throughput"
11558
11559 - type: "plot"
11560   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11561   algorithm: "plot_perf_box_name"
11562   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11563   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11564   include:
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11568     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11571   layout:
11572     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11573     layout: "plot-throughput"
11574
11575 - type: "plot"
11576   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11577   algorithm: "plot_perf_box_name"
11578   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11579   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11580   include:
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11585     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11586     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11587   layout:
11588     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11589     layout: "plot-throughput"
11590
11591 - type: "plot"
11592   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11593   algorithm: "plot_perf_box_name"
11594   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11595   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11596   include:
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11601     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11602     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11603   layout:
11604     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11605     layout: "plot-throughput"
11606
11607 - type: "plot"
11608   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11609   algorithm: "plot_perf_box_name"
11610   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11611   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11612   include:
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11617     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11618     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11619   layout:
11620     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11621     layout: "plot-throughput"
11622
11623 - type: "plot"
11624   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11625   algorithm: "plot_perf_box_name"
11626   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11627   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11628   include:
11629     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11632   layout:
11633     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11634     layout: "plot-throughput"
11635
11636 - type: "plot"
11637   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11638   algorithm: "plot_perf_box_name"
11639   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11640   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11641   include:
11642     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11643     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11645   layout:
11646     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11647     layout: "plot-throughput"
11648
11649 - type: "plot"
11650   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11651   algorithm: "plot_perf_box_name"
11652   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11653   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11654   include:
11655     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11657     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11658 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11659 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11660   layout:
11661     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11662     layout: "plot-throughput"
11663
11664 - type: "plot"
11665   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11666   algorithm: "plot_perf_box_name"
11667   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11668   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11669   include:
11670     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11673 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11674 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11675   layout:
11676     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11688     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11689     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11690   layout:
11691     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11703     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11704     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11705   layout:
11706     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11707     layout: "plot-throughput"
11708
11709 - type: "plot"
11710   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11720   layout:
11721     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11735   layout:
11736     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11744   include:
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11750     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11751   layout:
11752     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11753     layout: "plot-throughput"
11754
11755 - type: "plot"
11756   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11757   algorithm: "plot_perf_box_name"
11758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11760   include:
11761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11765     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11766     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11767   layout:
11768     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11769     layout: "plot-throughput"
11770
11771 - type: "plot"
11772   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11773   algorithm: "plot_perf_box_name"
11774   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11775   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11776   include:
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11781     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11782     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11783   layout:
11784     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11785     layout: "plot-throughput"
11786
11787 - type: "plot"
11788   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11789   algorithm: "plot_perf_box_name"
11790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11792   include:
11793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11797     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11798     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11799   layout:
11800     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11801     layout: "plot-throughput"
11802
11803 - type: "plot"
11804   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11805   algorithm: "plot_perf_box_name"
11806   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11807   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11808   include:
11809     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11813     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11814   layout:
11815     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11816     layout: "plot-throughput"
11817
11818 - type: "plot"
11819   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11820   algorithm: "plot_perf_box_name"
11821   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11822   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11823   include:
11824     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11829   layout:
11830     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11838   include:
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11844     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11845   layout:
11846     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11847     layout: "plot-throughput"
11848
11849 - type: "plot"
11850   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11851   algorithm: "plot_perf_box_name"
11852   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11853   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11854   include:
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11859     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11860     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11861   layout:
11862     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11863     layout: "plot-throughput"
11864
11865 - type: "plot"
11866   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11867   algorithm: "plot_perf_box_name"
11868   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11869   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11870   include:
11871     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11875     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11876   layout:
11877     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11878     layout: "plot-throughput"
11879
11880 - type: "plot"
11881   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11882   algorithm: "plot_perf_box_name"
11883   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11884   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11885   include:
11886     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11891   layout:
11892     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11900   include:
11901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11906     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11907   layout:
11908     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11909     layout: "plot-throughput"
11910
11911 - type: "plot"
11912   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11913   algorithm: "plot_perf_box_name"
11914   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11915   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11916   include:
11917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11921     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11922     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11923   layout:
11924     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11925     layout: "plot-throughput"
11926
11927 - type: "plot"
11928   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11929   algorithm: "plot_perf_box_name"
11930   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11931   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11932   include:
11933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11938   layout:
11939     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11940     layout: "plot-throughput"
11941
11942 - type: "plot"
11943   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11944   algorithm: "plot_perf_box_name"
11945   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11946   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11947   include:
11948     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11953   layout:
11954     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11962   include:
11963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11968     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11969   layout:
11970     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11971     layout: "plot-throughput"
11972
11973 - type: "plot"
11974   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11975   algorithm: "plot_perf_box_name"
11976   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11977   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11978   include:
11979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11983     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11984     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11985   layout:
11986     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11987     layout: "plot-throughput"
11988
11989 - type: "plot"
11990   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11991   algorithm: "plot_perf_box_name"
11992   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11993   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11994   include:
11995     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
11997   layout:
11998     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
11999     layout: "plot-throughput"
12000
12001 - type: "plot"
12002   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12003   algorithm: "plot_perf_box_name"
12004   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12005   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12006   include:
12007     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12008     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12009   layout:
12010     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12011     layout: "plot-throughput"
12012
12013 - type: "plot"
12014   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12015   algorithm: "plot_perf_box_name"
12016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12018   include:
12019     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12023   layout:
12024     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12032   include:
12033     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12037   layout:
12038     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12039     layout: "plot-throughput"
12040
12041 - type: "plot"
12042   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12043   algorithm: "plot_perf_box_name"
12044   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12045   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12046   include:
12047     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12048     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12051   layout:
12052     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12059   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12060   include:
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12065   layout:
12066     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12067     layout: "plot-throughput"
12068
12069 - type: "plot"
12070   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12071   algorithm: "plot_perf_box_name"
12072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12074   include:
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12077     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12079   layout:
12080     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12081     layout: "plot-throughput"
12082
12083 - type: "plot"
12084   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12085   algorithm: "plot_perf_box_name"
12086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12088   include:
12089     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12091     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12093   layout:
12094     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12095     layout: "plot-throughput"
12096
12097 - type: "plot"
12098   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12099   algorithm: "plot_perf_box_name"
12100   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12101   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12102   include:
12103     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12107   layout:
12108     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12109     layout: "plot-throughput"
12110
12111 - type: "plot"
12112   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12113   algorithm: "plot_perf_box_name"
12114   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12115   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12116   include:
12117     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12121   layout:
12122     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12123     layout: "plot-throughput"
12124
12125 - type: "plot"
12126   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12127   algorithm: "plot_perf_box_name"
12128   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12129   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12130   include:
12131     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12133     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12137   layout:
12138     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12146   include:
12147     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12151     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12152     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12153   layout:
12154     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12155     layout: "plot-throughput"
12156
12157 - type: "plot"
12158   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12159   algorithm: "plot_perf_box_name"
12160   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12161   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12162   include:
12163     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12167     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12168   layout:
12169     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12170     layout: "plot-throughput"
12171
12172 - type: "plot"
12173   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12174   algorithm: "plot_perf_box_name"
12175   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12176   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12177   include:
12178     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12183   layout:
12184     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12198   layout:
12199     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12213   layout:
12214     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12221   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12222   include:
12223     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12226   layout:
12227     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12228     layout: "plot-throughput"
12229
12230 - type: "plot"
12231   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12232   algorithm: "plot_perf_box_name"
12233   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12234   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12235   include:
12236     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12237     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12238     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12239   layout:
12240     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12241     layout: "plot-throughput"
12242
12243 - type: "plot"
12244   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12245   algorithm: "plot_perf_box_name"
12246   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12248   include:
12249     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12252   layout:
12253     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12260   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12261   include:
12262     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12265   layout:
12266     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12267     layout: "plot-throughput"
12268
12269 - type: "plot"
12270   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12271   algorithm: "plot_perf_box_name"
12272   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12273   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12274   include:
12275     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12276     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12277     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12280   layout:
12281     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12289   include:
12290     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12295   layout:
12296     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12310   layout:
12311     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12325   layout:
12326     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12334   include:
12335     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12340   layout:
12341     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12349   include:
12350     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12355   layout:
12356     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12364   include:
12365     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12370   layout:
12371     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12379   include:
12380     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12385   layout:
12386     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12400   layout:
12401     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12408   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12409   include:
12410     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12415   layout:
12416     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12424   include:
12425     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12426     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12427     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12428     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12429     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12430     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12431   layout:
12432     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12433     layout: "plot-throughput"
12434
12435 - type: "plot"
12436   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12437   algorithm: "plot_perf_box_name"
12438   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12439   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12440   include:
12441     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12442     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12443     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12444     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12445     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12446     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12447   layout:
12448     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12449     layout: "plot-throughput"
12450
12451 - type: "plot"
12452   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12453   algorithm: "plot_perf_box_name"
12454   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12455   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12456   include:
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461   layout:
12462     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12470   include:
12471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12475   layout:
12476     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12477     layout: "plot-throughput"
12478
12479 - type: "plot"
12480   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12481   algorithm: "plot_perf_box_name"
12482   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12483   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12484   include:
12485     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12486     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12487     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12491   layout:
12492     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12500   include:
12501     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12505     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12506     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12507   layout:
12508     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12509     layout: "plot-throughput"
12510
12511 - type: "plot"
12512   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12513   algorithm: "plot_perf_box_name"
12514   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12515   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12516   include:
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12521     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12522     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12523   layout:
12524     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12525     layout: "plot-throughput"
12526
12527 - type: "plot"
12528   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12529   algorithm: "plot_perf_box_name"
12530   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12531   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12532   include:
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12537     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12538     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12539   layout:
12540     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12541     layout: "plot-throughput"
12542
12543 - type: "plot"
12544   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12545   algorithm: "plot_perf_box_name"
12546   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12547   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12548   include:
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12553     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12554     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12555   layout:
12556     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12557     layout: "plot-throughput"
12558
12559 - type: "plot"
12560   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12561   algorithm: "plot_perf_box_name"
12562   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12563   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12564   include:
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12569     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12570     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12571   layout:
12572     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12573     layout: "plot-throughput"
12574
12575 - type: "plot"
12576   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12577   algorithm: "plot_perf_box_name"
12578   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12579   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12580   include:
12581     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12585     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12586     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12587   layout:
12588     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12589     layout: "plot-throughput"
12590
12591 - type: "plot"
12592   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12593   algorithm: "plot_perf_box_name"
12594   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12595   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12596   include:
12597     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12601     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12602     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12603   layout:
12604     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12605     layout: "plot-throughput"
12606
12607 - type: "plot"
12608   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12609   algorithm: "plot_perf_box_name"
12610   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12611   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12612   include:
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12617     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12618     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12619   layout:
12620     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12621     layout: "plot-throughput"
12622
12623 - type: "plot"
12624   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12625   algorithm: "plot_perf_box_name"
12626   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12627   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12628   include:
12629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12633     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12634     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12635   layout:
12636     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12637     layout: "plot-throughput"
12638
12639 - type: "plot"
12640   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12641   algorithm: "plot_perf_box_name"
12642   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12643   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12644   include:
12645     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12646     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12651   layout:
12652     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12653     layout: "plot-throughput"
12654
12655 - type: "plot"
12656   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12657   algorithm: "plot_perf_box_name"
12658   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12659   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12660   include:
12661     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12667   layout:
12668     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12669     layout: "plot-throughput"
12670
12671 - type: "plot"
12672   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12673   algorithm: "plot_perf_box_name"
12674   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12675   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12676   include:
12677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12683   layout:
12684     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12685     layout: "plot-throughput"
12686
12687 - type: "plot"
12688   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12689   algorithm: "plot_perf_box_name"
12690   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12691   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12692   include:
12693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12698     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12699   layout:
12700     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12701     layout: "plot-throughput"
12702
12703 - type: "plot"
12704   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12705   algorithm: "plot_perf_box_name"
12706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12708   include:
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12715   layout:
12716     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12717     layout: "plot-throughput"
12718
12719 - type: "plot"
12720   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12721   algorithm: "plot_perf_box_name"
12722   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12723   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12724   include:
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12731   layout:
12732     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12733     layout: "plot-throughput"
12734
12735 - type: "plot"
12736   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12737   algorithm: "plot_perf_box_name"
12738   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12739   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12740   include:
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12745   layout:
12746     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12754   include:
12755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12759   layout:
12760     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12761     layout: "plot-throughput"
12762
12763 - type: "plot"
12764   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12765   algorithm: "plot_perf_box_name"
12766   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12767   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12768   include:
12769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12773   layout:
12774     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12775     layout: "plot-throughput"
12776
12777 - type: "plot"
12778   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12779   algorithm: "plot_perf_box_name"
12780   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12781   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12782   include:
12783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12787   layout:
12788     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12789     layout: "plot-throughput"
12790
12791 - type: "plot"
12792   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12793   algorithm: "plot_perf_box_name"
12794   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12795   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12796   include:
12797     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12799     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12803   layout:
12804     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12811   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12812   include:
12813     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12817     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12818     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12819   layout:
12820     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12821     layout: "plot-throughput"
12822
12823 - type: "plot"
12824   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12825   algorithm: "plot_perf_box_name"
12826   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12828   include:
12829     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12833     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12834   layout:
12835     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12836     layout: "plot-throughput"
12837
12838 - type: "plot"
12839   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12840   algorithm: "plot_perf_box_name"
12841   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12843   include:
12844     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12849   layout:
12850     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12864   layout:
12865     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12879   layout:
12880     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12893   layout:
12894     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12895     layout: "plot-throughput"
12896
12897 - type: "plot"
12898   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12899   algorithm: "plot_perf_box_name"
12900   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12901   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12902   include:
12903     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12907   layout:
12908     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12909     layout: "plot-throughput"
12910
12911 - type: "plot"
12912   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12913   algorithm: "plot_perf_box_name"
12914   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12915   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12916   include:
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12918     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12923   layout:
12924     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932   include:
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12937     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12938     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12939   layout:
12940     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12941     layout: "plot-throughput"
12942
12943 - type: "plot"
12944   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12945   algorithm: "plot_perf_box_name"
12946   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12947   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12948   include:
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12953     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12954     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12955   layout:
12956     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12957     layout: "plot-throughput"
12958
12959 - type: "plot"
12960   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12961   algorithm: "plot_perf_box_name"
12962   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12963   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12964   include:
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12969     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12970     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12971   layout:
12972     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12973     layout: "plot-throughput"
12974
12975 - type: "plot"
12976   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12977   algorithm: "plot_perf_box_name"
12978   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12979   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12980   include:
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
12985     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
12986     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
12987   layout:
12988     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
12989     layout: "plot-throughput"
12990
12991 - type: "plot"
12992   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12993   algorithm: "plot_perf_box_name"
12994   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
12995   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12996   include:
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13001     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13002     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13003   layout:
13004     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13005     layout: "plot-throughput"
13006
13007 - type: "plot"
13008   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13009   algorithm: "plot_perf_box_name"
13010   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13011   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13012   include:
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13017     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13018     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13019   layout:
13020     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13021     layout: "plot-throughput"
13022
13023 - type: "plot"
13024   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13025   algorithm: "plot_perf_box_name"
13026   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13027   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13028   include:
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13033     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13034     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13035   layout:
13036     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13037     layout: "plot-throughput"
13038
13039 - type: "plot"
13040   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13041   algorithm: "plot_perf_box_name"
13042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13044   include:
13045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13049   layout:
13050     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13058   include:
13059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13063   layout:
13064     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13065     layout: "plot-throughput"
13066
13067 - type: "plot"
13068   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13069   algorithm: "plot_perf_box_name"
13070   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13071   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13072   include:
13073     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13074     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13079   layout:
13080     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13088   include:
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13095   layout:
13096     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13097     layout: "plot-throughput"
13098
13099 - type: "plot"
13100   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13101   algorithm: "plot_perf_box_name"
13102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13104   include:
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13111   layout:
13112     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13113     layout: "plot-throughput"
13114
13115 - type: "plot"
13116   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13117   algorithm: "plot_perf_box_name"
13118   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13119   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13120   include:
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13125     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13126     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13127   layout:
13128     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13129     layout: "plot-throughput"
13130
13131 #- type: "plot"
13132 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13133 #  algorithm: "plot_perf_box_name"
13134 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13135 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13136 #  include:
13137 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13138 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13139 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13140 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13141 #  layout:
13142 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13143 #    layout: "plot-throughput"
13144 #
13145 #- type: "plot"
13146 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13147 #  algorithm: "plot_perf_box_name"
13148 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13149 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13150 #  include:
13151 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13152 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13153 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13154 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13155 #  layout:
13156 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13157 #    layout: "plot-throughput"
13158
13159 - type: "plot"
13160   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13161   algorithm: "plot_perf_box_name"
13162   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13163   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13164   include:
13165     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13166     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13167     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13168     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13169     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13170     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13171   layout:
13172     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13173     layout: "plot-throughput"
13174
13175 - type: "plot"
13176   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13177   algorithm: "plot_perf_box_name"
13178   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13179   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13180   include:
13181     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13182     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13183     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13184     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13185     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13186     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13187   layout:
13188     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13189     layout: "plot-throughput"
13190
13191 #- type: "plot"
13192 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13193 #  algorithm: "plot_perf_box_name"
13194 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13195 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13196 #  include:
13197 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13198 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13199 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13200 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13201 #  layout:
13202 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13203 #    layout: "plot-throughput"
13204 #
13205 #- type: "plot"
13206 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13207 #  algorithm: "plot_perf_box_name"
13208 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13209 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13210 #  include:
13211 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13212 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13213 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13214 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13215 #  layout:
13216 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13217 #    layout: "plot-throughput"
13218
13219 - type: "plot"
13220   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13221   algorithm: "plot_perf_box_name"
13222   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13223   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13224   include:
13225     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13226     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13227     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13228     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13229     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13230     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13231   layout:
13232     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13233     layout: "plot-throughput"
13234
13235 - type: "plot"
13236   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13237   algorithm: "plot_perf_box_name"
13238   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13239   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13240   include:
13241     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13242     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13243     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13244     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13245     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13246     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13247   layout:
13248     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13249     layout: "plot-throughput"
13250
13251 #- type: "plot"
13252 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13253 #  algorithm: "plot_perf_box_name"
13254 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13255 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13256 #  include:
13257 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13258 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13259 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13260 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13261 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13262 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13263 #  layout:
13264 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13265 #    layout: "plot-throughput"
13266 #
13267 #- type: "plot"
13268 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13269 #  algorithm: "plot_perf_box_name"
13270 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13271 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13272 #  include:
13273 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13274 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13275 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13276 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13277 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13278 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13279 #  layout:
13280 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13281 #    layout: "plot-throughput"
13282
13283 - type: "plot"
13284   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13285   algorithm: "plot_perf_box_name"
13286   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13287   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13288   include:
13289     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13290     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13291     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13292     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13293     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13294     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13295   layout:
13296     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13297     layout: "plot-throughput"
13298
13299 - type: "plot"
13300   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13301   algorithm: "plot_perf_box_name"
13302   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13303   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13304   include:
13305     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13306     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13307     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13308     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13309     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13310     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13311   layout:
13312     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13313     layout: "plot-throughput"
13314
13315 - type: "plot"
13316   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13317   algorithm: "plot_perf_box_name"
13318   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13319   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13320   include:
13321     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13325     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13326     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13327   layout:
13328     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13329     layout: "plot-throughput"
13330
13331 - type: "plot"
13332   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13333   algorithm: "plot_perf_box_name"
13334   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13335   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13336   include:
13337     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13341     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13342     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13343   layout:
13344     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13345     layout: "plot-throughput"
13346
13347 - type: "plot"
13348   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13349   algorithm: "plot_perf_box_name"
13350   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13351   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13352   include:
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13357     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13358     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13359   layout:
13360     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13361     layout: "plot-throughput"
13362
13363 - type: "plot"
13364   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13365   algorithm: "plot_perf_box_name"
13366   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13367   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13368   include:
13369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13373     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13374     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13375   layout:
13376     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13377     layout: "plot-throughput"
13378
13379 - type: "plot"
13380   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13381   algorithm: "plot_perf_box_name"
13382   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13383   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13384   include:
13385     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13389     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13390     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13391   layout:
13392     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13393     layout: "plot-throughput"
13394
13395 - type: "plot"
13396   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13397   algorithm: "plot_perf_box_name"
13398   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13399   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13400   include:
13401     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13405     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13406     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13407   layout:
13408     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13409     layout: "plot-throughput"
13410
13411 #- type: "plot"
13412 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13413 #  algorithm: "plot_perf_box_name"
13414 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13415 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13416 #  include:
13417 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13418 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13419 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13420 #  layout:
13421 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13422 #    layout: "plot-throughput"
13423 #
13424 #- type: "plot"
13425 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13426 #  algorithm: "plot_perf_box_name"
13427 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13428 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13429 #  include:
13430 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13431 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13432 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13433 #  layout:
13434 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13435 #    layout: "plot-throughput"
13436
13437 - type: "plot"
13438   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13439   algorithm: "plot_perf_box_name"
13440   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13441   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13442   include:
13443     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13444     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13445     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13448   layout:
13449     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13450     layout: "plot-throughput"
13451
13452 - type: "plot"
13453   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13454   algorithm: "plot_perf_box_name"
13455   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13456   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13457   include:
13458     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13459     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13460     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13461     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13462     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13463   layout:
13464     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13465     layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13471   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13472   include:
13473     - "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"
13474     - "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"
13475     - "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"
13476     - "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"
13477     - "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"
13478   layout:
13479     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13486   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13487   include:
13488     - "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"
13489     - "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"
13490     - "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"
13491     - "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"
13492     - "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"
13493   layout:
13494     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13502   include:
13503     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13504     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13505     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13508   layout:
13509     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13519     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13520     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13523   layout:
13524     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13531   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13532   include:
13533     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13538   layout:
13539     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13546   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13547   include:
13548     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13553   layout:
13554     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13561   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13562   include:
13563     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13568   layout:
13569     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13576   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13577   include:
13578     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13583   layout:
13584     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13598   layout:
13599     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13613   layout:
13614     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13622   include:
13623     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13627   layout:
13628     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13629     layout: "plot-throughput"
13630
13631 - type: "plot"
13632   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13633   algorithm: "plot_perf_box_name"
13634   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13635   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13636   include:
13637     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13638     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13641   layout:
13642     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13643     layout: "plot-throughput"
13644
13645 - type: "plot"
13646   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13647   algorithm: "plot_perf_box_name"
13648   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13649   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13650   include:
13651     - "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"
13652     - "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"
13653     - "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"
13654     - "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"
13655   layout:
13656     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13657     layout: "plot-throughput"
13658
13659 - type: "plot"
13660   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13661   algorithm: "plot_perf_box_name"
13662   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13663   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13664   include:
13665     - "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"
13666     - "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"
13667     - "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"
13668     - "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"
13669   layout:
13670     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13671     layout: "plot-throughput"
13672
13673 - type: "plot"
13674   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13675   algorithm: "plot_perf_box_name"
13676   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13677   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13678   include:
13679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13685   layout:
13686     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13699     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13700     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13701   layout:
13702     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13703     layout: "plot-throughput"
13704
13705 - type: "plot"
13706   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13707   algorithm: "plot_perf_box_name"
13708   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13709   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13710   include:
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13715     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13716     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13717   layout:
13718     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13719     layout: "plot-throughput"
13720
13721 - type: "plot"
13722   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13723   algorithm: "plot_perf_box_name"
13724   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13725   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13726   include:
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13733   layout:
13734     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13735     layout: "plot-throughput"
13736
13737 - type: "plot"
13738   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13739   algorithm: "plot_perf_box_name"
13740   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13741   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13742   include:
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13749   layout:
13750     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13751     layout: "plot-throughput"
13752
13753 - type: "plot"
13754   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13755   algorithm: "plot_perf_box_name"
13756   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13757   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13758   include:
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13765   layout:
13766     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13767     layout: "plot-throughput"
13768
13769 - type: "plot"
13770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13771   algorithm: "plot_perf_box_name"
13772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13774   include:
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13780   layout:
13781     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13782     layout: "plot-throughput"
13783
13784 - type: "plot"
13785   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13786   algorithm: "plot_perf_box_name"
13787   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13788   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13789   include:
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13795   layout:
13796     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13797     layout: "plot-throughput"
13798
13799 - type: "plot"
13800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13801   algorithm: "plot_perf_box_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13804   include:
13805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13807   layout:
13808     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13809     layout: "plot-throughput"
13810
13811 - type: "plot"
13812   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13813   algorithm: "plot_perf_box_name"
13814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13816   include:
13817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13819   layout:
13820     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13821     layout: "plot-throughput"
13822
13823 - type: "plot"
13824   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13825   algorithm: "plot_perf_box_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "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"
13830     - "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"
13831   layout:
13832     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13833     layout: "plot-throughput"
13834
13835 - type: "plot"
13836   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13837   algorithm: "plot_perf_box_name"
13838   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13839   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13840   include:
13841     - "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"
13842     - "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"
13843   layout:
13844     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13845     layout: "plot-throughput"
13846
13847 - type: "plot"
13848   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13849   algorithm: "plot_perf_box_name"
13850   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13851   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13852   include:
13853     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13854     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13855   layout:
13856     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13857     layout: "plot-throughput"
13858
13859 - type: "plot"
13860   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13861   algorithm: "plot_perf_box_name"
13862   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13863   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13864   include:
13865     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13866     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13867   layout:
13868     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13869     layout: "plot-throughput"
13870
13871 - type: "plot"
13872   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13873   algorithm: "plot_perf_box_name"
13874   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13875   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13876   include:
13877     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13878     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13879   layout:
13880     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13881     layout: "plot-throughput"
13882
13883 - type: "plot"
13884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13885   algorithm: "plot_perf_box_name"
13886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13888   include:
13889     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13890     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13891   layout:
13892     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13893     layout: "plot-throughput"
13894
13895 - type: "plot"
13896   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13897   algorithm: "plot_perf_box_name"
13898   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13899   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13900   include:
13901     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13902     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13903     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13904     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13905     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13906     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13907   layout:
13908     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13909     layout: "plot-throughput"
13910
13911 - type: "plot"
13912   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13913   algorithm: "plot_perf_box_name"
13914   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13915   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13916   include:
13917     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13918     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13919     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13922     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13923   layout:
13924     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13925     layout: "plot-throughput"
13926
13927 - type: "plot"
13928   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13929   algorithm: "plot_perf_box_name"
13930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13932   include:
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13937     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13938     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13939   layout:
13940     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13941     layout: "plot-throughput"
13942
13943 - type: "plot"
13944   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13945   algorithm: "plot_perf_box_name"
13946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13948   include:
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13953     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13954     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13955   layout:
13956     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13957     layout: "plot-throughput"
13958
13959 #- type: "plot"
13960 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13961 #  algorithm: "plot_perf_box_name"
13962 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13963 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13964 #  include:
13965 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13967 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13968 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13970 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13971 #  layout:
13972 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13973 #    layout: "plot-throughput"
13974 #
13975 #- type: "plot"
13976 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13977 #  algorithm: "plot_perf_box_name"
13978 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13979 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13980 #  include:
13981 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13983 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13984 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13986 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13987 #  layout:
13988 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
13989 #    layout: "plot-throughput"
13990
13991 - type: "plot"
13992   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13993   algorithm: "plot_perf_box_name"
13994   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
13995   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13996   include:
13997     - "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"
13998     - "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"
13999     - "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"
14000     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14001     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14002     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14003   layout:
14004     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14005     layout: "plot-throughput"
14006
14007 - type: "plot"
14008   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14009   algorithm: "plot_perf_box_name"
14010   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14011   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14012   include:
14013     - "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"
14014     - "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"
14015     - "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"
14016     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14017     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14018     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14019   layout:
14020     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14021     layout: "plot-throughput"
14022
14023 ################################################################################
14024
14025 # Packet Speedup
14026
14027 - type: "plot"
14028   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14029   algorithm: "plot_tsa_name"
14030   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14031   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14032   include:
14033     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14034     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14035     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14036     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14037   layout:
14038     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14039     layout: "plot-throughput-speedup-analysis"
14040
14041 - type: "plot"
14042   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14043   algorithm: "plot_tsa_name"
14044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14046   include:
14047     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14048     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14049     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14050     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14051   layout:
14052     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14053     layout: "plot-throughput-speedup-analysis"
14054
14055 - type: "plot"
14056   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14057   algorithm: "plot_tsa_name"
14058   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14059   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14060   include:
14061     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14062     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14065   layout:
14066     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14067     layout: "plot-throughput-speedup-analysis"
14068
14069 - type: "plot"
14070   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14071   algorithm: "plot_tsa_name"
14072   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14073   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14074   include:
14075     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14076     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14079   layout:
14080     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14081     layout: "plot-throughput-speedup-analysis"
14082
14083 - type: "plot"
14084   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14085   algorithm: "plot_tsa_name"
14086   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14087   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14088   include:
14089     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14090     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14091     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14092     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14093     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14094   layout:
14095     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14096     layout: "plot-throughput-speedup-analysis"
14097
14098 - type: "plot"
14099   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14100   algorithm: "plot_tsa_name"
14101   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14102   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14103   include:
14104     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14105     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14106     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14107     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14109   layout:
14110     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14111     layout: "plot-throughput-speedup-analysis"
14112
14113 - type: "plot"
14114   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14121     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14135     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14136     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14139   layout:
14140     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14141     layout: "plot-throughput-speedup-analysis"
14142
14143 - type: "plot"
14144   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14150     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14151     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14152     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14153     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14155   layout:
14156     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14157     layout: "plot-throughput-speedup-analysis"
14158
14159 - type: "plot"
14160   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14161   algorithm: "plot_tsa_name"
14162   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14163   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14164   include:
14165     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14166     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14167     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14171   layout:
14172     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14173     layout: "plot-throughput-speedup-analysis"
14174
14175 - type: "plot"
14176   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14177   algorithm: "plot_tsa_name"
14178   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14179   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14180   include:
14181     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14186   layout:
14187     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14188     layout: "plot-throughput-speedup-analysis"
14189
14190 - type: "plot"
14191   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14192   algorithm: "plot_tsa_name"
14193   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14194   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14195   include:
14196     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14201   layout:
14202     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14214   layout:
14215     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14216     layout: "plot-throughput-speedup-analysis"
14217
14218 - type: "plot"
14219   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14220   algorithm: "plot_tsa_name"
14221   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14222   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14223   include:
14224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14227   layout:
14228     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14229     layout: "plot-throughput-speedup-analysis"
14230
14231 - type: "plot"
14232   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14233   algorithm: "plot_tsa_name"
14234   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14235   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14236   include:
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14242   layout:
14243     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14244     layout: "plot-throughput-speedup-analysis"
14245
14246 - type: "plot"
14247   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14248   algorithm: "plot_tsa_name"
14249   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14250   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14251   include:
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14270   layout:
14271     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14272     layout: "plot-throughput-speedup-analysis"
14273
14274 - type: "plot"
14275   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14276   algorithm: "plot_tsa_name"
14277   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14278   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14279   include:
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14283   layout:
14284     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14285     layout: "plot-throughput-speedup-analysis"
14286
14287 - type: "plot"
14288   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14289   algorithm: "plot_tsa_name"
14290   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14291   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14292   include:
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14299   layout:
14300     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14301     layout: "plot-throughput-speedup-analysis"
14302
14303 - type: "plot"
14304   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14305   algorithm: "plot_tsa_name"
14306   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14307   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14308   include:
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14315   layout:
14316     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14317     layout: "plot-throughput-speedup-analysis"
14318
14319 - type: "plot"
14320   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14321   algorithm: "plot_tsa_name"
14322   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14323   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14324   include:
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14331   layout:
14332     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14333     layout: "plot-throughput-speedup-analysis"
14334
14335 - type: "plot"
14336   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14337   algorithm: "plot_tsa_name"
14338   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14339   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14340   include:
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14347   layout:
14348     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14349     layout: "plot-throughput-speedup-analysis"
14350
14351 - type: "plot"
14352   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14353   algorithm: "plot_tsa_name"
14354   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14355   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14356   include:
14357     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14360   layout:
14361     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14362     layout: "plot-throughput-speedup-analysis"
14363
14364 - type: "plot"
14365   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14366   algorithm: "plot_tsa_name"
14367   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14368   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14369   include:
14370     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14371     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14373   layout:
14374     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14375     layout: "plot-throughput-speedup-analysis"
14376
14377 - type: "plot"
14378   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14379   algorithm: "plot_tsa_name"
14380   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14382   include:
14383     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14385     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14386 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14387 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14388   layout:
14389     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14390     layout: "plot-throughput-speedup-analysis"
14391
14392 - type: "plot"
14393   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14394   algorithm: "plot_tsa_name"
14395   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14396   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14397   include:
14398     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14401 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14402 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14403   layout:
14404     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14416     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14417     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14418   layout:
14419     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14420     layout: "plot-throughput-speedup-analysis"
14421
14422 - type: "plot"
14423   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14424   algorithm: "plot_tsa_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14427   include:
14428     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14431     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14432     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14433   layout:
14434     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14435     layout: "plot-throughput-speedup-analysis"
14436
14437 - type: "plot"
14438   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14448   layout:
14449     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14478     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14479   layout:
14480     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14481     layout: "plot-throughput-speedup-analysis"
14482
14483 - type: "plot"
14484   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14485   algorithm: "plot_tsa_name"
14486   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14487   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14488   include:
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14493     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14494     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14495   layout:
14496     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14497     layout: "plot-throughput-speedup-analysis"
14498
14499 - type: "plot"
14500   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14501   algorithm: "plot_tsa_name"
14502   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14503   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14504   include:
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14509     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14510     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14511   layout:
14512     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14513     layout: "plot-throughput-speedup-analysis"
14514
14515 - type: "plot"
14516   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14517   algorithm: "plot_tsa_name"
14518   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14519   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14520   include:
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14525     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14526     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14527   layout:
14528     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14529     layout: "plot-throughput-speedup-analysis"
14530
14531 - type: "plot"
14532   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14533   algorithm: "plot_tsa_name"
14534   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14535   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14536   include:
14537     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14539   layout:
14540     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14541     layout: "plot-throughput-speedup-analysis"
14542
14543 - type: "plot"
14544   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14545   algorithm: "plot_tsa_name"
14546   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14547   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14548   include:
14549     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14550     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14551   layout:
14552     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14553     layout: "plot-throughput-speedup-analysis"
14554
14555 - type: "plot"
14556   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14557   algorithm: "plot_tsa_name"
14558   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14559   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14560   include:
14561     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14565   layout:
14566     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14579   layout:
14580     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14581     layout: "plot-throughput-speedup-analysis"
14582
14583 - type: "plot"
14584   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14585   algorithm: "plot_tsa_name"
14586   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14587   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14588   include:
14589     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14590     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14593   layout:
14594     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14607   layout:
14608     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14609     layout: "plot-throughput-speedup-analysis"
14610
14611 - type: "plot"
14612   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14613   algorithm: "plot_tsa_name"
14614   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14615   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14616   include:
14617     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14619     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14623   layout:
14624     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14637     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14638     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14639   layout:
14640     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14641     layout: "plot-throughput-speedup-analysis"
14642
14643 - type: "plot"
14644   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14645   algorithm: "plot_tsa_name"
14646   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14647   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14648   include:
14649     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14653     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14654   layout:
14655     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14656     layout: "plot-throughput-speedup-analysis"
14657
14658 - type: "plot"
14659   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14660   algorithm: "plot_tsa_name"
14661   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14662   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14663   include:
14664     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14669   layout:
14670     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14708   include:
14709     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14712   layout:
14713     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14714     layout: "plot-throughput-speedup-analysis"
14715
14716 - type: "plot"
14717   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14718   algorithm: "plot_tsa_name"
14719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14720   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14721   include:
14722     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14723     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14724     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14725   layout:
14726     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14727     layout: "plot-throughput-speedup-analysis"
14728
14729 - type: "plot"
14730   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14731   algorithm: "plot_tsa_name"
14732   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14733   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14734   include:
14735     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14738   layout:
14739     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14751   layout:
14752     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14753     layout: "plot-throughput-speedup-analysis"
14754
14755 - type: "plot"
14756   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14757   algorithm: "plot_tsa_name"
14758   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14759   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14760   include:
14761     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14762     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14763     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14766   layout:
14767     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14775   include:
14776     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14781   layout:
14782     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14796   layout:
14797     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14820   include:
14821     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14822     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14823     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14824     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14825     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14826     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14827   layout:
14828     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14829     layout: "plot-throughput-speedup-analysis"
14830
14831 - type: "plot"
14832   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14833   algorithm: "plot_tsa_name"
14834   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14835   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14836   include:
14837     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14838     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14839     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14840     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14841     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14842     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14843   layout:
14844     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14845     layout: "plot-throughput-speedup-analysis"
14846
14847 - type: "plot"
14848   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14849   algorithm: "plot_tsa_name"
14850   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14851   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14852   include:
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14857   layout:
14858     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14866   include:
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14871   layout:
14872     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14873     layout: "plot-throughput-speedup-analysis"
14874
14875 - type: "plot"
14876   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14877   algorithm: "plot_tsa_name"
14878   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14879   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14880   include:
14881     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14882     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14883     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887   layout:
14888     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14896   include:
14897     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14902     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14903   layout:
14904     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14905     layout: "plot-throughput-speedup-analysis"
14906
14907 - type: "plot"
14908   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14909   algorithm: "plot_tsa_name"
14910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14912   include:
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14917     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14918     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14919   layout:
14920     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14921     layout: "plot-throughput-speedup-analysis"
14922
14923 - type: "plot"
14924   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14925   algorithm: "plot_tsa_name"
14926   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14927   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14928   include:
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14934     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14935   layout:
14936     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14937     layout: "plot-throughput-speedup-analysis"
14938
14939 - type: "plot"
14940   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14941   algorithm: "plot_tsa_name"
14942   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14943   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14944   include:
14945     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14946     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14947     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14948     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14949     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14950     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14951   layout:
14952     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14953     layout: "plot-throughput-speedup-analysis"
14954
14955 - type: "plot"
14956   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14957   algorithm: "plot_tsa_name"
14958   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14959   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14960   include:
14961     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14962     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14963     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14964     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14965     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14966     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14967   layout:
14968     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14969     layout: "plot-throughput-speedup-analysis"
14970
14971 - type: "plot"
14972   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14973   algorithm: "plot_tsa_name"
14974   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
14975   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14976   include:
14977     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14981     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14982     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14983   layout:
14984     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
14985     layout: "plot-throughput-speedup-analysis"
14986
14987 - type: "plot"
14988   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14989   algorithm: "plot_tsa_name"
14990   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
14991   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14992   include:
14993     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
14997     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14998     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14999   layout:
15000     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15001     layout: "plot-throughput-speedup-analysis"
15002
15003 - type: "plot"
15004   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15005   algorithm: "plot_tsa_name"
15006   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15007   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15008   include:
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15013     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15014     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15015   layout:
15016     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15017     layout: "plot-throughput-speedup-analysis"
15018
15019 - type: "plot"
15020   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15021   algorithm: "plot_tsa_name"
15022   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15023   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15024   include:
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15029     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15030     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15031   layout:
15032     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15033     layout: "plot-throughput-speedup-analysis"
15034
15035 - type: "plot"
15036   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15037   algorithm: "plot_tsa_name"
15038   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15039   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15040   include:
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15045   layout:
15046     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15059   layout:
15060     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15061     layout: "plot-throughput-speedup-analysis"
15062
15063 - type: "plot"
15064   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15065   algorithm: "plot_tsa_name"
15066   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15067   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15068   include:
15069     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15070     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15073   layout:
15074     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15075     layout: "plot-throughput-speedup-analysis"
15076
15077 - type: "plot"
15078   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15079   algorithm: "plot_tsa_name"
15080   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15081   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15082   include:
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15087   layout:
15088     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15089     layout: "plot-throughput-speedup-analysis"
15090
15091 - type: "plot"
15092   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15093   algorithm: "plot_tsa_name"
15094   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15095   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15096   include:
15097     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15099     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15103   layout:
15104     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15112   include:
15113     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15117     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15118     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15119   layout:
15120     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15121     layout: "plot-throughput-speedup-analysis"
15122
15123 - type: "plot"
15124   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15125   algorithm: "plot_tsa_name"
15126   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15127   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15128   include:
15129     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15133     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15134   layout:
15135     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15136     layout: "plot-throughput-speedup-analysis"
15137
15138 - type: "plot"
15139   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15140   algorithm: "plot_tsa_name"
15141   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15142   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15143   include:
15144     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15149   layout:
15150     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15164   layout:
15165     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15179   layout:
15180     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15193   layout:
15194     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15195     layout: "plot-throughput-speedup-analysis"
15196
15197 - type: "plot"
15198   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15199   algorithm: "plot_tsa_name"
15200   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15201   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15202   include:
15203     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15207   layout:
15208     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15209     layout: "plot-throughput-speedup-analysis"
15210
15211 - type: "plot"
15212   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15213   algorithm: "plot_tsa_name"
15214   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15215   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15216   include:
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15218     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15223   layout:
15224     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15232   include:
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15237     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15238     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15239   layout:
15240     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15241     layout: "plot-throughput-speedup-analysis"
15242
15243 - type: "plot"
15244   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15245   algorithm: "plot_tsa_name"
15246   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15247   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15248   include:
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15253     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15254     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15255   layout:
15256     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15257     layout: "plot-throughput-speedup-analysis"
15258
15259 - type: "plot"
15260   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15261   algorithm: "plot_tsa_name"
15262   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15263   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15264   include:
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15269     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15270     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15271   layout:
15272     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15273     layout: "plot-throughput-speedup-analysis"
15274
15275 - type: "plot"
15276   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15277   algorithm: "plot_tsa_name"
15278   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15279   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15280   include:
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15285     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15286     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15287   layout:
15288     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15289     layout: "plot-throughput-speedup-analysis"
15290
15291 - type: "plot"
15292   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15293   algorithm: "plot_tsa_name"
15294   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15295   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15296   include:
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15301     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15302     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15303   layout:
15304     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15305     layout: "plot-throughput-speedup-analysis"
15306
15307 - type: "plot"
15308   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15309   algorithm: "plot_tsa_name"
15310   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15311   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15312   include:
15313     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15314     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15315     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15316     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15317     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15318     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15319   layout:
15320     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15321     layout: "plot-throughput-speedup-analysis"
15322
15323 - type: "plot"
15324   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15325   algorithm: "plot_tsa_name"
15326   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15327   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15328   include:
15329     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15330     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15331     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15332     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15333     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15334     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15335   layout:
15336     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15337     layout: "plot-throughput-speedup-analysis"
15338
15339 - type: "plot"
15340   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15341   algorithm: "plot_tsa_name"
15342   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15343   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15344   include:
15345     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15349     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15350     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15351   layout:
15352     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15353     layout: "plot-throughput-speedup-analysis"
15354
15355 - type: "plot"
15356   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15357   algorithm: "plot_tsa_name"
15358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15360   include:
15361     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15365     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15366     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15367   layout:
15368     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15369     layout: "plot-throughput-speedup-analysis"
15370
15371 - type: "plot"
15372   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15373   algorithm: "plot_tsa_name"
15374   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15375   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15376   include:
15377     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15378     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15379     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15380     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15381     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15382   layout:
15383     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15384     layout: "plot-throughput-speedup-analysis"
15385
15386 - type: "plot"
15387   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15388   algorithm: "plot_tsa_name"
15389   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15390   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15391   include:
15392     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15393     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15394     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15395     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15396     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15397   layout:
15398     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15399     layout: "plot-throughput-speedup-analysis"
15400
15401 - type: "plot"
15402   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15403   algorithm: "plot_tsa_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15405   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15406   include:
15407     - "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"
15408     - "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"
15409     - "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"
15410     - "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"
15411     - "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"
15412   layout:
15413     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15420   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15421   include:
15422     - "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"
15423     - "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"
15424     - "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"
15425     - "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"
15426     - "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"
15427   layout:
15428     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15438     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15439     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15440     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15441     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15442   layout:
15443     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15451   include:
15452     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15453     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15454     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15455     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15456     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15457   layout:
15458     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15466   include:
15467     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15472   layout:
15473     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15480   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15481   include:
15482     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15487   layout:
15488     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15496   include:
15497     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15502   layout:
15503     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15504     layout: "plot-throughput-speedup-analysis"
15505
15506 - type: "plot"
15507   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15508   algorithm: "plot_tsa_name"
15509   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15510   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15511   include:
15512     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15517   layout:
15518     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15525   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15526   include:
15527     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15532   layout:
15533     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15540   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15541   include:
15542     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15556   include:
15557     - "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"
15558     - "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"
15559     - "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"
15560     - "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"
15561   layout:
15562     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15563     layout: "plot-throughput-speedup-analysis"
15564
15565 - type: "plot"
15566   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15567   algorithm: "plot_tsa_name"
15568   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15570   include:
15571     - "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"
15572     - "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"
15573     - "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"
15574     - "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"
15575   layout:
15576     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15577     layout: "plot-throughput-speedup-analysis"
15578
15579 - type: "plot"
15580   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15581   algorithm: "plot_tsa_name"
15582   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15583   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15584   include:
15585     - "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"
15586     - "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"
15587     - "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"
15588     - "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"
15589   layout:
15590     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15591     layout: "plot-throughput-speedup-analysis"
15592
15593 - type: "plot"
15594   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15595   algorithm: "plot_tsa_name"
15596   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15597   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15598   include:
15599     - "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"
15600     - "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"
15601     - "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"
15602     - "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"
15603   layout:
15604     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15605     layout: "plot-throughput-speedup-analysis"
15606
15607 - type: "plot"
15608   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15609   algorithm: "plot_tsa_name"
15610   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15611   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15612   include:
15613     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15614     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15615     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15616     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15617     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15618     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15619   layout:
15620     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   include:
15629     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15630     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15631     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15632     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15633     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15634     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15635   layout:
15636     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15637     layout: "plot-throughput-speedup-analysis"
15638
15639 - type: "plot"
15640   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15641   algorithm: "plot_tsa_name"
15642   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15643   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15644   include:
15645     - "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"
15646     - "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"
15647     - "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"
15648     - "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"
15649     - "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"
15650     - "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"
15651   layout:
15652     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15653     layout: "plot-throughput-speedup-analysis"
15654
15655 - type: "plot"
15656   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15657   algorithm: "plot_tsa_name"
15658   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15659   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15660   include:
15661     - "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"
15662     - "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"
15663     - "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"
15664     - "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"
15665     - "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"
15666     - "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"
15667   layout:
15668     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15669     layout: "plot-throughput-speedup-analysis"
15670
15671 - type: "plot"
15672   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15673   algorithm: "plot_tsa_name"
15674   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15676   include:
15677     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15678     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15679     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15680     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15681     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15682     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15683   layout:
15684     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15685     layout: "plot-throughput-speedup-analysis"
15686
15687 - type: "plot"
15688   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15689   algorithm: "plot_tsa_name"
15690   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15691   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15692   include:
15693     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15694     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15695     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15696     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15697     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15698     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15699   layout:
15700     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15701     layout: "plot-throughput-speedup-analysis"
15702
15703 - type: "plot"
15704   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15705   algorithm: "plot_tsa_name"
15706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15708   include:
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15714   layout:
15715     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15716     layout: "plot-throughput-speedup-analysis"
15717
15718 - type: "plot"
15719   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15720   algorithm: "plot_tsa_name"
15721   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15723   include:
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15729   layout:
15730     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15738   include:
15739     - "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"
15740     - "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"
15741   layout:
15742     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15743     layout: "plot-throughput-speedup-analysis"
15744
15745 - type: "plot"
15746   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15747   algorithm: "plot_tsa_name"
15748   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15749   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15750   include:
15751     - "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"
15752     - "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"
15753   layout:
15754     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "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"
15764     - "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"
15765   layout:
15766     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15767     layout: "plot-throughput-speedup-analysis"
15768
15769 - type: "plot"
15770   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15771   algorithm: "plot_tsa_name"
15772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15774   include:
15775     - "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"
15776     - "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"
15777   layout:
15778     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15779     layout: "plot-throughput-speedup-analysis"
15780
15781 - type: "plot"
15782   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15783   algorithm: "plot_tsa_name"
15784   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15785   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15786   include:
15787     - "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"
15788     - "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"
15789     - "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"
15790     - "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"
15791     - "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"
15792     - "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"
15793   layout:
15794     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15795     layout: "plot-throughput-speedup-analysis"
15796
15797 - type: "plot"
15798   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15799   algorithm: "plot_tsa_name"
15800   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15801   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15802   include:
15803     - "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"
15804     - "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"
15805     - "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"
15806     - "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"
15807     - "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"
15808     - "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"
15809   layout:
15810     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15811     layout: "plot-throughput-speedup-analysis"
15812
15813 - type: "plot"
15814   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15815   algorithm: "plot_tsa_name"
15816   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15817   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15818   include:
15819     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15820     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15821     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15822     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15823     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15824   layout:
15825     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15826     layout: "plot-throughput-speedup-analysis"
15827
15828 - type: "plot"
15829   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15830   algorithm: "plot_tsa_name"
15831   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15832   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15833   include:
15834     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15835     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15836     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15837     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15838     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15839   layout:
15840     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15848   include:
15849     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15850     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15851     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15852     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15853     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15854   layout:
15855     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15868     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15884     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15885   layout:
15886     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15887     layout: "plot-throughput-speedup-analysis"
15888
15889 - type: "plot"
15890   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15891   algorithm: "plot_tsa_name"
15892   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15893   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15894   include:
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15899     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15900     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15901   layout:
15902     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15903     layout: "plot-throughput-speedup-analysis"
15904
15905 - type: "plot"
15906   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15907   algorithm: "plot_tsa_name"
15908   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15909   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15910   include:
15911     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15915   layout:
15916     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15924   include:
15925     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15929   layout:
15930     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15931     layout: "plot-throughput-speedup-analysis"
15932
15933 - type: "plot"
15934   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15935   algorithm: "plot_tsa_name"
15936   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15937   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15938   include:
15939     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15940     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15941     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15944   layout:
15945     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15946     layout: "plot-throughput-speedup-analysis"
15947
15948 - type: "plot"
15949   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15950   algorithm: "plot_tsa_name"
15951   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15952   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15953   include:
15954     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15955     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15970     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15971     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15972     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15973     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15974     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15975   layout:
15976     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
15977     layout: "plot-throughput-speedup-analysis"
15978
15979 - type: "plot"
15980   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15981   algorithm: "plot_tsa_name"
15982   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
15983   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15984   include:
15985     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
15986     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15987     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15988     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15989     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
15990     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
15991   layout:
15992     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
15993     layout: "plot-throughput-speedup-analysis"
15994
15995 - type: "plot"
15996   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15997   algorithm: "plot_tsa_name"
15998   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
15999   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16000   include:
16001     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16002     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16003     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16004     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16005   layout:
16006     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16014   include:
16015     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16016     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16017     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16018     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16019   layout:
16020     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16021     layout: "plot-throughput-speedup-analysis"
16022
16023 - type: "plot"
16024   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16025   algorithm: "plot_tsa_name"
16026   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16027   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16028   include:
16029     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16030     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16049     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16050     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16051   layout:
16052     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16053     layout: "plot-throughput-speedup-analysis"
16054
16055 - type: "plot"
16056   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16057   algorithm: "plot_tsa_name"
16058   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16059   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16060   include:
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16065     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16066     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16067   layout:
16068     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16069     layout: "plot-throughput-speedup-analysis"
16070
16071 - type: "plot"
16072   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16073   algorithm: "plot_tsa_name"
16074   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16075   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16076   include:
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16081     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16082     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16083   layout:
16084     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16085     layout: "plot-throughput-speedup-analysis"
16086
16087 - type: "plot"
16088   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16089   algorithm: "plot_tsa_name"
16090   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16091   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16092   include:
16093     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16094     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16095     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16096     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16097     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16098     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16099   layout:
16100     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16101     layout: "plot-throughput-speedup-analysis"
16102
16103 - type: "plot"
16104   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16105   algorithm: "plot_tsa_name"
16106   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16107   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16108   include:
16109     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16110     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16111     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16112     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16113     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16114     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16115   layout:
16116     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16117     layout: "plot-throughput-speedup-analysis"
16118
16119 - type: "plot"
16120   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16121   algorithm: "plot_tsa_name"
16122   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16123   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16124   include:
16125     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16126     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16127     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16128     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16129     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16130     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16131   layout:
16132     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16133     layout: "plot-throughput-speedup-analysis"
16134
16135 - type: "plot"
16136   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16137   algorithm: "plot_tsa_name"
16138   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16139   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16140   include:
16141     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16142     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16143     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16144     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16145     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16146     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16147   layout:
16148     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16149     layout: "plot-throughput-speedup-analysis"
16150
16151 - type: "plot"
16152   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16153   algorithm: "plot_tsa_name"
16154   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16155   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16156   include:
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16161     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16162     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16163   layout:
16164     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16165     layout: "plot-throughput-speedup-analysis"
16166
16167 - type: "plot"
16168   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16169   algorithm: "plot_tsa_name"
16170   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16171   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16172   include:
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16177     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16178     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16179   layout:
16180     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16181     layout: "plot-throughput-speedup-analysis"
16182
16183 #- type: "plot"
16184 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16185 #  algorithm: "plot_tsa_name"
16186 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16187 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16188 #  include:
16189 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16191 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16192 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16194 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16195 #  layout:
16196 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16197 #    layout: "plot-throughput-speedup-analysis"
16198 #
16199 #- type: "plot"
16200 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16201 #  algorithm: "plot_tsa_name"
16202 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16203 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16204 #  include:
16205 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16207 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16208 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16210 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16211 #  layout:
16212 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16213 #    layout: "plot-throughput-speedup-analysis"
16214
16215 - type: "plot"
16216   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16217   algorithm: "plot_tsa_name"
16218   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16219   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16220   include:
16221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16225     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16226   layout:
16227     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16228     layout: "plot-throughput-speedup-analysis"
16229
16230 - type: "plot"
16231   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16232   algorithm: "plot_tsa_name"
16233   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16234   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16235   include:
16236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16238     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16239     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16240     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16241   layout:
16242     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16243     layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16250   include:
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16256     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16257   layout:
16258     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16259     layout: "plot-throughput-speedup-analysis"
16260
16261 - type: "plot"
16262   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16263   algorithm: "plot_tsa_name"
16264   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16265   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16266   include:
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16271     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16272     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16273   layout:
16274     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16275     layout: "plot-throughput-speedup-analysis"
16276
16277 - type: "plot"
16278   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16279   algorithm: "plot_tsa_name"
16280   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16281   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16282   include:
16283     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16287     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16288   layout:
16289     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16290     layout: "plot-throughput-speedup-analysis"
16291
16292 - type: "plot"
16293   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16294   algorithm: "plot_tsa_name"
16295   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16296   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16297   include:
16298     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16303   layout:
16304     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 #- type: "plot"
16308 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16309 #  algorithm: "plot_tsa_name"
16310 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16311 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16312 #  include:
16313 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16314 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16315 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16316 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16317 #  layout:
16318 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16319 #    layout: "plot-throughput-speedup-analysis"
16320 #
16321 #- type: "plot"
16322 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16323 #  algorithm: "plot_tsa_name"
16324 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16325 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16326 #  include:
16327 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16328 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16329 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16330 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16331 #  layout:
16332 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16333 #    layout: "plot-throughput-speedup-analysis"
16334
16335 - type: "plot"
16336   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16337   algorithm: "plot_tsa_name"
16338   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16339   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16340   include:
16341     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16342     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16343     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16344     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16345     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16346     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16347   layout:
16348     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16349     layout: "plot-throughput-speedup-analysis"
16350
16351 - type: "plot"
16352   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16353   algorithm: "plot_tsa_name"
16354   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16355   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16356   include:
16357     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16358     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16359     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16360     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16361     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16362     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16363   layout:
16364     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16365     layout: "plot-throughput-speedup-analysis"
16366
16367 - type: "plot"
16368   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16369   algorithm: "plot_tsa_name"
16370   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16371   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16372   include:
16373     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16374     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16375     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16376     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16377     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16378   layout:
16379     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16380     layout: "plot-throughput-speedup-analysis"
16381
16382 - type: "plot"
16383   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16384   algorithm: "plot_tsa_name"
16385   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16386   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16387   include:
16388     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16389     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16390     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16391     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16392     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16393   layout:
16394     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16408     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16409   layout:
16410     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16411     layout: "plot-throughput-speedup-analysis"
16412
16413 - type: "plot"
16414   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16415   algorithm: "plot_tsa_name"
16416   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16417   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16418   include:
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16423     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16424     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16425   layout:
16426     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16427     layout: "plot-throughput-speedup-analysis"
16428
16429 - type: "plot"
16430   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16431   algorithm: "plot_tsa_name"
16432   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16433   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16434   include:
16435     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16439   layout:
16440     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16448   include:
16449     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16453   layout:
16454     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16455     layout: "plot-throughput-speedup-analysis"
16456
16457 - type: "plot"
16458   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16459   algorithm: "plot_tsa_name"
16460   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16461   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16462   include:
16463     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16468   layout:
16469     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16470     layout: "plot-throughput-speedup-analysis"
16471
16472 - type: "plot"
16473   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16474   algorithm: "plot_tsa_name"
16475   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16476   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16477   include:
16478     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16479     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16483   layout:
16484     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16492   include:
16493     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16494     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16495     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16496     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16497     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16498     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16499   layout:
16500     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16501     layout: "plot-throughput-speedup-analysis"
16502
16503 - type: "plot"
16504   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16505   algorithm: "plot_tsa_name"
16506   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16507   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16508   include:
16509     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16510     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16511     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16512     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16513     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16514     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16515   layout:
16516     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16517     layout: "plot-throughput-speedup-analysis"
16518
16519 #- type: "plot"
16520 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16521 #  algorithm: "plot_tsa_name"
16522 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16523 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16524 #  include:
16525 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16526 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16527 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16528 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16529 #  layout:
16530 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16531 #    layout: "plot-throughput-speedup-analysis"
16532 #
16533 #- type: "plot"
16534 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16535 #  algorithm: "plot_tsa_name"
16536 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16537 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16538 #  include:
16539 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16540 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16541 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16542 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16543 #  layout:
16544 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16545 #    layout: "plot-throughput-speedup-analysis"
16546
16547 - type: "plot"
16548   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16549   algorithm: "plot_tsa_name"
16550   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16551   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16552   include:
16553     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16554     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16555     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16556     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16557     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16558     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16559   layout:
16560     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16561     layout: "plot-throughput-speedup-analysis"
16562
16563 - type: "plot"
16564   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16565   algorithm: "plot_tsa_name"
16566   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16567   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16568   include:
16569     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16570     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16571     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16572     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16573     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16574     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16575   layout:
16576     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16577     layout: "plot-throughput-speedup-analysis"
16578
16579 #- type: "plot"
16580 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16581 #  algorithm: "plot_tsa_name"
16582 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16583 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16584 #  include:
16585 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16586 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16587 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16588 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16589 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16590 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16591 #  layout:
16592 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16593 #    layout: "plot-throughput-speedup-analysis"
16594 #
16595 #- type: "plot"
16596 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16597 #  algorithm: "plot_tsa_name"
16598 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16599 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16600 #  include:
16601 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16602 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16603 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16604 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16605 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16606 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16607 #  layout:
16608 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16609 #    layout: "plot-throughput-speedup-analysis"
16610
16611 #- type: "plot"
16612 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16613 #  algorithm: "plot_tsa_name"
16614 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16615 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16616 #  include:
16617 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16618 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16619 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16620 #  layout:
16621 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16622 #    layout: "plot-throughput-speedup-analysis"
16623 #
16624 #- type: "plot"
16625 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16626 #  algorithm: "plot_tsa_name"
16627 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16628 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16629 #  include:
16630 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16631 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16632 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16633 #  layout:
16634 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16635 #    layout: "plot-throughput-speedup-analysis"
16636
16637 ################################################################################
16638
16639 # Packet Throughput - DPDK
16640
16641 # 2n-skx-xxv710
16642
16643 - type: "plot"
16644   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16645   algorithm: "plot_perf_box_name"
16646   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16647   data: "plot-dpdk-throughput-latency-2n-skx"
16648   include:
16649     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16650     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16651   layout:
16652     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16653     layout: "plot-throughput"
16654
16655 - type: "plot"
16656   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16657   algorithm: "plot_perf_box_name"
16658   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16659   data: "plot-dpdk-throughput-latency-2n-skx"
16660   include:
16661     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16662     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16663   layout:
16664     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16665     layout: "plot-throughput"
16666
16667 - type: "plot"
16668   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16669   algorithm: "plot_perf_box_name"
16670   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16671   data: "plot-dpdk-throughput-latency-2n-skx"
16672   include:
16673     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16674     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16675   layout:
16676     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16677     layout: "plot-throughput"
16678
16679 - type: "plot"
16680   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16681   algorithm: "plot_perf_box_name"
16682   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16683   data: "plot-dpdk-throughput-latency-2n-skx"
16684   include:
16685     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16686     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16687   layout:
16688     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16689     layout: "plot-throughput"
16690
16691 # 2n-skx-x710
16692
16693 - type: "plot"
16694   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16695   algorithm: "plot_perf_box_name"
16696   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16697   data: "plot-dpdk-throughput-latency-2n-skx"
16698   include:
16699     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16700     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16701   layout:
16702     title: "2n-skx-x710-64b-2t1c-base-ndr"
16703     layout: "plot-throughput"
16704
16705 - type: "plot"
16706   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16707   algorithm: "plot_perf_box_name"
16708   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16709   data: "plot-dpdk-throughput-latency-2n-skx"
16710   include:
16711     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16712     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16713   layout:
16714     title: "2n-skx-x710-64b-4t2c-base-ndr"
16715     layout: "plot-throughput"
16716
16717 - type: "plot"
16718   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16719   algorithm: "plot_perf_box_name"
16720   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16721   data: "plot-dpdk-throughput-latency-2n-skx"
16722   include:
16723     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16724     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16725   layout:
16726     title: "2n-skx-x710-64b-2t1c-base-pdr"
16727     layout: "plot-throughput"
16728
16729 - type: "plot"
16730   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16731   algorithm: "plot_perf_box_name"
16732   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16733   data: "plot-dpdk-throughput-latency-2n-skx"
16734   include:
16735     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16736     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16737   layout:
16738     title: "2n-skx-x710-64b-4t2c-base-pdr"
16739     layout: "plot-throughput"
16740
16741 # 3n-skx-xxv710
16742
16743 - type: "plot"
16744   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16745   algorithm: "plot_perf_box_name"
16746   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16747   data: "plot-dpdk-throughput-latency-3n-skx"
16748   include:
16749     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16750     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16751   layout:
16752     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16753     layout: "plot-throughput"
16754
16755 - type: "plot"
16756   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16757   algorithm: "plot_perf_box_name"
16758   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16759   data: "plot-dpdk-throughput-latency-3n-skx"
16760   include:
16761     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16762     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16763   layout:
16764     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16765     layout: "plot-throughput"
16766
16767 - type: "plot"
16768   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16769   algorithm: "plot_perf_box_name"
16770   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16771   data: "plot-dpdk-throughput-latency-3n-skx"
16772   include:
16773     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16774     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16775   layout:
16776     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16777     layout: "plot-throughput"
16778
16779 - type: "plot"
16780   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16781   algorithm: "plot_perf_box_name"
16782   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16783   data: "plot-dpdk-throughput-latency-3n-skx"
16784   include:
16785     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16786     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16787   layout:
16788     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16789     layout: "plot-throughput"
16790
16791 # 3n-skx-x710
16792
16793 - type: "plot"
16794   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16795   algorithm: "plot_perf_box_name"
16796   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16797   data: "plot-dpdk-throughput-latency-3n-skx"
16798   include:
16799     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16800     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16801   layout:
16802     title: "3n-skx-x710-64b-2t1c-base-ndr"
16803     layout: "plot-throughput"
16804
16805 - type: "plot"
16806   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16807   algorithm: "plot_perf_box_name"
16808   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16809   data: "plot-dpdk-throughput-latency-3n-skx"
16810   include:
16811     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16812     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16813   layout:
16814     title: "3n-skx-x710-64b-4t2c-base-ndr"
16815     layout: "plot-throughput"
16816
16817 - type: "plot"
16818   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16819   algorithm: "plot_perf_box_name"
16820   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16821   data: "plot-dpdk-throughput-latency-3n-skx"
16822   include:
16823     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16824     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16825   layout:
16826     title: "3n-skx-x710-64b-2t1c-base-pdr"
16827     layout: "plot-throughput"
16828
16829 - type: "plot"
16830   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16831   algorithm: "plot_perf_box_name"
16832   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16833   data: "plot-dpdk-throughput-latency-3n-skx"
16834   include:
16835     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16836     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16837   layout:
16838     title: "3n-skx-x710-64b-4t2c-base-pdr"
16839     layout: "plot-throughput"
16840
16841 # 3n-hsw-xl710
16842
16843 - type: "plot"
16844   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16845   algorithm: "plot_perf_box_name"
16846   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16847   data: "plot-dpdk-throughput-latency-3n-hsw"
16848   include:
16849     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16850     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16851   layout:
16852     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16853     layout: "plot-throughput"
16854
16855 - type: "plot"
16856   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16857   algorithm: "plot_perf_box_name"
16858   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16859   data: "plot-dpdk-throughput-latency-3n-hsw"
16860   include:
16861     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16862     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16863   layout:
16864     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16865     layout: "plot-throughput"
16866
16867 - type: "plot"
16868   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16869   algorithm: "plot_perf_box_name"
16870   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16871   data: "plot-dpdk-throughput-latency-3n-hsw"
16872   include:
16873     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16874     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16875   layout:
16876     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16877     layout: "plot-throughput"
16878
16879 - type: "plot"
16880   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16881   algorithm: "plot_perf_box_name"
16882   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16883   data: "plot-dpdk-throughput-latency-3n-hsw"
16884   include:
16885     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16886     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16887   layout:
16888     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16889     layout: "plot-throughput"
16890
16891 # 3n-hsw-x710
16892
16893 - type: "plot"
16894   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16895   algorithm: "plot_perf_box_name"
16896   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16897   data: "plot-dpdk-throughput-latency-3n-hsw"
16898   include:
16899     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16900     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16901   layout:
16902     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16903     layout: "plot-throughput"
16904
16905 - type: "plot"
16906   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16907   algorithm: "plot_perf_box_name"
16908   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16909   data: "plot-dpdk-throughput-latency-3n-hsw"
16910   include:
16911     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16912     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16913   layout:
16914     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16915     layout: "plot-throughput"
16916
16917 - type: "plot"
16918   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16919   algorithm: "plot_perf_box_name"
16920   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16921   data: "plot-dpdk-throughput-latency-3n-hsw"
16922   include:
16923     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16924     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16925   layout:
16926     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16927     layout: "plot-throughput"
16928
16929 - type: "plot"
16930   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16931   algorithm: "plot_perf_box_name"
16932   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16933   data: "plot-dpdk-throughput-latency-3n-hsw"
16934   include:
16935     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16936     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16937   layout:
16938     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16939     layout: "plot-throughput"
16940
16941 # 2n-dnv-x553
16942
16943 - type: "plot"
16944   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16945   algorithm: "plot_perf_box_name"
16946   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16947   data: "plot-dpdk-throughput-latency-2n-dnv"
16948   include:
16949     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16950     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16951   layout:
16952     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16953     layout: "plot-throughput"
16954
16955 - type: "plot"
16956   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16957   algorithm: "plot_perf_box_name"
16958   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16959   data: "plot-dpdk-throughput-latency-2n-dnv"
16960   include:
16961     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16962     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16963   layout:
16964     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16965     layout: "plot-throughput"
16966
16967 - type: "plot"
16968   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16969   algorithm: "plot_perf_box_name"
16970   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
16971   data: "plot-dpdk-throughput-latency-2n-dnv"
16972   include:
16973     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16974     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16975   layout:
16976     title: "2n-dnv-x553-64b-1t1c-base-pdr"
16977     layout: "plot-throughput"
16978
16979 - type: "plot"
16980   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
16981   algorithm: "plot_perf_box_name"
16982   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
16983   data: "plot-dpdk-throughput-latency-2n-dnv"
16984   include:
16985     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16986     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16987   layout:
16988     title: "2n-dnv-x553-64b-2t2c-base-pdr"
16989     layout: "plot-throughput"
16990
16991 # 3n-dnv-x553
16992
16993 - type: "plot"
16994   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
16995   algorithm: "plot_perf_box_name"
16996   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
16997   data: "plot-dpdk-throughput-latency-3n-dnv"
16998   include:
16999     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17000     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17001   layout:
17002     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17003     layout: "plot-throughput"
17004
17005 - type: "plot"
17006   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17007   algorithm: "plot_perf_box_name"
17008   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17009   data: "plot-dpdk-throughput-latency-3n-dnv"
17010   include:
17011     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17012     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17013   layout:
17014     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17015     layout: "plot-throughput"
17016
17017 - type: "plot"
17018   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17019   algorithm: "plot_perf_box_name"
17020   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17021   data: "plot-dpdk-throughput-latency-3n-dnv"
17022   include:
17023     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17024     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17025   layout:
17026     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17027     layout: "plot-throughput"
17028
17029 - type: "plot"
17030   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17031   algorithm: "plot_perf_box_name"
17032   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17033   data: "plot-dpdk-throughput-latency-3n-dnv"
17034   include:
17035     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17036     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17037   layout:
17038     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17039     layout: "plot-throughput"
17040
17041 # 3n-tsh-x520
17042
17043 - type: "plot"
17044   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17045   algorithm: "plot_perf_box_name"
17046   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17047   data: "plot-dpdk-throughput-latency-3n-tsh"
17048   include:
17049     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17050     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17051   layout:
17052     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17053     layout: "plot-throughput"
17054
17055 - type: "plot"
17056   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17057   algorithm: "plot_perf_box_name"
17058   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17059   data: "plot-dpdk-throughput-latency-3n-tsh"
17060   include:
17061     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17062     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17063   layout:
17064     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17065     layout: "plot-throughput"
17066
17067 - type: "plot"
17068   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17069   algorithm: "plot_perf_box_name"
17070   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17071   data: "plot-dpdk-throughput-latency-3n-tsh"
17072   include:
17073     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17074     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17075   layout:
17076     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17077     layout: "plot-throughput"
17078
17079 - type: "plot"
17080   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17081   algorithm: "plot_perf_box_name"
17082   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17083   data: "plot-dpdk-throughput-latency-3n-tsh"
17084   include:
17085     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17086     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17087   layout:
17088     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17089     layout: "plot-throughput"
17090
17091 ################################################################################
17092 ###   2n-clx                                                                 ###
17093 ################################################################################
17094
17095 # Packet Throughput
17096
17097 - type: "plot"
17098   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17101   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17102   include:
17103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17107   layout:
17108     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17109     layout: "plot-throughput"
17110
17111 - type: "plot"
17112   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17113   algorithm: "plot_perf_box_name"
17114   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17115   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17116   include:
17117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17119     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17120     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17121   layout:
17122     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17123     layout: "plot-throughput"
17124
17125 - type: "plot"
17126   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17127   algorithm: "plot_perf_box_name"
17128   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17129   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17130   include:
17131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17135   layout:
17136     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17137     layout: "plot-throughput"
17138
17139 - type: "plot"
17140   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17141   algorithm: "plot_perf_box_name"
17142   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17143   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17144   include:
17145     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17146     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17149   layout:
17150     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17151     layout: "plot-throughput"
17152
17153 - type: "plot"
17154   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17155   algorithm: "plot_perf_box_name"
17156   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17157   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17158   include:
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17163   layout:
17164     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17165     layout: "plot-throughput"
17166
17167 - type: "plot"
17168   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17169   algorithm: "plot_perf_box_name"
17170   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17171   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17172   include:
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17176     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17177   layout:
17178     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17179     layout: "plot-throughput"
17180
17181 - type: "plot"
17182   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17183   algorithm: "plot_perf_box_name"
17184   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17185   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17186   include:
17187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17190     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17191     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17193   layout:
17194     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17208   layout:
17209     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17210     layout: "plot-throughput"
17211
17212 - type: "plot"
17213   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17214   algorithm: "plot_perf_box_name"
17215   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17216   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17217   include:
17218     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17222   layout:
17223     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17224     layout: "plot-throughput"
17225
17226 - type: "plot"
17227   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17228   algorithm: "plot_perf_box_name"
17229   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17230   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17231   include:
17232     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17233     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17236   layout:
17237     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17238     layout: "plot-throughput"
17239
17240 - type: "plot"
17241   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17242   algorithm: "plot_perf_box_name"
17243   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17244   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17245   include:
17246     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17247     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17249   layout:
17250     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17251     layout: "plot-throughput"
17252
17253 - type: "plot"
17254   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17255   algorithm: "plot_perf_box_name"
17256   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17257   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17258   include:
17259     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17262   layout:
17263     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17277   layout:
17278     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17279     layout: "plot-throughput"
17280
17281 - type: "plot"
17282   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17283   algorithm: "plot_perf_box_name"
17284   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17285   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17286   include:
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17305   layout:
17306     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17307     layout: "plot-throughput"
17308
17309 - type: "plot"
17310   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17311   algorithm: "plot_perf_box_name"
17312   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17313   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17314   include:
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17318   layout:
17319     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17320     layout: "plot-throughput"
17321
17322 - type: "plot"
17323   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17324   algorithm: "plot_perf_box_name"
17325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17327   include:
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17334   layout:
17335     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17336     layout: "plot-throughput"
17337
17338 - type: "plot"
17339   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17340   algorithm: "plot_perf_box_name"
17341   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17343   include:
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17350   layout:
17351     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17352     layout: "plot-throughput"
17353
17354 - type: "plot"
17355   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17356   algorithm: "plot_perf_box_name"
17357   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17358   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17359   include:
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17366   layout:
17367     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17368     layout: "plot-throughput"
17369
17370 - type: "plot"
17371   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17372   algorithm: "plot_perf_box_name"
17373   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17374   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17375   include:
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17382   layout:
17383     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17384     layout: "plot-throughput"
17385
17386 - type: "plot"
17387   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17388   algorithm: "plot_perf_box_name"
17389   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17390   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17391   include:
17392     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17394   layout:
17395     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17396     layout: "plot-throughput"
17397
17398 - type: "plot"
17399   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17400   algorithm: "plot_perf_box_name"
17401   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17402   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17403   include:
17404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17406   layout:
17407     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17408     layout: "plot-throughput"
17409
17410 - type: "plot"
17411   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17412   algorithm: "plot_perf_box_name"
17413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17415   include:
17416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17422   layout:
17423     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17424     layout: "plot-throughput"
17425
17426 - type: "plot"
17427   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17428   algorithm: "plot_perf_box_name"
17429   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17431   include:
17432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17436     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17437     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17438   layout:
17439     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17440     layout: "plot-throughput"
17441
17442 - type: "plot"
17443   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17444   algorithm: "plot_perf_box_name"
17445   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17447   include:
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17452     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17453     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17454   layout:
17455     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17456     layout: "plot-throughput"
17457
17458 - type: "plot"
17459   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17460   algorithm: "plot_perf_box_name"
17461   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17463   include:
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17468     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17469     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17470   layout:
17471     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17472     layout: "plot-throughput"
17473
17474 - type: "plot"
17475   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17476   algorithm: "plot_perf_box_name"
17477   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17478   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17479   include:
17480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17484     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17485     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17486   layout:
17487     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17488     layout: "plot-throughput"
17489
17490 - type: "plot"
17491   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17492   algorithm: "plot_perf_box_name"
17493   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17494   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17495   include:
17496     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17500     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17501     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17502   layout:
17503     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17504     layout: "plot-throughput"
17505
17506 - type: "plot"
17507   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17508   algorithm: "plot_perf_box_name"
17509   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17510   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17511   include:
17512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17516     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17517   layout:
17518     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17519     layout: "plot-throughput"
17520
17521 - type: "plot"
17522   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17523   algorithm: "plot_perf_box_name"
17524   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17525   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17526   include:
17527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17532   layout:
17533     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17547   layout:
17548     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17577   layout:
17578     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17579     layout: "plot-throughput"
17580
17581 - type: "plot"
17582   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17583   algorithm: "plot_perf_box_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17604     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17605     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17606     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17607   layout:
17608     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17619     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17620     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17621     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17622   layout:
17623     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17637   layout:
17638     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17667     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17668   layout:
17669     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17670     layout: "plot-throughput"
17671
17672 - type: "plot"
17673   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17674   algorithm: "plot_perf_box_name"
17675   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17676   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17677   include:
17678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17682     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17683     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17684   layout:
17685     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17686     layout: "plot-throughput"
17687
17688 - type: "plot"
17689   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17690   algorithm: "plot_perf_box_name"
17691   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17692   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17693   include:
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17698   layout:
17699     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17700     layout: "plot-throughput"
17701
17702 - type: "plot"
17703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17704   algorithm: "plot_perf_box_name"
17705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17707   include:
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17712   layout:
17713     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17714     layout: "plot-throughput"
17715
17716 - type: "plot"
17717   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17718   algorithm: "plot_perf_box_name"
17719   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17720   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17721   include:
17722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17728   layout:
17729     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17730     layout: "plot-throughput"
17731
17732 - type: "plot"
17733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17734   algorithm: "plot_perf_box_name"
17735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17737   include:
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17744   layout:
17745     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17746     layout: "plot-throughput"
17747
17748 - type: "plot"
17749   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17750   algorithm: "plot_perf_box_name"
17751   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17752   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17753   include:
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17758   layout:
17759     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17760     layout: "plot-throughput"
17761
17762 - type: "plot"
17763   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17764   algorithm: "plot_perf_box_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17772   layout:
17773     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17774     layout: "plot-throughput"
17775
17776 - type: "plot"
17777   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17778   algorithm: "plot_perf_box_name"
17779   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17780   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17781   include:
17782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17788   layout:
17789     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17802     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17803     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17804   layout:
17805     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17806     layout: "plot-throughput"
17807
17808 - type: "plot"
17809   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17810   algorithm: "plot_perf_box_name"
17811   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17812   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17813   include:
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17818   layout:
17819     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17832   layout:
17833     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17834     layout: "plot-throughput"
17835
17836 - type: "plot"
17837   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17838   algorithm: "plot_perf_box_name"
17839   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17840   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17841   include:
17842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17844     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17845     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17846     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17847   layout:
17848     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17849     layout: "plot-throughput"
17850
17851 - type: "plot"
17852   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17853   algorithm: "plot_perf_box_name"
17854   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17855   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17856   include:
17857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17859     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17860     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17861     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17862   layout:
17863     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17870   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17871   include:
17872     - "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"
17873     - "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"
17874     - "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"
17875     - "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"
17876     - "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"
17877   layout:
17878     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17885   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17886   include:
17887     - "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"
17888     - "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"
17889     - "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"
17890     - "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"
17891     - "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"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17904     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17905     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17906     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17919     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17920     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17921     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17930   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17931   include:
17932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17945   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17946   include:
17947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17966   layout:
17967     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17968     layout: "plot-throughput"
17969
17970 - type: "plot"
17971   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17972   algorithm: "plot_perf_box_name"
17973   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17974   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17975   include:
17976     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17980   layout:
17981     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
17982     layout: "plot-throughput"
17983
17984 - type: "plot"
17985   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17986   algorithm: "plot_perf_box_name"
17987   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17988   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17989   include:
17990     - "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"
17991     - "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"
17992     - "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"
17993     - "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"
17994   layout:
17995     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
17996     layout: "plot-throughput"
17997
17998 - type: "plot"
17999   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18000   algorithm: "plot_perf_box_name"
18001   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18002   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18003   include:
18004     - "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"
18005     - "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"
18006     - "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"
18007     - "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"
18008   layout:
18009     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18010     layout: "plot-throughput"
18011
18012 - type: "plot"
18013   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18014   algorithm: "plot_perf_box_name"
18015   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18016   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18017   include:
18018     - "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"
18019     - "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"
18020     - "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"
18021     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18022     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18023     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18024   layout:
18025     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "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"
18035     - "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"
18036     - "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"
18037     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18038     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18039     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18040   layout:
18041     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18042     layout: "plot-throughput"
18043
18044 ################################################################################
18045
18046 # Packet Speedup
18047
18048 - type: "plot"
18049   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18050   algorithm: "plot_tsa_name"
18051   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18052   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18053   include:
18054     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18055     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18056     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18057     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18058   layout:
18059     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18060     layout: "plot-throughput-speedup-analysis"
18061
18062 - type: "plot"
18063   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18064   algorithm: "plot_tsa_name"
18065   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18066   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18067   include:
18068     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18069     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18070     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18071     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18072   layout:
18073     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18074     layout: "plot-throughput-speedup-analysis"
18075
18076 - type: "plot"
18077   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18078   algorithm: "plot_tsa_name"
18079   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18080   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18081   include:
18082     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18083     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18086   layout:
18087     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18088     layout: "plot-throughput-speedup-analysis"
18089
18090 - type: "plot"
18091   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18092   algorithm: "plot_tsa_name"
18093   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18094   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18095   include:
18096     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18097     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18100   layout:
18101     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18102     layout: "plot-throughput-speedup-analysis"
18103
18104 - type: "plot"
18105   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18106   algorithm: "plot_tsa_name"
18107   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18108   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18109   include:
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18111     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18112     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18113     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18114   layout:
18115     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18116     layout: "plot-throughput-speedup-analysis"
18117
18118 - type: "plot"
18119   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18120   algorithm: "plot_tsa_name"
18121   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18122   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18123   include:
18124     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18125     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18126     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18127     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18128   layout:
18129     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18130     layout: "plot-throughput-speedup-analysis"
18131
18132 - type: "plot"
18133   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18134   algorithm: "plot_tsa_name"
18135   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18136   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18137   include:
18138     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18139     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18140     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18141     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18142     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18143     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18144   layout:
18145     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18155     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18156     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18157     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18158     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18159     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18160   layout:
18161     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18162     layout: "plot-throughput-speedup-analysis"
18163
18164 - type: "plot"
18165   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18166   algorithm: "plot_tsa_name"
18167   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18168   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18169   include:
18170     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18174   layout:
18175     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18176     layout: "plot-throughput-speedup-analysis"
18177
18178 - type: "plot"
18179   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18180   algorithm: "plot_tsa_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18188   layout:
18189     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18190     layout: "plot-throughput-speedup-analysis"
18191
18192 - type: "plot"
18193   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18194   algorithm: "plot_tsa_name"
18195   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18196   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18197   include:
18198     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18199     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18201   layout:
18202     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18203     layout: "plot-throughput-speedup-analysis"
18204
18205 - type: "plot"
18206   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18207   algorithm: "plot_tsa_name"
18208   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18209   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18210   include:
18211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18214   layout:
18215     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18216     layout: "plot-throughput-speedup-analysis"
18217
18218 - type: "plot"
18219   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18220   algorithm: "plot_tsa_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18229   layout:
18230     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18231     layout: "plot-throughput-speedup-analysis"
18232
18233 - type: "plot"
18234   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18235   algorithm: "plot_tsa_name"
18236   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18237   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18238   include:
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18246     layout: "plot-throughput-speedup-analysis"
18247
18248 - type: "plot"
18249   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18250   algorithm: "plot_tsa_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18257   layout:
18258     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18259     layout: "plot-throughput-speedup-analysis"
18260
18261 - type: "plot"
18262   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18263   algorithm: "plot_tsa_name"
18264   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18265   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18266   include:
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18270   layout:
18271     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18272     layout: "plot-throughput-speedup-analysis"
18273
18274 - type: "plot"
18275   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18276   algorithm: "plot_tsa_name"
18277   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18278   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18279   include:
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18286   layout:
18287     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18288     layout: "plot-throughput-speedup-analysis"
18289
18290 - type: "plot"
18291   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18292   algorithm: "plot_tsa_name"
18293   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18294   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18295   include:
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18302   layout:
18303     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18304     layout: "plot-throughput-speedup-analysis"
18305
18306 - type: "plot"
18307   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18308   algorithm: "plot_tsa_name"
18309   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18310   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18311   include:
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18316     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18318   layout:
18319     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18320     layout: "plot-throughput-speedup-analysis"
18321
18322 - type: "plot"
18323   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18324   algorithm: "plot_tsa_name"
18325   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18326   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18327   include:
18328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18334   layout:
18335     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18336     layout: "plot-throughput-speedup-analysis"
18337
18338 - type: "plot"
18339   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18340   algorithm: "plot_tsa_name"
18341   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18342   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18343   include:
18344     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18346   layout:
18347     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18348     layout: "plot-throughput-speedup-analysis"
18349
18350 - type: "plot"
18351   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18352   algorithm: "plot_tsa_name"
18353   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18355   include:
18356     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18357     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18358   layout:
18359     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18360     layout: "plot-throughput-speedup-analysis"
18361
18362 - type: "plot"
18363   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18364   algorithm: "plot_tsa_name"
18365   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18366   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18367   include:
18368     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18372     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18373     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18374   layout:
18375     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18376     layout: "plot-throughput-speedup-analysis"
18377
18378 - type: "plot"
18379   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18380   algorithm: "plot_tsa_name"
18381   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18382   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18383   include:
18384     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18388     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18389     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18390   layout:
18391     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18392     layout: "plot-throughput-speedup-analysis"
18393
18394 - type: "plot"
18395   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18396   algorithm: "plot_tsa_name"
18397   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18398   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18399   include:
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18404     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18405     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18406   layout:
18407     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18408     layout: "plot-throughput-speedup-analysis"
18409
18410 - type: "plot"
18411   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18412   algorithm: "plot_tsa_name"
18413   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18414   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18415   include:
18416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18420     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18421     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18422   layout:
18423     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18424     layout: "plot-throughput-speedup-analysis"
18425
18426 - type: "plot"
18427   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18428   algorithm: "plot_tsa_name"
18429   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18430   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18431   include:
18432     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18438   layout:
18439     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18440     layout: "plot-throughput-speedup-analysis"
18441
18442 - type: "plot"
18443   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18444   algorithm: "plot_tsa_name"
18445   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18446   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18447   include:
18448     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18452     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18453     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18454   layout:
18455     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18456     layout: "plot-throughput-speedup-analysis"
18457
18458 - type: "plot"
18459   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18460   algorithm: "plot_tsa_name"
18461   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18462   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18463   include:
18464     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18468     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18469   layout:
18470     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18471     layout: "plot-throughput-speedup-analysis"
18472
18473 - type: "plot"
18474   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18475   algorithm: "plot_tsa_name"
18476   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18477   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18478   include:
18479     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18484   layout:
18485     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18499   layout:
18500     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18501     layout: "plot-throughput-speedup-analysis"
18502
18503 - type: "plot"
18504   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18505   algorithm: "plot_tsa_name"
18506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18508   include:
18509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18526     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18529   layout:
18530     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18531     layout: "plot-throughput-speedup-analysis"
18532
18533 - type: "plot"
18534   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18535   algorithm: "plot_tsa_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18540     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18541     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18544   layout:
18545     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18555     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18556     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18557     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18558     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18559   layout:
18560     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18570     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18571     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18572     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18573     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18574   layout:
18575     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583   include:
18584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18589   layout:
18590     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18604   layout:
18605     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18606     layout: "plot-throughput-speedup-analysis"
18607
18608 - type: "plot"
18609   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18610   algorithm: "plot_tsa_name"
18611   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613   include:
18614     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18619     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18620   layout:
18621     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18622     layout: "plot-throughput-speedup-analysis"
18623
18624 - type: "plot"
18625   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18626   algorithm: "plot_tsa_name"
18627   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18628   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18629   include:
18630     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18634     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18635     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18636   layout:
18637     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18638     layout: "plot-throughput-speedup-analysis"
18639
18640 - type: "plot"
18641   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18642   algorithm: "plot_tsa_name"
18643   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18644   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18645   include:
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18650   layout:
18651     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659   include:
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18664   layout:
18665     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18666     layout: "plot-throughput-speedup-analysis"
18667
18668 - type: "plot"
18669   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18670   algorithm: "plot_tsa_name"
18671   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18672   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18673   include:
18674     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18675     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18680   layout:
18681     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18682     layout: "plot-throughput-speedup-analysis"
18683
18684 - type: "plot"
18685   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18686   algorithm: "plot_tsa_name"
18687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18689   include:
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18696   layout:
18697     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18698     layout: "plot-throughput-speedup-analysis"
18699
18700 - type: "plot"
18701   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18702   algorithm: "plot_tsa_name"
18703   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18704   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18705   include:
18706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18710   layout:
18711     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18712     layout: "plot-throughput-speedup-analysis"
18713
18714 - type: "plot"
18715   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18716   algorithm: "plot_tsa_name"
18717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18719   include:
18720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18724   layout:
18725     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18726     layout: "plot-throughput-speedup-analysis"
18727
18728 - type: "plot"
18729   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18730   algorithm: "plot_tsa_name"
18731   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18732   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18733   include:
18734     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18735     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18736     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18740   layout:
18741     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18751     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18752     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18753     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18754     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18755     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18756   layout:
18757     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18758     layout: "plot-throughput-speedup-analysis"
18759
18760 - type: "plot"
18761   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18762   algorithm: "plot_tsa_name"
18763   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18764   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18765   include:
18766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18770   layout:
18771     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18784   layout:
18785     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18786     layout: "plot-throughput-speedup-analysis"
18787
18788 - type: "plot"
18789   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18790   algorithm: "plot_tsa_name"
18791   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18792   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18793   include:
18794     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18795     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18796     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18797     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18798     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18799   layout:
18800     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18801     layout: "plot-throughput-speedup-analysis"
18802
18803 - type: "plot"
18804   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18805   algorithm: "plot_tsa_name"
18806   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18807   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18808   include:
18809     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18810     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18811     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18812     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18813     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18814   layout:
18815     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18822   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18823   include:
18824     - "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"
18825     - "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"
18826     - "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"
18827     - "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"
18828     - "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"
18829   layout:
18830     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18837   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18838   include:
18839     - "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"
18840     - "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"
18841     - "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"
18842     - "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"
18843     - "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"
18844   layout:
18845     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18855     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18856     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18857     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18858     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18859   layout:
18860     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18870     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18871     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18872     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18874   layout:
18875     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18882   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18883   include:
18884     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18889   layout:
18890     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18897   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18898   include:
18899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18904   layout:
18905     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18918   layout:
18919     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18920     layout: "plot-throughput-speedup-analysis"
18921
18922 - type: "plot"
18923   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18924   algorithm: "plot_tsa_name"
18925   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18926   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18927   include:
18928     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18932   layout:
18933     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18934     layout: "plot-throughput-speedup-analysis"
18935
18936 - type: "plot"
18937   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18938   algorithm: "plot_tsa_name"
18939   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18940   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18941   include:
18942     - "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"
18943     - "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"
18944     - "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"
18945     - "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"
18946   layout:
18947     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18948     layout: "plot-throughput-speedup-analysis"
18949
18950 - type: "plot"
18951   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18952   algorithm: "plot_tsa_name"
18953   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18955   include:
18956     - "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"
18957     - "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"
18958     - "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"
18959     - "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"
18960   layout:
18961     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18962     layout: "plot-throughput-speedup-analysis"
18963
18964 - type: "plot"
18965   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18966   algorithm: "plot_tsa_name"
18967   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18968   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18969   include:
18970     - "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"
18971     - "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"
18972     - "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"
18973     - "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"
18974     - "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"
18975     - "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"
18976   layout:
18977     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "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"
18987     - "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"
18988     - "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"
18989     - "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"
18990     - "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"
18991     - "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"
18992   layout:
18993     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
18994     layout: "plot-throughput-speedup-analysis"
18995
18996 ################################################################################
18997
18998 # Packet Throughput - DPDK
18999
19000 # 2n-clx-xxv710
19001
19002 - type: "plot"
19003   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19004   algorithm: "plot_perf_box_name"
19005   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19006   data: "plot-dpdk-throughput-latency-2n-clx"
19007   include:
19008     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19009     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19010   layout:
19011     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19012     layout: "plot-throughput"
19013
19014 - type: "plot"
19015   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19016   algorithm: "plot_perf_box_name"
19017   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19018   data: "plot-dpdk-throughput-latency-2n-clx"
19019   include:
19020     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19021     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19022   layout:
19023     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19024     layout: "plot-throughput"
19025
19026 - type: "plot"
19027   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19028   algorithm: "plot_perf_box_name"
19029   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19030   data: "plot-dpdk-throughput-latency-2n-clx"
19031   include:
19032     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19033     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19034   layout:
19035     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19036     layout: "plot-throughput"
19037
19038 - type: "plot"
19039   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19040   algorithm: "plot_perf_box_name"
19041   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19042   data: "plot-dpdk-throughput-latency-2n-clx"
19043   include:
19044     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19045     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19046   layout:
19047     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19048     layout: "plot-throughput"
19049
19050 # 2n-clx-x710
19051
19052 - type: "plot"
19053   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19054   algorithm: "plot_perf_box_name"
19055   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19056   data: "plot-dpdk-throughput-latency-2n-clx"
19057   include:
19058     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19059     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19060   layout:
19061     title: "2n-clx-x710-64b-2t1c-base-ndr"
19062     layout: "plot-throughput"
19063
19064 - type: "plot"
19065   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19066   algorithm: "plot_perf_box_name"
19067   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19068   data: "plot-dpdk-throughput-latency-2n-clx"
19069   include:
19070     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19071     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19072   layout:
19073     title: "2n-clx-x710-64b-4t2c-base-ndr"
19074     layout: "plot-throughput"
19075
19076 - type: "plot"
19077   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19078   algorithm: "plot_perf_box_name"
19079   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19080   data: "plot-dpdk-throughput-latency-2n-clx"
19081   include:
19082     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19083     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19084   layout:
19085     title: "2n-clx-x710-64b-2t1c-base-pdr"
19086     layout: "plot-throughput"
19087
19088 - type: "plot"
19089   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19090   algorithm: "plot_perf_box_name"
19091   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19092   data: "plot-dpdk-throughput-latency-2n-clx"
19093   include:
19094     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19095     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19096   layout:
19097     title: "2n-clx-x710-64b-4t2c-base-pdr"
19098     layout: "plot-throughput"
19099
19100 ################################################################################
19101
19102 - type: "plot"
19103   title: "Latency by percentile: 2n-skx"
19104   algorithm: "plot_hdrh_lat_by_percentile"
19105   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19106   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19107   target-links: "../../_static/vpp"
19108   data: "plot-vpp-hdrh-lat-2n-skx"
19109   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19110   layout:
19111     layout: "plot-hdrh-latency-by-percentile"
19112
19113 - type: "plot"
19114   title: "Latency by percentile: 3n-skx"
19115   algorithm: "plot_hdrh_lat_by_percentile"
19116   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19117   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19118   target-links: "../../_static/vpp"
19119   data: "plot-vpp-hdrh-lat-3n-skx"
19120   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19121   layout:
19122     layout: "plot-hdrh-latency-by-percentile"
19123
19124 - type: "plot"
19125   title: "Latency by percentile: 2n-clx"
19126   algorithm: "plot_hdrh_lat_by_percentile"
19127   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19128   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19129   target-links: "../../_static/vpp"
19130   data: "plot-vpp-hdrh-lat-2n-clx"
19131   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19132   layout:
19133     layout: "plot-hdrh-latency-by-percentile"
19134
19135 - type: "plot"
19136   title: "Latency by percentile: 3n-hsw"
19137   algorithm: "plot_hdrh_lat_by_percentile"
19138   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19139   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19140   target-links: "../../_static/vpp"
19141   data: "plot-vpp-hdrh-lat-3n-hsw"
19142   filter: "'1T1C' and 'NIC_Intel-XL710'"
19143   layout:
19144     layout: "plot-hdrh-latency-by-percentile"
19145
19146 - type: "plot"
19147   title: "Latency by percentile: 3n-tsh"
19148   algorithm: "plot_hdrh_lat_by_percentile"
19149   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19150   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19151   target-links: "../../_static/vpp"
19152   data: "plot-vpp-hdrh-lat-3n-tsh"
19153   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19154   layout:
19155     layout: "plot-hdrh-latency-by-percentile"
19156
19157 - type: "plot"
19158   title: "Latency by percentile: DPDK 2n-skx"
19159   algorithm: "plot_hdrh_lat_by_percentile"
19160   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19161   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19162   target-links: "../../_static/dpdk"
19163   data: "plot-dpdk-hdrh-lat-2n-skx"
19164   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19165   layout:
19166     layout: "plot-hdrh-latency-by-percentile"
19167
19168 - type: "plot"
19169   title: "Latency by percentile: DPDK 3n-skx"
19170   algorithm: "plot_hdrh_lat_by_percentile"
19171   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19172   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19173   target-links: "../../_static/dpdk"
19174   data: "plot-dpdk-hdrh-lat-3n-skx"
19175   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19176   layout:
19177     layout: "plot-hdrh-latency-by-percentile"
19178
19179 - type: "plot"
19180   title: "Latency by percentile: DPDK 2n-clx"
19181   algorithm: "plot_hdrh_lat_by_percentile"
19182   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19183   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19184   target-links: "../../_static/dpdk"
19185   data: "plot-dpdk-hdrh-lat-2n-clx"
19186   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19187   layout:
19188     layout: "plot-hdrh-latency-by-percentile"
19189
19190 - type: "plot"
19191   title: "Latency by percentile: DPDK 3n-hsw"
19192   algorithm: "plot_hdrh_lat_by_percentile"
19193   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19194   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19195   target-links: "../../_static/dpdk"
19196   data: "plot-dpdk-hdrh-lat-3n-hsw"
19197   filter: "'1T1C' and 'NIC_Intel-XL710'"
19198   layout:
19199     layout: "plot-hdrh-latency-by-percentile"
19200
19201 - type: "plot"
19202   title: "Latency by percentile: DPDK 3n-tsh"
19203   algorithm: "plot_hdrh_lat_by_percentile"
19204   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19205   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19206   target-links: "../../_static/dpdk"
19207   data: "plot-dpdk-hdrh-lat-3n-tsh"
19208   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19209   layout:
19210     layout: "plot-hdrh-latency-by-percentile"