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
206     plot-vpp-hdrh-lat-3n-hsw:
207       csit-vpp-perf-report-iterative-2005-3n-hsw:
208         - 3   # NDRPDR sel
209
210     plot-vpp-nfv-3n-hsw-ndrpdr:
211       csit-vpp-perf-report-iterative-2005-3n-hsw:
212         - 3   # NDRPDR sel
213         - 4   # NDRPDR sel
214         - 5   # NDRPDR sel
215         - 10  # NDRPDR sel
216         - 11  # NDRPDR sel
217         - 12  # NDRPDR sel
218         - 15  # NDRPDR sel
219         - 16  # NDRPDR sel
220
221     plot-vpp-nfv-3n-hsw-mrr:
222       csit-vpp-perf-report-iterative-2005-3n-hsw:
223         - 13  # MRR
224
225     plot-vpp-hoststack-3n-hsw:
226       # TODO: Replace:
227       # csit-vpp-perf-report-iterative-2005-3n-hsw:
228       csit-vpp-perf-verify-2001-3n-hsw:
229         - 103  # hoststack
230
231     plot-dpdk-throughput-latency-3n-hsw:
232       csit-dpdk-perf-report-iterative-2005-3n-hsw:
233         - 5   # NDRPDR sel
234         - 6   # NDRPDR sel
235         - 7   # NDRPDR sel
236         - 8   # NDRPDR sel
237         - 9   # NDRPDR sel
238         - 10  # NDRPDR sel
239         - 11  # NDRPDR sel
240         - 12  # NDRPDR sel
241         - 13  # NDRPDR sel
242         - 14  # NDRPDR sel
243
244     plot-dpdk-hdrh-lat-3n-hsw:
245       csit-dpdk-perf-report-iterative-2005-3n-hsw:
246         - 5   # NDRPDR sel
247
248     # 3n-skx
249
250     plot-vpp-throughput-lat-tsa-3n-skx:
251       # TODO: Replace:
252       # csit-vpp-perf-report-iterative-2005-3n-skx:
253       csit-vpp-perf-verify-2001-3n-skx:
254         - 69  # NDRPDR sel - new2001.0
255
256     plot-vpp-hdrh-lat-3n-skx:
257       # TODO: Replace:
258       # csit-vpp-perf-report-iterative-2005-3n-skx:
259       csit-vpp-perf-verify-2001-3n-skx:
260         - 69  # NDRPDR sel - new2001.0
261
262     plot-vpp-nfv-3n-skx-ndrpdr:
263       # TODO: Replace:
264       # csit-vpp-perf-report-iterative-2005-3n-skx:
265       csit-vpp-perf-verify-2001-3n-skx:
266         - 69  # NDRPDR sel - new2001.0
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: Replace:
352       # csit-vpp-perf-report-iterative-2005-2n-clx:
353       csit-vpp-perf-verify-2001-2n-clx:
354         - 28  # NDRPDR sel
355
356     plot-vpp-hdrh-lat-2n-clx:
357       # TODO: Replace:
358       # csit-vpp-perf-report-iterative-2005-2n-clx:
359       csit-vpp-perf-verify-2001-2n-clx:
360         - 28  # NDRPDR sel
361
362     plot-vpp-http-server-performance:
363       # TODO: Replace:
364       # csit-vpp-perf-report-iterative-2005-2n-clx:
365       csit-vpp-perf-verify-2001-2n-clx:
366         - 80  # TCP
367
368     plot-vpp-nfv-2n-clx-ndrpdr:
369       # TODO: Replace:
370       # csit-vpp-perf-report-iterative-2005-2n-clx:
371       csit-vpp-perf-verify-2001-2n-clx:
372         - 28  # NDRPDR sel
373
374     plot-vpp-nfv-2n-clx-mrr:
375       # TODO: Replace:
376       # csit-vpp-perf-report-iterative-2005-2n-clx:
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 39  # MRR
379
380     plot-vpp-nfv-reconf-2n-clx:
381       # TODO: Replace:
382       # csit-vpp-perf-report-iterative-2005-2n-clx:
383       csit-vpp-perf-verify-2001-2n-clx:
384         - 68  # Reconf
385
386     plot-vpp-soak-2n-clx:
387       # TODO: Replace:
388       # csit-vpp-perf-report-iterative-2005-2n-clx:
389       csit-vpp-perf-verify-2001-2n-clx:
390         - 93  # Soak
391         - 94  # Soak
392
393     plot-dpdk-throughput-latency-2n-clx:
394       csit-dpdk-perf-report-iterative-2005-2n-clx:
395         - 1   # NDRPDR sel
396         - 2   # NDRPDR sel
397         - 3   # NDRPDR sel
398         - 4   # NDRPDR sel
399         - 5   # NDRPDR sel
400         - 6   # NDRPDR sel
401         - 7   # NDRPDR sel
402         - 8   # NDRPDR sel
403         - 9   # NDRPDR sel
404         - 10  # NDRPDR sel
405
406     plot-dpdk-hdrh-lat-2n-clx:
407       csit-dpdk-perf-report-iterative-2005-2n-clx:
408         - 1   # NDRPDR sel
409
410     # 3n-tsh
411
412     plot-vpp-throughput-lat-tsa-3n-tsh:
413       # TODO: Replace:
414       # csit-vpp-perf-report-iterative-2005-3n-tsh:
415       csit-vpp-perf-verify-2001-3n-tsh:
416         - 3   # NDRPDR sel
417
418     plot-vpp-hdrh-lat-3n-tsh:
419       # TODO: Replace:
420       # csit-vpp-perf-report-iterative-2005-3n-tsh:
421       csit-vpp-perf-verify-2001-3n-tsh:
422         - 10  # NDRPDR sel
423
424     plot-dpdk-throughput-latency-3n-tsh:
425       # TODO: Add data:
426       csit-dpdk-perf-report-iterative-2005-3n-tsh:
427         - 5   # NDRPDR sel
428
429     plot-dpdk-hdrh-lat-3n-tsh:
430       # TODO: Replace with better results:
431       csit-dpdk-perf-report-iterative-2005-3n-tsh:
432         - 5   # NDRPDR sel
433
434     # 3n-dnv
435
436     plot-vpp-throughput-lat-tsa-3n-dnv:
437       # TODO: Add data:
438       csit-vpp-perf-report-iterative-2005-3n-dnv:
439         - 2   # NDRPDR sel
440         - 3   # NDRPDR sel
441         - 4   # NDRPDR sel
442         - 5   # NDRPDR sel
443         - 6   # NDRPDR sel
444         - 7   # NDRPDR sel
445
446     plot-dpdk-throughput-latency-3n-dnv:
447       csit-dpdk-perf-report-iterative-2005-3n-dnv:
448         - 6   # NDRPDR sel
449         - 7   # NDRPDR sel
450         - 8   # NDRPDR sel
451         - 9   # NDRPDR sel
452         - 10  # NDRPDR sel
453         - 11  # NDRPDR sel
454         - 12  # NDRPDR sel
455         - 13  # NDRPDR sel
456         - 14  # NDRPDR sel
457         - 16  # NDRPDR sel
458
459     # 2n-dnv
460
461     plot-vpp-throughput-lat-tsa-2n-dnv:
462       csit-vpp-perf-report-iterative-2005-2n-dnv:
463         - 3   # NDRPDR sel
464         - 6   # NDRPDR sel
465         - 7   # NDRPDR sel
466         - 8   # NDRPDR sel
467         - 9   # NDRPDR sel
468         - 10  # NDRPDR sel
469         - 11  # NDRPDR sel
470         - 12  # NDRPDR sel
471         - 13  # NDRPDR sel
472         - 14  # NDRPDR sel
473
474     plot-dpdk-throughput-latency-2n-dnv:
475       csit-dpdk-perf-report-iterative-2005-2n-dnv:
476         - 8   # NDRPDR sel
477         - 9   # NDRPDR sel
478         - 10  # NDRPDR sel
479         - 11  # NDRPDR sel
480         - 12  # NDRPDR sel
481         - 13  # NDRPDR sel
482         - 14  # NDRPDR sel
483         - 15  # NDRPDR sel
484         - 16  # NDRPDR sel
485         - 17  # NDRPDR sel
486
487     ###########################################################################
488     # Simple tables (only one data set):
489
490     # NIC Comparisons
491
492     vpp-nic-comparison-3n-skx:
493       # TODO: Replace:
494       # csit-vpp-perf-report-iterative-2005-3n-skx:
495       csit-vpp-perf-verify-2001-3n-skx:
496         - 69  # NDRPDR sel - new2001.0
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       # TODO: Replace by FULL:
522       csit-vpp-perf-report-iterative-2005-3n-hsw:
523         - 3   # NDRPDR sel
524
525     vpp-perf-results-3n-skx:
526       # TODO: Replace:
527       # csit-vpp-perf-report-iterative-2005-3n-skx:
528       csit-vpp-perf-verify-2001-3n-skx:
529         - 69  # NDRPDR sel
530
531     vpp-perf-results-2n-skx:
532       # TODO: Replace:
533       # csit-vpp-perf-report-iterative-2005-2n-skx:
534       csit-vpp-perf-verify-2001-2n-skx:
535         - 143  # NDRPDR sel
536
537     vpp-perf-results-2n-clx:
538       # TODO: Replace:
539       # csit-vpp-perf-report-iterative-2005-2n-clx:
540       csit-vpp-perf-verify-2001-2n-clx:
541         - 28  # NDRPDR sel
542
543     vpp-perf-results-3n-tsh:
544       # TODO: Replace:
545       # csit-vpp-perf-report-iterative-2005-3n-tsh:
546       csit-vpp-perf-verify-2001-3n-tsh:
547         - 10  # NDRPDR sel
548
549     vpp-perf-results-3n-dnv:
550       # TODO: Replace by FULL:
551       csit-vpp-perf-report-iterative-2005-3n-dnv:
552         - 3   # NDRPDR sel
553
554     vpp-perf-results-2n-dnv:
555       # TODO: Replace by FULL:
556       csit-vpp-perf-report-iterative-2005-2n-dnv:
557         - 3   # NDRPDR sel
558
559     vpp-mrr-results-3n-hsw:
560       csit-vpp-perf-report-iterative-2005-3n-hsw:
561         - 13  # MRR
562
563     vpp-mrr-results-3n-skx:
564       # TODO: Replace:
565       # csit-vpp-perf-report-iterative-2005-3n-skx:
566       csit-vpp-perf-verify-2001-3n-skx:
567         - 50  # MRR sel
568         - 53  # MRR sel addition
569
570     vpp-mrr-results-2n-skx:
571       # TODO: Replace:
572       # csit-vpp-perf-report-iterative-2005-2n-skx:
573       csit-vpp-perf-verify-2001-2n-skx:
574         - 101 # MRR sel
575         - 128 # MRR sel addition
576
577     vpp-mrr-results-2n-clx:
578       # TODO: Replace:
579       # csit-vpp-perf-report-iterative-2005-2n-clx:
580       csit-vpp-perf-verify-2001-2n-clx:
581         - 39  # MRR
582
583     vpp-mrr-results-3n-tsh:
584       # TODO: Replace:
585       # csit-vpp-perf-report-iterative-2005-3n-tsh:
586       csit-vpp-perf-verify-2001-3n-tsh:
587         - 9   # MRR sel
588
589     vpp-mrr-results-3n-dnv:
590       csit-vpp-perf-report-iterative-2005-3n-dnv:
591         - 8   # MRR
592
593     vpp-mrr-results-2n-dnv:
594       # TODO: Replace:
595       # csit-vpp-perf-report-iterative-2005-2n-dnv:
596       csit-vpp-perf-verify-2001-2n-dnv:
597         - 12  # MRR sel
598
599     vpp-device-results-ubuntu:
600       csit-vpp-device-2005-ubuntu1804-1n-skx:
601         - 35
602
603     dpdk-perf-results-3n-hsw:
604       csit-dpdk-perf-report-iterative-2005-3n-hsw:
605         - 5   # NDRPDR sel
606
607     dpdk-perf-results-3n-skx:
608       csit-dpdk-perf-report-iterative-2005-3n-skx:
609         - 4   # NDRPDR sel
610
611     dpdk-perf-results-2n-skx:
612       csit-dpdk-perf-report-iterative-2005-2n-skx:
613         - 1   # NDRPDR sel
614
615     dpdk-perf-results-2n-clx:
616       csit-dpdk-perf-report-iterative-2005-2n-clx:
617         - 1   # NDRPDR sel
618
619     dpdk-perf-results-2n-dnv:
620       csit-dpdk-perf-report-iterative-2005-2n-dnv:
621         - 8   # NDRPDR sel
622
623     dpdk-perf-results-3n-dnv:
624       csit-dpdk-perf-report-iterative-2005-3n-dnv:
625         - 6   # NDRPDR sel
626
627     dpdk-perf-results-3n-tsh:
628       # TODO: Replace with better results:
629       csit-dpdk-perf-report-iterative-2005-3n-tsh:
630         - 5   # NDRPDR sel
631
632 ###########################################################################
633     # Tables (more than one data set)
634
635     # Performance changes
636
637     vpp-performance-changes-3n-hsw-h1:
638       csit-vpp-perf-verify-1908-3n-hsw:
639         - 12  # NDRPDR sel
640         - 13  # NDRPDR sel
641         - 14  # NDRPDR sel
642         - 15  # NDRPDR sel
643         - 16  # NDRPDR sel
644         - 17  # NDRPDR sel
645         - 18  # NDRPDR sel
646         - 19  # NDRPDR sel
647         - 20  # NDRPDR sel
648         - 21  # NDRPDR sel
649     vpp-performance-changes-3n-hsw-ref:
650       csit-vpp-perf-verify-2001-3n-hsw:
651         - 21  # NDRPDR sel
652         - 22  # NDRPDR sel
653         - 23  # NDRPDR sel
654         - 24  # NDRPDR sel
655         - 25  # NDRPDR sel
656         - 29  # NDRPDR sel
657         - 30  # NDRPDR sel
658         - 31  # NDRPDR sel
659         - 32  # NDRPDR sel
660         - 34  # NDRPDR sel
661     vpp-performance-changes-3n-hsw-cmp:
662       csit-vpp-perf-report-iterative-2005-3n-hsw:
663         - 3   # NDRPDR sel
664         - 4   # NDRPDR sel
665         - 5   # NDRPDR sel
666         - 10  # NDRPDR sel
667         - 11  # NDRPDR sel
668         - 12  # NDRPDR sel
669         - 15  # NDRPDR sel
670         - 16  # NDRPDR sel
671
672     vpp-performance-changes-3n-skx-h1:
673       csit-vpp-perf-verify-1908-3n-skx:
674         - 26  # NDRPDR sel - new1908.1
675         - 27  # NDRPDR sel - new1908.1
676         - 28  # NDRPDR sel - new1908.1
677         - 29  # NDRPDR sel - new1908.1
678         - 30  # NDRPDR sel - new1908.1
679         - 31  # NDRPDR sel - new1908.1
680         - 33  # NDRPDR sel - new1908.1
681         - 34  # NDRPDR sel - new1908.1
682         - 35  # NDRPDR sel - new1908.1
683         - 36  # NDRPDR sel - new1908.1
684     vpp-performance-changes-3n-skx-ref:
685       csit-vpp-perf-verify-2001-3n-skx:
686         - 69  # NDRPDR sel - new2001.0
687         - 71  # NDRPDR sel - new2001.0
688         - 72  # NDRPDR sel - new2001.0
689         - 76  # NDRPDR sel - new2001.0
690         - 77  # NDRPDR sel - new2001.0
691         - 78  # NDRPDR sel - new2001.0
692         - 80  # NDRPDR sel - new2001.0
693     vpp-performance-changes-3n-skx-cmp:
694       # TODO: Replace:
695       # csit-vpp-perf-report-iterative-2005-3n-skx:
696       csit-vpp-perf-verify-2001-3n-skx:
697         - 69  # NDRPDR sel - new2001.0
698         - 71  # NDRPDR sel - new2001.0
699         - 72  # NDRPDR sel - new2001.0
700         - 76  # NDRPDR sel - new2001.0
701         - 77  # NDRPDR sel - new2001.0
702         - 78  # NDRPDR sel - new2001.0
703         - 80  # NDRPDR sel - new2001.0
704
705     vpp-performance-changes-2n-skx-h1:
706       csit-vpp-perf-verify-1908-2n-skx:
707         - 39  # NDRPDR sel - new1908.1
708         - 40  # NDRPDR sel - new1908.1
709         - 41  # NDRPDR sel - new1908.1
710         - 43  # NDRPDR sel - new1908.1
711         - 44  # NDRPDR sel - new1908.1
712         - 45  # NDRPDR sel - new1908.1
713         - 46  # NDRPDR sel - new1908.1
714         - 47  # NDRPDR sel - new1908.1
715         - 48  # NDRPDR sel - new1908.1
716         - 49  # NDRPDR sel - new1908.1
717     vpp-performance-changes-2n-skx-ref:
718       csit-vpp-perf-verify-2001-2n-skx:
719         - 143  # NDRPDR sel - new2001.0
720         - 146  # NDRPDR sel - new2001.0
721         - 147  # NDRPDR sel - new2001.0
722         - 148  # NDRPDR sel - new2001.0
723         - 149  # NDRPDR sel - new2001.0
724         - 150  # NDRPDR sel - new2001.0
725         - 151  # NDRPDR sel - new2001.0
726         - 152  # NDRPDR sel - new2001.0
727         - 153  # NDRPDR sel - new2001.0
728         - 154  # NDRPDR sel - new2001.0
729     vpp-performance-changes-2n-skx-cmp:
730       # TODO: Replace:
731       # csit-vpp-perf-report-iterative-2005-2n-skx:
732       csit-vpp-perf-verify-2001-2n-skx:
733         - 143  # NDRPDR sel - new2001.0
734         - 146  # NDRPDR sel - new2001.0
735         - 147  # NDRPDR sel - new2001.0
736         - 148  # NDRPDR sel - new2001.0
737         - 149  # NDRPDR sel - new2001.0
738         - 150  # NDRPDR sel - new2001.0
739         - 151  # NDRPDR sel - new2001.0
740         - 152  # NDRPDR sel - new2001.0
741         - 153  # NDRPDR sel - new2001.0
742         - 154  # NDRPDR sel - new2001.0
743
744     vpp-performance-changes-nfv-2n-skx-ref:
745       csit-vpp-perf-verify-2001-2n-skx:
746         - 30  # NFV
747         - 31  # NFV
748     vpp-performance-changes-nfv-2n-skx-cmp:
749       # TODO: Replace:
750       # csit-vpp-perf-report-iterative-2005-2n-skx:
751       csit-vpp-perf-verify-2001-2n-skx:
752         - 30  # NFV
753         - 31  # NFV
754
755     vpp-performance-changes-2n-clx-h1:
756       csit-vpp-perf-verify-1908_1-2n-clx:
757         - 5  # NDRPDR sel
758         - 6  # NDRPDR sel
759         - 7  # NDRPDR sel
760         - 8  # NDRPDR sel
761         - 9  # NDRPDR sel
762     vpp-performance-changes-2n-clx-ref:
763       csit-vpp-perf-verify-2001-2n-clx:
764         - 28  # NDRPDR sel
765         - 29  # NDRPDR sel
766         - 32  # NDRPDR sel
767         - 40  # NDRPDR sel
768         - 43  # NDRPDR sel
769         - 44  # NDRPDR sel
770         - 45  # NDRPDR sel
771         - 47  # NDRPDR sel
772         - 48  # NDRPDR sel
773         - 49  # NDRPDR sel
774     vpp-performance-changes-2n-clx-cmp:
775       # TODO: Replace:
776       # csit-vpp-perf-report-iterative-2005-2n-clx:
777       csit-vpp-perf-verify-2001-2n-clx:
778         - 28  # NDRPDR sel
779         - 29  # NDRPDR sel
780         - 32  # NDRPDR sel
781         - 40  # NDRPDR sel
782         - 43  # NDRPDR sel
783         - 44  # NDRPDR sel
784         - 45  # NDRPDR sel
785         - 47  # NDRPDR sel
786         - 48  # NDRPDR sel
787         - 49  # NDRPDR sel
788
789     vpp-performance-changes-2n-dnv-h1:
790       csit-vpp-perf-verify-1908-2n-dnv:
791         - 1   # NDRPDR sel
792         - 2   # NDRPDR sel
793         - 3   # NDRPDR sel
794         - 4   # NDRPDR sel
795         - 5   # NDRPDR sel
796         - 6   # NDRPDR sel
797         - 7   # NDRPDR sel
798         - 8   # NDRPDR sel
799         - 9   # NDRPDR sel
800         - 10  # NDRPDR sel
801     vpp-performance-changes-2n-dnv-ref:
802       csit-vpp-perf-verify-2001-2n-dnv:
803         - 4   # NDRPDR sel
804         - 5   # NDRPDR sel
805         - 6   # NDRPDR sel
806         - 7   # NDRPDR sel
807         - 8   # NDRPDR sel
808         - 9   # NDRPDR sel
809         - 10  # NDRPDR sel
810         - 11  # NDRPDR sel
811         - 13  # NDRPDR sel
812         - 16  # NDRPDR sel
813     vpp-performance-changes-2n-dnv-cmp:
814       csit-vpp-perf-report-iterative-2005-2n-dnv:
815         - 3   # NDRPDR sel
816         - 6   # NDRPDR sel
817         - 7   # NDRPDR sel
818         - 8   # NDRPDR sel
819         - 9   # NDRPDR sel
820         - 10  # NDRPDR sel
821         - 11  # NDRPDR sel
822         - 12  # NDRPDR sel
823         - 13  # NDRPDR sel
824         - 14  # NDRPDR sel
825
826     vpp-performance-changes-3n-dnv-h1:
827       csit-vpp-perf-verify-1908-3n-dnv:
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 12  # NDRPDR sel
834         - 13  # NDRPDR sel
835         - 14  # NDRPDR sel
836         - 15  # NDRPDR sel
837         - 16  # NDRPDR sel
838     vpp-performance-changes-3n-dnv-ref:
839       csit-vpp-perf-verify-2001-3n-dnv:
840         - 5   # NDRPDR sel
841         - 6   # NDRPDR sel
842         - 7   # NDRPDR sel
843         - 8   # NDRPDR sel
844         - 9   # NDRPDR sel
845         - 10  # NDRPDR sel
846         - 12  # NDRPDR sel
847         - 16  # NDRPDR sel
848         - 17  # NDRPDR sel
849         - 18  # NDRPDR sel
850     vpp-performance-changes-3n-dnv-cmp:
851       # TODO: Add data:
852       csit-vpp-perf-report-iterative-2005-3n-dnv:
853         - 2   # NDRPDR sel
854         - 3   # NDRPDR sel
855         - 4   # NDRPDR sel
856         - 5   # NDRPDR sel
857         - 6   # NDRPDR sel
858         - 7   # NDRPDR sel
859
860     vpp-performance-changes-3n-tsh-h1:
861       csit-vpp-perf-verify-1908-3n-tsh:
862         - 7   # NDRPDR sel
863         - 8   # NDRPDR sel
864         - 9   # NDRPDR sel
865         - 10  # NDRPDR sel
866         - 11  # NDRPDR sel
867         - 12  # NDRPDR sel
868         - 13  # NDRPDR sel
869         - 14  # NDRPDR sel
870         - 15  # NDRPDR sel
871         - 16  # NDRPDR sel
872     vpp-performance-changes-3n-tsh-ref:
873       csit-vpp-perf-verify-2001-3n-tsh:
874         - 3   # NDRPDR sel
875         - 4   # NDRPDR sel
876         - 7   # NDRPDR sel
877         - 8   # NDRPDR sel
878         - 10  # NDRPDR sel
879         - 12  # NDRPDR sel
880         - 13  # NDRPDR sel
881         - 14  # NDRPDR sel
882         - 15  # NDRPDR sel
883         - 21  # NDRPDR sel
884     vpp-performance-changes-3n-tsh-cmp:
885       # TODO: Replace:
886       # csit-vpp-perf-report-iterative-2005-3n-tsh:
887       csit-vpp-perf-verify-2001-3n-tsh:
888         - 3   # NDRPDR sel
889         - 4   # NDRPDR sel
890         - 7   # NDRPDR sel
891         - 8   # NDRPDR sel
892         - 10  # NDRPDR sel
893         - 12  # NDRPDR sel
894         - 13  # NDRPDR sel
895         - 14  # NDRPDR sel
896         - 15  # NDRPDR sel
897         - 21  # NDRPDR sel
898
899     vpp-soak-vs-ndr-2n-skx-ref:
900       # TODO: Replace:
901       # csit-vpp-perf-report-iterative-2005-2n-skx:
902       csit-vpp-perf-verify-2001-2n-skx:
903         - 143  # NDRPDR sel - new2001.0
904         - 146  # NDRPDR sel - new2001.0
905         - 147  # NDRPDR sel - new2001.0
906         - 148  # NDRPDR sel - new2001.0
907         - 149  # NDRPDR sel - new2001.0
908         - 150  # NDRPDR sel - new2001.0
909         - 151  # NDRPDR sel - new2001.0
910         - 152  # NDRPDR sel - new2001.0
911         - 153  # NDRPDR sel - new2001.0
912         - 154  # NDRPDR sel - new2001.0
913     vpp-soak-vs-ndr-2n-skx-cmp:
914       # TODO: Replace:
915       # csit-vpp-perf-report-iterative-2005-2n-skx:
916       csit-vpp-perf-verify-2001-2n-skx:
917         - 181  # Soak
918         - 182  # Soak
919     vpp-soak-vs-ndr-2n-skx:
920       # TODO: Replace:
921       # csit-vpp-perf-report-iterative-2005-2n-skx:
922       csit-vpp-perf-verify-2001-2n-skx:
923         - 143  # NDRPDR sel - new2001.0
924         - 146  # NDRPDR sel - new2001.0
925         - 147  # NDRPDR sel - new2001.0
926         - 148  # NDRPDR sel - new2001.0
927         - 149  # NDRPDR sel - new2001.0
928         - 150  # NDRPDR sel - new2001.0
929         - 151  # NDRPDR sel - new2001.0
930         - 152  # NDRPDR sel - new2001.0
931         - 153  # NDRPDR sel - new2001.0
932         - 154  # NDRPDR sel - new2001.0
933         - 181  # Soak
934         - 182  # Soak
935
936     vpp-soak-vs-ndr-2n-clx-ref:
937       # TODO: Replace:
938       # csit-vpp-perf-report-iterative-2005-2n-clx:
939       csit-vpp-perf-verify-2001-2n-clx:
940         - 28  # NDRPDR sel
941         - 29  # NDRPDR sel
942         - 32  # NDRPDR sel
943         - 40  # NDRPDR sel
944         - 43  # NDRPDR sel
945         - 44  # NDRPDR sel
946         - 45  # NDRPDR sel
947         - 47  # NDRPDR sel
948         - 48  # NDRPDR sel
949         - 49  # NDRPDR sel
950     vpp-soak-vs-ndr-2n-clx-cmp:
951       # TODO: Replace:
952       # csit-vpp-perf-report-iterative-2005-2n-clx:
953       csit-vpp-perf-verify-2001-2n-clx:
954         - 93  # SOAK
955         - 94  # Soak
956     vpp-soak-vs-ndr-2n-clx:
957       # TODO: Replace:
958       # csit-vpp-perf-report-iterative-2005-2n-clx:
959       csit-vpp-perf-verify-2001-2n-clx:
960         - 28  # NDRPDR sel
961         - 29  # NDRPDR sel
962         - 32  # NDRPDR sel
963         - 40  # NDRPDR sel
964         - 43  # NDRPDR sel
965         - 44  # NDRPDR sel
966         - 45  # NDRPDR sel
967         - 47  # NDRPDR sel
968         - 48  # NDRPDR sel
969         - 49  # NDRPDR sel
970         - 93  # SOAK
971         - 94  # Soak
972
973     vpp-performance-changes-3n-hsw-mrr-h1:
974       csit-vpp-perf-verify-1908-3n-hsw:
975         - 39  # MRR sel
976     vpp-performance-changes-3n-hsw-mrr-ref:
977       csit-vpp-perf-verify-2001-3n-hsw:
978         - 17  # MRR sel
979     vpp-performance-changes-3n-hsw-mrr-cmp:
980       csit-vpp-perf-report-iterative-2005-3n-hsw:
981         - 13  # MRR
982
983     vpp-performance-changes-3n-skx-mrr-h1:
984       csit-vpp-perf-verify-1908-3n-skx:
985         - 36  # MRR sel
986     vpp-performance-changes-3n-skx-mrr-ref:
987       csit-vpp-perf-verify-2001-3n-skx:
988         - 50  # MRR sel
989         - 53  # MRR sel addition
990     vpp-performance-changes-3n-skx-mrr-cmp:
991       # TODO: Replace:
992       # csit-vpp-perf-report-iterative-2005-3n-skx:
993       csit-vpp-perf-verify-2001-3n-skx:
994         - 50  # MRR sel
995         - 53  # MRR sel addition
996
997     vpp-performance-changes-2n-skx-mrr-h1:
998       csit-vpp-perf-verify-1908-2n-skx:
999         - 69  # MRR sel
1000     vpp-performance-changes-2n-skx-mrr-ref:
1001       csit-vpp-perf-verify-2001-2n-skx:
1002         - 101 # MRR sel
1003         - 128 # MRR sel addition
1004     vpp-performance-changes-2n-skx-mrr-cmp:
1005       # TODO: Replace:
1006       # csit-vpp-perf-report-iterative-2005-2n-skx:
1007       csit-vpp-perf-verify-2001-2n-skx:
1008         - 101 # MRR sel
1009         - 128 # MRR sel addition
1010
1011 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1012 #      csit-vpp-perf-verify-1908-2n-skx:
1013 #        - 71  # NFV MRR
1014 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1015 #      # TODO: Replace
1016 #      # csit-vpp-perf-verify-2001-2n-skx:
1017 #      csit-vpp-perf-verify-1908-2n-skx:
1018 #        - 71  # NFV MRR
1019
1020     vpp-performance-changes-2n-dnv-mrr-h1:
1021       csit-vpp-perf-verify-1908-2n-dnv:
1022         - 11  # MRR sel
1023     vpp-performance-changes-2n-dnv-mrr-ref:
1024       csit-vpp-perf-verify-2001-2n-dnv:
1025         - 12  # MRR sel
1026     vpp-performance-changes-2n-dnv-mrr-cmp:
1027       # TODO: Replace:
1028       # csit-vpp-perf-report-iterative-2005-2n-dnv:
1029       csit-vpp-perf-verify-2001-2n-dnv:
1030         - 12  # MRR sel
1031
1032     vpp-performance-changes-3n-dnv-mrr-h1:
1033       csit-vpp-perf-verify-1908-3n-dnv:
1034         - 17  # MRR sel
1035     vpp-performance-changes-3n-dnv-mrr-ref:
1036       csit-vpp-perf-verify-2001-3n-dnv:
1037         - 11  # MRR sel
1038     vpp-performance-changes-3n-dnv-mrr-cmp:
1039       csit-vpp-perf-report-iterative-2005-3n-dnv:
1040         - 8   # MRR
1041
1042     vpp-performance-changes-3n-tsh-mrr-h1:
1043       csit-vpp-perf-verify-1908-3n-tsh:
1044         - 17  # MRR sel
1045     vpp-performance-changes-3n-tsh-mrr-ref:
1046       csit-vpp-perf-verify-2001-3n-tsh:
1047         - 9   # MRR sel
1048     vpp-performance-changes-3n-tsh-mrr-cmp:
1049       # TODO: Replace:
1050       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1051       csit-vpp-perf-verify-2001-3n-tsh:
1052         - 9   # MRR sel
1053
1054     dpdk-performance-changes-3n-hsw-h1:
1055       csit-dpdk-perf-verify-1908-3n-hsw:
1056         - 2   # NDRPDR sel
1057         - 3   # NDRPDR sel
1058         - 4   # NDRPDR sel
1059         - 5   # NDRPDR sel
1060         - 6   # NDRPDR sel
1061         - 7   # NDRPDR sel
1062         - 8   # NDRPDR sel
1063         - 9   # NDRPDR sel
1064         - 10  # NDRPDR sel
1065         - 11  # NDRPDR sel
1066     dpdk-performance-changes-3n-hsw-ref:
1067       csit-dpdk-perf-verify-2001-3n-hsw:
1068         - 4   # NDRPDR sel
1069         - 5   # NDRPDR sel
1070         - 6   # NDRPDR sel
1071         - 7   # NDRPDR sel
1072         - 8   # NDRPDR sel
1073         - 9   # NDRPDR sel
1074         - 10  # NDRPDR sel
1075         - 11  # NDRPDR sel
1076         - 12  # NDRPDR sel
1077         - 13  # NDRPDR sel
1078         - 15  # NDRPDR sel
1079         - 16  # NDRPDR sel
1080         - 17  # NDRPDR sel
1081         - 18  # NDRPDR sel
1082         - 19  # NDRPDR sel
1083         - 20  # NDRPDR sel
1084         - 21  # NDRPDR sel
1085         - 22  # NDRPDR sel
1086         - 23  # NDRPDR sel
1087         - 24  # NDRPDR sel
1088     dpdk-performance-changes-3n-hsw-cmp:
1089       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1090         - 5   # NDRPDR sel
1091         - 6   # NDRPDR sel
1092         - 7   # NDRPDR sel
1093         - 8   # NDRPDR sel
1094         - 9   # NDRPDR sel
1095         - 10  # NDRPDR sel
1096         - 11  # NDRPDR sel
1097         - 12  # NDRPDR sel
1098         - 13  # NDRPDR sel
1099         - 14  # NDRPDR sel
1100
1101     dpdk-performance-changes-3n-skx-h1:
1102       csit-dpdk-perf-verify-1908-3n-skx:
1103         - 3   # NDRPDR sel
1104         - 4   # NDRPDR sel
1105         - 5   # NDRPDR sel
1106         - 6   # NDRPDR sel
1107         - 7   # NDRPDR sel
1108         - 8   # NDRPDR sel
1109         - 9   # NDRPDR sel
1110         - 10  # NDRPDR sel
1111         - 11  # NDRPDR sel
1112         - 12  # NDRPDR sel
1113     dpdk-performance-changes-3n-skx-ref:
1114       csit-dpdk-perf-verify-2001-3n-skx:
1115         - 29  # NDRPDR sel xxv710
1116         - 33  # NDRPDR sel xxv710
1117         - 34  # NDRPDR sel xxv710
1118         - 35  # NDRPDR sel xxv710
1119         - 36  # NDRPDR sel xxv710
1120         - 37  # NDRPDR sel xxv710
1121         - 41  # NDRPDR sel xxv710
1122         - 42  # NDRPDR sel xxv710
1123         - 43  # NDRPDR sel xxv710
1124         - 45  # NDRPDR sel xxv710
1125         - 30  # NDRPDR sel x710
1126         - 31  # NDRPDR sel x710
1127         - 32  # NDRPDR sel x710
1128         - 38  # NDRPDR sel x710
1129         - 39  # NDRPDR sel x710
1130         - 40  # NDRPDR sel x710
1131         - 44  # NDRPDR sel x710
1132         - 46  # NDRPDR sel x710
1133         - 47  # NDRPDR sel x710
1134         - 48  # NDRPDR sel x710
1135     dpdk-performance-changes-3n-skx-cmp:
1136       csit-dpdk-perf-report-iterative-2005-3n-skx:
1137         - 4   # NDRPDR sel
1138         - 5   # NDRPDR sel
1139         - 6   # NDRPDR sel
1140         - 7   # NDRPDR sel
1141         - 8   # NDRPDR sel
1142         - 11  # NDRPDR sel
1143         - 12  # NDRPDR sel
1144         - 13  # NDRPDR sel
1145         - 14  # NDRPDR sel
1146         - 15  # NDRPDR sel
1147
1148     dpdk-performance-changes-2n-skx-h1:
1149       csit-dpdk-perf-verify-1908-2n-skx:
1150         - 2   # NDRPDR sel
1151         - 3   # NDRPDR sel
1152         - 4   # NDRPDR sel
1153         - 5   # NDRPDR sel
1154         - 7   # NDRPDR sel
1155         - 8   # NDRPDR sel
1156         - 9   # NDRPDR sel
1157         - 10  # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 12  # NDRPDR sel
1160     dpdk-performance-changes-2n-skx-ref:
1161       csit-dpdk-perf-verify-2001-2n-skx:
1162         - 35  # NDRPDR sel xxv710
1163         - 36  # NDRPDR sel xxv710
1164         - 37  # NDRPDR sel xxv710
1165         - 41  # NDRPDR sel xxv710
1166         - 42  # NDRPDR sel xxv710
1167         - 43  # NDRPDR sel xxv710
1168         - 46  # NDRPDR sel xxv710
1169         - 47  # NDRPDR sel xxv710
1170         - 52  # NDRPDR sel xxv710
1171         - 53  # NDRPDR sel xxv710
1172         - 38  # NDRPDR sel x710
1173         - 39  # NDRPDR sel x710
1174         - 40  # NDRPDR sel x710
1175         - 44  # NDRPDR sel x710
1176         - 45  # NDRPDR sel x710
1177         - 48  # NDRPDR sel x710
1178         - 49  # NDRPDR sel x710
1179         - 50  # NDRPDR sel x710
1180         - 51  # NDRPDR sel x710
1181         - 54  # NDRPDR sel x710
1182     dpdk-performance-changes-2n-skx-cmp:
1183       csit-dpdk-perf-report-iterative-2005-2n-skx:
1184         - 1   # NDRPDR sel
1185         - 2   # NDRPDR sel
1186         - 3   # NDRPDR sel
1187         - 4   # NDRPDR sel
1188         - 5   # NDRPDR sel
1189         - 6   # NDRPDR sel
1190         - 7   # NDRPDR sel
1191         - 8   # NDRPDR sel
1192         - 9   # NDRPDR sel
1193         - 10  # NDRPDR sel
1194
1195     dpdk-performance-changes-2n-clx-ref:
1196       csit-dpdk-perf-verify-2001-2n-clx:
1197         - 15  # NDRPDR sel
1198         - 16  # NDRPDR sel
1199         - 17  # NDRPDR sel
1200         - 18  # NDRPDR sel
1201         - 19  # NDRPDR sel
1202         - 20  # NDRPDR sel
1203         - 21  # NDRPDR sel
1204         - 22  # NDRPDR sel
1205         - 23  # NDRPDR sel
1206         - 24  # NDRPDR sel
1207         - 25  # NDRPDR sel
1208         - 26  # NDRPDR sel
1209         - 27  # NDRPDR sel
1210         - 28  # NDRPDR sel
1211         - 29  # NDRPDR sel
1212         - 30  # NDRPDR sel
1213         - 31  # NDRPDR sel
1214         - 32  # NDRPDR sel
1215         - 33  # NDRPDR sel
1216         - 34  # NDRPDR sel
1217     dpdk-performance-changes-2n-clx-cmp:
1218       csit-dpdk-perf-report-iterative-2005-2n-clx:
1219         - 1   # NDRPDR sel
1220         - 2   # NDRPDR sel
1221         - 3   # NDRPDR sel
1222         - 4   # NDRPDR sel
1223         - 5   # NDRPDR sel
1224         - 6   # NDRPDR sel
1225         - 7   # NDRPDR sel
1226         - 8   # NDRPDR sel
1227         - 9   # NDRPDR sel
1228         - 10  # NDRPDR sel
1229
1230     dpdk-performance-changes-2n-dnv-ref:
1231       csit-dpdk-perf-verify-2001-2n-dnv:
1232         - 9   # NDRPDR sel
1233         - 10  # NDRPDR sel
1234         - 11  # NDRPDR sel
1235         - 12  # NDRPDR sel
1236         - 13  # NDRPDR sel
1237         - 14  # NDRPDR sel
1238         - 15  # NDRPDR sel
1239         - 16  # NDRPDR sel
1240         - 17  # NDRPDR sel
1241         - 18  # NDRPDR sel
1242     dpdk-performance-changes-2n-dnv-cmp:
1243       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1244         - 8   # NDRPDR sel
1245         - 9   # NDRPDR sel
1246         - 10  # NDRPDR sel
1247         - 11  # NDRPDR sel
1248         - 12  # NDRPDR sel
1249         - 13  # NDRPDR sel
1250         - 14  # NDRPDR sel
1251         - 15  # NDRPDR sel
1252         - 16  # NDRPDR sel
1253         - 17  # NDRPDR sel
1254
1255     dpdk-performance-changes-3n-dnv-ref:
1256       csit-dpdk-perf-verify-2001-3n-dnv:
1257         - 12  # NDRPDR sel
1258         - 13  # NDRPDR sel
1259         - 14  # NDRPDR sel
1260         - 15  # NDRPDR sel
1261         - 16  # NDRPDR sel
1262         - 17  # NDRPDR sel
1263         - 18  # NDRPDR sel
1264         - 19  # NDRPDR sel
1265         - 20  # NDRPDR sel
1266         - 22  # NDRPDR sel
1267     dpdk-performance-changes-3n-dnv-cmp:
1268       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1269         - 6   # NDRPDR sel
1270         - 7   # NDRPDR sel
1271         - 8   # NDRPDR sel
1272         - 9   # NDRPDR sel
1273         - 10  # NDRPDR sel
1274         - 11  # NDRPDR sel
1275         - 12  # NDRPDR sel
1276         - 13  # NDRPDR sel
1277         - 14  # NDRPDR sel
1278         - 16  # NDRPDR sel
1279
1280     dpdk-performance-changes-3n-tsh-ref:
1281       csit-dpdk-perf-verify-2001-3n-tsh:
1282         - 3   # NDRPDR sel
1283         - 4   # NDRPDR sel
1284         - 5   # NDRPDR sel
1285         - 9   # NDRPDR sel
1286         - 10  # NDRPDR sel
1287         - 11  # NDRPDR sel
1288         - 12  # NDRPDR sel
1289         - 14  # NDRPDR sel
1290         - 15  # NDRPDR sel
1291         - 18  # NDRPDR sel
1292     dpdk-performance-changes-3n-tsh-cmp:
1293       # TODO: Add data:
1294       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1295         - 5   # NDRPDR sel
1296
1297     # Compare testbeds
1298
1299     vpp-compare-testbeds-ref:
1300       csit-vpp-perf-report-iterative-2005-3n-hsw:
1301         - 3   # NDRPDR sel
1302         - 4   # NDRPDR sel
1303         - 5   # NDRPDR sel
1304         - 10  # NDRPDR sel
1305         - 11  # NDRPDR sel
1306         - 12  # NDRPDR sel
1307         - 15  # NDRPDR sel
1308         - 16  # NDRPDR sel
1309     vpp-compare-testbeds-cmp:
1310       # TODO: Replace:
1311       # csit-vpp-perf-report-iterative-2005-3n-skx:
1312       csit-vpp-perf-verify-2001-3n-skx:
1313         - 69  # NDRPDR sel - new2001.0
1314         - 71  # NDRPDR sel - new2001.0
1315         - 72  # NDRPDR sel - new2001.0
1316         - 76  # NDRPDR sel - new2001.0
1317         - 77  # NDRPDR sel - new2001.0
1318         - 78  # NDRPDR sel - new2001.0
1319         - 80  # NDRPDR sel - new2001.0
1320
1321     vpp-compare-testbeds-skx-clx-ref:
1322       # TODO: Replace:
1323       # csit-vpp-perf-report-iterative-2005-2n-skx:
1324       csit-vpp-perf-verify-2001-2n-skx:
1325         - 143  # NDRPDR sel - new2001.0
1326         - 146  # NDRPDR sel - new2001.0
1327         - 147  # NDRPDR sel - new2001.0
1328         - 148  # NDRPDR sel - new2001.0
1329         - 149  # NDRPDR sel - new2001.0
1330         - 150  # NDRPDR sel - new2001.0
1331         - 151  # NDRPDR sel - new2001.0
1332         - 152  # NDRPDR sel - new2001.0
1333         - 153  # NDRPDR sel - new2001.0
1334         - 154  # NDRPDR sel - new2001.0
1335     vpp-compare-testbeds-skx-clx-cmp:
1336       # TODO: Replace:
1337       # csit-vpp-perf-report-iterative-2005-2n-clx:
1338       csit-vpp-perf-verify-2001-2n-clx:
1339         - 28  # NDRPDR sel
1340         - 29  # NDRPDR sel
1341         - 32  # NDRPDR sel
1342         - 40  # NDRPDR sel
1343         - 43  # NDRPDR sel
1344         - 44  # NDRPDR sel
1345         - 45  # NDRPDR sel
1346         - 47  # NDRPDR sel
1347         - 48  # NDRPDR sel
1348         - 49  # NDRPDR sel
1349
1350     vpp-compare-testbeds-hsw-clx-ref:
1351       csit-vpp-perf-report-iterative-2005-3n-hsw:
1352         - 3   # NDRPDR sel
1353         - 4   # NDRPDR sel
1354         - 5   # NDRPDR sel
1355         - 10  # NDRPDR sel
1356         - 11  # NDRPDR sel
1357         - 12  # NDRPDR sel
1358         - 15  # NDRPDR sel
1359         - 16  # NDRPDR sel
1360     vpp-compare-testbeds-hsw-clx-cmp:
1361       # TODO: Replace:
1362       # csit-vpp-perf-report-iterative-2005-2n-clx:
1363       csit-vpp-perf-verify-2001-2n-clx:
1364         - 28  # NDRPDR sel
1365         - 29  # NDRPDR sel
1366         - 32  # NDRPDR sel
1367         - 40  # NDRPDR sel
1368         - 43  # NDRPDR sel
1369         - 44  # NDRPDR sel
1370         - 45  # NDRPDR sel
1371         - 47  # NDRPDR sel
1372         - 48  # NDRPDR sel
1373         - 49  # NDRPDR sel
1374
1375     vpp-compare-testbeds-mrr-ref:
1376       csit-vpp-perf-report-iterative-2005-3n-hsw:
1377         - 13  # MRR
1378     vpp-compare-testbeds-mrr-cmp:
1379       # TODO: Replace:
1380       # csit-vpp-perf-report-iterative-2005-3n-skx:
1381       csit-vpp-perf-verify-2001-3n-skx:
1382         - 50  # MRR sel
1383         - 53  # MRR sel addition
1384
1385     vpp-compare-testbeds-mrr-skx-clx-ref:
1386       # TODO: Replace:
1387       # csit-vpp-perf-report-iterative-2005-2n-skx:
1388       csit-vpp-perf-verify-2001-2n-skx:
1389         - 101 # MRR sel
1390         - 128 # MRR sel addition
1391     vpp-compare-testbeds-mrr-skx-clx-cmp:
1392       # TODO: Replace:
1393       # csit-vpp-perf-report-iterative-2005-2n-clx:
1394       csit-vpp-perf-verify-2001-2n-clx:
1395         - 39  # MRR
1396
1397     vpp-compare-testbeds-mrr-hsw-clx-ref:
1398       csit-vpp-perf-report-iterative-2005-3n-hsw:
1399         - 13  # MRR
1400     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1401       # TODO: Replace:
1402       # csit-vpp-perf-report-iterative-2005-2n-clx:
1403       csit-vpp-perf-verify-2001-2n-clx:
1404         - 39  # MRR
1405
1406     dpdk-compare-testbeds-ref:
1407       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1408         - 5   # NDRPDR sel
1409         - 6   # NDRPDR sel
1410         - 7   # NDRPDR sel
1411         - 8   # NDRPDR sel
1412         - 9   # NDRPDR sel
1413         - 10  # NDRPDR sel
1414         - 11  # NDRPDR sel
1415         - 12  # NDRPDR sel
1416         - 13  # NDRPDR sel
1417         - 14  # NDRPDR sel
1418     dpdk-compare-testbeds-cmp:
1419       csit-dpdk-perf-report-iterative-2005-3n-skx:
1420         - 4   # NDRPDR sel
1421         - 5   # NDRPDR sel
1422         - 6   # NDRPDR sel
1423         - 7   # NDRPDR sel
1424         - 8   # NDRPDR sel
1425         - 11  # NDRPDR sel
1426         - 12  # NDRPDR sel
1427         - 13  # NDRPDR sel
1428         - 14  # NDRPDR sel
1429         - 15  # NDRPDR sel
1430
1431     dpdk-compare-testbeds-skx-clx-ref:
1432       csit-dpdk-perf-report-iterative-2005-2n-skx:
1433         - 1   # NDRPDR sel
1434         - 2   # NDRPDR sel
1435         - 3   # NDRPDR sel
1436         - 4   # NDRPDR sel
1437         - 5   # NDRPDR sel
1438         - 6   # NDRPDR sel
1439         - 7   # NDRPDR sel
1440         - 8   # NDRPDR sel
1441         - 9   # NDRPDR sel
1442         - 10  # NDRPDR sel
1443     dpdk-compare-testbeds-skx-clx-cmp:
1444       csit-dpdk-perf-report-iterative-2005-2n-clx:
1445         - 1   # NDRPDR sel
1446         - 2   # NDRPDR sel
1447         - 3   # NDRPDR sel
1448         - 4   # NDRPDR sel
1449         - 5   # NDRPDR sel
1450         - 6   # NDRPDR sel
1451         - 7   # NDRPDR sel
1452         - 8   # NDRPDR sel
1453         - 9   # NDRPDR sel
1454         - 10  # NDRPDR sel
1455
1456     # Compare topologies
1457
1458     vpp-compare-topologies-ref:
1459       # TODO: Replace:
1460       # csit-vpp-perf-report-iterative-2005-3n-skx:
1461       csit-vpp-perf-verify-2001-3n-skx:
1462         - 69  # NDRPDR sel - new2001.0
1463         - 71  # NDRPDR sel - new2001.0
1464         - 72  # NDRPDR sel - new2001.0
1465         - 76  # NDRPDR sel - new2001.0
1466         - 77  # NDRPDR sel - new2001.0
1467         - 78  # NDRPDR sel - new2001.0
1468         - 80  # NDRPDR sel - new2001.0
1469     vpp-compare-topologies-cmp:
1470       # TODO: Replace:
1471       # csit-vpp-perf-report-iterative-2005-2n-skx:
1472       csit-vpp-perf-verify-2001-2n-skx:
1473         - 143  # NDRPDR sel - new2001.0
1474         - 146  # NDRPDR sel - new2001.0
1475         - 147  # NDRPDR sel - new2001.0
1476         - 148  # NDRPDR sel - new2001.0
1477         - 149  # NDRPDR sel - new2001.0
1478         - 150  # NDRPDR sel - new2001.0
1479         - 151  # NDRPDR sel - new2001.0
1480         - 152  # NDRPDR sel - new2001.0
1481         - 153  # NDRPDR sel - new2001.0
1482         - 154  # NDRPDR sel - new2001.0
1483
1484     vpp-compare-topologies-mrr-ref:
1485       # TODO: Replace:
1486       # csit-vpp-perf-report-iterative-2005-3n-skx:
1487       csit-vpp-perf-verify-2001-3n-skx:
1488         - 50  # MRR sel
1489         - 53  # MRR sel addition
1490     vpp-compare-topologies-mrr-cmp:
1491       # TODO: Replace:
1492       # csit-vpp-perf-report-iterative-2005-2n-skx:
1493       csit-vpp-perf-verify-2001-2n-skx:
1494         - 101 # MRR sel
1495         - 128 # MRR sel addition
1496
1497     dpdk-compare-topologies-ref:
1498       csit-dpdk-perf-report-iterative-2005-3n-skx:
1499         - 4   # NDRPDR sel
1500         - 5   # NDRPDR sel
1501         - 6   # NDRPDR sel
1502         - 7   # NDRPDR sel
1503         - 8   # NDRPDR sel
1504         - 11  # NDRPDR sel
1505         - 12  # NDRPDR sel
1506         - 13  # NDRPDR sel
1507         - 14  # NDRPDR sel
1508         - 15  # NDRPDR sel
1509     dpdk-compare-topologies-cmp:
1510       csit-dpdk-perf-report-iterative-2005-2n-skx:
1511         - 1   # NDRPDR sel
1512         - 2   # NDRPDR sel
1513         - 3   # NDRPDR sel
1514         - 4   # NDRPDR sel
1515         - 5   # NDRPDR sel
1516         - 6   # NDRPDR sel
1517         - 7   # NDRPDR sel
1518         - 8   # NDRPDR sel
1519         - 9   # NDRPDR sel
1520         - 10  # NDRPDR sel
1521
1522   plot-layouts:
1523
1524     plot-soak-throughput:
1525       titlefont:
1526         size: 18
1527       xaxis:
1528         title: "<b>Test Cases [Index]</b>"
1529         titlefont:
1530           size: 16
1531         autorange: True
1532         fixedrange: False
1533         gridcolor: "rgb(230, 230, 230)"
1534         linecolor: "rgb(220, 220, 220)"
1535         linewidth: 1
1536         showgrid: True
1537         showline: True
1538         showticklabels: True
1539         tickcolor: "rgb(220, 220, 220)"
1540         tickmode: "linear"
1541         tickfont:
1542           size: 16
1543         zeroline: False
1544       yaxis:
1545         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1546         titlefont:
1547           size: 16
1548         gridcolor: "rgb(230, 230, 230)"
1549         hoverformat: ".4r"
1550         tickformat: ".3r"
1551         linecolor: "rgb(220, 220, 220)"
1552         linewidth: 1
1553         showgrid: True
1554         showline: True
1555         showticklabels: True
1556         tickcolor: "rgb(220, 220, 220)"
1557         tickfont:
1558           size: 16
1559         zeroline: False
1560         range: [0,50]
1561       autosize: False
1562       margin:
1563         t: 50
1564         b: 0
1565         l: 80
1566         r: 20
1567       showlegend: True
1568       legend:
1569         orientation: "h"
1570         font:
1571           size: 16
1572       width: 700
1573       height: 900
1574       paper_bgcolor: "#fff"
1575       plot_bgcolor: "#fff"
1576       hoverlabel:
1577         namelength: -1
1578
1579     plot-service-density:
1580       titlefont:
1581         size: 18
1582       xaxis:
1583         side: "top"
1584         autorange: True
1585         fixedrange: False
1586         showgrid: False
1587         showline: False
1588         showticklabels: False
1589         ticks: ""
1590         ticklen: 0
1591         tickwidth: 0
1592         zeroline: False
1593       yaxis:
1594         autorange: "reversed"
1595         showgrid: False
1596         showline: False
1597         showticklabels: False
1598         ticks: ""
1599         ticklen: 0
1600         tickwidth: 0
1601         zeroline: False
1602       showlegend: False
1603       paper_bgcolor: "#fff"
1604       plot_bgcolor: "#fff"
1605       width: 700
1606       height: 700
1607       hoverlabel:
1608         namelength: -1
1609
1610     plot-cps:
1611       titlefont:
1612         size: 18
1613       xaxis:
1614         title: "<b>Test Cases [Index]</b>"
1615         titlefont:
1616           size: 16
1617         autorange: True
1618         fixedrange: False
1619         gridcolor: "rgb(230, 230, 230)"
1620         linecolor: "rgb(220, 220, 220)"
1621         linewidth: 1
1622         showgrid: True
1623         showline: True
1624         showticklabels: True
1625         tickcolor: "rgb(220, 220, 220)"
1626         tickmode: "linear"
1627         tickfont:
1628           size: 16
1629         zeroline: False
1630       yaxis:
1631         title: "<b>Connections Per Second [cps]</b>"
1632         titlefont:
1633           size: 16
1634         gridcolor: "rgb(230, 230, 230)"
1635         hoverformat: ".4s"
1636         linecolor: "rgb(220, 220, 220)"
1637         linewidth: 1
1638         rangemode: "tozero"
1639         showgrid: True
1640         showline: True
1641         showticklabels: True
1642         tickcolor: "rgb(220, 220, 220)"
1643         tickformat: ".3s"
1644         tickfont:
1645           size: 16
1646         zeroline: False
1647       boxmode: "group"
1648       boxgroupgap: 0.5
1649       autosize: False
1650       margin:
1651         t: 50
1652         b: 20
1653         l: 80
1654         r: 20
1655       showlegend: True
1656       legend:
1657         orientation: "h"
1658         font:
1659           size: 16
1660       width: 700
1661       height: 800
1662       paper_bgcolor: "#fff"
1663       plot_bgcolor: "#fff"
1664       hoverlabel:
1665         namelength: -1
1666
1667     plot-rps:
1668       titlefont:
1669         size: 18
1670       xaxis:
1671         title: "<b>Test Cases [Index]</b>"
1672         titlefont:
1673           size: 16
1674         autorange: True
1675         fixedrange: False
1676         gridcolor: "rgb(230, 230, 230)"
1677         linecolor: "rgb(220, 220, 220)"
1678         linewidth: 1
1679         showgrid: True
1680         showline: True
1681         showticklabels: True
1682         tickcolor: "rgb(220, 220, 220)"
1683         tickmode: "linear"
1684         tickfont:
1685           size: 16
1686         zeroline: False
1687       yaxis:
1688         title: "<b>Requests Per Second [rps]</b>"
1689         titlefont:
1690           size: 16
1691         gridcolor: "rgb(230, 230, 230)"
1692         hoverformat: ".4s"
1693         linecolor: "rgb(220, 220, 220)"
1694         linewidth: 1
1695         rangemode: "tozero"
1696         showgrid: True
1697         showline: True
1698         showticklabels: True
1699         tickcolor: "rgb(230, 230, 230)"
1700         tickformat: ".3s"
1701         tickfont:
1702           size: 16
1703         zeroline: False
1704       boxmode: "group"
1705       boxgroupgap: 0.5
1706       autosize: False
1707       margin:
1708         t: 50
1709         b: 20
1710         l: 80
1711         r: 20
1712       showlegend: True
1713       legend:
1714         orientation: "h"
1715         font:
1716           size: 16
1717       width: 700
1718       height: 800
1719       paper_bgcolor: "#fff"
1720       plot_bgcolor: "#fff"
1721       hoverlabel:
1722         namelength: -1
1723
1724     plot-hoststack:
1725       titlefont:
1726         size: 16
1727       xaxis:
1728         title: "<b>Test Cases [Index]</b>"
1729         titlefont:
1730           size: 14
1731         autorange: True
1732         fixedrange: False
1733         gridcolor: "rgb(230, 230, 230)"
1734         linecolor: "rgb(220, 220, 220)"
1735         linewidth: 1
1736         showgrid: True
1737         showline: True
1738         showticklabels: True
1739         tickcolor: "rgb(220, 220, 220)"
1740         tickmode: "linear"
1741         tickfont:
1742           size: 14
1743         zeroline: False
1744       yaxis:
1745         title: "<b>Bandwidth [Gbps]</b>"
1746         titlefont:
1747           size: 14
1748         gridcolor: "rgb(230, 230, 230)"
1749         hoverformat: ".4s"
1750         linecolor: "rgb(220, 220, 220)"
1751         linewidth: 1
1752         rangemode: "tozero"
1753         showgrid: True
1754         showline: True
1755         showticklabels: True
1756         tickcolor: "rgb(230, 230, 230)"
1757         tickformat: ".3s"
1758         tickfont:
1759           size: 14
1760         zeroline: False
1761       boxmode: "group"
1762       boxgroupgap: 0.5
1763       autosize: False
1764       margin:
1765         t: 50
1766         b: 20
1767         l: 80
1768         r: 20
1769       showlegend: True
1770       legend:
1771         orientation: "h"
1772         font:
1773           size: 14
1774       width: 700
1775       height: 800
1776       paper_bgcolor: "#fff"
1777       plot_bgcolor: "#fff"
1778       hoverlabel:
1779         namelength: -1
1780
1781     plot-throughput:
1782       titlefont:
1783         size: 18
1784       xaxis:
1785         title: "<b>Test Cases [Index]</b>"
1786         titlefont:
1787           size: 16
1788         autorange: True
1789         fixedrange: False
1790         gridcolor: "rgb(230, 230, 230)"
1791         linecolor: "rgb(220, 220, 220)"
1792         linewidth: 1
1793         showgrid: True
1794         showline: True
1795         showticklabels: True
1796         tickcolor: "rgb(220, 220, 220)"
1797         tickmode: "linear"
1798         tickfont:
1799           size: 16
1800         zeroline: False
1801       yaxis:
1802         title: "<b>Packet Throughput [Mpps]</b>"
1803         titlefont:
1804           size: 16
1805         gridcolor: "rgb(230, 230, 230)"
1806         hoverformat: ".4r"
1807         tickformat: ".3r"
1808         linecolor: "rgb(220, 220, 220)"
1809         linewidth: 1
1810         showgrid: True
1811         showline: True
1812         showticklabels: True
1813         tickcolor: "rgb(220, 220, 220)"
1814         tickfont:
1815           size: 16
1816         zeroline: False
1817         range: [0,50]
1818       autosize: False
1819       margin:
1820         t: 50
1821         b: 0
1822         l: 80
1823         r: 20
1824       showlegend: True
1825       legend:
1826         orientation: "h"
1827         font:
1828           size: 16
1829       width: 700
1830       height: 900
1831       paper_bgcolor: "#fff"
1832       plot_bgcolor: "#fff"
1833       hoverlabel:
1834         namelength: -1
1835
1836     plot-throughput-speedup-analysis:
1837       titlefont:
1838         size: 18
1839       xaxis:
1840         title: "<b>Number of Cores [Qty]</b>"
1841         titlefont:
1842           size: 16
1843         autorange: True
1844         fixedrange: False
1845         gridcolor: "rgb(230, 230, 230)"
1846         linecolor: "rgb(220, 220, 220)"
1847         linewidth: 1
1848         showgrid: True
1849         showline: True
1850         showticklabels: True
1851         tickcolor: "rgb(238, 238, 238)"
1852         tickmode: "linear"
1853         tickfont:
1854           size: 16
1855         zeroline: False
1856       yaxis:
1857         title: "<b>Packet Throughput [Mpps]</b>"
1858         titlefont:
1859           size: 16
1860         type: "linear"
1861         gridcolor: "rgb(230, 230, 230)"
1862         hoverformat: ".4s"
1863         linecolor: "rgb(220, 220, 220)"
1864         linewidth: 1
1865         showgrid: True
1866         showline: True
1867         showticklabels: True
1868         tickcolor: "rgb(220, 220, 220)"
1869         tickformat: ".4s"
1870         tickfont:
1871           size: 16
1872         zeroline: True
1873         rangemode: "tozero"
1874         range: [0,100]
1875       legend:
1876         orientation: "h"
1877         font:
1878           size: 16
1879         xanchor: "left"
1880         yanchor: "top"
1881         x: 0
1882         y: -0.2
1883         bgcolor: "rgba(255, 255, 255, 0)"
1884         bordercolor: "rgba(255, 255, 255, 0)"
1885         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1886       autosize: False
1887       margin:
1888           't': 50
1889           'b': 150
1890           'l': 85
1891           'r': 10
1892       showlegend: True
1893       width: 700
1894       height: 700
1895       paper_bgcolor: "#fff"
1896       plot_bgcolor: "#fff"
1897       hoverlabel:
1898         namelength: -1
1899       annotations: [
1900         {
1901           text: "_ _          __          ...",
1902           align: "left",
1903           showarrow: False,
1904           xref: "paper",
1905           yref: "paper",
1906           xanchor: "left",
1907           yanchor: "top",
1908           x: 0,
1909           y: -0.13,
1910           font: {
1911             family: "Consolas, Courier New",
1912             size: 15
1913           },
1914         },
1915         {
1916           text: "    Perfect     Measured     Limit",
1917           align: "left",
1918           showarrow: False,
1919           xref: "paper",
1920           yref: "paper",
1921           xanchor: "left",
1922           yanchor: "top",
1923           x: 0,
1924           y: -0.15,
1925           font: {
1926             family: "Consolas, Courier New",
1927             size: 15
1928           },
1929         },
1930       ]
1931
1932     plot-latency:
1933       titlefont:
1934         size: 18
1935       xaxis:
1936         title: "<b>Direction</b>"
1937         titlefont:
1938           size: 16
1939         autorange: True
1940         fixedrange: False
1941         gridcolor: "rgb(230, 230, 230)"
1942         linecolor: "rgb(220, 220, 220)"
1943         linewidth: 1
1944         showgrid: True
1945         showline: True
1946         showticklabels: False
1947         tickcolor: "rgb(220, 220, 220)"
1948         tickmode: "linear"
1949         tickfont:
1950           size: 16
1951         zeroline: False
1952       yaxis:
1953         title: "<b>Packet Latency [uSec]</b>"
1954         titlefont:
1955           size: 16
1956         type: "linear"
1957         gridcolor: "rgb(230, 230, 230)"
1958         hoverformat: ".4s"
1959         linecolor: "rgb(220, 220, 220)"
1960         linewidth: 1
1961         showgrid: True
1962         showline: True
1963         showticklabels: True
1964         tickcolor: "rgb(220, 220, 220)"
1965         tickformat: ".4s"
1966         tickfont:
1967           size: 16
1968         zeroline: True
1969         rangemode: "tozero"
1970       legend:
1971         orientation: "h"
1972         font:
1973           size: 16
1974         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1975       autosize: False
1976       margin:
1977           't': 50
1978           'b': 150
1979           'l': 80
1980           'r': 10
1981       showlegend: True
1982       width: 700
1983       height: 700
1984       paper_bgcolor: "#fff"
1985       plot_bgcolor: "#fff"
1986       hoverlabel:
1987         namelength: -1
1988
1989     plot-hdrh-latency:
1990       title:
1991         text: ""
1992         xanchor: "center"
1993         x: 0.5
1994         font:
1995           size: 16
1996       width: 700
1997       plot_bgcolor: "white"
1998       annotations:
1999         - font:
2000             size: 14
2001           showarrow: False
2002           text: "<b>Packet Latency [uSec]</b>"
2003           x: 1
2004           xanchor: "right"
2005           xref: "paper"
2006           y: -0.045
2007           yanchor: "top"
2008           yref: "paper"
2009         - font:
2010             size: 14
2011           showarrow: False
2012           text: "<b>Probability [%]</b>"
2013           textangle: 270
2014           x: -0.06
2015           xanchor: "center"
2016           xref: "paper"
2017           y: 0.5
2018           yanchor: "middle"
2019           yref: "paper"
2020         - font:
2021             size: 14
2022           showarrow: False
2023           text: "<b>Direction: E-W</b>"
2024           x: 0.24
2025           xanchor: "center"
2026           xref: "paper"
2027           y: 1.05
2028           yanchor: "bottom"
2029           yref: "paper"
2030         - font:
2031             size: 14
2032           showarrow: False
2033           text: "<b>Direction: W-E</b>"
2034           x: 0.74
2035           xanchor: "center"
2036           xref: "paper"
2037           y: 1.05
2038           yanchor: "bottom"
2039           yref: "paper"
2040
2041     plot-hdrh-latency-percentile:
2042       title:
2043         text: ""
2044         xanchor: "center"
2045         x: 0.5
2046         font:
2047           size: 18
2048       xaxis:
2049         type: "log"
2050         title: "<b>Percentile [%]</b>"
2051         titlefont:
2052           size: 16
2053         autorange: True
2054         fixedrange: False
2055         gridcolor: "rgb(230, 230, 230)"
2056         linecolor: "rgb(220, 220, 220)"
2057         linewidth: 1
2058         showgrid: True
2059         showline: True
2060         showticklabels: True
2061         tickcolor: "rgb(220, 220, 220)"
2062         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2063         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2064         tickfont:
2065           size: 16
2066       yaxis:
2067         title: "<b>Packet Latency [uSec]</b>"
2068         titlefont:
2069           size: 16
2070         gridcolor: "rgb(230, 230, 230)"
2071         linecolor: "rgb(220, 220, 220)"
2072         linewidth: 1
2073         showgrid: True
2074         showline: True
2075         showticklabels: True
2076         tickcolor: "rgb(220, 220, 220)"
2077         tickfont:
2078           size: 16
2079       autosize: False
2080       showlegend: True
2081       legend:
2082         traceorder: "normal"
2083         orientation: "h"
2084         font:
2085           size: 16
2086         xanchor: "left"
2087         yanchor: "top"
2088         x: 0
2089         y: -0.15
2090         bgcolor: "rgba(255, 255, 255, 0)"
2091         bordercolor: "rgba(255, 255, 255, 0)"
2092       width: 700
2093       height: 700
2094       paper_bgcolor: "white"
2095       plot_bgcolor: "white"
2096
2097     plot-hdrh-latency-by-percentile:
2098       title:
2099         text: "<b>Latency by Percentile Distribution</b>"
2100         xanchor: "center"
2101         x: 0.5
2102         font:
2103           size: 18
2104       showlegend: True
2105       legend:
2106         traceorder: "normal"
2107         orientation: "h"
2108         font:
2109           size: 16
2110         xanchor: "left"
2111         yanchor: "top"
2112         x: 0
2113         y: -0.2
2114         bgcolor: "rgba(255, 255, 255, 0)"
2115         bordercolor: "rgba(255, 255, 255, 0)"
2116       xaxis:
2117         type: "linear"
2118         title: "<b>Percentile [%]</b>"
2119         titlefont:
2120           size: 14
2121         autorange: False
2122         fixedrange: False
2123         range: [0, 100]
2124         gridcolor: "rgb(230, 230, 230)"
2125         linecolor: "rgb(220, 220, 220)"
2126         linewidth: 1
2127         showgrid: True
2128         showline: True
2129         showticklabels: True
2130         tickcolor: "rgb(220, 220, 220)"
2131         tickvals: [0, 25, 50, 75, 100]
2132         ticktext: [0, 25, 50, 75, 100]
2133         tickfont:
2134           size: 14
2135       yaxis:
2136         title: "<b>One-Way Latency per Direction [uSec]</b>"
2137         titlefont:
2138           size: 14
2139         gridcolor: "rgb(230, 230, 230)"
2140         linecolor: "rgb(220, 220, 220)"
2141         linewidth: 1
2142         showgrid: True
2143         showline: True
2144         showticklabels: True
2145         tickcolor: "rgb(220, 220, 220)"
2146         tickfont:
2147           size: 14
2148       width: 700
2149       height: 700
2150       paper_bgcolor: "white"
2151       plot_bgcolor: "white"
2152
2153 - type: "static"
2154   src-path: "{DIR[RST]}"
2155   dst-path: "{DIR[WORKING,SRC]}"
2156
2157 - type: "input"
2158   general:
2159     file-name: "output_info.xml.gz"
2160     file-format: ".gz"
2161     arch-file-format:
2162       - ".gz"
2163       - ".zip"
2164     download-path: "{job}/{build}/archives/{filename}"
2165     extract: "output.xml"
2166
2167     zip-file-name: "robot-plugin.zip"
2168     zip-file-format: ".zip"
2169     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2170     zip-extract: "robot-plugin/output.xml"
2171
2172   builds:
2173
2174     csit-vpp-perf-verify-1908-3n-hsw:
2175       - 12  # NDRPDR sel
2176       - 13  # NDRPDR sel
2177       - 14  # NDRPDR sel
2178       - 15  # NDRPDR sel
2179       - 16  # NDRPDR sel
2180       - 17  # NDRPDR sel
2181       - 18  # NDRPDR sel
2182       - 19  # NDRPDR sel
2183       - 20  # NDRPDR sel
2184       - 21  # NDRPDR sel
2185       - 48  # NDRPDR sel vhost
2186       - 49  # NDRPDR sel vhost
2187       - 52  # NDRPDR sel vhost
2188       - 53  # NDRPDR sel vhost
2189       - 54  # NDRPDR sel vhost
2190       - 55  # NDRPDR sel vhost
2191       - 56  # NDRPDR sel vhost
2192       - 57  # NDRPDR sel vhost
2193       - 58  # NDRPDR sel vhost
2194       - 59  # NDRPDR sel vhost
2195       - 39  # MRR sel
2196     csit-vpp-perf-verify-2001-3n-hsw:
2197       - 21  # NDRPDR sel
2198       - 22  # NDRPDR sel
2199       - 23  # NDRPDR sel
2200       - 24  # NDRPDR sel
2201       - 25  # NDRPDR sel
2202       - 29  # NDRPDR sel
2203       - 30  # NDRPDR sel
2204       - 31  # NDRPDR sel
2205       - 32  # NDRPDR sel
2206       - 34  # NDRPDR sel
2207       - 17  # MRR sel
2208       - 103  # hoststack REMOVE
2209     csit-vpp-perf-report-iterative-2005-3n-hsw:
2210       - 3   # NDRPDR sel
2211       - 4   # NDRPDR sel
2212       - 5   # NDRPDR sel
2213       - 10  # NDRPDR sel
2214       - 11  # NDRPDR sel
2215       - 12  # NDRPDR sel
2216       - 15  # NDRPDR sel
2217       - 16  # NDRPDR sel
2218       - 13  # MRR
2219
2220     csit-vpp-perf-verify-1908_1-3n-skx:
2221       - 26  # NDRPDR sel - new1908.1
2222       - 27  # NDRPDR sel - new1908.1
2223       - 28  # NDRPDR sel - new1908.1
2224       - 29  # NDRPDR sel - new1908.1
2225       - 30  # NDRPDR sel - new1908.1
2226       - 31  # NDRPDR sel - new1908.1
2227       - 33  # NDRPDR sel - new1908.1
2228       - 34  # NDRPDR sel - new1908.1
2229       - 35  # NDRPDR sel - new1908.1
2230       - 36  # NDRPDR sel - new1908.1
2231     csit-vpp-perf-verify-2001-3n-skx:
2232       - 69  # NDRPDR sel - new2001.0
2233       - 71  # NDRPDR sel - new2001.0
2234       - 72  # NDRPDR sel - new2001.0
2235       - 76  # NDRPDR sel - new2001.0
2236       - 77  # NDRPDR sel - new2001.0
2237       - 78  # NDRPDR sel - new2001.0
2238       - 80  # NDRPDR sel - new2001.0
2239       - 50  # MRR sel
2240       - 53  # MRR sel addition
2241     # TODO: Add data:
2242     # csit-vpp-perf-report-iterative-2005-3n-skx:
2243
2244     csit-vpp-perf-verify-1908_1-2n-skx:
2245       - 39  # NDRPDR sel - new1908.1
2246       - 40  # NDRPDR sel - new1908.1
2247       - 41  # NDRPDR sel - new1908.1
2248       - 43  # NDRPDR sel - new1908.1
2249       - 44  # NDRPDR sel - new1908.1
2250       - 45  # NDRPDR sel - new1908.1
2251       - 46  # NDRPDR sel - new1908.1
2252       - 47  # NDRPDR sel - new1908.1
2253       - 48  # NDRPDR sel - new1908.1
2254       - 49  # NDRPDR sel - new1908.1
2255     csit-vpp-perf-verify-2001-2n-skx:
2256       - 143  # NDRPDR sel - new2001.0
2257       - 146  # NDRPDR sel - new2001.0
2258       - 147  # NDRPDR sel - new2001.0
2259       - 148  # NDRPDR sel - new2001.0
2260       - 149  # NDRPDR sel - new2001.0
2261       - 150  # NDRPDR sel - new2001.0
2262       - 151  # NDRPDR sel - new2001.0
2263       - 152  # NDRPDR sel - new2001.0
2264       - 153  # NDRPDR sel - new2001.0
2265       - 154  # NDRPDR sel - new2001.0
2266       - 101  # MRR sel - old
2267       - 128  # MRR sel addition - old
2268       - 169  # Reconf REMOVE
2269       - 181  # Soak REMOVE
2270       - 182  # Soak REMOVE
2271     # TODO: Add data:
2272     # csit-vpp-perf-report-iterative-2005-2n-skx:
2273
2274     csit-vpp-perf-verify-1908_1-2n-clx:
2275       - 5  # NDRPDR sel
2276       - 6  # NDRPDR sel
2277       - 7  # NDRPDR sel
2278       - 8  # NDRPDR sel
2279       - 9  # NDRPDR sel
2280     csit-vpp-perf-verify-2001-2n-clx:
2281       - 28  # NDRPDR sel
2282       - 29  # NDRPDR sel
2283       - 32  # NDRPDR sel
2284       - 40  # NDRPDR sel
2285       - 43  # NDRPDR sel
2286       - 44  # NDRPDR sel
2287       - 45  # NDRPDR sel
2288       - 47  # NDRPDR sel
2289       - 48  # NDRPDR sel
2290       - 49  # NDRPDR sel
2291       - 39  # MRR
2292       - 68  # Reconf REMOVE
2293       - 80  # TCP REMOVE
2294       - 93  # Soak REMOVE
2295       - 94  # Soak REMOVE
2296     # TODO: Add data:
2297     # csit-vpp-perf-report-iterative-2005-2n-clx:
2298
2299     csit-vpp-perf-verify-1908-3n-tsh:
2300       - 7   # NDRPDR sel
2301       - 8   # NDRPDR sel
2302       - 9   # NDRPDR sel
2303       - 10  # NDRPDR sel
2304       - 11  # NDRPDR sel
2305       - 12  # NDRPDR sel
2306       - 13  # NDRPDR sel
2307       - 14  # NDRPDR sel
2308       - 15  # NDRPDR sel
2309       - 16  # NDRPDR sel
2310       - 17  # MRR sel
2311     csit-vpp-perf-verify-2001-3n-tsh:
2312       - 3   # NDRPDR sel
2313       - 4   # NDRPDR sel
2314       - 7   # NDRPDR sel
2315       - 8   # NDRPDR sel
2316       - 10  # NDRPDR sel
2317       - 12  # NDRPDR sel
2318       - 13  # NDRPDR sel
2319       - 14  # NDRPDR sel
2320       - 15  # NDRPDR sel
2321       - 21  # NDRPDR sel
2322       - 9   # MRR sel
2323     # TODO: Add data:
2324     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2325
2326     csit-vpp-perf-verify-1908-3n-dnv:
2327       - 6   # NDRPDR sel
2328       - 7   # NDRPDR sel
2329       - 8   # NDRPDR sel
2330       - 9   # NDRPDR sel
2331       - 10  # NDRPDR sel
2332       - 12  # NDRPDR sel
2333       - 13  # NDRPDR sel
2334       - 14  # NDRPDR sel
2335       - 15  # NDRPDR sel
2336       - 16  # NDRPDR sel
2337       - 17  # MRR sel
2338     csit-vpp-perf-verify-2001-3n-dnv:
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       - 12  # NDRPDR sel
2346       - 16  # NDRPDR sel
2347       - 17  # NDRPDR sel
2348       - 18  # NDRPDR sel
2349       - 11  # MRR sel
2350     # TODO: Add data:
2351     csit-vpp-perf-report-iterative-2005-3n-dnv:
2352       - 2   # NDRPDR sel
2353       - 3   # NDRPDR sel
2354       - 4   # NDRPDR sel
2355       - 5   # NDRPDR sel
2356       - 6   # NDRPDR sel
2357       - 7   # NDRPDR sel
2358       - 8   # MRR
2359
2360     csit-vpp-perf-verify-1908-2n-dnv:
2361       - 1   # NDRPDR sel
2362       - 2   # NDRPDR sel
2363       - 3   # NDRPDR sel
2364       - 4   # NDRPDR sel
2365       - 5   # NDRPDR sel
2366       - 6   # NDRPDR sel
2367       - 7   # NDRPDR sel
2368       - 8   # NDRPDR sel
2369       - 9   # NDRPDR sel
2370       - 10  # NDRPDR sel
2371       - 11  # MRR sel
2372     csit-vpp-perf-verify-2001-2n-dnv:
2373       - 4   # NDRPDR sel
2374       - 5   # NDRPDR sel
2375       - 6   # NDRPDR sel
2376       - 7   # NDRPDR sel
2377       - 8   # NDRPDR sel
2378       - 9   # NDRPDR sel
2379       - 10  # NDRPDR sel
2380       - 11  # NDRPDR sel
2381       - 13  # NDRPDR sel
2382       - 16  # NDRPDR sel
2383       - 12  # MRR sel
2384     csit-vpp-perf-report-iterative-2005-2n-dnv:
2385       - 3   # NDRPDR sel
2386       - 6   # NDRPDR sel
2387       - 7   # NDRPDR sel
2388       - 8   # NDRPDR sel
2389       - 9   # NDRPDR sel
2390       - 10  # NDRPDR sel
2391       - 11  # NDRPDR sel
2392       - 12  # NDRPDR sel
2393       - 13  # NDRPDR sel
2394       - 14  # NDRPDR sel
2395
2396     csit-dpdk-perf-verify-1908-3n-hsw:
2397       - 2   # NDRPDR sel
2398       - 3   # NDRPDR sel
2399       - 4   # NDRPDR sel
2400       - 5   # NDRPDR sel
2401       - 6   # NDRPDR sel
2402       - 7   # NDRPDR sel
2403       - 8   # NDRPDR sel
2404       - 9   # NDRPDR sel
2405       - 10  # NDRPDR sel
2406       - 11  # NDRPDR sel
2407     csit-dpdk-perf-verify-2001-3n-hsw:
2408       - 4   # NDRPDR sel
2409       - 5   # NDRPDR sel
2410       - 6   # NDRPDR sel
2411       - 7   # NDRPDR sel
2412       - 8   # NDRPDR sel
2413       - 9   # NDRPDR sel
2414       - 10  # NDRPDR sel
2415       - 11  # NDRPDR sel
2416       - 12  # NDRPDR sel
2417       - 13  # NDRPDR sel
2418       - 15  # NDRPDR sel
2419       - 16  # NDRPDR sel
2420       - 17  # NDRPDR sel
2421       - 18  # NDRPDR sel
2422       - 19  # NDRPDR sel
2423       - 20  # NDRPDR sel
2424       - 21  # NDRPDR sel
2425       - 22  # NDRPDR sel
2426       - 23  # NDRPDR sel
2427       - 24  # NDRPDR sel
2428     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2429       - 5   # NDRPDR sel
2430       - 6   # NDRPDR sel
2431       - 7   # NDRPDR sel
2432       - 8   # NDRPDR sel
2433       - 9   # NDRPDR sel
2434       - 10  # NDRPDR sel
2435       - 11  # NDRPDR sel
2436       - 12  # NDRPDR sel
2437       - 13  # NDRPDR sel
2438       - 14  # NDRPDR sel
2439
2440     csit-dpdk-perf-verify-1908-3n-skx:
2441       - 3   # NDRPDR sel
2442       - 4   # NDRPDR sel
2443       - 5   # NDRPDR sel
2444       - 6   # NDRPDR sel
2445       - 7   # NDRPDR sel
2446       - 8   # NDRPDR sel
2447       - 9   # NDRPDR sel
2448       - 10  # NDRPDR sel
2449       - 11  # NDRPDR sel
2450       - 12  # NDRPDR sel
2451     csit-dpdk-perf-verify-2001-3n-skx:
2452       - 29  # NDRPDR sel xxv710
2453       - 33  # NDRPDR sel xxv710
2454       - 34  # NDRPDR sel xxv710
2455       - 35  # NDRPDR sel xxv710
2456       - 36  # NDRPDR sel xxv710
2457       - 37  # NDRPDR sel xxv710
2458       - 41  # NDRPDR sel xxv710
2459       - 42  # NDRPDR sel xxv710
2460       - 43  # NDRPDR sel xxv710
2461       - 45  # NDRPDR sel xxv710
2462       - 30  # NDRPDR sel x710
2463       - 31  # NDRPDR sel x710
2464       - 32  # NDRPDR sel x710
2465       - 38  # NDRPDR sel x710
2466       - 39  # NDRPDR sel x710
2467       - 40  # NDRPDR sel x710
2468       - 44  # NDRPDR sel x710
2469       - 46  # NDRPDR sel x710
2470       - 47  # NDRPDR sel x710
2471       - 48  # NDRPDR sel x710
2472     csit-dpdk-perf-report-iterative-2005-3n-skx:
2473       - 4   # NDRPDR sel
2474       - 5   # NDRPDR sel
2475       - 6   # NDRPDR sel
2476       - 7   # NDRPDR sel
2477       - 8   # NDRPDR sel
2478       - 11  # NDRPDR sel
2479       - 12  # NDRPDR sel
2480       - 13  # NDRPDR sel
2481       - 14  # NDRPDR sel
2482       - 15  # NDRPDR sel
2483
2484     csit-dpdk-perf-verify-1908-2n-skx:
2485       - 2   # NDRPDR sel
2486       - 3   # NDRPDR sel
2487       - 4   # NDRPDR sel
2488       - 5   # NDRPDR sel
2489       - 7   # NDRPDR sel
2490       - 8   # NDRPDR sel
2491       - 9   # NDRPDR sel
2492       - 10  # NDRPDR sel
2493       - 11  # NDRPDR sel
2494       - 12  # NDRPDR sel
2495     csit-dpdk-perf-verify-2001-2n-skx:
2496       - 35  # NDRPDR sel xxv710
2497       - 36  # NDRPDR sel xxv710
2498       - 37  # NDRPDR sel xxv710
2499       - 41  # NDRPDR sel xxv710
2500       - 42  # NDRPDR sel xxv710
2501       - 43  # NDRPDR sel xxv710
2502       - 46  # NDRPDR sel xxv710
2503       - 47  # NDRPDR sel xxv710
2504       - 52  # NDRPDR sel xxv710
2505       - 53  # NDRPDR sel xxv710
2506       - 38  # NDRPDR sel x710
2507       - 39  # NDRPDR sel x710
2508       - 40  # NDRPDR sel x710
2509       - 44  # NDRPDR sel x710
2510       - 45  # NDRPDR sel x710
2511       - 48  # NDRPDR sel x710
2512       - 49  # NDRPDR sel x710
2513       - 50  # NDRPDR sel x710
2514       - 51  # NDRPDR sel x710
2515       - 54  # NDRPDR sel x710
2516     csit-dpdk-perf-report-iterative-2005-2n-skx:
2517       - 1   # NDRPDR sel
2518       - 2   # NDRPDR sel
2519       - 3   # NDRPDR sel
2520       - 4   # NDRPDR sel
2521       - 5   # NDRPDR sel
2522       - 6   # NDRPDR sel
2523       - 7   # NDRPDR sel
2524       - 8   # NDRPDR sel
2525       - 9   # NDRPDR sel
2526       - 10  # NDRPDR sel
2527
2528     csit-dpdk-perf-verify-2001-2n-clx:
2529       - 15  # NDRPDR sel
2530       - 16  # NDRPDR sel
2531       - 17  # NDRPDR sel
2532       - 18  # NDRPDR sel
2533       - 19  # NDRPDR sel
2534       - 20  # NDRPDR sel
2535       - 21  # NDRPDR sel
2536       - 22  # NDRPDR sel
2537       - 23  # NDRPDR sel
2538       - 24  # NDRPDR sel
2539       - 25  # NDRPDR sel
2540       - 26  # NDRPDR sel
2541       - 27  # NDRPDR sel
2542       - 28  # NDRPDR sel
2543       - 29  # NDRPDR sel
2544       - 30  # NDRPDR sel
2545       - 31  # NDRPDR sel
2546       - 32  # NDRPDR sel
2547       - 33  # NDRPDR sel
2548       - 34  # NDRPDR sel
2549     csit-dpdk-perf-report-iterative-2005-2n-clx:
2550       - 1   # NDRPDR sel
2551       - 2   # NDRPDR sel
2552       - 3   # NDRPDR sel
2553       - 4   # NDRPDR sel
2554       - 5   # NDRPDR sel
2555       - 6   # NDRPDR sel
2556       - 7   # NDRPDR sel
2557       - 8   # NDRPDR sel
2558       - 9   # NDRPDR sel
2559       - 10  # NDRPDR sel
2560
2561     csit-dpdk-perf-verify-2001-2n-dnv:
2562       - 9   # NDRPDR sel
2563       - 10  # NDRPDR sel
2564       - 11  # NDRPDR sel
2565       - 12  # NDRPDR sel
2566       - 13  # NDRPDR sel
2567       - 14  # NDRPDR sel
2568       - 15  # NDRPDR sel
2569       - 16  # NDRPDR sel
2570       - 17  # NDRPDR sel
2571       - 18  # NDRPDR sel
2572     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2573       - 8   # NDRPDR sel
2574       - 9   # NDRPDR sel
2575       - 10  # NDRPDR sel
2576       - 11  # NDRPDR sel
2577       - 12  # NDRPDR sel
2578       - 13  # NDRPDR sel
2579       - 14  # NDRPDR sel
2580       - 15  # NDRPDR sel
2581       - 16  # NDRPDR sel
2582       - 17  # NDRPDR sel
2583
2584     csit-dpdk-perf-verify-2001-3n-dnv:
2585       - 12  # NDRPDR sel
2586       - 13  # NDRPDR sel
2587       - 14  # NDRPDR sel
2588       - 15  # NDRPDR sel
2589       - 16  # NDRPDR sel
2590       - 17  # NDRPDR sel
2591       - 18  # NDRPDR sel
2592       - 19  # NDRPDR sel
2593       - 20  # NDRPDR sel
2594       - 22  # NDRPDR sel
2595     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2596       - 6   # NDRPDR sel
2597       - 7   # NDRPDR sel
2598       - 8   # NDRPDR sel
2599       - 9   # NDRPDR sel
2600       - 10  # NDRPDR sel
2601       - 11  # NDRPDR sel
2602       - 12  # NDRPDR sel
2603       - 13  # NDRPDR sel
2604       - 14  # NDRPDR sel
2605       - 16  # NDRPDR sel
2606
2607     csit-dpdk-perf-verify-2001-3n-tsh:
2608       - 3   # NDRPDR sel
2609       - 4   # NDRPDR sel
2610       - 5   # NDRPDR sel
2611       - 9   # NDRPDR sel
2612       - 10  # NDRPDR sel
2613       - 11  # NDRPDR sel
2614       - 12  # NDRPDR sel
2615       - 14  # NDRPDR sel
2616       - 15  # NDRPDR sel
2617       - 18  # NDRPDR sel
2618     # TODO: Add data:
2619     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2620       - 5   # NDRPDR sel
2621
2622     csit-vpp-device-2005-ubuntu1804-1n-skx:
2623       - 35
2624
2625 - type: "output"
2626   output: "report"
2627   format:
2628     html:
2629     - full
2630 #    pdf:
2631 #    - minimal
2632
2633 ################################################################################
2634 ###                               T A B L E S                                ###
2635 ################################################################################
2636
2637 # VPP Soak vs NDR - 2n-skx
2638 - type: "table"
2639   title: "VPP Soak vs NDR 2n-skx"
2640   algorithm: "table_soak_vs_ndr"
2641   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2642   reference:
2643     title: "NDR"
2644     data: "vpp-soak-vs-ndr-2n-skx-ref"
2645   compare:
2646     title: "Soak"
2647     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2648   data: "vpp-soak-vs-ndr-2n-skx"
2649   include-tests: "NDR"
2650   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2651   parameters:
2652     - "throughput"
2653     - "name"
2654     - "parent"
2655
2656 # VPP Soak vs NDR - 2n-clx
2657 - type: "table"
2658   title: "VPP Soak vs NDR 2n-clx"
2659   algorithm: "table_soak_vs_ndr"
2660   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2661   reference:
2662     title: "NDR"
2663     data: "vpp-soak-vs-ndr-2n-clx-ref"
2664   compare:
2665     title: "Soak"
2666     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2667   data: "vpp-soak-vs-ndr-2n-clx"
2668   include-tests: "NDR"
2669   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2670   parameters:
2671     - "throughput"
2672     - "name"
2673     - "parent"
2674
2675 ################################################################################
2676
2677 # VPP Compare NICs 3n-skx 2t1c ndr
2678 - type: "table"
2679   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2680   algorithm: "table_comparison"
2681   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2683   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2684   columns:
2685     - title: "x710"
2686       data-set: "vpp-nic-comparison-3n-skx"
2687       tag: "NIC_Intel-X710"
2688     - title: "xxv710"
2689       data-set: "vpp-nic-comparison-3n-skx"
2690       tag: "NIC_Intel-XXV710"
2691   comparisons:
2692     - title: "Diff"
2693       reference: 1
2694       compare: 2
2695   legend:
2696     - "Legend to Table:"
2697     - "x710, xxv710 - NICs tested."
2698     - "Diff - difference between x710 and xxv710 NIC."
2699
2700 # VPP Compare NICs 3n-skx 4t2c ndr
2701 - type: "table"
2702   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2703   algorithm: "table_comparison"
2704   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2705   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2706   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2707   columns:
2708     - title: "x710"
2709       data-set: "vpp-nic-comparison-3n-skx"
2710       tag: "NIC_Intel-X710"
2711     - title: "xxv710"
2712       data-set: "vpp-nic-comparison-3n-skx"
2713       tag: "NIC_Intel-XXV710"
2714   comparisons:
2715     - title: "Diff"
2716       reference: 1
2717       compare: 2
2718   legend:
2719     - "Legend to Table:"
2720     - "x710, xxv710 - NICs tested."
2721     - "Diff - difference between x710 and xxv710 NIC."
2722
2723 # VPP Compare NICs 3n-skx 2t1c pdr
2724 - type: "table"
2725   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2726   algorithm: "table_comparison"
2727   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2728   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2729   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2730   columns:
2731     - title: "x710"
2732       data-set: "vpp-nic-comparison-3n-skx"
2733       tag: "NIC_Intel-X710"
2734     - title: "xxv710"
2735       data-set: "vpp-nic-comparison-3n-skx"
2736       tag: "NIC_Intel-XXV710"
2737   comparisons:
2738     - title: "Diff"
2739       reference: 1
2740       compare: 2
2741   legend:
2742     - "Legend to Table:"
2743     - "x710, xxv710 - NICs tested."
2744     - "Diff - difference between x710 and xxv710 NIC."
2745
2746 # VPP Compare NICs 3n-skx 4t2c pdr
2747 - type: "table"
2748   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2749   algorithm: "table_comparison"
2750   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2751   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2752   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2753   columns:
2754     - title: "x710"
2755       data-set: "vpp-nic-comparison-3n-skx"
2756       tag: "NIC_Intel-X710"
2757     - title: "xxv710"
2758       data-set: "vpp-nic-comparison-3n-skx"
2759       tag: "NIC_Intel-XXV710"
2760   comparisons:
2761     - title: "Diff"
2762       reference: 1
2763       compare: 2
2764   legend:
2765     - "Legend to Table:"
2766     - "x710, xxv710 - NICs tested."
2767     - "Diff - difference between x710 and xxv710 NIC."
2768
2769 # VPP Compare NICs 3n-skx 2t1c mrr
2770 - type: "table"
2771   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2772   algorithm: "table_comparison"
2773   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2774   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2775   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2776   columns:
2777     - title: "x710"
2778       data-set: "vpp-nic-comparison-3n-skx-mrr"
2779       tag: "NIC_Intel-X710"
2780     - title: "xxv710"
2781       data-set: "vpp-nic-comparison-3n-skx-mrr"
2782       tag: "NIC_Intel-XXV710"
2783   comparisons:
2784     - title: "Diff"
2785       reference: 1
2786       compare: 2
2787   legend:
2788     - "Legend to Table:"
2789     - "x710, xxv710 - NICs tested."
2790     - "Diff - difference between x710 and xxv710 NIC."
2791
2792 # VPP Compare NICs 3n-skx 4t2c mrr
2793 - type: "table"
2794   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2795   algorithm: "table_comparison"
2796   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2797   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2798   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2799   columns:
2800     - title: "x710"
2801       data-set: "vpp-nic-comparison-3n-skx-mrr"
2802       tag: "NIC_Intel-X710"
2803     - title: "xxv710"
2804       data-set: "vpp-nic-comparison-3n-skx-mrr"
2805       tag: "NIC_Intel-XXV710"
2806   comparisons:
2807     - title: "Diff"
2808       reference: 1
2809       compare: 2
2810   legend:
2811     - "Legend to Table:"
2812     - "x710, xxv710 - NICs tested."
2813     - "Diff - difference between x710 and xxv710 NIC."
2814
2815 # VPP Compare NICs 3n-skx 8t4c mrr
2816 - type: "table"
2817   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2818   algorithm: "table_comparison"
2819   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2820   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2821   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2822   columns:
2823     - title: "x710"
2824       data-set: "vpp-nic-comparison-3n-skx-mrr"
2825       tag: "NIC_Intel-X710"
2826     - title: "xxv710"
2827       data-set: "vpp-nic-comparison-3n-skx-mrr"
2828       tag: "NIC_Intel-XXV710"
2829   comparisons:
2830     - title: "Diff"
2831       reference: 1
2832       compare: 2
2833   legend:
2834     - "Legend to Table:"
2835     - "x710, xxv710 - NICs tested."
2836     - "Diff - difference between x710 and xxv710 NIC."
2837
2838 # VPP Compare NICs 2n-skx 2t1c ndr
2839 - type: "table"
2840   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2841   algorithm: "table_comparison"
2842   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2843   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2844   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2845   columns:
2846     - title: "x710"
2847       data-set: "vpp-nic-comparison-2n-skx"
2848       tag: "NIC_Intel-X710"
2849     - title: "xxv710"
2850       data-set: "vpp-nic-comparison-2n-skx"
2851       tag: "NIC_Intel-XXV710"
2852   comparisons:
2853     - title: "Diff"
2854       reference: 1
2855       compare: 2
2856   legend:
2857     - "Legend to Table:"
2858     - "x710, xxv710 - NICs tested."
2859     - "Diff - difference between x710 and xxv710 NIC."
2860
2861 # VPP Compare NICs 2n-skx 4t2c ndr
2862 - type: "table"
2863   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2864   algorithm: "table_comparison"
2865   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2866   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2867   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2868   columns:
2869     - title: "x710"
2870       data-set: "vpp-nic-comparison-2n-skx"
2871       tag: "NIC_Intel-X710"
2872     - title: "xxv710"
2873       data-set: "vpp-nic-comparison-2n-skx"
2874       tag: "NIC_Intel-XXV710"
2875   comparisons:
2876     - title: "Diff"
2877       reference: 1
2878       compare: 2
2879   legend:
2880     - "Legend to Table:"
2881     - "x710, xxv710 - NICs tested."
2882     - "Diff - difference between x710 and xxv710 NIC."
2883
2884 # VPP Compare NICs 2n-skx 2t1c pdr
2885 - type: "table"
2886   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2887   algorithm: "table_comparison"
2888   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2889   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2890   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2891   columns:
2892     - title: "x710"
2893       data-set: "vpp-nic-comparison-2n-skx"
2894       tag: "NIC_Intel-X710"
2895     - title: "xxv710"
2896       data-set: "vpp-nic-comparison-2n-skx"
2897       tag: "NIC_Intel-XXV710"
2898   comparisons:
2899     - title: "Diff"
2900       reference: 1
2901       compare: 2
2902   legend:
2903     - "Legend to Table:"
2904     - "x710, xxv710 - NICs tested."
2905     - "Diff - difference between x710 and xxv710 NIC."
2906
2907 # VPP Compare NICs 2n-skx 4t2c pdr
2908 - type: "table"
2909   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2910   algorithm: "table_comparison"
2911   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2912   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2913   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2914   columns:
2915     - title: "x710"
2916       data-set: "vpp-nic-comparison-2n-skx"
2917       tag: "NIC_Intel-X710"
2918     - title: "xxv710"
2919       data-set: "vpp-nic-comparison-2n-skx"
2920       tag: "NIC_Intel-XXV710"
2921   comparisons:
2922     - title: "Diff"
2923       reference: 1
2924       compare: 2
2925   legend:
2926     - "Legend to Table:"
2927     - "x710, xxv710 - NICs tested."
2928     - "Diff - difference between x710 and xxv710 NIC."
2929
2930 # VPP Compare NICs 2n-skx 2t1c mrr
2931 - type: "table"
2932   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2933   algorithm: "table_comparison"
2934   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2935   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2936   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2937   columns:
2938     - title: "x710"
2939       data-set: "vpp-nic-comparison-2n-skx-mrr"
2940       tag: "NIC_Intel-X710"
2941     - title: "xxv710"
2942       data-set: "vpp-nic-comparison-2n-skx-mrr"
2943       tag: "NIC_Intel-XXV710"
2944   comparisons:
2945     - title: "Diff"
2946       reference: 1
2947       compare: 2
2948   legend:
2949     - "Legend to Table:"
2950     - "x710, xxv710 - NICs tested."
2951     - "Diff - difference between x710 and xxv710 NIC."
2952
2953 # VPP Compare NICs 2n-skx 4t2c mrr
2954 - type: "table"
2955   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2956   algorithm: "table_comparison"
2957   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2958   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2959   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2960   columns:
2961     - title: "x710"
2962       data-set: "vpp-nic-comparison-2n-skx-mrr"
2963       tag: "NIC_Intel-X710"
2964     - title: "xxv710"
2965       data-set: "vpp-nic-comparison-2n-skx-mrr"
2966       tag: "NIC_Intel-XXV710"
2967   comparisons:
2968     - title: "Diff"
2969       reference: 1
2970       compare: 2
2971   legend:
2972     - "Legend to Table:"
2973     - "x710, xxv710 - NICs tested."
2974     - "Diff - difference between x710 and xxv710 NIC."
2975
2976 # VPP Compare NICs 2n-skx 8t4c mrr
2977 - type: "table"
2978   title: "VPP Compare NICs 2n-skx 8t4c mrr"
2979   algorithm: "table_comparison"
2980   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
2981   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2982   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2983   columns:
2984     - title: "x710"
2985       data-set: "vpp-nic-comparison-2n-skx-mrr"
2986       tag: "NIC_Intel-X710"
2987     - title: "xxv710"
2988       data-set: "vpp-nic-comparison-2n-skx-mrr"
2989       tag: "NIC_Intel-XXV710"
2990   comparisons:
2991     - title: "Diff"
2992       reference: 1
2993       compare: 2
2994   legend:
2995     - "Legend to Table:"
2996     - "x710, xxv710 - NICs tested."
2997     - "Diff - difference between x710 and xxv710 NIC."
2998
2999 ################################################################################
3000 # VPP
3001
3002 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3003 #- type: "table"
3004 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3005 #  algorithm: "table_comparison"
3006 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3007 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3008 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3009 #  columns:
3010 #    - title: "1908.1"
3011 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3012 #    - title: "1908.2"
3013 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3014 #  comparisons:
3015 #    - title: "Diff"
3016 #      reference: 1
3017 #      compare: 2
3018 #  legend:
3019 #    - "Legend to Table:"
3020 #    - "1908.1, 1908.2 - VPP versions tested."
3021 #    - "Diff - difference between the previous and the current VPP version."
3022 #
3023 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3024 #- type: "table"
3025 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3026 #  algorithm: "table_comparison"
3027 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3028 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3029 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3030 #  columns:
3031 #    - title: "1908.1"
3032 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3033 #    - title: "1908.2"
3034 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3035 #  comparisons:
3036 #    - title: "Diff"
3037 #      reference: 1
3038 #      compare: 2
3039 #  legend:
3040 #    - "Legend to Table:"
3041 #    - "1908.1, 1908.2 - VPP versions tested."
3042 #    - "Diff - difference between the previous and the current VPP version."
3043 #
3044 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3045 #- type: "table"
3046 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3047 #  algorithm: "table_comparison"
3048 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3049 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3050 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3051 #  columns:
3052 #    - title: "1908.1"
3053 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3054 #    - title: "1908.2"
3055 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3056 #  comparisons:
3057 #    - title: "Diff"
3058 #      reference: 1
3059 #      compare: 2
3060 #  legend:
3061 #    - "Legend to Table:"
3062 #    - "1908.1, 1908.2 - VPP versions tested."
3063 #    - "Diff - difference between the previous and the current VPP version."
3064 #
3065 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3066 #- type: "table"
3067 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3068 #  algorithm: "table_comparison"
3069 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3070 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3071 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3072 #  columns:
3073 #    - title: "1908.1"
3074 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3075 #    - title: "1908.2"
3076 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3077 #  comparisons:
3078 #    - title: "Diff"
3079 #      reference: 1
3080 #      compare: 2
3081 #  legend:
3082 #    - "Legend to Table:"
3083 #    - "1908.1, 1908.2 - VPP versions tested."
3084 #    - "Diff - difference between the previous and the current VPP version."
3085 #
3086 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3087 #- type: "table"
3088 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3089 #  algorithm: "table_comparison"
3090 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3092 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3093 #  columns:
3094 #    - title: "1908.1"
3095 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3096 #    - title: "1908.2"
3097 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3098 #  comparisons:
3099 #    - title: "Diff"
3100 #      reference: 1
3101 #      compare: 2
3102 #  legend:
3103 #    - "Legend to Table:"
3104 #    - "1908.1, 1908.2 - VPP versions tested."
3105 #    - "Diff - difference between the previous and the current VPP version."
3106 #
3107 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3108 #- type: "table"
3109 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3110 #  algorithm: "table_comparison"
3111 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3112 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3113 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3114 #  columns:
3115 #    - title: "1908.1"
3116 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3117 #    - title: "1908.2"
3118 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3119 #  comparisons:
3120 #    - title: "Diff"
3121 #      reference: 1
3122 #      compare: 2
3123 #  legend:
3124 #    - "Legend to Table:"
3125 #    - "1908.1, 1908.2 - VPP versions tested."
3126 #    - "Diff - difference between the previous and the current VPP version."
3127
3128 # VPP Performance Changes 3n-hsw 1t1c pdr
3129 - type: "table"
3130   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3131   algorithm: "table_comparison"
3132   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3134   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3135   columns:
3136     - title: "1908"
3137       data-set: "vpp-performance-changes-3n-hsw-h1"
3138     - title: "2001"
3139       data-set: "vpp-performance-changes-3n-hsw-ref"
3140     - title: "2005"
3141       data-set: "vpp-performance-changes-3n-hsw-cmp"
3142   comparisons:
3143     - title: "Diff"
3144       reference: 2
3145       compare: 3
3146   legend:
3147     - "Legend to Table"
3148     - "1908, 2001, 2005 - VPP versions tested."
3149     - "Diff - difference between 2001 and 2008 VPP version."
3150
3151 # VPP Performance Changes 3n-hsw 2t2c pdr
3152 - type: "table"
3153   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3154   algorithm: "table_comparison"
3155   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3156   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3157   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3158   columns:
3159     - title: "1908"
3160       data-set: "vpp-performance-changes-3n-hsw-h1"
3161     - title: "2001"
3162       data-set: "vpp-performance-changes-3n-hsw-ref"
3163     - title: "2005"
3164       data-set: "vpp-performance-changes-3n-hsw-cmp"
3165   comparisons:
3166     - title: "Diff"
3167       reference: 2
3168       compare: 3
3169   legend:
3170     - "Legend to Table"
3171     - "1908, 2001, 2005 - VPP versions tested."
3172     - "Diff - difference between 2001 and 2008 VPP version."
3173
3174 # VPP Performance Changes 3n-hsw 1t1c ndr
3175 - type: "table"
3176   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3177   algorithm: "table_comparison"
3178   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3179   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3180   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3181   columns:
3182     - title: "1908"
3183       data-set: "vpp-performance-changes-3n-hsw-h1"
3184     - title: "2001"
3185       data-set: "vpp-performance-changes-3n-hsw-ref"
3186     - title: "2005"
3187       data-set: "vpp-performance-changes-3n-hsw-cmp"
3188   comparisons:
3189     - title: "Diff"
3190       reference: 2
3191       compare: 3
3192   legend:
3193     - "Legend to Table"
3194     - "1908, 2001, 2005 - VPP versions tested."
3195     - "Diff - difference between 2001 and 2008 VPP version."
3196
3197 # VPP Performance Changes 3n-hsw 2t2c ndr
3198 - type: "table"
3199   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3200   algorithm: "table_comparison"
3201   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3202   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3203   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3204   columns:
3205     - title: "1908"
3206       data-set: "vpp-performance-changes-3n-hsw-h1"
3207     - title: "2001"
3208       data-set: "vpp-performance-changes-3n-hsw-ref"
3209     - title: "2005"
3210       data-set: "vpp-performance-changes-3n-hsw-cmp"
3211   comparisons:
3212     - title: "Diff"
3213       reference: 2
3214       compare: 3
3215   legend:
3216     - "Legend to Table"
3217     - "1908, 2001, 2005 - VPP versions tested."
3218     - "Diff - difference between 2001 and 2008 VPP version."
3219
3220 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3221 #- type: "table"
3222 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3223 #  algorithm: "table_comparison"
3224 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3225 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3226 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3227 #  rca:
3228 #    - title: "RCA1"
3229 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3230 #    - title: "RCA2"
3231 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3232 #  columns:
3233 #    - title: "1908.0-1"
3234 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3235 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3236 #    - title: "1908.1-1"
3237 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3238 #    - title: "1908.1-2"
3239 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3240 #    - title: "2001.0-2"
3241 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3242 #  comparisons:
3243 #    - title: "Diff1"
3244 #      reference: 2
3245 #      reference-alt: 1
3246 #      compare: 3
3247 #    - title: "Diff2"
3248 #      reference: 3
3249 #      compare: 4
3250 #  legend:
3251 #    - 'Legend to Table:'
3252 #    - '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).'
3253 #    - '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).'
3254 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3255 #    - 'RCA1 - root cause analysis reference for Diff1.'
3256 #    - 'RCA2 - root cause analysis reference for Diff2.'
3257 #
3258 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3259 #- type: "table"
3260 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3261 #  algorithm: "table_comparison"
3262 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3263 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3264 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3265 #  rca:
3266 #    - title: "RCA1"
3267 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3268 #    - title: "RCA2"
3269 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3270 #  columns:
3271 #    - title: "1908.0-1"
3272 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3273 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3274 #    - title: "1908.1-1"
3275 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3276 #    - title: "1908.1-2"
3277 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3278 #    - title: "2001.0-2"
3279 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3280 #  comparisons:
3281 #    - title: "Diff1"
3282 #      reference: 2
3283 #      reference-alt: 1
3284 #      compare: 3
3285 #    - title: "Diff2"
3286 #      reference: 3
3287 #      compare: 4
3288 #  legend:
3289 #    - 'Legend to Table:'
3290 #    - '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).'
3291 #    - '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).'
3292 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3293 #    - 'RCA1 - root cause analysis reference for Diff1.'
3294 #    - 'RCA2 - root cause analysis reference for Diff2.'
3295
3296 # VPP Performance Changes 3n-skx 2t1c pdr
3297 - type: "table"
3298   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3299   algorithm: "table_comparison"
3300   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3301   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3302   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3303   columns:
3304     - title: "1908"
3305       data-set: "vpp-performance-changes-3n-skx-h1"
3306       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3307     - title: "2001"
3308       data-set: "vpp-performance-changes-3n-skx-ref"
3309     - title: "2005"
3310       data-set: "vpp-performance-changes-3n-skx-cmp"
3311   comparisons:
3312     - title: "Diff"
3313       reference: 2
3314       compare: 3
3315   legend:
3316     - "Legend to Table"
3317     - "1908, 2001, 2005 - VPP versions tested."
3318     - "Diff - difference between 2001 and 2005 VPP version."
3319
3320 # VPP Performance Changes 3n-skx 4t2c pdr
3321 - type: "table"
3322   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3323   algorithm: "table_comparison"
3324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3326   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3327   columns:
3328     - title: "1908"
3329       data-set: "vpp-performance-changes-3n-skx-h1"
3330       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3331     - title: "2001"
3332       data-set: "vpp-performance-changes-3n-skx-ref"
3333     - title: "2005"
3334       data-set: "vpp-performance-changes-3n-skx-cmp"
3335   comparisons:
3336     - title: "Diff"
3337       reference: 2
3338       compare: 3
3339   legend:
3340     - "Legend to Table"
3341     - "1908, 2001, 2005 - VPP versions tested."
3342     - "Diff - difference between 2001 and 2005 VPP version."
3343
3344 # VPP Performance Changes 3n-skx 2t1c ndr
3345 - type: "table"
3346   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3347   algorithm: "table_comparison"
3348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3349   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3350   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3351   columns:
3352     - title: "1908"
3353       data-set: "vpp-performance-changes-3n-skx-h1"
3354       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3355     - title: "2001"
3356       data-set: "vpp-performance-changes-3n-skx-ref"
3357     - title: "2005"
3358       data-set: "vpp-performance-changes-3n-skx-cmp"
3359   comparisons:
3360     - title: "Diff"
3361       reference: 2
3362       compare: 3
3363   legend:
3364     - "Legend to Table"
3365     - "1908, 2001, 2005 - VPP versions tested."
3366     - "Diff - difference between 2001 and 2005 VPP version."
3367
3368 # VPP Performance Changes 3n-skx 4t2c ndr
3369 - type: "table"
3370   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3371   algorithm: "table_comparison"
3372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3374   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3375   columns:
3376     - title: "1908"
3377       data-set: "vpp-performance-changes-3n-skx-h1"
3378       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3379     - title: "2001"
3380       data-set: "vpp-performance-changes-3n-skx-ref"
3381     - title: "2005"
3382       data-set: "vpp-performance-changes-3n-skx-cmp"
3383   comparisons:
3384     - title: "Diff"
3385       reference: 2
3386       compare: 3
3387   legend:
3388     - "Legend to Table"
3389     - "1908, 2001, 2005 - VPP versions tested."
3390     - "Diff - difference between 2001 and 2005 VPP version."
3391
3392 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3393 #- type: "table"
3394 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3395 #  algorithm: "table_comparison"
3396 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3397 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3398 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3399 #  rca:
3400 #    - title: "RCA1"
3401 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3402 #    - title: "RCA2"
3403 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3404 #  columns:
3405 #    - title: "1908.0-1"
3406 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3407 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3408 #    - title: "1908.1-1"
3409 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3410 #    - title: "1908.1-2"
3411 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3412 #    - title: "2001.0-2"
3413 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3414 #  comparisons:
3415 #    - title: "Diff1"
3416 #      reference: 2
3417 #      reference-alt: 1
3418 #      compare: 3
3419 #    - title: "Diff2"
3420 #      reference: 3
3421 #      compare: 4
3422 #  legend:
3423 #    - 'Legend to Table:'
3424 #    - '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).'
3425 #    - '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).'
3426 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3427 #    - 'RCA1 - root cause analysis reference for Diff1.'
3428 #    - 'RCA2 - root cause analysis reference for Diff2.'
3429 #
3430 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3431 #- type: "table"
3432 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3433 #  algorithm: "table_comparison"
3434 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3435 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3436 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3437 #  rca:
3438 #    - title: "RCA1"
3439 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3440 #    - title: "RCA2"
3441 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3442 #  columns:
3443 #    - title: "1908.0-1"
3444 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3445 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3446 #    - title: "1908.1-1"
3447 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3448 #    - title: "1908.1-2"
3449 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3450 #    - title: "2001.0-2"
3451 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3452 #  comparisons:
3453 #    - title: "Diff1"
3454 #      reference: 2
3455 #      reference-alt: 1
3456 #      compare: 3
3457 #    - title: "Diff2"
3458 #      reference: 3
3459 #      compare: 4
3460 #  legend:
3461 #    - 'Legend to Table:'
3462 #    - '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).'
3463 #    - '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).'
3464 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3465 #    - 'RCA1 - root cause analysis reference for Diff1.'
3466 #    - 'RCA2 - root cause analysis reference for Diff2.'
3467
3468 # VPP Performance Changes 2n-skx 2t1c pdr
3469 - type: "table"
3470   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3471   algorithm: "table_comparison"
3472   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3473   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3474   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3475   columns:
3476     - title: "1908"
3477       data-set: "vpp-performance-changes-2n-skx-h1"
3478       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3479     - title: "2001"
3480       data-set: "vpp-performance-changes-2n-skx-ref"
3481     - title: "2005"
3482       data-set: "vpp-performance-changes-2n-skx-cmp"
3483   comparisons:
3484     - title: "Diff"
3485       reference: 2
3486       compare: 3
3487   legend:
3488     - "Legend to Table"
3489     - "1908, 2001, 2005 - VPP versions tested."
3490     - "Diff - difference between 2001 and 2005 VPP version."
3491
3492 # VPP Performance Changes 2n-skx 4t2c pdr
3493 - type: "table"
3494   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3495   algorithm: "table_comparison"
3496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3499   columns:
3500     - title: "1908"
3501       data-set: "vpp-performance-changes-2n-skx-h1"
3502       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3503     - title: "2001"
3504       data-set: "vpp-performance-changes-2n-skx-ref"
3505     - title: "2005"
3506       data-set: "vpp-performance-changes-2n-skx-cmp"
3507   comparisons:
3508     - title: "Diff"
3509       reference: 2
3510       compare: 3
3511   legend:
3512     - "Legend to Table"
3513     - "1908, 2001, 2005 - VPP versions tested."
3514     - "Diff - difference between 2001 and 2005 VPP version."
3515
3516 # VPP Performance Changes 2n-skx 2t1c ndr
3517 - type: "table"
3518   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3519   algorithm: "table_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3521   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3523   columns:
3524     - title: "1908"
3525       data-set: "vpp-performance-changes-2n-skx-h1"
3526       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3527     - title: "2001"
3528       data-set: "vpp-performance-changes-2n-skx-ref"
3529     - title: "2005"
3530       data-set: "vpp-performance-changes-2n-skx-cmp"
3531   comparisons:
3532     - title: "Diff"
3533       reference: 2
3534       compare: 3
3535   legend:
3536     - "Legend to Table"
3537     - "1908, 2001, 2005 - VPP versions tested."
3538     - "Diff - difference between 2001 and 2005 VPP version."
3539
3540 # VPP Performance Changes 2n-skx 4t2c ndr
3541 - type: "table"
3542   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3543   algorithm: "table_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3547   columns:
3548     - title: "1908"
3549       data-set: "vpp-performance-changes-2n-skx-h1"
3550       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3551     - title: "2001"
3552       data-set: "vpp-performance-changes-2n-skx-ref"
3553     - title: "2005"
3554       data-set: "vpp-performance-changes-2n-skx-cmp"
3555   comparisons:
3556     - title: "Diff"
3557       reference: 2
3558       compare: 3
3559   legend:
3560     - "Legend to Table"
3561     - "1908, 2001, 2005 - VPP versions tested."
3562     - "Diff - difference between 2001 and 2005 VPP version."
3563
3564 # VPP Performance Changes 2n-dnv 1t1c pdr
3565 - type: "table"
3566   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3567   algorithm: "table_comparison"
3568   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3569   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'1T1C'"
3571   columns:
3572     - title: "1908"
3573       data-set: "vpp-performance-changes-2n-dnv-h1"
3574     - title: "2001"
3575       data-set: "vpp-performance-changes-2n-dnv-ref"
3576     - title: "2005"
3577       data-set: "vpp-performance-changes-2n-dnv-cmp"
3578   comparisons:
3579     - title: "Diff"
3580       reference: 2
3581       compare: 3
3582   legend:
3583     - "Legend to Table"
3584     - "1908, 2001, 2005 - VPP versions tested."
3585     - "Diff - difference between 2001 and 2005 VPP version."
3586
3587 # VPP Performance Changes 2n-dnv 2t2c pdr
3588 - type: "table"
3589   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3590   algorithm: "table_comparison"
3591   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3592   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3593   filter: "'2T2C'"
3594   columns:
3595     - title: "1908"
3596       data-set: "vpp-performance-changes-2n-dnv-h1"
3597     - title: "2001"
3598       data-set: "vpp-performance-changes-2n-dnv-ref"
3599     - title: "2005"
3600       data-set: "vpp-performance-changes-2n-dnv-cmp"
3601   comparisons:
3602     - title: "Diff"
3603       reference: 2
3604       compare: 3
3605   legend:
3606     - "Legend to Table"
3607     - "1908, 2001, 2005 - VPP versions tested."
3608     - "Diff - difference between 2001 and 2005 VPP version."
3609
3610 # VPP Performance Changes 2n-dnv 1t1c ndr
3611 - type: "table"
3612   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3613   algorithm: "table_comparison"
3614   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3615   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3616   filter: "'1T1C'"
3617   columns:
3618     - title: "1908"
3619       data-set: "vpp-performance-changes-2n-dnv-h1"
3620     - title: "2001"
3621       data-set: "vpp-performance-changes-2n-dnv-ref"
3622     - title: "2005"
3623       data-set: "vpp-performance-changes-2n-dnv-cmp"
3624   comparisons:
3625     - title: "Diff"
3626       reference: 2
3627       compare: 3
3628   legend:
3629     - "Legend to Table"
3630     - "1908, 2001, 2005 - VPP versions tested."
3631     - "Diff - difference between 2001 and 2005 VPP version."
3632
3633 # VPP Performance Changes 2n-dnv 2t2c ndr
3634 - type: "table"
3635   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3636   algorithm: "table_comparison"
3637   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3638   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3639   filter: "'2T2C'"
3640   columns:
3641     - title: "1908"
3642       data-set: "vpp-performance-changes-2n-dnv-h1"
3643     - title: "2001"
3644       data-set: "vpp-performance-changes-2n-dnv-ref"
3645     - title: "2005"
3646       data-set: "vpp-performance-changes-2n-dnv-cmp"
3647   comparisons:
3648     - title: "Diff"
3649       reference: 2
3650       compare: 3
3651   legend:
3652     - "Legend to Table"
3653     - "1908, 2001, 2005 - VPP versions tested."
3654     - "Diff - difference between 2001 and 2005 VPP version."
3655
3656 # VPP Performance Changes 3n-dnv 1t1c pdr
3657 - type: "table"
3658   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3659   algorithm: "table_comparison"
3660   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3661   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3662   filter: "'1T1C'"
3663   columns:
3664     - title: "1908"
3665       data-set: "vpp-performance-changes-3n-dnv-h1"
3666     - title: "2001"
3667       data-set: "vpp-performance-changes-3n-dnv-ref"
3668     - title: "2005"
3669       data-set: "vpp-performance-changes-3n-dnv-cmp"
3670   comparisons:
3671     - title: "Diff"
3672       reference: 2
3673       compare: 3
3674   legend:
3675     - "Legend to Table"
3676     - "1908, 2001, 2005 - VPP versions tested."
3677     - "Diff - difference between 2001 and 2005 VPP version."
3678
3679 # VPP Performance Changes 3n-dnv 2t2c pdr
3680 - type: "table"
3681   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3682   algorithm: "table_comparison"
3683   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3684   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3685   filter: "'2T2C'"
3686   columns:
3687     - title: "1908"
3688       data-set: "vpp-performance-changes-3n-dnv-h1"
3689     - title: "2001"
3690       data-set: "vpp-performance-changes-3n-dnv-ref"
3691     - title: "2005"
3692       data-set: "vpp-performance-changes-3n-dnv-cmp"
3693   comparisons:
3694     - title: "Diff"
3695       reference: 2
3696       compare: 3
3697   legend:
3698     - "Legend to Table"
3699     - "1908, 2001, 2005 - VPP versions tested."
3700     - "Diff - difference between 2001 and 2005 VPP version."
3701
3702 # VPP Performance Changes 3n-dnv 1t1c ndr
3703 - type: "table"
3704   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3705   algorithm: "table_comparison"
3706   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3707   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3708   filter: "'1T1C'"
3709   columns:
3710     - title: "1908"
3711       data-set: "vpp-performance-changes-3n-dnv-h1"
3712     - title: "2001"
3713       data-set: "vpp-performance-changes-3n-dnv-ref"
3714     - title: "2005"
3715       data-set: "vpp-performance-changes-3n-dnv-cmp"
3716   comparisons:
3717     - title: "Diff"
3718       reference: 2
3719       compare: 3
3720   legend:
3721     - "Legend to Table"
3722     - "1908, 2001, 2005 - VPP versions tested."
3723     - "Diff - difference between 2001 and 2005 VPP version."
3724
3725 # VPP Performance Changes 3n-dnv 2t2c ndr
3726 - type: "table"
3727   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3728   algorithm: "table_comparison"
3729   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3730   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3731   filter: "'2T2C'"
3732   columns:
3733     - title: "1908"
3734       data-set: "vpp-performance-changes-3n-dnv-h1"
3735     - title: "2001"
3736       data-set: "vpp-performance-changes-3n-dnv-ref"
3737     - title: "2005"
3738       data-set: "vpp-performance-changes-3n-dnv-cmp"
3739   comparisons:
3740     - title: "Diff"
3741       reference: 2
3742       compare: 3
3743   legend:
3744     - "Legend to Table"
3745     - "1908, 2001, 2005 - VPP versions tested."
3746     - "Diff - difference between 2001 and 2005 VPP version."
3747
3748 # VPP Performance Changes 3n-tsh 1t1c pdr
3749 - type: "table"
3750   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3751   algorithm: "table_comparison"
3752   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3753   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3754   filter: "'1T1C'"
3755   columns:
3756     - title: "1908"
3757       data-set: "vpp-performance-changes-3n-tsh-h1"
3758     - title: "2001"
3759       data-set: "vpp-performance-changes-3n-tsh-ref"
3760     - title: "2005"
3761       data-set: "vpp-performance-changes-3n-tsh-cmp"
3762   comparisons:
3763     - title: "Diff"
3764       reference: 2
3765       compare: 3
3766   legend:
3767     - "Legend to Table"
3768     - "1908, 2001, 2005 - VPP versions tested."
3769     - "Diff - difference between 2001 and 2005 VPP version."
3770
3771 # VPP Performance Changes 3n-tsh 2t2c pdr
3772 - type: "table"
3773   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3774   algorithm: "table_comparison"
3775   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3776   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3777   filter: "'2T2C'"
3778   columns:
3779     - title: "1908"
3780       data-set: "vpp-performance-changes-3n-tsh-h1"
3781     - title: "2001"
3782       data-set: "vpp-performance-changes-3n-tsh-ref"
3783     - title: "2005"
3784       data-set: "vpp-performance-changes-3n-tsh-cmp"
3785   comparisons:
3786     - title: "Diff"
3787       reference: 2
3788       compare: 3
3789   legend:
3790     - "Legend to Table"
3791     - "1908, 2001, 2005 - VPP versions tested."
3792     - "Diff - difference between 2001 and 2005 VPP version."
3793
3794 # VPP Performance Changes 3n-tsh 1t1c ndr
3795 - type: "table"
3796   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3797   algorithm: "table_comparison"
3798   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3799   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3800   filter: "'1T1C'"
3801   columns:
3802     - title: "1908"
3803       data-set: "vpp-performance-changes-3n-tsh-h1"
3804     - title: "2001"
3805       data-set: "vpp-performance-changes-3n-tsh-ref"
3806     - title: "2005"
3807       data-set: "vpp-performance-changes-3n-tsh-cmp"
3808   comparisons:
3809     - title: "Diff"
3810       reference: 2
3811       compare: 3
3812   legend:
3813     - "Legend to Table"
3814     - "1908, 2001, 2005 - VPP versions tested."
3815     - "Diff - difference between 2001 and 2005 VPP version."
3816
3817 # VPP Performance Changes 3n-tsh 2t2c ndr
3818 - type: "table"
3819   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3820   algorithm: "table_comparison"
3821   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3822   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3823   filter: "'2T2C'"
3824   columns:
3825     - title: "1908"
3826       data-set: "vpp-performance-changes-3n-tsh-h1"
3827     - title: "2001"
3828       data-set: "vpp-performance-changes-3n-tsh-ref"
3829     - title: "2005"
3830       data-set: "vpp-performance-changes-3n-tsh-cmp"
3831   comparisons:
3832     - title: "Diff"
3833       reference: 2
3834       compare: 3
3835   legend:
3836     - "Legend to Table"
3837     - "1908, 2001, 2005 - VPP versions tested."
3838     - "Diff - difference between 2001 and 2005 VPP version."
3839
3840 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3841 - type: "table"
3842   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3843   algorithm: "table_comparison"
3844   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3845   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3846   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3847   columns:
3848     - title: "3n-hsw xl710"
3849       data-set: "vpp-compare-testbeds-ref"
3850       tag: "NIC_Intel-XL710"
3851     - title: "3n-skx xxv710"
3852       data-set: "vpp-compare-testbeds-cmp"
3853       tag: "NIC_Intel-XXV710"
3854   comparisons:
3855     - title: "Diff"
3856       reference: 1
3857       compare: 2
3858   legend:
3859     - "Legend to Table"
3860     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3861     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3862
3863 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3864 - type: "table"
3865   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3866   algorithm: "table_comparison"
3867   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3868   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3869   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3870   columns:
3871     - title: "3n-hsw xl710"
3872       data-set: "vpp-compare-testbeds-ref"
3873       tag: "NIC_Intel-XL710"
3874     - title: "3n-skx xxv710"
3875       data-set: "vpp-compare-testbeds-cmp"
3876       tag: "NIC_Intel-XXV710"
3877   comparisons:
3878     - title: "Diff"
3879       reference: 1
3880       compare: 2
3881   legend:
3882     - "Legend to Table"
3883     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3884     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3885
3886 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3887 - type: "table"
3888   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3889   algorithm: "table_comparison"
3890   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3891   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3892   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3893   columns:
3894     - title: "3n-hsw xl710"
3895       data-set: "vpp-compare-testbeds-ref"
3896       tag: "NIC_Intel-XL710"
3897     - title: "3n-skx xxv710"
3898       data-set: "vpp-compare-testbeds-cmp"
3899       tag: "NIC_Intel-XXV710"
3900   comparisons:
3901     - title: "Diff"
3902       reference: 1
3903       compare: 2
3904   legend:
3905     - "Legend to Table"
3906     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3907     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3908
3909 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3910 - type: "table"
3911   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3912   algorithm: "table_comparison"
3913   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3915   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3916   columns:
3917     - title: "3n-hsw xl710"
3918       data-set: "vpp-compare-testbeds-ref"
3919       tag: "NIC_Intel-XL710"
3920     - title: "3n-skx xxv710"
3921       data-set: "vpp-compare-testbeds-cmp"
3922       tag: "NIC_Intel-XXV710"
3923   comparisons:
3924     - title: "Diff"
3925       reference: 1
3926       compare: 2
3927   legend:
3928     - "Legend to Table"
3929     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3930     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3931
3932 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3933 - type: "table"
3934   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3935   algorithm: "table_comparison"
3936   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3937   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3938   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3939   columns:
3940     - title: "2n-skx"
3941       data-set: "vpp-compare-testbeds-skx-clx-ref"
3942     - title: "2n-clx"
3943       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3944   comparisons:
3945     - title: "Diff"
3946       reference: 1
3947       compare: 2
3948   legend:
3949     - "Legend to Table"
3950     - "2n-skx, 2n-clx - testbeds and NICs tested."
3951     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3952
3953 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3954 - type: "table"
3955   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3956   algorithm: "table_comparison"
3957   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3958   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3959   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3960   columns:
3961     - title: "2n-skx"
3962       data-set: "vpp-compare-testbeds-skx-clx-ref"
3963     - title: "2n-clx"
3964       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3965   comparisons:
3966     - title: "Diff"
3967       reference: 1
3968       compare: 2
3969   legend:
3970     - "Legend to Table"
3971     - "2n-skx, 2n-clx - testbeds and NICs tested."
3972     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3973
3974 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3975 - type: "table"
3976   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
3977   algorithm: "table_comparison"
3978   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
3979   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3980   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3981   columns:
3982     - title: "2n-skx"
3983       data-set: "vpp-compare-testbeds-skx-clx-ref"
3984     - title: "2n-clx"
3985       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3986   comparisons:
3987     - title: "Diff"
3988       reference: 1
3989       compare: 2
3990   legend:
3991     - "Legend to Table"
3992     - "2n-skx, 2n-clx - testbeds and NICs tested."
3993     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3994
3995 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
3996 - type: "table"
3997   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
3998   algorithm: "table_comparison"
3999   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4000   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4001   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4002   columns:
4003     - title: "2n-skx"
4004       data-set: "vpp-compare-testbeds-skx-clx-ref"
4005     - title: "2n-clx"
4006       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4007   comparisons:
4008     - title: "Diff"
4009       reference: 1
4010       compare: 2
4011   legend:
4012     - "Legend to Table"
4013     - "2n-skx, 2n-clx - testbeds and NICs tested."
4014     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4015
4016 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4017 - type: "table"
4018   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4019   algorithm: "table_comparison"
4020   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4021   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4022   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4023   columns:
4024     - title: "3n-hsw xl710"
4025       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4026       tag: "NIC_Intel-XL710"
4027     - title: "2n-clx xxv710"
4028       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4029       tag: "NIC_Intel-XXV710"
4030   comparisons:
4031     - title: "Diff"
4032       reference: 1
4033       compare: 2
4034   legend:
4035     - "Legend to Table"
4036     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4037     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4038
4039 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4040 - type: "table"
4041   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4042   algorithm: "table_comparison"
4043   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4044   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4045   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4046   columns:
4047     - title: "3n-hsw xl710"
4048       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4049       tag: "NIC_Intel-XL710"
4050     - title: "2n-clx xxv710"
4051       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4052       tag: "NIC_Intel-XXV710"
4053   comparisons:
4054     - title: "Diff"
4055       reference: 1
4056       compare: 2
4057   legend:
4058     - "Legend to Table"
4059     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4060     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4061
4062 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4063 - type: "table"
4064   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4065   algorithm: "table_comparison"
4066   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4067   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4068   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4069   columns:
4070     - title: "3n-hsw xl710"
4071       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4072       tag: "NIC_Intel-XL710"
4073     - title: "2n-clx xxv710"
4074       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4075       tag: "NIC_Intel-XXV710"
4076   comparisons:
4077     - title: "Diff"
4078       reference: 1
4079       compare: 2
4080   legend:
4081     - "Legend to Table"
4082     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4083     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4084
4085 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4086 - type: "table"
4087   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4088   algorithm: "table_comparison"
4089   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4090   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4091   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4092   columns:
4093     - title: "3n-hsw xl710"
4094       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4095       tag: "NIC_Intel-XL710"
4096     - title: "2n-clx xxv710"
4097       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4098       tag: "NIC_Intel-XXV710"
4099   comparisons:
4100     - title: "Diff"
4101       reference: 1
4102       compare: 2
4103   legend:
4104     - "Legend to Table"
4105     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4106     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4107
4108 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4109 - type: "table"
4110   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4111   algorithm: "table_comparison"
4112   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4113   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4114   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4115   columns:
4116     - title: "3n-skx"
4117       data-set: "vpp-compare-topologies-ref"
4118     - title: "2n-skx"
4119       data-set: "vpp-compare-topologies-cmp"
4120   comparisons:
4121     - title: "Diff"
4122       reference: 1
4123       compare: 2
4124   legend:
4125     - "Legend to Table"
4126     - "3n-skx, 2n-skx - topologies tested."
4127     - "Diff - difference between 3n-skx and 2n-skx topologies."
4128
4129 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4130 - type: "table"
4131   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4132   algorithm: "table_comparison"
4133   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4134   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4135   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4136   columns:
4137     - title: "3n-skx"
4138       data-set: "vpp-compare-topologies-ref"
4139     - title: "2n-skx"
4140       data-set: "vpp-compare-topologies-cmp"
4141   comparisons:
4142     - title: "Diff"
4143       reference: 1
4144       compare: 2
4145   legend:
4146     - "Legend to Table"
4147     - "3n-skx, 2n-skx - topologies tested."
4148     - "Diff - difference between 3n-skx and 2n-skx topologies."
4149
4150 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4151 - type: "table"
4152   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4153   algorithm: "table_comparison"
4154   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4155   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4156   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4157   columns:
4158     - title: "3n-skx"
4159       data-set: "vpp-compare-topologies-ref"
4160     - title: "2n-skx"
4161       data-set: "vpp-compare-topologies-cmp"
4162   comparisons:
4163     - title: "Diff"
4164       reference: 1
4165       compare: 2
4166   legend:
4167     - "Legend to Table"
4168     - "3n-skx, 2n-skx - topologies tested."
4169     - "Diff - difference between 3n-skx and 2n-skx topologies."
4170
4171 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4172 - type: "table"
4173   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4174   algorithm: "table_comparison"
4175   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4176   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4177   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4178   columns:
4179     - title: "3n-skx"
4180       data-set: "vpp-compare-topologies-ref"
4181     - title: "2n-skx"
4182       data-set: "vpp-compare-topologies-cmp"
4183   comparisons:
4184     - title: "Diff"
4185       reference: 1
4186       compare: 2
4187   legend:
4188     - "Legend to Table"
4189     - "3n-skx, 2n-skx - topologies tested."
4190     - "Diff - difference between 3n-skx and 2n-skx topologies."
4191
4192 # VPP Performance Changes 3n-hsw 1t1c mrr
4193 - type: "table"
4194   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4195   algorithm: "table_comparison"
4196   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4197   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4198   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4199   columns:
4200     - title: "1908"
4201       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4202     - title: "2001"
4203       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4204     - title: "2005"
4205       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4206   comparisons:
4207     - title: "Diff"
4208       reference: 2
4209       compare: 3
4210   legend:
4211     - "Legend to Table"
4212     - "1908, 2001, 2005 - VPP versions tested."
4213     - "Diff - difference between 2001 and 2005 VPP version."
4214
4215 # VPP Performance Changes 3n-hsw 2t2c mrr
4216 - type: "table"
4217   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4218   algorithm: "table_comparison"
4219   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4220   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4221   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4222   columns:
4223     - title: "1908"
4224       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4225     - title: "2001"
4226       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4227     - title: "2005"
4228       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4229   comparisons:
4230     - title: "Diff"
4231       reference: 2
4232       compare: 3
4233   legend:
4234     - "Legend to Table"
4235     - "1908, 2001, 2005 - VPP versions tested."
4236     - "Diff - difference between 2001 and 2005 VPP version."
4237
4238 # VPP Performance Changes 3n-hsw 4t4c mrr
4239 - type: "table"
4240   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4241   algorithm: "table_comparison"
4242   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4243   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4244   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4245   columns:
4246     - title: "1908"
4247       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4248     - title: "2001"
4249       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4250     - title: "2005"
4251       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4252   comparisons:
4253     - title: "Diff"
4254       reference: 2
4255       compare: 3
4256   legend:
4257     - "Legend to Table"
4258     - "1908, 2001, 2005 - VPP versions tested."
4259     - "Diff - difference between 2001 and 2005 VPP version."
4260
4261 # VPP Performance Changes 3n-skx 2t1c mrr
4262 - type: "table"
4263   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4264   algorithm: "table_comparison"
4265   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4266   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4267   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4268   columns:
4269     - title: "1908"
4270       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4271     - title: "2001"
4272       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4273     - title: "2005"
4274       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4275   comparisons:
4276     - title: "Diff"
4277       reference: 2
4278       compare: 3
4279   legend:
4280     - "Legend to Table"
4281     - "1908, 2001, 2005 - VPP versions tested."
4282     - "Diff - difference between 2001 and 2005 VPP version."
4283
4284 # VPP Performance Changes 3n-skx 4t2c mrr
4285 - type: "table"
4286   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4287   algorithm: "table_comparison"
4288   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4289   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4290   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4291   columns:
4292     - title: "1908"
4293       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4294     - title: "2001"
4295       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4296     - title: "2005"
4297       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4298   comparisons:
4299     - title: "Diff"
4300       reference: 2
4301       compare: 3
4302   legend:
4303     - "Legend to Table"
4304     - "1908, 2001, 2005 - VPP versions tested."
4305     - "Diff - difference between 2001 and 2005 VPP version."
4306
4307 # VPP Performance Changes 3n-skx 8t4c mrr
4308 - type: "table"
4309   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4310   algorithm: "table_comparison"
4311   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4312   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4313   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4314   columns:
4315     - title: "1908"
4316       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4317     - title: "2001"
4318       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4319     - title: "2005"
4320       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4321   comparisons:
4322     - title: "Diff"
4323       reference: 2
4324       compare: 3
4325   legend:
4326     - "Legend to Table"
4327     - "1908, 2001, 2005 - VPP versions tested."
4328     - "Diff - difference between 2001 and 2005 VPP version."
4329
4330 # VPP Performance Changes 2n-skx 2t1c mrr
4331 - type: "table"
4332   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4333   algorithm: "table_comparison"
4334   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4335   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4336   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4337   columns:
4338     - title: "1908"
4339       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4340     - title: "2001"
4341       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4342     - title: "2005"
4343       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4344   comparisons:
4345     - title: "Diff"
4346       reference: 2
4347       compare: 3
4348   legend:
4349     - "Legend to Table"
4350     - "1908, 2001, 2005 - VPP versions tested."
4351     - "Diff - difference between 2001 and 2005 VPP version."
4352
4353 # VPP Performance Changes 2n-skx 4t2c mrr
4354 - type: "table"
4355   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4356   algorithm: "table_comparison"
4357   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4359   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4360   columns:
4361     - title: "1908"
4362       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4363     - title: "2001"
4364       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4365     - title: "2005"
4366       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4367   comparisons:
4368     - title: "Diff"
4369       reference: 2
4370       compare: 3
4371   legend:
4372     - "Legend to Table"
4373     - "1908, 2001, 2005 - VPP versions tested."
4374     - "Diff - difference between 2001 and 2005 VPP version."
4375
4376 # VPP Performance Changes 2n-skx 8t4c mrr
4377 - type: "table"
4378   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4379   algorithm: "table_comparison"
4380   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4381   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4382   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4383   columns:
4384     - title: "1908"
4385       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4386     - title: "2001"
4387       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4388     - title: "2005"
4389       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4390   comparisons:
4391     - title: "Diff"
4392       reference: 2
4393       compare: 3
4394   legend:
4395     - "Legend to Table"
4396     - "1908, 2001, 2005 - VPP versions tested."
4397     - "Diff - difference between 2001 and 2005 VPP version."
4398
4399 # VPP Performance Changes 2n-dnv 1t1c mrr
4400 - type: "table"
4401   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4402   algorithm: "table_comparison"
4403   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4404   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4405   filter: "'1T1C'"
4406   columns:
4407     - title: "1908"
4408       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4409     - title: "2001"
4410       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4411     - title: "2005"
4412       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4413   comparisons:
4414     - title: "Diff"
4415       reference: 2
4416       compare: 3
4417   legend:
4418     - "Legend to Table"
4419     - "1908, 2001, 2005 - VPP versions tested."
4420     - "Diff - difference between 2001 and 2005 VPP version."
4421
4422 # VPP Performance Changes 2n-dnv 2t2c mrr
4423 - type: "table"
4424   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4425   algorithm: "table_comparison"
4426   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4427   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4428   filter: "'2T2C'"
4429   columns:
4430     - title: "1908"
4431       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4432     - title: "2001"
4433       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4434     - title: "2005"
4435       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4436   comparisons:
4437     - title: "Diff"
4438       reference: 2
4439       compare: 3
4440   legend:
4441     - "Legend to Table"
4442     - "1908, 2001, 2005 - VPP versions tested."
4443     - "Diff - difference between 2001 and 2005 VPP version."
4444
4445 # VPP Performance Changes 2n-dnv 4t4c mrr
4446 - type: "table"
4447   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4448   algorithm: "table_comparison"
4449   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4450   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4451   filter: "'4T4C'"
4452   columns:
4453     - title: "1908"
4454       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4455     - title: "2001"
4456       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4457     - title: "2005"
4458       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4459   comparisons:
4460     - title: "Diff"
4461       reference: 2
4462       compare: 3
4463   legend:
4464     - "Legend to Table"
4465     - "1908, 2001, 2005 - VPP versions tested."
4466     - "Diff - difference between 2001 and 2005 VPP version."
4467
4468 # VPP Performance Changes 3n-dnv 1t1c mrr
4469 - type: "table"
4470   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4471   algorithm: "table_comparison"
4472   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4473   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4474   filter: "'1T1C'"
4475   columns:
4476     - title: "1908"
4477       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4478     - title: "2001"
4479       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4480     - title: "2005"
4481       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4482   comparisons:
4483     - title: "Diff"
4484       reference: 2
4485       compare: 3
4486   legend:
4487     - "Legend to Table"
4488     - "1908, 2001, 2005 - VPP versions tested."
4489     - "Diff - difference between 2001 and 2005 VPP version."
4490
4491 # VPP Performance Changes 3n-dnv 2t2c mrr
4492 - type: "table"
4493   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4494   algorithm: "table_comparison"
4495   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4496   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4497   filter: "'2T2C'"
4498   columns:
4499     - title: "1908"
4500       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4501     - title: "2001"
4502       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4503     - title: "2005"
4504       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4505   comparisons:
4506     - title: "Diff"
4507       reference: 2
4508       compare: 3
4509   legend:
4510     - "Legend to Table"
4511     - "1908, 2001, 2005 - VPP versions tested."
4512     - "Diff - difference between 2001 and 2005 VPP version."
4513
4514 # VPP Performance Changes 3n-dnv 4t4c mrr
4515 - type: "table"
4516   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4517   algorithm: "table_comparison"
4518   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4519   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4520   filter: "'4T4C'"
4521   columns:
4522     - title: "1908"
4523       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4524     - title: "2001"
4525       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4526     - title: "2005"
4527       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4528   comparisons:
4529     - title: "Diff"
4530       reference: 2
4531       compare: 3
4532   legend:
4533     - "Legend to Table"
4534     - "1908, 2001, 2005 - VPP versions tested."
4535     - "Diff - difference between 2001 and 2005 VPP version."
4536
4537 # VPP Performance Changes 3n-tsh 1t1c mrr
4538 - type: "table"
4539   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4540   algorithm: "table_comparison"
4541   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4542   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4543   filter: "'1T1C'"
4544   columns:
4545     - title: "1908"
4546       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4547     - title: "2001"
4548       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4549     - title: "2005"
4550       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4551   comparisons:
4552     - title: "Diff"
4553       reference: 2
4554       compare: 3
4555   legend:
4556     - "Legend to Table"
4557     - "1908, 2001, 2005 - VPP versions tested."
4558     - "Diff - difference between 2001 and 2005 VPP version."
4559
4560 # VPP Performance Changes 3n-tsh 2t2c mrr
4561 - type: "table"
4562   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4563   algorithm: "table_comparison"
4564   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4565   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4566   filter: "'2T2C'"
4567   columns:
4568     - title: "1908"
4569       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4570     - title: "2001"
4571       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4572     - title: "2005"
4573       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4574   comparisons:
4575     - title: "Diff"
4576       reference: 2
4577       compare: 3
4578   legend:
4579     - "Legend to Table"
4580     - "1908, 2001, 2005 - VPP versions tested."
4581     - "Diff - difference between 2001 and 2005 VPP version."
4582
4583 # VPP Performance Changes 3n-tsh 4t4c mrr
4584 - type: "table"
4585   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4586   algorithm: "table_comparison"
4587   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4588   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4589   filter: "'4T4C'"
4590   columns:
4591     - title: "1908"
4592       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4593     - title: "2001"
4594       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4595     - title: "2005"
4596       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4597   comparisons:
4598     - title: "Diff"
4599       reference: 2
4600       compare: 3
4601   legend:
4602     - "Legend to Table"
4603     - "1908, 2001, 2005 - VPP versions tested."
4604     - "Diff - difference between 2001 and 2005 VPP version."
4605
4606 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4607 - type: "table"
4608   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4609   algorithm: "table_comparison"
4610   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4611   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4612   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4613   columns:
4614     - title: "3n-hsw xl710"
4615       data-set: "vpp-compare-testbeds-mrr-ref"
4616       tag: "NIC_Intel-XL710"
4617     - title: "3n-skx xxv710"
4618       data-set: "vpp-compare-testbeds-mrr-cmp"
4619       tag: "NIC_Intel-XXV710"
4620   comparisons:
4621     - title: "Diff"
4622       reference: 1
4623       compare: 2
4624   legend:
4625     - "Legend to Table"
4626     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4627     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4628
4629 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4630 - type: "table"
4631   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4632   algorithm: "table_comparison"
4633   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4634   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4635   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4636   columns:
4637     - title: "3n-hsw xl710"
4638       data-set: "vpp-compare-testbeds-mrr-ref"
4639       tag: "NIC_Intel-XL710"
4640     - title: "3n-skx xxv710"
4641       data-set: "vpp-compare-testbeds-mrr-cmp"
4642       tag: "NIC_Intel-XXV710"
4643   comparisons:
4644     - title: "Diff"
4645       reference: 1
4646       compare: 2
4647   legend:
4648     - "Legend to Table"
4649     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4650     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4651
4652 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4653 - type: "table"
4654   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4655   algorithm: "table_comparison"
4656   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4658   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4659   columns:
4660     - title: "3n-hsw xl710"
4661       data-set: "vpp-compare-testbeds-mrr-ref"
4662       tag: "NIC_Intel-XL710"
4663     - title: "3n-skx xxv710"
4664       data-set: "vpp-compare-testbeds-mrr-cmp"
4665       tag: "NIC_Intel-XXV710"
4666   comparisons:
4667     - title: "Diff"
4668       reference: 1
4669       compare: 2
4670   legend:
4671     - "Legend to Table"
4672     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4673     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4674
4675 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4676 - type: "table"
4677   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4678   algorithm: "table_comparison"
4679   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4680   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4681   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4682   columns:
4683     - title: "2n-skx"
4684       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4685     - title: "2n-clx"
4686       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4687   comparisons:
4688     - title: "Diff"
4689       reference: 1
4690       compare: 2
4691   legend:
4692     - "Legend to Table"
4693     - "2n-skx, 2n-clx - testbeds and NICs tested."
4694     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4695
4696 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4697 - type: "table"
4698   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4699   algorithm: "table_comparison"
4700   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4701   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4702   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4703   columns:
4704     - title: "2n-skx"
4705       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4706     - title: "2n-clx"
4707       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4708   comparisons:
4709     - title: "Diff"
4710       reference: 1
4711       compare: 2
4712   legend:
4713     - "Legend to Table"
4714     - "2n-skx, 2n-clx - testbeds and NICs tested."
4715     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4716
4717 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4718 - type: "table"
4719   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4720   algorithm: "table_comparison"
4721   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4722   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4723   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4724   columns:
4725     - title: "2n-skx"
4726       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4727     - title: "2n-clx"
4728       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4729   comparisons:
4730     - title: "Diff"
4731       reference: 1
4732       compare: 2
4733   legend:
4734     - "Legend to Table"
4735     - "2n-skx, 2n-clx - testbeds and NICs tested."
4736     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4737
4738 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4739 - type: "table"
4740   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4741   algorithm: "table_comparison"
4742   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4743   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4744   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4745   columns:
4746     - title: "3n-skx"
4747       data-set: "vpp-compare-topologies-mrr-ref"
4748     - title: "2n-skx"
4749       data-set: "vpp-compare-topologies-mrr-cmp"
4750   comparisons:
4751     - title: "Diff"
4752       reference: 1
4753       compare: 2
4754   legend:
4755     - "Legend to Table"
4756     - "3n-skx, 2n-skx - topologies tested."
4757     - "Diff - difference between 3n-skx and 2n-skx topologies."
4758
4759 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4760 - type: "table"
4761   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4762   algorithm: "table_comparison"
4763   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4764   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4765   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4766   columns:
4767     - title: "3n-skx"
4768       data-set: "vpp-compare-topologies-mrr-ref"
4769     - title: "2n-skx"
4770       data-set: "vpp-compare-topologies-mrr-cmp"
4771   comparisons:
4772     - title: "Diff"
4773       reference: 1
4774       compare: 2
4775   legend:
4776     - "Legend to Table"
4777     - "3n-skx, 2n-skx - topologies tested."
4778     - "Diff - difference between 3n-skx and 2n-skx topologies."
4779
4780 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4781 - type: "table"
4782   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4783   algorithm: "table_comparison"
4784   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4785   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4786   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4787   columns:
4788     - title: "3n-skx"
4789       data-set: "vpp-compare-topologies-mrr-ref"
4790     - title: "2n-skx"
4791       data-set: "vpp-compare-topologies-mrr-cmp"
4792   comparisons:
4793     - title: "Diff"
4794       reference: 1
4795       compare: 2
4796   legend:
4797     - "Legend to Table"
4798     - "3n-skx, 2n-skx - topologies tested."
4799     - "Diff - difference between 3n-skx and 2n-skx topologies."
4800
4801 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4802 - type: "table"
4803   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4804   algorithm: "table_comparison"
4805   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4806   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4807   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4808   columns:
4809     - title: "3n-hsw xl710"
4810       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4811       tag: "NIC_Intel-XL710"
4812     - title: "2n-clx xxv710"
4813       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4814       tag: "NIC_Intel-XXV710"
4815   comparisons:
4816     - title: "Diff"
4817       reference: 1
4818       compare: 2
4819   legend:
4820     - "Legend to Table"
4821     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4822     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4823
4824 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4825 - type: "table"
4826   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4827   algorithm: "table_comparison"
4828   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4829   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4830   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4831   columns:
4832     - title: "3n-hsw xl710"
4833       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4834       tag: "NIC_Intel-XL710"
4835     - title: "2n-clx xxv710"
4836       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4837       tag: "NIC_Intel-XXV710"
4838   comparisons:
4839     - title: "Diff"
4840       reference: 1
4841       compare: 2
4842   legend:
4843     - "Legend to Table"
4844     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4845     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4846
4847 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4848 - type: "table"
4849   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4850   algorithm: "table_comparison"
4851   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4852   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4853   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4854   columns:
4855     - title: "3n-hsw xl710"
4856       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4857       tag: "NIC_Intel-XL710"
4858     - title: "2n-clx xxv710"
4859       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4860       tag: "NIC_Intel-XXV710"
4861   comparisons:
4862     - title: "Diff"
4863       reference: 1
4864       compare: 2
4865   legend:
4866     - "Legend to Table"
4867     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4868     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4869
4870 # Detailed Test Results - VPP Performance Results 3n-hsw
4871 - type: "table"
4872   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4873   algorithm: "table_merged_details"
4874   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4875   columns:
4876     - title: " |prein| Test Name |preout| "
4877       data: "data name"
4878     - 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| "
4879       data: "data msg"
4880   data: "vpp-perf-results-3n-hsw"
4881   filter: "all"
4882   parameters:
4883   - "name"
4884   - "parent"
4885   - "msg"
4886
4887 # Detailed Test Results - VPP Performance Results 3n-skx
4888 - type: "table"
4889   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4890   algorithm: "table_merged_details"
4891   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4892   columns:
4893     - title: " |prein| Test Name |preout| "
4894       data: "data name"
4895     - 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| "
4896       data: "data msg"
4897   data: "vpp-perf-results-3n-skx"
4898   filter: "all"
4899   remove-ndr: False
4900   parameters:
4901   - "name"
4902   - "parent"
4903   - "msg"
4904
4905 # Detailed Test Results - VPP Performance Results 2n-skx
4906 - type: "table"
4907   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4908   algorithm: "table_merged_details"
4909   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4910   columns:
4911     - title: " |prein| Test Name |preout| "
4912       data: "data name"
4913     - 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| "
4914       data: "data msg"
4915   data: "vpp-perf-results-2n-skx"
4916   filter: "all"
4917   remove-ndr: False
4918   parameters:
4919   - "name"
4920   - "parent"
4921   - "msg"
4922
4923 # Detailed Test Results - VPP Performance Results 2n-clx
4924 - type: "table"
4925   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4926   algorithm: "table_merged_details"
4927   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4928   columns:
4929     - title: " |prein| Test Name |preout| "
4930       data: "data name"
4931     - 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| "
4932       data: "data msg"
4933   data: "vpp-perf-results-2n-clx"
4934   filter: "all"
4935   parameters:
4936   - "name"
4937   - "parent"
4938   - "msg"
4939
4940 # Detailed Test Results - VPP Performance Results 3n-tsh
4941 - type: "table"
4942   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4943   algorithm: "table_merged_details"
4944   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4945   columns:
4946     - title: " |prein| Test Name |preout| "
4947       data: "data name"
4948     - 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| "
4949       data: "data msg"
4950   data: "vpp-perf-results-3n-tsh"
4951   filter: "all"
4952   parameters:
4953   - "name"
4954   - "parent"
4955   - "msg"
4956
4957 # Detailed Test Results - VPP Performance Results 3n-dnv
4958 - type: "table"
4959   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4960   algorithm: "table_merged_details"
4961   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4962   columns:
4963     - title: " |prein| Test Name |preout| "
4964       data: "data name"
4965     - 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| "
4966       data: "data msg"
4967   data: "vpp-perf-results-3n-dnv"
4968   filter: "all"
4969   parameters:
4970   - "name"
4971   - "parent"
4972   - "msg"
4973
4974 # Detailed Test Results - VPP Performance Results 2n-dnv
4975 - type: "table"
4976   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
4977   algorithm: "table_merged_details"
4978   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
4979   columns:
4980     - title: " |prein| Test Name |preout| "
4981       data: "data name"
4982     - 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| "
4983       data: "data msg"
4984   data: "vpp-perf-results-2n-dnv"
4985   filter: "all"
4986   parameters:
4987   - "name"
4988   - "parent"
4989   - "msg"
4990
4991 # Test configuration - VPP Performance Test Configs 3n-hsw
4992 - type: "table"
4993   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
4994   algorithm: "table_merged_details"
4995   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
4996   columns:
4997     - title: " |prein| Test Name |preout| "
4998       data: "data name"
4999     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5000       data: "data conf-history"
5001   data: "vpp-perf-results-3n-hsw"
5002   filter: "all"
5003   parameters:
5004   - "parent"
5005   - "name"
5006   - "conf-history"
5007
5008 # Test configuration - VPP Performance Test Configs 3n-skx
5009 - type: "table"
5010   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5011   algorithm: "table_merged_details"
5012   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5013   columns:
5014     - title: " |prein| Test Name |preout| "
5015       data: "data name"
5016     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5017       data: "data conf-history"
5018   data: "vpp-perf-results-3n-skx"
5019   filter: "all"
5020   parameters:
5021   - "parent"
5022   - "name"
5023   - "conf-history"
5024
5025 # Test configuration - VPP Performance Test Configs 2n-skx
5026 - type: "table"
5027   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5028   algorithm: "table_merged_details"
5029   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5030   columns:
5031     - title: " |prein| Test Name |preout| "
5032       data: "data name"
5033     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5034       data: "data conf-history"
5035   data: "vpp-perf-results-2n-skx"
5036   filter: "all"
5037   parameters:
5038   - "parent"
5039   - "name"
5040   - "conf-history"
5041
5042 # Test configuration - VPP Performance Test Configs 2n-clx
5043 - type: "table"
5044   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5045   algorithm: "table_merged_details"
5046   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5047   columns:
5048     - title: " |prein| Test Name |preout| "
5049       data: "data name"
5050     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5051       data: "data conf-history"
5052   data: "vpp-perf-results-2n-clx"
5053   filter: "all"
5054   parameters:
5055   - "parent"
5056   - "name"
5057   - "conf-history"
5058
5059 # Test configuration - VPP Performance Test Configs 3n-tsh
5060 - type: "table"
5061   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5062   algorithm: "table_merged_details"
5063   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5064   columns:
5065     - title: " |prein| Test Name |preout| "
5066       data: "data name"
5067     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5068       data: "data conf-history"
5069   data: "vpp-perf-results-3n-tsh"
5070   filter: "all"
5071   parameters:
5072   - "parent"
5073   - "name"
5074   - "conf-history"
5075
5076 # Test configuration - VPP Performance Test Configs 3n-dnv
5077 - type: "table"
5078   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5079   algorithm: "table_merged_details"
5080   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5081   columns:
5082     - title: " |prein| Test Name |preout| "
5083       data: "data name"
5084     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5085       data: "data conf-history"
5086   data: "vpp-perf-results-3n-dnv"
5087   filter: "all"
5088   parameters:
5089   - "parent"
5090   - "name"
5091   - "conf-history"
5092
5093 # Test configuration - VPP Performance Test Configs 2n-dnv
5094 - type: "table"
5095   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5096   algorithm: "table_merged_details"
5097   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5098   columns:
5099     - title: " |prein| Test Name |preout| "
5100       data: "data name"
5101     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5102       data: "data conf-history"
5103   data: "vpp-perf-results-2n-dnv"
5104   filter: "all"
5105   parameters:
5106   - "parent"
5107   - "name"
5108   - "conf-history"
5109
5110 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5111 - type: "table"
5112   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5113   algorithm: "table_oper_data_html"
5114   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5115   data: "vpp-perf-results-3n-hsw"
5116   filter: "all"
5117
5118 # Test Operational Data - VPP Performance Operational Data 3n-skx
5119 - type: "table"
5120   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5121   algorithm: "table_oper_data_html"
5122   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5123   data: "vpp-perf-results-3n-skx"
5124   filter: "all"
5125
5126 # Test Operational Data - VPP Performance Operational Data 2n-skx
5127 - type: "table"
5128   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5129   algorithm: "table_oper_data_html"
5130   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5131   data: "vpp-perf-results-2n-skx"
5132   filter: "all"
5133
5134 # Test Operational Data - VPP Performance Operational Data 2n-clx
5135 - type: "table"
5136   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5137   algorithm: "table_oper_data_html"
5138   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5139   data: "vpp-perf-results-2n-clx"
5140   filter: "all"
5141
5142 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5143 - type: "table"
5144   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5145   algorithm: "table_oper_data_html"
5146   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5147   data: "vpp-perf-results-3n-tsh"
5148   filter: "all"
5149
5150 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5151 - type: "table"
5152   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5153   algorithm: "table_oper_data_html"
5154   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5155   data: "vpp-perf-results-3n-dnv"
5156   filter: "all"
5157
5158 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5159 - type: "table"
5160   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5161   algorithm: "table_oper_data_html"
5162   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5163   data: "vpp-perf-results-2n-dnv"
5164   filter: "all"
5165
5166 # Detailed Test Results - VPP MRR Results 3n-hsw
5167 - type: "table"
5168   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5169   algorithm: "table_merged_details"
5170   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5171   columns:
5172     - title: " |prein| Test Name |preout| "
5173       data: "data name"
5174     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5175       data: "data msg"
5176   data: "vpp-mrr-results-3n-hsw"
5177   filter: "all"
5178   parameters:
5179   - "name"
5180   - "parent"
5181   - "msg"
5182
5183 # Detailed Test Results - VPP MRR Results 3n-skx
5184 - type: "table"
5185   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5186   algorithm: "table_merged_details"
5187   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5188   columns:
5189     - title: " |prein| Test Name |preout| "
5190       data: "data name"
5191     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5192       data: "data msg"
5193   data: "vpp-mrr-results-3n-skx"
5194   filter: "all"
5195   parameters:
5196   - "name"
5197   - "parent"
5198   - "msg"
5199
5200 # Detailed Test Results - VPP MRR Results 2n-skx
5201 - type: "table"
5202   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5203   algorithm: "table_merged_details"
5204   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5205   columns:
5206     - title: " |prein| Test Name |preout| "
5207       data: "data name"
5208     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5209       data: "data msg"
5210   data: "vpp-mrr-results-2n-skx"
5211   filter: "all"
5212   parameters:
5213   - "name"
5214   - "parent"
5215   - "msg"
5216
5217 # Detailed Test Results - VPP MRR Results 2n-clx
5218 - type: "table"
5219   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5220   algorithm: "table_merged_details"
5221   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5222   columns:
5223     - title: " |prein| Test Name |preout| "
5224       data: "data name"
5225     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5226       data: "data msg"
5227   data: "vpp-mrr-results-2n-clx"
5228   filter: "all"
5229   parameters:
5230   - "name"
5231   - "parent"
5232   - "msg"
5233
5234 # Detailed Test Results - VPP MRR Results 3n-tsh
5235 - type: "table"
5236   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5237   algorithm: "table_merged_details"
5238   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5239   columns:
5240     - title: " |prein| Test Name |preout| "
5241       data: "data name"
5242     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5243       data: "data msg"
5244   data: "vpp-mrr-results-3n-tsh"
5245   filter: "all"
5246   parameters:
5247   - "name"
5248   - "parent"
5249   - "msg"
5250
5251 # Detailed Test Results - VPP MRR Results 3n-dnv
5252 - type: "table"
5253   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5254   algorithm: "table_merged_details"
5255   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5256   columns:
5257     - title: " |prein| Test Name |preout| "
5258       data: "data name"
5259     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5260       data: "data msg"
5261   data: "vpp-mrr-results-3n-dnv"
5262   filter: "all"
5263   parameters:
5264   - "name"
5265   - "parent"
5266   - "msg"
5267
5268 # Detailed Test Results - VPP MRR Results 2n-dnv
5269 - type: "table"
5270   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5271   algorithm: "table_merged_details"
5272   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5273   columns:
5274     - title: " |prein| Test Name |preout| "
5275       data: "data name"
5276     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5277       data: "data msg"
5278   data: "vpp-mrr-results-2n-dnv"
5279   filter: "all"
5280   parameters:
5281   - "name"
5282   - "parent"
5283   - "msg"
5284
5285 # Test configuration - VPP MRR Test Configs 3n-hsw
5286 - type: "table"
5287   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5288   algorithm: "table_merged_details"
5289   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5290   columns:
5291     - title: " |prein| Test Name |preout| "
5292       data: "data name"
5293     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5294       data: "data conf-history"
5295   data: "vpp-mrr-results-3n-hsw"
5296   filter: "all"
5297   parameters:
5298   - "parent"
5299   - "name"
5300   - "conf-history"
5301
5302 # Test configuration - VPP MRR Test Configs 3n-skx
5303 - type: "table"
5304   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5305   algorithm: "table_merged_details"
5306   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5307   columns:
5308     - title: " |prein| Test Name |preout| "
5309       data: "data name"
5310     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5311       data: "data conf-history"
5312   data: "vpp-mrr-results-3n-skx"
5313   filter: "all"
5314   parameters:
5315   - "parent"
5316   - "name"
5317   - "conf-history"
5318
5319 # Test configuration - VPP MRR Test Configs 2n-skx
5320 - type: "table"
5321   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5322   algorithm: "table_merged_details"
5323   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5324   columns:
5325     - title: " |prein| Test Name |preout| "
5326       data: "data name"
5327     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5328       data: "data conf-history"
5329   data: "vpp-mrr-results-2n-skx"
5330   filter: "all"
5331   parameters:
5332   - "parent"
5333   - "name"
5334   - "conf-history"
5335
5336 # Test configuration - VPP MRR Test Configs 2n-clx
5337 - type: "table"
5338   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5339   algorithm: "table_merged_details"
5340   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5341   columns:
5342     - title: " |prein| Test Name |preout| "
5343       data: "data name"
5344     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5345       data: "data conf-history"
5346   data: "vpp-mrr-results-2n-clx"
5347   filter: "all"
5348   parameters:
5349   - "parent"
5350   - "name"
5351   - "conf-history"
5352
5353 # Test configuration - VPP MRR Test Configs 3n-tsh
5354 - type: "table"
5355   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5356   algorithm: "table_merged_details"
5357   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5358   columns:
5359     - title: " |prein| Test Name |preout| "
5360       data: "data name"
5361     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5362       data: "data conf-history"
5363   data: "vpp-mrr-results-3n-tsh"
5364   filter: "all"
5365   parameters:
5366   - "parent"
5367   - "name"
5368   - "conf-history"
5369
5370 # Test configuration - VPP MRR Test Configs 3n-dnv
5371 - type: "table"
5372   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5373   algorithm: "table_merged_details"
5374   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5375   columns:
5376     - title: " |prein| Test Name |preout| "
5377       data: "data name"
5378     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5379       data: "data conf-history"
5380   data: "vpp-mrr-results-3n-dnv"
5381   filter: "all"
5382   parameters:
5383   - "parent"
5384   - "name"
5385   - "conf-history"
5386
5387 # Test configuration - VPP MRR Test Configs 2n-dnv
5388 - type: "table"
5389   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5390   algorithm: "table_merged_details"
5391   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5392   columns:
5393     - title: " |prein| Test Name |preout| "
5394       data: "data name"
5395     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5396       data: "data conf-history"
5397   data: "vpp-mrr-results-2n-dnv"
5398   filter: "all"
5399   parameters:
5400   - "parent"
5401   - "name"
5402   - "conf-history"
5403
5404 # Detailed Test Results - VPP Device Results - Ubuntu
5405 - type: "table"
5406   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5407   algorithm: "table_merged_details"
5408   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5409   columns:
5410     - title: " |prein| Test Name |preout| "
5411       data: "data name"
5412     - title: " |prein| Status |preout| "
5413       data: "data status"
5414   data: "vpp-device-results-ubuntu"
5415   filter: "all"
5416   parameters:
5417   - "name"
5418   - "parent"
5419   - "doc"
5420   - "status"
5421
5422 # Test configuration - VPP Device Test Configs - Ubuntu
5423 - type: "table"
5424   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5425   algorithm: "table_merged_details"
5426   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5427   columns:
5428     - title: " |prein| Test Name |preout| "
5429       data: "data name"
5430     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5431       data: "data conf-history"
5432   data: "vpp-device-results-ubuntu"
5433   filter: "all"
5434   parameters:
5435   - "parent"
5436   - "name"
5437   - "conf-history"
5438
5439 ################################################################################
5440
5441 # DPDK Performance Changes 3n-hsw 1t1c pdr
5442 - type: "table"
5443   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5444   algorithm: "table_comparison"
5445   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5446   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5447   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5448   columns:
5449     - title: "1908"
5450       data-set: "dpdk-performance-changes-3n-hsw-h1"
5451     - title: "2001"
5452       data-set: "dpdk-performance-changes-3n-hsw-ref"
5453     - title: "2005"
5454       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5455   comparisons:
5456     - title: "Diff"
5457       reference: 2
5458       compare: 3
5459   legend:
5460     - "Legend to Table"
5461     - "1908, 2001, 2005 - DPDK versions tested."
5462     - "Diff - difference between 2001 and 2005 DPDK version."
5463
5464 # DPDK Performance Changes 3n-hsw 2t2c pdr
5465 - type: "table"
5466   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5467   algorithm: "table_comparison"
5468   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5469   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5470   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5471   columns:
5472     - title: "1908"
5473       data-set: "dpdk-performance-changes-3n-hsw-h1"
5474     - title: "2001"
5475       data-set: "dpdk-performance-changes-3n-hsw-ref"
5476     - title: "2005"
5477       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5478   comparisons:
5479     - title: "Diff"
5480       reference: 2
5481       compare: 3
5482   legend:
5483     - "Legend to Table"
5484     - "1908, 2001, 2005 - DPDK versions tested."
5485     - "Diff - difference between 2001 and 2005 DPDK version."
5486
5487 # DPDK Performance Changes 3n-hsw 1t1c pdr
5488 - type: "table"
5489   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5490   algorithm: "table_comparison"
5491   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5493   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5494   columns:
5495     - title: "1908"
5496       data-set: "dpdk-performance-changes-3n-hsw-h1"
5497     - title: "2001"
5498       data-set: "dpdk-performance-changes-3n-hsw-ref"
5499     - title: "2005"
5500       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5501   comparisons:
5502     - title: "Diff"
5503       reference: 2
5504       compare: 3
5505   legend:
5506     - "Legend to Table"
5507     - "1908, 2001, 2005 - DPDK versions tested."
5508     - "Diff - difference between 2001 and 2005 DPDK version."
5509
5510 # DPDK Performance Changes 3n-hsw 2t2c ndr
5511 - type: "table"
5512   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5513   algorithm: "table_comparison"
5514   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5515   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5516   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5517   columns:
5518     - title: "1908"
5519       data-set: "dpdk-performance-changes-3n-hsw-h1"
5520     - title: "2001"
5521       data-set: "dpdk-performance-changes-3n-hsw-ref"
5522     - title: "2005"
5523       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5524   comparisons:
5525     - title: "Diff"
5526       reference: 2
5527       compare: 3
5528   legend:
5529     - "Legend to Table"
5530     - "1908, 2001, 2005 - DPDK versions tested."
5531     - "Diff - difference between 2001 and 2005 DPDK version."
5532
5533 # DPDK Performance Changes 3n-skx 2t1c pdr
5534 - type: "table"
5535   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5536   algorithm: "table_comparison"
5537   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5538   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5539   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5540   columns:
5541     - title: "1908"
5542       data-set: "dpdk-performance-changes-3n-skx-h1"
5543     - title: "2001"
5544       data-set: "dpdk-performance-changes-3n-skx-ref"
5545     - title: "2005"
5546       data-set: "dpdk-performance-changes-3n-skx-cmp"
5547   comparisons:
5548     - title: "Diff"
5549       reference: 2
5550       compare: 3
5551   legend:
5552     - "Legend to Table"
5553     - "1908, 2001, 2005 - DPDK versions tested."
5554     - "Diff - difference between 2001 and 2005 DPDK version."
5555
5556 # DPDK Performance Changes 3n-skx 4t2c pdr
5557 - type: "table"
5558   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5559   algorithm: "table_comparison"
5560   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5561   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5562   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5563   columns:
5564     - title: "1908"
5565       data-set: "dpdk-performance-changes-3n-skx-h1"
5566     - title: "2001"
5567       data-set: "dpdk-performance-changes-3n-skx-ref"
5568     - title: "2005"
5569       data-set: "dpdk-performance-changes-3n-skx-cmp"
5570   comparisons:
5571     - title: "Diff"
5572       reference: 2
5573       compare: 3
5574   legend:
5575     - "Legend to Table"
5576     - "1908, 2001, 2005 - DPDK versions tested."
5577     - "Diff - difference between 2001 and 2005 DPDK version."
5578
5579 # DPDK Performance Changes 3n-skx 2t1c ndr
5580 - type: "table"
5581   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5582   algorithm: "table_comparison"
5583   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5584   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5585   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5586   columns:
5587     - title: "1908"
5588       data-set: "dpdk-performance-changes-3n-skx-h1"
5589     - title: "2001"
5590       data-set: "dpdk-performance-changes-3n-skx-ref"
5591     - title: "2005"
5592       data-set: "dpdk-performance-changes-3n-skx-cmp"
5593   comparisons:
5594     - title: "Diff"
5595       reference: 2
5596       compare: 3
5597   legend:
5598     - "Legend to Table"
5599     - "1908, 2001, 2005 - DPDK versions tested."
5600     - "Diff - difference between 2001 and 2005 DPDK version."
5601
5602 # DPDK Performance Changes 3n-skx 4t2c ndr
5603 - type: "table"
5604   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5605   algorithm: "table_comparison"
5606   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5607   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5608   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5609   columns:
5610     - title: "1908"
5611       data-set: "dpdk-performance-changes-3n-skx-h1"
5612     - title: "2001"
5613       data-set: "dpdk-performance-changes-3n-skx-ref"
5614     - title: "2005"
5615       data-set: "dpdk-performance-changes-3n-skx-cmp"
5616   comparisons:
5617     - title: "Diff"
5618       reference: 2
5619       compare: 3
5620   legend:
5621     - "Legend to Table"
5622     - "1908, 2001, 2005 - DPDK versions tested."
5623     - "Diff - difference between 2001 and 2005 DPDK version."
5624
5625 # DPDK Performance Changes 2n-skx 2t1c pdr
5626 - type: "table"
5627   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5628   algorithm: "table_comparison"
5629   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5630   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5631   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5632   columns:
5633     - title: "1908"
5634       data-set: "dpdk-performance-changes-2n-skx-h1"
5635     - title: "2001"
5636       data-set: "dpdk-performance-changes-2n-skx-ref"
5637     - title: "2005"
5638       data-set: "dpdk-performance-changes-2n-skx-cmp"
5639   comparisons:
5640     - title: "Diff"
5641       reference: 2
5642       compare: 3
5643   legend:
5644     - "Legend to Table"
5645     - "1908, 2001, 2005 - DPDK versions tested."
5646     - "Diff - difference between 2001 and 2005 DPDK version."
5647
5648 # DPDK Performance Changes 2n-skx 4t2c pdr
5649 - type: "table"
5650   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5651   algorithm: "table_comparison"
5652   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5653   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5654   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5655   columns:
5656     - title: "1908"
5657       data-set: "dpdk-performance-changes-2n-skx-h1"
5658     - title: "2001"
5659       data-set: "dpdk-performance-changes-2n-skx-ref"
5660     - title: "2005"
5661       data-set: "dpdk-performance-changes-2n-skx-cmp"
5662   comparisons:
5663     - title: "Diff"
5664       reference: 2
5665       compare: 3
5666   legend:
5667     - "Legend to Table"
5668     - "1908, 2001, 2005 - DPDK versions tested."
5669     - "Diff - difference between 2001 and 2005 DPDK version."
5670
5671 # DPDK Performance Changes 2n-skx 2t1c ndr
5672 - type: "table"
5673   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5674   algorithm: "table_comparison"
5675   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5676   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5677   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5678   columns:
5679     - title: "1908"
5680       data-set: "dpdk-performance-changes-2n-skx-h1"
5681     - title: "2001"
5682       data-set: "dpdk-performance-changes-2n-skx-ref"
5683     - title: "2005"
5684       data-set: "dpdk-performance-changes-2n-skx-cmp"
5685   comparisons:
5686     - title: "Diff"
5687       reference: 2
5688       compare: 3
5689   legend:
5690     - "Legend to Table"
5691     - "1908, 2001, 2005 - DPDK versions tested."
5692     - "Diff - difference between 2001 and 2005 DPDK version."
5693
5694 # DPDK Performance Changes 2n-skx 4t2c ndr
5695 - type: "table"
5696   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5697   algorithm: "table_comparison"
5698   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5699   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5700   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5701   columns:
5702     - title: "1908"
5703       data-set: "dpdk-performance-changes-2n-skx-h1"
5704     - title: "2001"
5705       data-set: "dpdk-performance-changes-2n-skx-ref"
5706     - title: "2005"
5707       data-set: "dpdk-performance-changes-2n-skx-cmp"
5708   comparisons:
5709     - title: "Diff"
5710       reference: 2
5711       compare: 3
5712   legend:
5713     - "Legend to Table"
5714     - "1908, 2001, 2005 - DPDK versions tested."
5715     - "Diff - difference between 2001 and 2005 DPDK version."
5716
5717 # DPDK Performance Changes 2n-clx 2t1c pdr
5718 - type: "table"
5719   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5720   algorithm: "table_comparison"
5721   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5722   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5723   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5724   columns:
5725     - title: "2001"
5726       data-set: "dpdk-performance-changes-2n-clx-ref"
5727     - title: "2005"
5728       data-set: "dpdk-performance-changes-2n-clx-cmp"
5729   comparisons:
5730     - title: "Diff"
5731       reference: 1
5732       compare: 2
5733   legend:
5734     - "Legend to Table"
5735     - "2001, 2005 - DPDK versions tested."
5736     - "Diff - difference between 2001 and 2005 DPDK version."
5737
5738 # DPDK Performance Changes 2n-clx 4t2c pdr
5739 - type: "table"
5740   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5741   algorithm: "table_comparison"
5742   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5743   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5744   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5745   columns:
5746     - title: "2001"
5747       data-set: "dpdk-performance-changes-2n-clx-ref"
5748     - title: "2005"
5749       data-set: "dpdk-performance-changes-2n-clx-cmp"
5750   comparisons:
5751     - title: "Diff"
5752       reference: 1
5753       compare: 2
5754   legend:
5755     - "Legend to Table"
5756     - "2001, 2005 - DPDK versions tested."
5757     - "Diff - difference between 2001 and 2005 DPDK version."
5758
5759 # DPDK Performance Changes 2n-clx 2t1c ndr
5760 - type: "table"
5761   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5762   algorithm: "table_comparison"
5763   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5764   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5765   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5766   columns:
5767     - title: "2001"
5768       data-set: "dpdk-performance-changes-2n-clx-ref"
5769     - title: "2005"
5770       data-set: "dpdk-performance-changes-2n-clx-cmp"
5771   comparisons:
5772     - title: "Diff"
5773       reference: 1
5774       compare: 2
5775   legend:
5776     - "Legend to Table"
5777     - "2001, 2005 - DPDK versions tested."
5778     - "Diff - difference between 2001 and 2005 DPDK version."
5779
5780 # DPDK Performance Changes 2n-clx 4t2c ndr
5781 - type: "table"
5782   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5783   algorithm: "table_comparison"
5784   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5785   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5786   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5787   columns:
5788     - title: "2001"
5789       data-set: "dpdk-performance-changes-2n-clx-ref"
5790     - title: "2005"
5791       data-set: "dpdk-performance-changes-2n-clx-cmp"
5792   comparisons:
5793     - title: "Diff"
5794       reference: 1
5795       compare: 2
5796   legend:
5797     - "Legend to Table"
5798     - "2001, 2005 - DPDK versions tested."
5799     - "Diff - difference between 2001 and 2005 DPDK version."
5800
5801 # DPDK Performance Changes 2n-dnv 1t1c pdr
5802 - type: "table"
5803   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5804   algorithm: "table_comparison"
5805   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5806   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5807   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5808   columns:
5809     - title: "2001"
5810       data-set: "dpdk-performance-changes-2n-dnv-ref"
5811     - title: "2005"
5812       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5813   comparisons:
5814     - title: "Diff"
5815       reference: 1
5816       compare: 2
5817   legend:
5818     - "Legend to Table"
5819     - "2001, 2005 - DPDK versions tested."
5820     - "Diff - difference between 2001 and 2005 DPDK version."
5821
5822 # DPDK Performance Changes 2n-dnv 2t2c pdr
5823 - type: "table"
5824   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5825   algorithm: "table_comparison"
5826   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5827   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5828   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5829   columns:
5830     - title: "2001"
5831       data-set: "dpdk-performance-changes-2n-dnv-ref"
5832     - title: "2005"
5833       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5834   comparisons:
5835     - title: "Diff"
5836       reference: 1
5837       compare: 2
5838   legend:
5839     - "Legend to Table"
5840     - "2001, 2005 - DPDK versions tested."
5841     - "Diff - difference between 2001 and 2005 DPDK version."
5842
5843 # DPDK Performance Changes 2n-dnv 1t1c ndr
5844 - type: "table"
5845   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5846   algorithm: "table_comparison"
5847   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5848   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5849   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5850   columns:
5851     - title: "2001"
5852       data-set: "dpdk-performance-changes-2n-dnv-ref"
5853     - title: "2005"
5854       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5855   comparisons:
5856     - title: "Diff"
5857       reference: 1
5858       compare: 2
5859   legend:
5860     - "Legend to Table"
5861     - "2001, 2005 - DPDK versions tested."
5862     - "Diff - difference between 2001 and 2005 DPDK version."
5863
5864 # DPDK Performance Changes 2n-dnv 2t2c ndr
5865 - type: "table"
5866   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5867   algorithm: "table_comparison"
5868   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5870   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5871   columns:
5872     - title: "2001"
5873       data-set: "dpdk-performance-changes-2n-dnv-ref"
5874     - title: "2005"
5875       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5876   comparisons:
5877     - title: "Diff"
5878       reference: 1
5879       compare: 2
5880   legend:
5881     - "Legend to Table"
5882     - "2001, 2005 - DPDK versions tested."
5883     - "Diff - difference between 2001 and 2005 DPDK version."
5884
5885 # DPDK Performance Changes 3n-dnv 1t1c pdr
5886 - type: "table"
5887   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5888   algorithm: "table_comparison"
5889   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5890   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5891   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5892   columns:
5893     - title: "2001"
5894       data-set: "dpdk-performance-changes-3n-dnv-ref"
5895     - title: "2005"
5896       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5897   comparisons:
5898     - title: "Diff"
5899       reference: 1
5900       compare: 2
5901   legend:
5902     - "Legend to Table"
5903     - "2001, 2005 - DPDK versions tested."
5904     - "Diff - difference between 2001 and 2005 DPDK version."
5905
5906 # DPDK Performance Changes 3n-dnv 2t2c pdr
5907 - type: "table"
5908   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5909   algorithm: "table_comparison"
5910   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5911   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5912   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5913   columns:
5914     - title: "2001"
5915       data-set: "dpdk-performance-changes-3n-dnv-ref"
5916     - title: "2005"
5917       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5918   comparisons:
5919     - title: "Diff"
5920       reference: 1
5921       compare: 2
5922   legend:
5923     - "Legend to Table"
5924     - "2001, 2005 - DPDK versions tested."
5925     - "Diff - difference between 2001 and 2005 DPDK version."
5926
5927 # DPDK Performance Changes 3n-dnv 1t1c ndr
5928 - type: "table"
5929   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5930   algorithm: "table_comparison"
5931   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5932   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5933   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5934   columns:
5935     - title: "2001"
5936       data-set: "dpdk-performance-changes-3n-dnv-ref"
5937     - title: "2005"
5938       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5939   comparisons:
5940     - title: "Diff"
5941       reference: 1
5942       compare: 2
5943   legend:
5944     - "Legend to Table"
5945     - "2001, 2005 - DPDK versions tested."
5946     - "Diff - difference between 2001 and 2005 DPDK version."
5947
5948 # DPDK Performance Changes 3n-dnv 2t2c ndr
5949 - type: "table"
5950   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5951   algorithm: "table_comparison"
5952   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5953   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5954   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5955   columns:
5956     - title: "2001"
5957       data-set: "dpdk-performance-changes-3n-dnv-ref"
5958     - title: "2005"
5959       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5960   comparisons:
5961     - title: "Diff"
5962       reference: 1
5963       compare: 2
5964   legend:
5965     - "Legend to Table"
5966     - "2001, 2005 - DPDK versions tested."
5967     - "Diff - difference between 2001 and 2005 DPDK version."
5968
5969 # DPDK Performance Changes 3n-tsh 1t1c pdr
5970 - type: "table"
5971   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5972   algorithm: "table_comparison"
5973   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5974   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5975   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5976   columns:
5977     - title: "2001"
5978       data-set: "dpdk-performance-changes-3n-tsh-ref"
5979     - title: "2005"
5980       data-set: "dpdk-performance-changes-3n-tsh-cmp"
5981   comparisons:
5982     - title: "Diff"
5983       reference: 1
5984       compare: 2
5985   legend:
5986     - "Legend to Table"
5987     - "2001, 2005 - DPDK versions tested."
5988     - "Diff - difference between 2001 and 2005 DPDK version."
5989
5990 # DPDK Performance Changes 3n-tsh 2t2c pdr
5991 - type: "table"
5992   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
5993   algorithm: "table_comparison"
5994   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
5995   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5996   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5997   columns:
5998     - title: "2001"
5999       data-set: "dpdk-performance-changes-3n-tsh-ref"
6000     - title: "2005"
6001       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6002   comparisons:
6003     - title: "Diff"
6004       reference: 1
6005       compare: 2
6006   legend:
6007     - "Legend to Table"
6008     - "2001, 2005 - DPDK versions tested."
6009     - "Diff - difference between 2001 and 2005 DPDK version."
6010
6011 # DPDK Performance Changes 3n-tsh 1t1c ndr
6012 - type: "table"
6013   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6014   algorithm: "table_comparison"
6015   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6016   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6017   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6018   columns:
6019     - title: "2001"
6020       data-set: "dpdk-performance-changes-3n-tsh-ref"
6021     - title: "2005"
6022       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6023   comparisons:
6024     - title: "Diff"
6025       reference: 1
6026       compare: 2
6027   legend:
6028     - "Legend to Table"
6029     - "2001, 2005 - DPDK versions tested."
6030     - "Diff - difference between 2001 and 2005 DPDK version."
6031
6032 # DPDK Performance Changes 3n-tsh 2t2c ndr
6033 - type: "table"
6034   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6035   algorithm: "table_comparison"
6036   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6037   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6038   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6039   columns:
6040     - title: "2001"
6041       data-set: "dpdk-performance-changes-3n-tsh-ref"
6042     - title: "2005"
6043       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6044   comparisons:
6045     - title: "Diff"
6046       reference: 1
6047       compare: 2
6048   legend:
6049     - "Legend to Table"
6050     - "2001, 2005 - DPDK versions tested."
6051     - "Diff - difference between 2001 and 2005 DPDK version."
6052
6053 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6054 - type: "table"
6055   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6056   algorithm: "table_comparison"
6057   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6058   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6059   filter: "'NIC_Intel-X710'"
6060   columns:
6061     - title: "3n-hsw x710"
6062       data-set: "dpdk-compare-testbeds-ref"
6063     - title: "3n-skx x710"
6064       data-set: "dpdk-compare-testbeds-cmp"
6065   comparisons:
6066     - title: "Diff"
6067       reference: 1
6068       compare: 2
6069   legend:
6070     - "Legend to Table"
6071     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6072     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6073
6074 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6075 - type: "table"
6076   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6077   algorithm: "table_comparison"
6078   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6080   filter: "'NIC_Intel-X710'"
6081   columns:
6082     - title: "3n-hsw x710"
6083       data-set: "dpdk-compare-testbeds-ref"
6084     - title: "3n-skx x710"
6085       data-set: "dpdk-compare-testbeds-cmp"
6086   comparisons:
6087     - title: "Diff"
6088       reference: 1
6089       compare: 2
6090   legend:
6091     - "Legend to Table"
6092     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6093     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6094
6095 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6096 - type: "table"
6097   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6098   algorithm: "table_comparison"
6099   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6100   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6101   filter: "'NIC_Intel-XXV710'"
6102   columns:
6103     - title: "2n-skx"
6104       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6105     - title: "2n-clx"
6106       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6107   comparisons:
6108     - title: "Diff"
6109       reference: 1
6110       compare: 2
6111   legend:
6112     - "Legend to Table"
6113     - "2n-skx, 2n-clx - testbeds and NICs tested."
6114     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6115
6116 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6117 - type: "table"
6118   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6119   algorithm: "table_comparison"
6120   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6121   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6122   filter: "'NIC_Intel-XXV710'"
6123   columns:
6124     - title: "2n-skx"
6125       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6126     - title: "2n-clx"
6127       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6128   comparisons:
6129     - title: "Diff"
6130       reference: 1
6131       compare: 2
6132   legend:
6133     - "Legend to Table"
6134     - "2n-skx, 2n-clx - testbeds and NICs tested."
6135     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6136
6137 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6138 - type: "table"
6139   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6140   algorithm: "table_comparison"
6141   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6142   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6143   filter: "'NIC_Intel-XXV710'"
6144   columns:
6145     - title: "3n-skx"
6146       data-set: "dpdk-compare-topologies-ref"
6147     - title: "2n-skx"
6148       data-set: "dpdk-compare-topologies-cmp"
6149   comparisons:
6150     - title: "Diff"
6151       reference: 1
6152       compare: 2
6153   legend:
6154     - "Legend to Table"
6155     - "3n-skx, 2n-skx - topologies tested."
6156     - "Diff - difference between 3n-skx and 2n-skx topologies."
6157
6158 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6159 - type: "table"
6160   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6161   algorithm: "table_comparison"
6162   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6163   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6164   filter: "'NIC_Intel-XXV710'"
6165   columns:
6166     - title: "3n-skx"
6167       data-set: "dpdk-compare-topologies-ref"
6168     - title: "2n-skx"
6169       data-set: "dpdk-compare-topologies-cmp"
6170   comparisons:
6171     - title: "Diff"
6172       reference: 1
6173       compare: 2
6174   legend:
6175     - "Legend to Table"
6176     - "3n-skx, 2n-skx - topologies tested."
6177     - "Diff - difference between 3n-skx and 2n-skx topologies."
6178
6179 # Detailed Test Results - DPDK Performance Results 3n-hsw
6180 - type: "table"
6181   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6182   algorithm: "table_merged_details"
6183   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6184   columns:
6185     - title: " |prein| Test Name |preout| "
6186       data: "data name"
6187     - 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| "
6188       data: "data msg"
6189   data: "dpdk-perf-results-3n-hsw"
6190   filter: "all"
6191   parameters:
6192   - "name"
6193   - "parent"
6194   - "msg"
6195
6196 # Detailed Test Results - DPDK Performance Results 3n-skx
6197 - type: "table"
6198   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6199   algorithm: "table_merged_details"
6200   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6201   columns:
6202     - title: " |prein| Test Name |preout| "
6203       data: "data name"
6204     - 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| "
6205       data: "data msg"
6206   data: "dpdk-perf-results-3n-skx"
6207   filter: "all"
6208   remove-ndr: False
6209   parameters:
6210   - "name"
6211   - "parent"
6212   - "msg"
6213
6214 # Detailed Test Results - DPDK Performance Results 2n-skx
6215 - type: "table"
6216   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6217   algorithm: "table_merged_details"
6218   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6219   columns:
6220     - title: " |prein| Test Name |preout| "
6221       data: "data name"
6222     - 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| "
6223       data: "data msg"
6224   data: "dpdk-perf-results-2n-skx"
6225   filter: "all"
6226   remove-ndr: False
6227   parameters:
6228   - "name"
6229   - "parent"
6230   - "msg"
6231
6232 # Detailed Test Results - DPDK Performance Results 2n-clx
6233 - type: "table"
6234   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6235   algorithm: "table_merged_details"
6236   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6237   columns:
6238     - title: " |prein| Test Name |preout| "
6239       data: "data name"
6240     - 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| "
6241       data: "data msg"
6242   data: "dpdk-perf-results-2n-clx"
6243   filter: "all"
6244   parameters:
6245   - "name"
6246   - "parent"
6247   - "msg"
6248
6249 # Detailed Test Results - DPDK Performance Results 2n-dnv
6250 - type: "table"
6251   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6252   algorithm: "table_merged_details"
6253   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6254   columns:
6255     - title: " |prein| Test Name |preout| "
6256       data: "data name"
6257     - 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| "
6258       data: "data msg"
6259   data: "dpdk-perf-results-2n-dnv"
6260   filter: "all"
6261   parameters:
6262   - "name"
6263   - "parent"
6264   - "msg"
6265
6266 # Detailed Test Results - DPDK Performance Results 3n-dnv
6267 - type: "table"
6268   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6269   algorithm: "table_merged_details"
6270   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6271   columns:
6272     - title: " |prein| Test Name |preout| "
6273       data: "data name"
6274     - 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| "
6275       data: "data msg"
6276   data: "dpdk-perf-results-3n-dnv"
6277   filter: "all"
6278   parameters:
6279   - "name"
6280   - "parent"
6281   - "msg"
6282
6283 # Detailed Test Results - DPDK Performance Results 3n-tsh
6284 - type: "table"
6285   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6286   algorithm: "table_merged_details"
6287   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6288   columns:
6289     - title: " |prein| Test Name |preout| "
6290       data: "data name"
6291     - 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| "
6292       data: "data msg"
6293   data: "dpdk-perf-results-3n-tsh"
6294   filter: "all"
6295   parameters:
6296   - "name"
6297   - "parent"
6298   - "msg"
6299
6300 ################################################################################
6301 ###                                F I L E S                                 ###
6302 ################################################################################
6303
6304 # VPP Performance Results
6305 - type: "file"
6306   title: "VPP Performance Results"
6307   algorithm: "file_details_split"
6308   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6309   dir-tables:
6310     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6311     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6312     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6313     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6314     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6315     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6316     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6317   data:
6318     - "vpp-perf-results-2n-skx"
6319     - "vpp-perf-results-3n-skx"
6320     - "vpp-perf-results-2n-clx"
6321     - "vpp-perf-results-3n-hsw"
6322     - "vpp-perf-results-3n-tsh"
6323     - "vpp-perf-results-2n-dnv"
6324     - "vpp-perf-results-3n-dnv"
6325   filter: "all"
6326   data-start-level: 4
6327   order-chapters:
6328     level-1:
6329       - "l2"
6330       - "ip4"
6331       - "ip6"
6332       - "srv6"
6333       - "ip4_tunnels"
6334       - "ip6_tunnels"
6335       - "vm_vhost"
6336       - "container_memif"
6337       - "crypto"
6338       - "vts"
6339       - "lb"
6340       - "nfv_density"
6341       - "hoststack"
6342     level-2:
6343       - "2n-skx"
6344       - "3n-skx"
6345       - "2n-clx"
6346       - "3n-hsw"
6347       - "3n-tsh"
6348       - "2n-dnv"
6349       - "3n-dnv"
6350     level-3:
6351       - "xl710"
6352       - "x520"
6353       - "xxv710"
6354       - "x710"
6355       - "x553"
6356       - "cx556a"
6357       - "vic1227"
6358       - "vic1385"
6359
6360 # VPP Performance Configuration
6361 - type: "file"
6362   title: "VPP Performance Configuration"
6363   algorithm: "file_details_split"
6364   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6365   dir-tables:
6366     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6367     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6368     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6369     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6370     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6371     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6372     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6373   data:
6374     - "vpp-perf-results-2n-skx"
6375     - "vpp-perf-results-3n-skx"
6376     - "vpp-perf-results-2n-clx"
6377     - "vpp-perf-results-3n-hsw"
6378     - "vpp-perf-results-3n-tsh"
6379     - "vpp-perf-results-2n-dnv"
6380     - "vpp-perf-results-3n-dnv"
6381   filter: "all"
6382   data-start-level: 4
6383   order-chapters:
6384     level-1:
6385       - "l2"
6386       - "ip4"
6387       - "ip6"
6388       - "srv6"
6389       - "ip4_tunnels"
6390       - "ip6_tunnels"
6391       - "vm_vhost"
6392       - "container_memif"
6393       - "crypto"
6394       - "vts"
6395       - "lb"
6396       - "nfv_density"
6397       - "hoststack"
6398     level-2:
6399       - "2n-skx"
6400       - "3n-skx"
6401       - "2n-clx"
6402       - "3n-hsw"
6403       - "3n-tsh"
6404       - "2n-dnv"
6405       - "3n-dnv"
6406     level-3:
6407       - "xl710"
6408       - "x520"
6409       - "xxv710"
6410       - "x710"
6411       - "x553"
6412       - "cx556a"
6413       - "vic1227"
6414       - "vic1385"
6415
6416 # VPP Performance Operational
6417 - type: "file"
6418   title: "VPP Performance Operational"
6419   algorithm: "file_details_split_html"
6420   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6421   dir-tables:
6422     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6423     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6424     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6425     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6426     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6427     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6428     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6429   data:
6430     - "vpp-perf-results-2n-skx"
6431     - "vpp-perf-results-3n-skx"
6432     - "vpp-perf-results-2n-clx"
6433     - "vpp-perf-results-3n-hsw"
6434     - "vpp-perf-results-3n-tsh"
6435     - "vpp-perf-results-2n-dnv"
6436     - "vpp-perf-results-3n-dnv"
6437   filter: "all"
6438   data-start-level: 4
6439   order-chapters:
6440     level-1:
6441       - "l2"
6442       - "ip4"
6443       - "ip6"
6444       - "srv6"
6445       - "ip4_tunnels"
6446       - "ip6_tunnels"
6447       - "vm_vhost"
6448       - "container_memif"
6449       - "crypto"
6450       - "vts"
6451       - "lb"
6452       - "nfv_density"
6453       - "hoststack"
6454     level-2:
6455       - "2n-skx"
6456       - "3n-skx"
6457       - "2n-clx"
6458       - "3n-hsw"
6459       - "3n-tsh"
6460       - "2n-dnv"
6461       - "3n-dnv"
6462     level-3:
6463       - "xl710"
6464       - "x520"
6465       - "xxv710"
6466       - "x710"
6467       - "x553"
6468       - "cx556a"
6469       - "vic1227"
6470       - "vic1385"
6471
6472 # VPP MRR Results
6473 - type: "file"
6474   title: "VPP MRR Results"
6475   algorithm: "file_details_split"
6476   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6477   dir-tables:
6478     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6479     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6480     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6481     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6482     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6483     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6484     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6485   data:
6486     - "vpp-mrr-results-2n-skx"
6487     - "vpp-mrr-results-3n-skx"
6488     - "vpp-mrr-results-2n-clx"
6489     - "vpp-mrr-results-3n-hsw"
6490     - "vpp-mrr-results-3n-tsh"
6491     - "vpp-mrr-results-2n-dnv"
6492     - "vpp-mrr-results-3n-dnv"
6493   filter: "all"
6494   data-start-level: 4
6495   order-chapters:
6496     level-1:
6497       - "l2"
6498       - "ip4"
6499       - "ip6"
6500       - "srv6"
6501       - "ip4_tunnels"
6502       - "ip6_tunnels"
6503       - "vm_vhost"
6504       - "container_memif"
6505       - "crypto"
6506       - "vts"
6507       - "lb"
6508       - "nfv_density"
6509       - "hoststack"
6510     level-2:
6511       - "2n-skx"
6512       - "3n-skx"
6513       - "2n-clx"
6514       - "3n-hsw"
6515       - "3n-tsh"
6516       - "2n-dnv"
6517       - "3n-dnv"
6518     level-3:
6519       - "xl710"
6520       - "x520"
6521       - "xxv710"
6522       - "x710"
6523       - "x553"
6524       - "cx556a"
6525       - "vic1227"
6526       - "vic1385"
6527
6528 # VPP MRR Configuration
6529 - type: "file"
6530   title: "VPP MRR Configuration"
6531   algorithm: "file_details_split"
6532   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6533   dir-tables:
6534     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6535     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6536     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6537     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6538     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6539     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6540     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6541   data:
6542     - "vpp-mrr-results-2n-skx"
6543     - "vpp-mrr-results-3n-skx"
6544     - "vpp-mrr-results-2n-clx"
6545     - "vpp-mrr-results-3n-hsw"
6546     - "vpp-mrr-results-3n-tsh"
6547     - "vpp-mrr-results-2n-dnv"
6548     - "vpp-mrr-results-3n-dnv"
6549   filter: "all"
6550   data-start-level: 4
6551   order-chapters:
6552     level-1:
6553       - "l2"
6554       - "ip4"
6555       - "ip6"
6556       - "srv6"
6557       - "ip4_tunnels"
6558       - "ip6_tunnels"
6559       - "vm_vhost"
6560       - "container_memif"
6561       - "crypto"
6562       - "vts"
6563       - "lb"
6564       - "nfv_density"
6565       - "hoststack"
6566     level-2:
6567       - "2n-skx"
6568       - "3n-skx"
6569       - "2n-clx"
6570       - "3n-hsw"
6571       - "3n-tsh"
6572       - "2n-dnv"
6573       - "3n-dnv"
6574     level-3:
6575       - "xl710"
6576       - "x520"
6577       - "xxv710"
6578       - "x710"
6579       - "x553"
6580       - "cx556a"
6581       - "vic1227"
6582       - "vic1385"
6583
6584 # VPP Device Results - Ubuntu
6585 - type: "file"
6586   title: "VPP Device Results - Ubuntu"
6587   algorithm: "file_test_results"
6588   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6589   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6590   data: "vpp-device-results-ubuntu"
6591   filter: "all"
6592   data-start-level: 4
6593
6594 # VPP Device Configuration - Ubuntu
6595 - type: "file"
6596   title: "VPP Device Configuration - Ubuntu"
6597   algorithm: "file_test_results"
6598   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6599   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6600   data: "vpp-device-results-ubuntu"
6601   filter: "all"
6602   data-start-level: 4
6603
6604 # DPDK Performance Results 3n-hsw
6605 - type: "file"
6606   title: "DPDK Performance Results 3n-hsw"
6607   algorithm: "file_test_results"
6608   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6609   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6610   data: "dpdk-perf-results-3n-hsw"
6611   filter: "all"
6612   data-start-level: 4
6613
6614 # DPDK Performance Results 3n-skx
6615 - type: "file"
6616   title: "DPDK Performance Results 3n-skx"
6617   algorithm: "file_test_results"
6618   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6619   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6620   data: "dpdk-perf-results-3n-skx"
6621   filter: "all"
6622   data-start-level: 4
6623
6624 # DPDK Performance Results 2n-skx
6625 - type: "file"
6626   title: "DPDK Performance Results 2n-skx"
6627   algorithm: "file_test_results"
6628   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6629   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6630   data: "dpdk-perf-results-2n-skx"
6631   filter: "all"
6632   data-start-level: 4
6633
6634 # DPDK Performance Results 2n-clx
6635 - type: "file"
6636   title: "DPDK Performance Results 2n-clx"
6637   algorithm: "file_test_results"
6638   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6639   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6640   data: "dpdk-perf-results-2n-clx"
6641   filter: "all"
6642   data-start-level: 4
6643
6644 # DPDK Performance Results 2n-dnv
6645 - type: "file"
6646   title: "DPDK Performance Results 2n-dnv"
6647   algorithm: "file_test_results"
6648   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6649   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6650   data: "dpdk-perf-results-2n-dnv"
6651   filter: "all"
6652   data-start-level: 4
6653
6654 # DPDK Performance Results 3n-dnv
6655 - type: "file"
6656   title: "DPDK Performance Results 3n-dnv"
6657   algorithm: "file_test_results"
6658   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6659   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6660   data: "dpdk-perf-results-3n-dnv"
6661   filter: "all"
6662   data-start-level: 4
6663
6664 # DPDK Performance Results 3n-tsh
6665 - type: "file"
6666   title: "DPDK Performance Results 3n-tsh"
6667   algorithm: "file_test_results"
6668   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6669   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6670   data: "dpdk-perf-results-3n-tsh"
6671   filter: "all"
6672   data-start-level: 4
6673
6674 ################################################################################
6675 ###                                P L O T S                                 ###
6676 ################################################################################
6677
6678 # Hoststack tests 3n-hsw
6679
6680 - type: "plot"
6681   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6682   algorithm: "plot_perf_box_name"
6683   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6684   data: "plot-vpp-hoststack-3n-hsw"
6685   include:
6686     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6687     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6688   layout:
6689     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6690     layout: "plot-hoststack"
6691
6692 - type: "plot"
6693   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6694   algorithm: "plot_perf_box_name"
6695   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6696   data: "plot-vpp-hoststack-3n-hsw"
6697   include:
6698     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6699     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6700   layout:
6701     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6702     layout: "plot-hoststack"
6703
6704 - type: "plot"
6705   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6706   algorithm: "plot_perf_box_name"
6707   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6708   data: "plot-vpp-hoststack-3n-hsw"
6709   include:
6710     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6711     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6712     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6713     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6714   layout:
6715     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6716     layout: "plot-hoststack"
6717
6718 # Plots VPP HTTP Server Performance
6719 - type: "plot"
6720   title: "VPP HTTP Server Performance"
6721   algorithm: "plot_http_server_perf_box"
6722   output-file-type: ".html"
6723   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6724   data:
6725     "plot-vpp-http-server-performance"
6726   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6727   parameters:
6728   - "result"
6729   - "name"
6730   traces:
6731     hoverinfo: "y+name"
6732     boxpoints: "outliers"
6733     whiskerwidth: 0
6734   layout:
6735     title: "VPP HTTP Server Performance"
6736     layout:
6737       "plot-cps"
6738
6739 - type: "plot"
6740   title: "VPP HTTP Server Performance"
6741   algorithm: "plot_http_server_perf_box"
6742   output-file-type: ".html"
6743   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6744   data:
6745     "plot-vpp-http-server-performance"
6746   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6747   parameters:
6748   - "result"
6749   - "name"
6750   traces:
6751     hoverinfo: "y+name"
6752     boxpoints: "outliers"
6753     whiskerwidth: 0
6754   layout:
6755     title: "VPP HTTP Server Performance"
6756     layout:
6757       "plot-rps"
6758
6759 ################################################################################
6760
6761 # Soak Test (PLRsearch), boxes - 2n-clx
6762 - type: "plot"
6763   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6764   algorithm: "plot_perf_box_name"
6765   output-file-type: ".html"
6766   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6767   data: "plot-vpp-soak-2n-clx"
6768   include:
6769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6773     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6774     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6775   layout:
6776     title: "30 Minutes Soak Test (PLRsearch)"
6777     layout: "plot-soak-throughput"
6778
6779 # Soak Test (PLRsearch), boxes - 2n-clx
6780 - type: "plot"
6781   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6782   algorithm: "plot_perf_box_name"
6783   output-file-type: ".html"
6784   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6785   data: "plot-vpp-soak-2n-clx"
6786   include:
6787     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6788     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6789     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6790     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6791     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6792     - "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"
6793   layout:
6794     title: "30 Minutes Soak Test (PLRsearch)"
6795     layout: "plot-soak-throughput"
6796
6797 # Soak Test (PLRsearch), boxes - 2n-skx
6798 - type: "plot"
6799   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6800   algorithm: "plot_perf_box_name"
6801   output-file-type: ".html"
6802   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6803   data: "plot-vpp-soak-2n-skx"
6804   include:
6805     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6806     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6807     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6809     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6810     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6811   layout:
6812     title: "30 Minutes Soak Test (PLRsearch)"
6813     layout: "plot-soak-throughput"
6814
6815 # Soak Test (PLRsearch), boxes - 2n-skx
6816 - type: "plot"
6817   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6818   algorithm: "plot_perf_box_name"
6819   output-file-type: ".html"
6820   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6821   data: "plot-vpp-soak-2n-skx"
6822   include:
6823     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6824     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6825     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6826     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6828     - "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"
6829   layout:
6830     title: "30 Minutes Soak Test (PLRsearch)"
6831     layout: "plot-soak-throughput"
6832
6833 ###############################################################################
6834
6835 # Reconf tests 2n-skx
6836
6837 - type: "plot"
6838   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6839   algorithm: "plot_nf_reconf_box_name"
6840   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6841   data: "plot-vpp-nfv-reconf-2n-skx"
6842   include:
6843     - "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"
6844     - "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"
6845     - "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"
6846     - "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"
6847     - "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"
6848     - "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"
6849   layout:
6850     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6851     layout: "plot-throughput"
6852
6853 - type: "plot"
6854   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6855   algorithm: "plot_nf_reconf_box_name"
6856   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6857   data: "plot-vpp-nfv-reconf-2n-skx"
6858   include:
6859     - "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"
6860     - "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"
6861     - "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"
6862     - "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"
6863     - "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"
6864     - "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"
6865   layout:
6866     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6867     layout: "plot-throughput"
6868
6869 - type: "plot"
6870   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6871   algorithm: "plot_nf_reconf_box_name"
6872   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6873   data: "plot-vpp-nfv-reconf-2n-skx"
6874   include:
6875     - "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"
6876     - "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"
6877     - "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"
6878     - "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"
6879     - "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"
6880     - "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"
6881   layout:
6882     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6883     layout: "plot-throughput"
6884
6885 ###############################################################################
6886
6887 # Reconf tests 2n-clx
6888
6889 - type: "plot"
6890   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6891   algorithm: "plot_nf_reconf_box_name"
6892   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6893   data: "plot-vpp-nfv-reconf-2n-clx"
6894   include:
6895     - "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"
6896     - "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"
6897     - "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"
6898     - "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"
6899   layout:
6900     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6901     layout: "plot-throughput"
6902
6903 - type: "plot"
6904   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6905   algorithm: "plot_nf_reconf_box_name"
6906   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6907   data: "plot-vpp-nfv-reconf-2n-clx"
6908   include:
6909     - "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"
6910     - "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"
6911     - "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"
6912     - "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"
6913   layout:
6914     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6915     layout: "plot-throughput"
6916
6917 - type: "plot"
6918   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6919   algorithm: "plot_nf_reconf_box_name"
6920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6921   data: "plot-vpp-nfv-reconf-2n-clx"
6922   include:
6923     - "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"
6924     - "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"
6925     - "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"
6926     - "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"
6927   layout:
6928     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6929     layout: "plot-throughput"
6930
6931 ################################################################################
6932 ## Plots - NF Density - VSC - MRR 64b
6933 #- type: "plot"
6934 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6935 #  algorithm: "plot_nf_heatmap"
6936 #  output-file-type: ".html"
6937 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6938 #  data: "plot-vpp-nfv-2n-skx-mrr"
6939 #  filter: "'NIC_Intel-XXV710' and
6940 #           'NF_DENSITY' and
6941 #           'VHOST' and
6942 #           not 'VXLAN' and
6943 #           'CHAIN' and
6944 #           'NF_VPPIP4' and
6945 #           '64B' and
6946 #           '2T1C' and
6947 #           'MRR'"
6948 #  parameters:
6949 #  - "result"
6950 #  - "name"
6951 #  - "tags"
6952 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6953 #  x-axis: "X = VNFs per Service Chain"
6954 #  y-axis: "Y = Number of Service Chains"
6955 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6956 #  layout:
6957 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6958 #    layout: "plot-service-density"
6959 #
6960 #- type: "plot"
6961 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6962 #  algorithm: "plot_nf_heatmap"
6963 #  output-file-type: ".html"
6964 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6965 #  data: "plot-vpp-nfv-2n-skx-mrr"
6966 #  filter: "'NIC_Intel-XXV710' and
6967 #           'NF_DENSITY' and
6968 #           'VHOST' and
6969 #           not 'VXLAN' and
6970 #           'CHAIN' and
6971 #           'NF_VPPIP4' and
6972 #           '64B' and
6973 #           '4T2C' and
6974 #           'MRR'"
6975 #  parameters:
6976 #  - "result"
6977 #  - "name"
6978 #  - "tags"
6979 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6980 #  x-axis: "X = VNFs per Service Chain"
6981 #  y-axis: "Y = Number of Service Chains"
6982 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6983 #  layout:
6984 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6985 #    layout: "plot-service-density"
6986 #
6987 #- type: "plot"
6988 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6989 #  algorithm: "plot_nf_heatmap"
6990 #  output-file-type: ".html"
6991 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
6992 #  data: "plot-vpp-nfv-2n-skx-mrr"
6993 #  filter: "'NIC_Intel-XXV710' and
6994 #           'NF_DENSITY' and
6995 #           'VHOST' and
6996 #           not 'VXLAN' and
6997 #           'CHAIN' and
6998 #           'NF_VPPIP4' and
6999 #           '64B' and
7000 #           '8T4C' and
7001 #           'MRR'"
7002 #  parameters:
7003 #  - "result"
7004 #  - "name"
7005 #  - "tags"
7006 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7007 #  x-axis: "X = VNFs per Service Chain"
7008 #  y-axis: "Y = Number of Service Chains"
7009 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7010 #  layout:
7011 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7012 #    layout: "plot-service-density"
7013 #
7014 ## Plots - NF Density - VSC - MRR IMIX
7015 #- type: "plot"
7016 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7017 #  algorithm: "plot_nf_heatmap"
7018 #  output-file-type: ".html"
7019 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7020 #  data: "plot-vpp-nfv-2n-skx-mrr"
7021 #  filter: "'NIC_Intel-XXV710' and
7022 #           'NF_DENSITY' and
7023 #           'VHOST' and
7024 #           not 'VXLAN' and
7025 #           'CHAIN' and
7026 #           'NF_VPPIP4' and
7027 #           'IMIX' and
7028 #           '2T1C' and
7029 #           'MRR'"
7030 #  parameters:
7031 #  - "result"
7032 #  - "name"
7033 #  - "tags"
7034 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7035 #  x-axis: "X = VNFs per Service Chain"
7036 #  y-axis: "Y = Number of Service Chains"
7037 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7038 #  layout:
7039 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7040 #    layout: "plot-service-density"
7041 #
7042 #- type: "plot"
7043 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7044 #  algorithm: "plot_nf_heatmap"
7045 #  output-file-type: ".html"
7046 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7047 #  data: "plot-vpp-nfv-2n-skx-mrr"
7048 #  filter: "'NIC_Intel-XXV710' and
7049 #           'NF_DENSITY' and
7050 #           'VHOST' and
7051 #           not 'VXLAN' and
7052 #           'CHAIN' and
7053 #           'NF_VPPIP4' and
7054 #           'IMIX' and
7055 #           '4T2C' and
7056 #           'MRR'"
7057 #  parameters:
7058 #  - "result"
7059 #  - "name"
7060 #  - "tags"
7061 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7062 #  x-axis: "X = VNFs per Service Chain"
7063 #  y-axis: "Y = Number of Service Chains"
7064 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7065 #  layout:
7066 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7067 #    layout: "plot-service-density"
7068 #
7069 #- type: "plot"
7070 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7071 #  algorithm: "plot_nf_heatmap"
7072 #  output-file-type: ".html"
7073 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7074 #  data: "plot-vpp-nfv-2n-skx-mrr"
7075 #  filter: "'NIC_Intel-XXV710' and
7076 #           'NF_DENSITY' and
7077 #           'VHOST' and
7078 #           not 'VXLAN' and
7079 #           'CHAIN' and
7080 #           'NF_VPPIP4' and
7081 #           'IMIX' and
7082 #           '8T4C' and
7083 #           'MRR'"
7084 #  parameters:
7085 #  - "result"
7086 #  - "name"
7087 #  - "tags"
7088 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7089 #  x-axis: "X = VNFs per Service Chain"
7090 #  y-axis: "Y = Number of Service Chains"
7091 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7092 #  layout:
7093 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7094 #    layout: "plot-service-density"
7095 #
7096 ## Plots - NF Density - VSC - NDR 64b
7097 #- type: "plot"
7098 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7099 #  algorithm: "plot_nf_heatmap"
7100 #  output-file-type: ".html"
7101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7103 #  filter: "'NIC_Intel-XXV710' and
7104 #           'NF_DENSITY' and
7105 #           'VHOST' and
7106 #           not 'VXLAN' and
7107 #           'CHAIN' and
7108 #           'NF_VPPIP4' and
7109 #           '64B' and
7110 #           '2T1C' and
7111 #           'NDRPDR'"
7112 #  parameters:
7113 #  - "throughput"
7114 #  - "name"
7115 #  - "tags"
7116 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7117 #  x-axis: "X = VNFs per Service Chain"
7118 #  y-axis: "Y = Number of Service Chains"
7119 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7120 #  layout:
7121 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7122 #    layout: "plot-service-density"
7123 #
7124 #- type: "plot"
7125 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7126 #  algorithm: "plot_nf_heatmap"
7127 #  output-file-type: ".html"
7128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7130 #  filter: "'NIC_Intel-XXV710' and
7131 #           'NF_DENSITY' and
7132 #           'VHOST' and
7133 #           not 'VXLAN' and
7134 #           'CHAIN' and
7135 #           'NF_VPPIP4' and
7136 #           '64B' and
7137 #           '4T2C' and
7138 #           'NDRPDR'"
7139 #  parameters:
7140 #  - "throughput"
7141 #  - "name"
7142 #  - "tags"
7143 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7144 #  x-axis: "X = VNFs per Service Chain"
7145 #  y-axis: "Y = Number of Service Chains"
7146 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7147 #  layout:
7148 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7149 #    layout: "plot-service-density"
7150 #
7151 #- type: "plot"
7152 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7153 #  algorithm: "plot_nf_heatmap"
7154 #  output-file-type: ".html"
7155 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7156 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7157 #  filter: "'NIC_Intel-XXV710' and
7158 #           'NF_DENSITY' and
7159 #           'VHOST' and
7160 #           not 'VXLAN' and
7161 #           'CHAIN' and
7162 #           'NF_VPPIP4' and
7163 #           '64B' and
7164 #           '8T4C' and
7165 #           'NDRPDR'"
7166 #  parameters:
7167 #  - "throughput"
7168 #  - "name"
7169 #  - "tags"
7170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7171 #  x-axis: "X = VNFs per Service Chain"
7172 #  y-axis: "Y = Number of Service Chains"
7173 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7174 #  layout:
7175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7176 #    layout: "plot-service-density"
7177 #
7178 ## Plots - NF Density - VSC - NDR IMIX
7179 #- type: "plot"
7180 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7181 #  algorithm: "plot_nf_heatmap"
7182 #  output-file-type: ".html"
7183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7184 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7185 #  filter: "'NIC_Intel-XXV710' and
7186 #           'NF_DENSITY' and
7187 #           'VHOST' and
7188 #           not 'VXLAN' and
7189 #           'CHAIN' and
7190 #           'NF_VPPIP4' and
7191 #           'IMIX' and
7192 #           '2T1C' and
7193 #           'NDRPDR'"
7194 #  parameters:
7195 #  - "throughput"
7196 #  - "name"
7197 #  - "tags"
7198 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7199 #  x-axis: "X = VNFs per Service Chain"
7200 #  y-axis: "Y = Number of Service Chains"
7201 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7202 #  layout:
7203 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7204 #    layout: "plot-service-density"
7205 #
7206 #- type: "plot"
7207 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7208 #  algorithm: "plot_nf_heatmap"
7209 #  output-file-type: ".html"
7210 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7211 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7212 #  filter: "'NIC_Intel-XXV710' and
7213 #           'NF_DENSITY' and
7214 #           'VHOST' and
7215 #           not 'VXLAN' and
7216 #           'CHAIN' and
7217 #           'NF_VPPIP4' and
7218 #           'IMIX' and
7219 #           '4T2C' and
7220 #           'NDRPDR'"
7221 #  parameters:
7222 #  - "throughput"
7223 #  - "name"
7224 #  - "tags"
7225 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7226 #  x-axis: "X = VNFs per Service Chain"
7227 #  y-axis: "Y = Number of Service Chains"
7228 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7229 #  layout:
7230 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7231 #    layout: "plot-service-density"
7232 #
7233 #- type: "plot"
7234 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7235 #  algorithm: "plot_nf_heatmap"
7236 #  output-file-type: ".html"
7237 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7238 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7239 #  filter: "'NIC_Intel-XXV710' and
7240 #           'NF_DENSITY' and
7241 #           'VHOST' and
7242 #           not 'VXLAN' and
7243 #           'CHAIN' and
7244 #           'NF_VPPIP4' and
7245 #           'IMIX' and
7246 #           '8T4C' and
7247 #           'NDRPDR'"
7248 #  parameters:
7249 #  - "throughput"
7250 #  - "name"
7251 #  - "tags"
7252 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7253 #  x-axis: "X = VNFs per Service Chain"
7254 #  y-axis: "Y = Number of Service Chains"
7255 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7256 #  layout:
7257 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7258 #    layout: "plot-service-density"
7259 #
7260 ## Plots - NF Density - VSC - PDR 64b
7261 #- type: "plot"
7262 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7263 #  algorithm: "plot_nf_heatmap"
7264 #  output-file-type: ".html"
7265 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7266 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7267 #  filter: "'NIC_Intel-XXV710' and
7268 #           'NF_DENSITY' and
7269 #           'VHOST' and
7270 #           not 'VXLAN' and
7271 #           'CHAIN' and
7272 #           'NF_VPPIP4' and
7273 #           '64B' and
7274 #           '2T1C' and
7275 #           'NDRPDR'"
7276 #  parameters:
7277 #  - "throughput"
7278 #  - "name"
7279 #  - "tags"
7280 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7281 #  x-axis: "X = VNFs per Service Chain"
7282 #  y-axis: "Y = Number of Service Chains"
7283 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7284 #  layout:
7285 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7286 #    layout: "plot-service-density"
7287 #
7288 #- type: "plot"
7289 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7290 #  algorithm: "plot_nf_heatmap"
7291 #  output-file-type: ".html"
7292 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7293 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7294 #  filter: "'NIC_Intel-XXV710' and
7295 #           'NF_DENSITY' and
7296 #           'VHOST' and
7297 #           not 'VXLAN' and
7298 #           'CHAIN' and
7299 #           'NF_VPPIP4' and
7300 #           '64B' and
7301 #           '4T2C' and
7302 #           'NDRPDR'"
7303 #  parameters:
7304 #  - "throughput"
7305 #  - "name"
7306 #  - "tags"
7307 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7308 #  x-axis: "X = VNFs per Service Chain"
7309 #  y-axis: "Y = Number of Service Chains"
7310 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7311 #  layout:
7312 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7313 #    layout: "plot-service-density"
7314 #
7315 #- type: "plot"
7316 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7317 #  algorithm: "plot_nf_heatmap"
7318 #  output-file-type: ".html"
7319 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7320 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7321 #  filter: "'NIC_Intel-XXV710' and
7322 #           'NF_DENSITY' and
7323 #           'VHOST' and
7324 #           not 'VXLAN' and
7325 #           'CHAIN' and
7326 #           'NF_VPPIP4' and
7327 #           '64B' and
7328 #           '8T4C' and
7329 #           'NDRPDR'"
7330 #  parameters:
7331 #  - "throughput"
7332 #  - "name"
7333 #  - "tags"
7334 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7335 #  x-axis: "X = VNFs per Service Chain"
7336 #  y-axis: "Y = Number of Service Chains"
7337 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7338 #  layout:
7339 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7340 #    layout: "plot-service-density"
7341 #
7342 ## Plots - NF Density - VSC - PDR IMIX
7343 #- type: "plot"
7344 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7345 #  algorithm: "plot_nf_heatmap"
7346 #  output-file-type: ".html"
7347 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7348 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7349 #  filter: "'NIC_Intel-XXV710' and
7350 #           'NF_DENSITY' and
7351 #           'VHOST' and
7352 #           not 'VXLAN' and
7353 #           'CHAIN' and
7354 #           'NF_VPPIP4' and
7355 #           'IMIX' and
7356 #           '2T1C' and
7357 #           'NDRPDR'"
7358 #  parameters:
7359 #  - "throughput"
7360 #  - "name"
7361 #  - "tags"
7362 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7363 #  x-axis: "X = VNFs per Service Chain"
7364 #  y-axis: "Y = Number of Service Chains"
7365 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7366 #  layout:
7367 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7368 #    layout: "plot-service-density"
7369 #
7370 #- type: "plot"
7371 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7372 #  algorithm: "plot_nf_heatmap"
7373 #  output-file-type: ".html"
7374 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7375 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7376 #  filter: "'NIC_Intel-XXV710' and
7377 #           'NF_DENSITY' and
7378 #           'VHOST' and
7379 #           not 'VXLAN' and
7380 #           'CHAIN' and
7381 #           'NF_VPPIP4' and
7382 #           'IMIX' and
7383 #           '4T2C' and
7384 #           'NDRPDR'"
7385 #  parameters:
7386 #  - "throughput"
7387 #  - "name"
7388 #  - "tags"
7389 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7390 #  x-axis: "X = VNFs per Service Chain"
7391 #  y-axis: "Y = Number of Service Chains"
7392 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7393 #  layout:
7394 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7395 #    layout: "plot-service-density"
7396 #
7397 #- type: "plot"
7398 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7399 #  algorithm: "plot_nf_heatmap"
7400 #  output-file-type: ".html"
7401 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7402 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7403 #  filter: "'NIC_Intel-XXV710' and
7404 #           'NF_DENSITY' and
7405 #           'VHOST' and
7406 #           not 'VXLAN' and
7407 #           'CHAIN' and
7408 #           'NF_VPPIP4' and
7409 #           'IMIX' and
7410 #           '8T4C' and
7411 #           'NDRPDR'"
7412 #  parameters:
7413 #  - "throughput"
7414 #  - "name"
7415 #  - "tags"
7416 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7417 #  x-axis: "X = VNFs per Service Chain"
7418 #  y-axis: "Y = Number of Service Chains"
7419 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7420 #  layout:
7421 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7422 #    layout: "plot-service-density"
7423 #
7424 ################################################################################
7425 ## Plots - NF Density - VSC - MRR 64b
7426 #- type: "plot"
7427 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7428 #  algorithm: "plot_nf_heatmap"
7429 #  output-file-type: ".html"
7430 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7431 #  data: "plot-vpp-nfv-2n-skx-mrr"
7432 #  filter: "'NIC_Intel-XXV710' and
7433 #           'NF_DENSITY' and
7434 #           'VHOST' and
7435 #           'VXLAN' and
7436 #           'CHAIN' and
7437 #           '118' and
7438 #           '2T1C' and
7439 #           'MRR'"
7440 #  parameters:
7441 #  - "result"
7442 #  - "name"
7443 #  - "tags"
7444 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7445 #  x-axis: "X = VNFs per Service Chain"
7446 #  y-axis: "Y = Number of Service Chains"
7447 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7448 #  layout:
7449 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7450 #    layout: "plot-service-density"
7451 #
7452 #- type: "plot"
7453 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7454 #  algorithm: "plot_nf_heatmap"
7455 #  output-file-type: ".html"
7456 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7457 #  data: "plot-vpp-nfv-2n-skx-mrr"
7458 #  filter: "'NIC_Intel-XXV710' and
7459 #           'NF_DENSITY' and
7460 #           'VHOST' and
7461 #           'VXLAN' and
7462 #           'CHAIN' and
7463 #           '118' and
7464 #           '4T2C' and
7465 #           'MRR'"
7466 #  parameters:
7467 #  - "result"
7468 #  - "name"
7469 #  - "tags"
7470 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7471 #  x-axis: "X = VNFs per Service Chain"
7472 #  y-axis: "Y = Number of Service Chains"
7473 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7474 #  layout:
7475 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7476 #    layout: "plot-service-density"
7477 #
7478 #- type: "plot"
7479 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7480 #  algorithm: "plot_nf_heatmap"
7481 #  output-file-type: ".html"
7482 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7483 #  data: "plot-vpp-nfv-2n-skx-mrr"
7484 #  filter: "'NIC_Intel-XXV710' and
7485 #           'NF_DENSITY' and
7486 #           'VHOST' and
7487 #           'VXLAN' and
7488 #           'CHAIN' and
7489 #           '118' and
7490 #           '8T4C' and
7491 #           'MRR'"
7492 #  parameters:
7493 #  - "result"
7494 #  - "name"
7495 #  - "tags"
7496 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7497 #  x-axis: "X = VNFs per Service Chain"
7498 #  y-axis: "Y = Number of Service Chains"
7499 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7500 #  layout:
7501 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7502 #    layout: "plot-service-density"
7503 #
7504 ## Plots - NF Density - VSC - MRR IMIX
7505 #- type: "plot"
7506 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7507 #  algorithm: "plot_nf_heatmap"
7508 #  output-file-type: ".html"
7509 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7510 #  data: "plot-vpp-nfv-2n-skx-mrr"
7511 #  filter: "'NIC_Intel-XXV710' and
7512 #           'NF_DENSITY' and
7513 #           'VHOST' and
7514 #           'VXLAN' and
7515 #           'CHAIN' and
7516 #           'IMIX' and
7517 #           '2T1C' and
7518 #           'MRR'"
7519 #  parameters:
7520 #  - "result"
7521 #  - "name"
7522 #  - "tags"
7523 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7524 #  x-axis: "X = VNFs per Service Chain"
7525 #  y-axis: "Y = Number of Service Chains"
7526 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7527 #  layout:
7528 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7529 #    layout: "plot-service-density"
7530 #
7531 #- type: "plot"
7532 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7533 #  algorithm: "plot_nf_heatmap"
7534 #  output-file-type: ".html"
7535 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7536 #  data: "plot-vpp-nfv-2n-skx-mrr"
7537 #  filter: "'NIC_Intel-XXV710' and
7538 #           'NF_DENSITY' and
7539 #           'VHOST' and
7540 #           'VXLAN' and
7541 #           'CHAIN' and
7542 #           'IMIX' and
7543 #           '4T2C' and
7544 #           'MRR'"
7545 #  parameters:
7546 #  - "result"
7547 #  - "name"
7548 #  - "tags"
7549 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7550 #  x-axis: "X = VNFs per Service Chain"
7551 #  y-axis: "Y = Number of Service Chains"
7552 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7553 #  layout:
7554 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7555 #    layout: "plot-service-density"
7556 #
7557 #- type: "plot"
7558 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7559 #  algorithm: "plot_nf_heatmap"
7560 #  output-file-type: ".html"
7561 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7562 #  data: "plot-vpp-nfv-2n-skx-mrr"
7563 #  filter: "'NIC_Intel-XXV710' and
7564 #           'NF_DENSITY' and
7565 #           'VHOST' and
7566 #           'VXLAN' and
7567 #           'CHAIN' and
7568 #           'IMIX' and
7569 #           '8T4C' and
7570 #           'MRR'"
7571 #  parameters:
7572 #  - "result"
7573 #  - "name"
7574 #  - "tags"
7575 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7576 #  x-axis: "X = VNFs per Service Chain"
7577 #  y-axis: "Y = Number of Service Chains"
7578 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7579 #  layout:
7580 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7581 #    layout: "plot-service-density"
7582 #
7583 ## Plots - NF Density - VSC - NDR 64b
7584 #- type: "plot"
7585 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7586 #  algorithm: "plot_nf_heatmap"
7587 #  output-file-type: ".html"
7588 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7589 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7590 #  filter: "'NIC_Intel-XXV710' and
7591 #           'NF_DENSITY' and
7592 #           'VHOST' and
7593 #           'VXLAN' and
7594 #           'CHAIN' and
7595 #           '118' and
7596 #           '2T1C' and
7597 #           'NDRPDR'"
7598 #  parameters:
7599 #  - "throughput"
7600 #  - "name"
7601 #  - "tags"
7602 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7603 #  x-axis: "X = VNFs per Service Chain"
7604 #  y-axis: "Y = Number of Service Chains"
7605 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7606 #  layout:
7607 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7608 #    layout: "plot-service-density"
7609 #
7610 #- type: "plot"
7611 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7612 #  algorithm: "plot_nf_heatmap"
7613 #  output-file-type: ".html"
7614 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7615 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7616 #  filter: "'NIC_Intel-XXV710' and
7617 #           'NF_DENSITY' and
7618 #           'VHOST' and
7619 #           'VXLAN' and
7620 #           'CHAIN' and
7621 #           '118' and
7622 #           '4T2C' and
7623 #           'NDRPDR'"
7624 #  parameters:
7625 #  - "throughput"
7626 #  - "name"
7627 #  - "tags"
7628 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7629 #  x-axis: "X = VNFs per Service Chain"
7630 #  y-axis: "Y = Number of Service Chains"
7631 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7632 #  layout:
7633 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7634 #    layout: "plot-service-density"
7635 #
7636 #- type: "plot"
7637 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7638 #  algorithm: "plot_nf_heatmap"
7639 #  output-file-type: ".html"
7640 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7641 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7642 #  filter: "'NIC_Intel-XXV710' and
7643 #           'NF_DENSITY' and
7644 #           'VHOST' and
7645 #           'VXLAN' and
7646 #           'CHAIN' and
7647 #           '118' and
7648 #           '8T4C' and
7649 #           'NDRPDR'"
7650 #  parameters:
7651 #  - "throughput"
7652 #  - "name"
7653 #  - "tags"
7654 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7655 #  x-axis: "X = VNFs per Service Chain"
7656 #  y-axis: "Y = Number of Service Chains"
7657 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7658 #  layout:
7659 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7660 #    layout: "plot-service-density"
7661 #
7662 ## Plots - NF Density - VSC - NDR IMIX
7663 #- type: "plot"
7664 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7665 #  algorithm: "plot_nf_heatmap"
7666 #  output-file-type: ".html"
7667 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7668 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7669 #  filter: "'NIC_Intel-XXV710' and
7670 #           'NF_DENSITY' and
7671 #           'VHOST' and
7672 #           'VXLAN' and
7673 #           'CHAIN' and
7674 #           'IMIX' and
7675 #           '2T1C' and
7676 #           'NDRPDR'"
7677 #  parameters:
7678 #  - "throughput"
7679 #  - "name"
7680 #  - "tags"
7681 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7682 #  x-axis: "X = VNFs per Service Chain"
7683 #  y-axis: "Y = Number of Service Chains"
7684 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7685 #  layout:
7686 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7687 #    layout: "plot-service-density"
7688 #
7689 #- type: "plot"
7690 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7691 #  algorithm: "plot_nf_heatmap"
7692 #  output-file-type: ".html"
7693 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7694 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7695 #  filter: "'NIC_Intel-XXV710' and
7696 #           'NF_DENSITY' and
7697 #           'VHOST' and
7698 #           'VXLAN' and
7699 #           'CHAIN' and
7700 #           'IMIX' and
7701 #           '4T2C' and
7702 #           'NDRPDR'"
7703 #  parameters:
7704 #  - "throughput"
7705 #  - "name"
7706 #  - "tags"
7707 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7708 #  x-axis: "X = VNFs per Service Chain"
7709 #  y-axis: "Y = Number of Service Chains"
7710 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7711 #  layout:
7712 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7713 #    layout: "plot-service-density"
7714 #
7715 #- type: "plot"
7716 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7717 #  algorithm: "plot_nf_heatmap"
7718 #  output-file-type: ".html"
7719 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7720 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7721 #  filter: "'NIC_Intel-XXV710' and
7722 #           'NF_DENSITY' and
7723 #           'VHOST' and
7724 #           'VXLAN' and
7725 #           'CHAIN' and
7726 #           'IMIX' and
7727 #           '8T4C' and
7728 #           'NDRPDR'"
7729 #  parameters:
7730 #  - "throughput"
7731 #  - "name"
7732 #  - "tags"
7733 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7734 #  x-axis: "X = VNFs per Service Chain"
7735 #  y-axis: "Y = Number of Service Chains"
7736 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7737 #  layout:
7738 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7739 #    layout: "plot-service-density"
7740 #
7741 ## Plots - NF Density - VSC - PDR 64b
7742 #- type: "plot"
7743 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7744 #  algorithm: "plot_nf_heatmap"
7745 #  output-file-type: ".html"
7746 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7747 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7748 #  filter: "'NIC_Intel-XXV710' and
7749 #           'NF_DENSITY' and
7750 #           'VHOST' and
7751 #           'VXLAN' and
7752 #           'CHAIN' and
7753 #           '118' and
7754 #           '2T1C' and
7755 #           'NDRPDR'"
7756 #  parameters:
7757 #  - "throughput"
7758 #  - "name"
7759 #  - "tags"
7760 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7761 #  x-axis: "X = VNFs per Service Chain"
7762 #  y-axis: "Y = Number of Service Chains"
7763 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7764 #  layout:
7765 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7766 #    layout: "plot-service-density"
7767 #
7768 #- type: "plot"
7769 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7770 #  algorithm: "plot_nf_heatmap"
7771 #  output-file-type: ".html"
7772 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7773 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7774 #  filter: "'NIC_Intel-XXV710' and
7775 #           'NF_DENSITY' and
7776 #           'VHOST' and
7777 #           'VXLAN' and
7778 #           'CHAIN' and
7779 #           '118' and
7780 #           '4T2C' and
7781 #           'NDRPDR'"
7782 #  parameters:
7783 #  - "throughput"
7784 #  - "name"
7785 #  - "tags"
7786 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7787 #  x-axis: "X = VNFs per Service Chain"
7788 #  y-axis: "Y = Number of Service Chains"
7789 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7790 #  layout:
7791 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7792 #    layout: "plot-service-density"
7793 #
7794 #- type: "plot"
7795 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7796 #  algorithm: "plot_nf_heatmap"
7797 #  output-file-type: ".html"
7798 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7799 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7800 #  filter: "'NIC_Intel-XXV710' and
7801 #           'NF_DENSITY' and
7802 #           'VHOST' and
7803 #           'VXLAN' and
7804 #           'CHAIN' and
7805 #           '118' and
7806 #           '8T4C' and
7807 #           'NDRPDR'"
7808 #  parameters:
7809 #  - "throughput"
7810 #  - "name"
7811 #  - "tags"
7812 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7813 #  x-axis: "X = VNFs per Service Chain"
7814 #  y-axis: "Y = Number of Service Chains"
7815 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7816 #  layout:
7817 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7818 #    layout: "plot-service-density"
7819 #
7820 ## Plots - NF Density - VSC - PDR IMIX
7821 #- type: "plot"
7822 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7823 #  algorithm: "plot_nf_heatmap"
7824 #  output-file-type: ".html"
7825 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7826 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7827 #  filter: "'NIC_Intel-XXV710' and
7828 #           'NF_DENSITY' and
7829 #           'VHOST' and
7830 #           'VXLAN' and
7831 #           'CHAIN' and
7832 #           'IMIX' and
7833 #           '2T1C' and
7834 #           'NDRPDR'"
7835 #  parameters:
7836 #  - "throughput"
7837 #  - "name"
7838 #  - "tags"
7839 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7840 #  x-axis: "X = VNFs per Service Chain"
7841 #  y-axis: "Y = Number of Service Chains"
7842 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7843 #  layout:
7844 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7845 #    layout: "plot-service-density"
7846 #
7847 #- type: "plot"
7848 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7849 #  algorithm: "plot_nf_heatmap"
7850 #  output-file-type: ".html"
7851 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7852 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7853 #  filter: "'NIC_Intel-XXV710' and
7854 #           'NF_DENSITY' and
7855 #           'VHOST' and
7856 #           'VXLAN' and
7857 #           'CHAIN' and
7858 #           'IMIX' and
7859 #           '4T2C' and
7860 #           'NDRPDR'"
7861 #  parameters:
7862 #  - "throughput"
7863 #  - "name"
7864 #  - "tags"
7865 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7866 #  x-axis: "X = VNFs per Service Chain"
7867 #  y-axis: "Y = Number of Service Chains"
7868 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7869 #  layout:
7870 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7871 #    layout: "plot-service-density"
7872 #
7873 #- type: "plot"
7874 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7875 #  algorithm: "plot_nf_heatmap"
7876 #  output-file-type: ".html"
7877 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7878 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7879 #  filter: "'NIC_Intel-XXV710' and
7880 #           'NF_DENSITY' and
7881 #           'VHOST' and
7882 #           'VXLAN' and
7883 #           'CHAIN' and
7884 #           'IMIX' and
7885 #           '8T4C' and
7886 #           'NDRPDR'"
7887 #  parameters:
7888 #  - "throughput"
7889 #  - "name"
7890 #  - "tags"
7891 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7892 #  x-axis: "X = VNFs per Service Chain"
7893 #  y-axis: "Y = Number of Service Chains"
7894 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7895 #  layout:
7896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7897 #    layout: "plot-service-density"
7898 #
7899 ################################################################################
7900 ## Plots - NF Density - CSC - MRR 64b
7901 #- type: "plot"
7902 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7903 #  algorithm: "plot_nf_heatmap"
7904 #  output-file-type: ".html"
7905 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7906 #  data: "plot-vpp-nfv-2n-skx-mrr"
7907 #  filter: "'NIC_Intel-XXV710' and
7908 #           'NF_DENSITY' and
7909 #           'DOCKER' and
7910 #           'CHAIN' and
7911 #           'NF_VPPIP4' and
7912 #           '64B' and
7913 #           '2T1C' and
7914 #           'MRR'"
7915 #  parameters:
7916 #  - "result"
7917 #  - "name"
7918 #  - "tags"
7919 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7920 #  x-axis: "X = CNFs per Service Chain"
7921 #  y-axis: "Y = Number of Service Chains"
7922 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7923 #  layout:
7924 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7925 #    layout: "plot-service-density"
7926 #
7927 #- type: "plot"
7928 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7929 #  algorithm: "plot_nf_heatmap"
7930 #  output-file-type: ".html"
7931 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7932 #  data: "plot-vpp-nfv-2n-skx-mrr"
7933 #  filter: "'NIC_Intel-XXV710' and
7934 #           'NF_DENSITY' and
7935 #           'DOCKER' and
7936 #           'CHAIN' and
7937 #           'NF_VPPIP4' and
7938 #           '64B' and
7939 #           '4T2C' and
7940 #           'MRR'"
7941 #  parameters:
7942 #  - "result"
7943 #  - "name"
7944 #  - "tags"
7945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7946 #  x-axis: "X = CNFs per Service Chain"
7947 #  y-axis: "Y = Number of Service Chains"
7948 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7949 #  layout:
7950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7951 #    layout: "plot-service-density"
7952 #
7953 #- type: "plot"
7954 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7955 #  algorithm: "plot_nf_heatmap"
7956 #  output-file-type: ".html"
7957 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7958 #  data: "plot-vpp-nfv-2n-skx-mrr"
7959 #  filter: "'NIC_Intel-XXV710' and
7960 #           'NF_DENSITY' and
7961 #           'DOCKER' and
7962 #           'CHAIN' and
7963 #           'NF_VPPIP4' and
7964 #           '64B' and
7965 #           '8T4C' and
7966 #           'MRR'"
7967 #  parameters:
7968 #  - "result"
7969 #  - "name"
7970 #  - "tags"
7971 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7972 #  x-axis: "X = CNFs per Service Chain"
7973 #  y-axis: "Y = Number of Service Chains"
7974 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7975 #  layout:
7976 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7977 #    layout: "plot-service-density"
7978 #
7979 ## Plots - NF Density - CSC - MRR IMIX
7980 #- type: "plot"
7981 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7982 #  algorithm: "plot_nf_heatmap"
7983 #  output-file-type: ".html"
7984 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
7985 #  data: "plot-vpp-nfv-2n-skx-mrr"
7986 #  filter: "'NIC_Intel-XXV710' and
7987 #           'NF_DENSITY' and
7988 #           'DOCKER' and
7989 #           'CHAIN' and
7990 #           'NF_VPPIP4' and
7991 #           'IMIX' and
7992 #           '2T1C' and
7993 #           'MRR'"
7994 #  parameters:
7995 #  - "result"
7996 #  - "name"
7997 #  - "tags"
7998 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7999 #  x-axis: "X = CNFs per Service Chain"
8000 #  y-axis: "Y = Number of Service Chains"
8001 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8002 #  layout:
8003 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8004 #    layout: "plot-service-density"
8005 #
8006 #- type: "plot"
8007 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8008 #  algorithm: "plot_nf_heatmap"
8009 #  output-file-type: ".html"
8010 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8011 #  data: "plot-vpp-nfv-2n-skx-mrr"
8012 #  filter: "'NIC_Intel-XXV710' and
8013 #           'NF_DENSITY' and
8014 #           'DOCKER' and
8015 #           'CHAIN' and
8016 #           'NF_VPPIP4' and
8017 #           'IMIX' and
8018 #           '4T2C' and
8019 #           'MRR'"
8020 #  parameters:
8021 #  - "result"
8022 #  - "name"
8023 #  - "tags"
8024 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8025 #  x-axis: "X = CNFs per Service Chain"
8026 #  y-axis: "Y = Number of Service Chains"
8027 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8028 #  layout:
8029 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8030 #    layout: "plot-service-density"
8031 #
8032 #- type: "plot"
8033 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8034 #  algorithm: "plot_nf_heatmap"
8035 #  output-file-type: ".html"
8036 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8037 #  data: "plot-vpp-nfv-2n-skx-mrr"
8038 #  filter: "'NIC_Intel-XXV710' and
8039 #           'NF_DENSITY' and
8040 #           'DOCKER' and
8041 #           'CHAIN' and
8042 #           'NF_VPPIP4' and
8043 #           'IMIX' and
8044 #           '8T4C' and
8045 #           'MRR'"
8046 #  parameters:
8047 #  - "result"
8048 #  - "name"
8049 #  - "tags"
8050 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8051 #  x-axis: "X = CNFs per Service Chain"
8052 #  y-axis: "Y = Number of Service Chains"
8053 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8054 #  layout:
8055 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8056 #    layout: "plot-service-density"
8057 #
8058 ## Plots - NF Density - CSC - NDR 64b
8059 #- type: "plot"
8060 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8061 #  algorithm: "plot_nf_heatmap"
8062 #  output-file-type: ".html"
8063 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8064 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8065 #  filter: "'NIC_Intel-XXV710' and
8066 #           'NF_DENSITY' and
8067 #           'DOCKER' and
8068 #           'CHAIN' and
8069 #           'NF_VPPIP4' and
8070 #           '64B' and
8071 #           '2T1C' and
8072 #           'NDRPDR'"
8073 #  parameters:
8074 #  - "throughput"
8075 #  - "name"
8076 #  - "tags"
8077 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8078 #  x-axis: "X = CNFs per Service Chain"
8079 #  y-axis: "Y = Number of Service Chains"
8080 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8081 #  layout:
8082 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8083 #    layout: "plot-service-density"
8084 #
8085 #- type: "plot"
8086 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8087 #  algorithm: "plot_nf_heatmap"
8088 #  output-file-type: ".html"
8089 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8090 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8091 #  filter: "'NIC_Intel-XXV710' and
8092 #           'NF_DENSITY' and
8093 #           'DOCKER' and
8094 #           'CHAIN' and
8095 #           'NF_VPPIP4' and
8096 #           '64B' and
8097 #           '4T2C' and
8098 #           'NDRPDR'"
8099 #  parameters:
8100 #  - "throughput"
8101 #  - "name"
8102 #  - "tags"
8103 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8104 #  x-axis: "X = CNFs per Service Chain"
8105 #  y-axis: "Y = Number of Service Chains"
8106 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8107 #  layout:
8108 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8109 #    layout: "plot-service-density"
8110 #
8111 #- type: "plot"
8112 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8113 #  algorithm: "plot_nf_heatmap"
8114 #  output-file-type: ".html"
8115 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8116 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8117 #  filter: "'NIC_Intel-XXV710' and
8118 #           'NF_DENSITY' and
8119 #           'DOCKER' and
8120 #           'CHAIN' and
8121 #           'NF_VPPIP4' and
8122 #           '64B' and
8123 #           '8T4C' and
8124 #           'NDRPDR'"
8125 #  parameters:
8126 #  - "throughput"
8127 #  - "name"
8128 #  - "tags"
8129 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8130 #  x-axis: "X = CNFs per Service Chain"
8131 #  y-axis: "Y = Number of Service Chains"
8132 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8133 #  layout:
8134 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8135 #    layout: "plot-service-density"
8136 #
8137 ## Plots - NF Density - CSC - NDR IMIX
8138 #- type: "plot"
8139 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8140 #  algorithm: "plot_nf_heatmap"
8141 #  output-file-type: ".html"
8142 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8143 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8144 #  filter: "'NIC_Intel-XXV710' and
8145 #           'NF_DENSITY' and
8146 #           'DOCKER' and
8147 #           'CHAIN' and
8148 #           'NF_VPPIP4' and
8149 #           'IMIX' and
8150 #           '2T1C' and
8151 #           'NDRPDR'"
8152 #  parameters:
8153 #  - "throughput"
8154 #  - "name"
8155 #  - "tags"
8156 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8157 #  x-axis: "X = CNFs per Service Chain"
8158 #  y-axis: "Y = Number of Service Chains"
8159 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8160 #  layout:
8161 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8162 #    layout: "plot-service-density"
8163 #
8164 #- type: "plot"
8165 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8166 #  algorithm: "plot_nf_heatmap"
8167 #  output-file-type: ".html"
8168 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8169 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8170 #  filter: "'NIC_Intel-XXV710' and
8171 #           'NF_DENSITY' and
8172 #           'DOCKER' and
8173 #           'CHAIN' and
8174 #           'NF_VPPIP4' and
8175 #           'IMIX' and
8176 #           '4T2C' and
8177 #           'NDRPDR'"
8178 #  parameters:
8179 #  - "throughput"
8180 #  - "name"
8181 #  - "tags"
8182 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8183 #  x-axis: "X = CNFs per Service Chain"
8184 #  y-axis: "Y = Number of Service Chains"
8185 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8186 #  layout:
8187 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8188 #    layout: "plot-service-density"
8189 #
8190 #- type: "plot"
8191 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8192 #  algorithm: "plot_nf_heatmap"
8193 #  output-file-type: ".html"
8194 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8195 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8196 #  filter: "'NIC_Intel-XXV710' and
8197 #           'NF_DENSITY' and
8198 #           'DOCKER' and
8199 #           'CHAIN' and
8200 #           'NF_VPPIP4' and
8201 #           'IMIX' and
8202 #           '8T4C' and
8203 #           'NDRPDR'"
8204 #  parameters:
8205 #  - "throughput"
8206 #  - "name"
8207 #  - "tags"
8208 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8209 #  x-axis: "X = CNFs per Service Chain"
8210 #  y-axis: "Y = Number of Service Chains"
8211 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8212 #  layout:
8213 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8214 #    layout: "plot-service-density"
8215 #
8216 ## Plots - NF Density - CSC - PDR 64b
8217 #- type: "plot"
8218 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8219 #  algorithm: "plot_nf_heatmap"
8220 #  output-file-type: ".html"
8221 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8222 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8223 #  filter: "'NIC_Intel-XXV710' and
8224 #           'NF_DENSITY' and
8225 #           'DOCKER' and
8226 #           'CHAIN' and
8227 #           'NF_VPPIP4' and
8228 #           '64B' and
8229 #           '2T1C' and
8230 #           'NDRPDR'"
8231 #  parameters:
8232 #  - "throughput"
8233 #  - "name"
8234 #  - "tags"
8235 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8236 #  x-axis: "X = CNFs per Service Chain"
8237 #  y-axis: "Y = Number of Service Chains"
8238 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8239 #  layout:
8240 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8241 #    layout: "plot-service-density"
8242 #
8243 #- type: "plot"
8244 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8245 #  algorithm: "plot_nf_heatmap"
8246 #  output-file-type: ".html"
8247 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8248 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8249 #  filter: "'NIC_Intel-XXV710' and
8250 #           'NF_DENSITY' and
8251 #           'DOCKER' and
8252 #           'CHAIN' and
8253 #           'NF_VPPIP4' and
8254 #           '64B' and
8255 #           '4T2C' and
8256 #           'NDRPDR'"
8257 #  parameters:
8258 #  - "throughput"
8259 #  - "name"
8260 #  - "tags"
8261 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8262 #  x-axis: "X = CNFs per Service Chain"
8263 #  y-axis: "Y = Number of Service Chains"
8264 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8265 #  layout:
8266 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8267 #    layout: "plot-service-density"
8268 #
8269 #- type: "plot"
8270 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8271 #  algorithm: "plot_nf_heatmap"
8272 #  output-file-type: ".html"
8273 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8274 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8275 #  filter: "'NIC_Intel-XXV710' and
8276 #           'NF_DENSITY' and
8277 #           'DOCKER' and
8278 #           'CHAIN' and
8279 #           'NF_VPPIP4' and
8280 #           '64B' and
8281 #           '8T4C' and
8282 #           'NDRPDR'"
8283 #  parameters:
8284 #  - "throughput"
8285 #  - "name"
8286 #  - "tags"
8287 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8288 #  x-axis: "X = CNFs per Service Chain"
8289 #  y-axis: "Y = Number of Service Chains"
8290 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8291 #  layout:
8292 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8293 #    layout: "plot-service-density"
8294 #
8295 ## Plots - NF Density - CSC - PDR IMIX
8296 #- type: "plot"
8297 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8298 #  algorithm: "plot_nf_heatmap"
8299 #  output-file-type: ".html"
8300 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8301 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8302 #  filter: "'NIC_Intel-XXV710' and
8303 #           'NF_DENSITY' and
8304 #           'DOCKER' and
8305 #           'CHAIN' and
8306 #           'NF_VPPIP4' and
8307 #           'IMIX' and
8308 #           '2T1C' and
8309 #           'NDRPDR'"
8310 #  parameters:
8311 #  - "throughput"
8312 #  - "name"
8313 #  - "tags"
8314 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8315 #  x-axis: "X = CNFs per Service Chain"
8316 #  y-axis: "Y = Number of Service Chains"
8317 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8318 #  layout:
8319 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8320 #    layout: "plot-service-density"
8321 #
8322 #- type: "plot"
8323 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8324 #  algorithm: "plot_nf_heatmap"
8325 #  output-file-type: ".html"
8326 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8327 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8328 #  filter: "'NIC_Intel-XXV710' and
8329 #           'NF_DENSITY' and
8330 #           'DOCKER' and
8331 #           'CHAIN' and
8332 #           'NF_VPPIP4' and
8333 #           'IMIX' and
8334 #           '4T2C' and
8335 #           'NDRPDR'"
8336 #  parameters:
8337 #  - "throughput"
8338 #  - "name"
8339 #  - "tags"
8340 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8341 #  x-axis: "X = CNFs per Service Chain"
8342 #  y-axis: "Y = Number of Service Chains"
8343 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8344 #  layout:
8345 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8346 #    layout: "plot-service-density"
8347 #
8348 #- type: "plot"
8349 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8350 #  algorithm: "plot_nf_heatmap"
8351 #  output-file-type: ".html"
8352 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8353 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8354 #  filter: "'NIC_Intel-XXV710' and
8355 #           'NF_DENSITY' and
8356 #           'DOCKER' and
8357 #           'CHAIN' and
8358 #           'NF_VPPIP4' and
8359 #           'IMIX' and
8360 #           '8T4C' and
8361 #           'NDRPDR'"
8362 #  parameters:
8363 #  - "throughput"
8364 #  - "name"
8365 #  - "tags"
8366 #  include-tests: "PDR" # "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 PDR) [Mpps]"
8370 #  layout:
8371 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8372 #    layout: "plot-service-density"
8373 #
8374 ################################################################################
8375 #
8376 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8377 #- type: "plot"
8378 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8379 #  algorithm: "plot_nf_heatmap"
8380 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8381 #  data: "plot-vpp-nfv-3n-skx-mrr"
8382 #  filter: "'NIC_Intel-XXV710' and
8383 #           'NF_DENSITY' and
8384 #           'DOCKER' and
8385 #           'CHAIN' and
8386 #           'NF_VPPIP4' and
8387 #           'IPSEC' and
8388 #           'TNL_4' and
8389 #           'IMIX' and
8390 #           '2T1C' and
8391 #           'MRR'"
8392 #  parameters:
8393 #  - "result"
8394 #  - "name"
8395 #  - "tags"
8396 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8397 #  x-axis: "X = CNFs per Service Chain"
8398 #  y-axis: "Y = Number of Service Chains"
8399 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8400 #  layout:
8401 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8402 #    layout: "plot-service-density"
8403 #
8404 #- type: "plot"
8405 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8406 #  algorithm: "plot_nf_heatmap"
8407 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8408 #  data: "plot-vpp-nfv-3n-skx-mrr"
8409 #  filter: "'NIC_Intel-XXV710' and
8410 #           'NF_DENSITY' and
8411 #           'DOCKER' and
8412 #           'CHAIN' and
8413 #           'NF_VPPIP4' and
8414 #           'IPSEC' and
8415 #           'TNL_4' and
8416 #           'IMIX' and
8417 #           '4T2C' and
8418 #           'MRR'"
8419 #  parameters:
8420 #  - "result"
8421 #  - "name"
8422 #  - "tags"
8423 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8424 #  x-axis: "X = CNFs per Service Chain"
8425 #  y-axis: "Y = Number of Service Chains"
8426 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8427 #  layout:
8428 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8429 #    layout: "plot-service-density"
8430 #
8431 #- type: "plot"
8432 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8433 #  algorithm: "plot_nf_heatmap"
8434 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8435 #  data: "plot-vpp-nfv-3n-skx-mrr"
8436 #  filter: "'NIC_Intel-XXV710' and
8437 #           'NF_DENSITY' and
8438 #           'DOCKER' and
8439 #           'CHAIN' and
8440 #           'NF_VPPIP4' and
8441 #           'IPSEC' and
8442 #           'TNL_4' and
8443 #           'IMIX' and
8444 #           '8T4C' and
8445 #           'MRR'"
8446 #  parameters:
8447 #  - "result"
8448 #  - "name"
8449 #  - "tags"
8450 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8451 #  x-axis: "X = CNFs per Service Chain"
8452 #  y-axis: "Y = Number of Service Chains"
8453 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8454 #  layout:
8455 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8456 #    layout: "plot-service-density"
8457
8458 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8459 - type: "plot"
8460   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8461   algorithm: "plot_nf_heatmap"
8462   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8463   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8464   filter: "'NIC_Intel-XXV710' and
8465            'NF_DENSITY' and
8466            'DOCKER' and
8467            'CHAIN' and
8468            'NF_VPPIP4' and
8469            'IPSEC' and
8470            'TNL_4' and
8471            'IMIX' and
8472            '2T1C' and
8473            'NDRPDR'"
8474   parameters:
8475   - "throughput"
8476   - "name"
8477   - "tags"
8478   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8479   x-axis: "X = CNFs per Service Chain"
8480   y-axis: "Y = Number of Service Chains"
8481   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8482   layout:
8483     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8484     layout: "plot-service-density"
8485
8486 - type: "plot"
8487   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8488   algorithm: "plot_nf_heatmap"
8489   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8490   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8491   filter: "'NIC_Intel-XXV710' and
8492            'NF_DENSITY' and
8493            'DOCKER' and
8494            'CHAIN' and
8495            'NF_VPPIP4' and
8496            'IPSEC' and
8497            'TNL_4' and
8498            'IMIX' and
8499            '4T2C' and
8500            'NDRPDR'"
8501   parameters:
8502   - "throughput"
8503   - "name"
8504   - "tags"
8505   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8506   x-axis: "X = CNFs per Service Chain"
8507   y-axis: "Y = Number of Service Chains"
8508   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8509   layout:
8510     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8511     layout: "plot-service-density"
8512
8513 - type: "plot"
8514   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8515   algorithm: "plot_nf_heatmap"
8516   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8517   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8518   filter: "'NIC_Intel-XXV710' and
8519            'NF_DENSITY' and
8520            'DOCKER' and
8521            'CHAIN' and
8522            'NF_VPPIP4' and
8523            'IPSEC' and
8524            'TNL_4' and
8525            'IMIX' and
8526            '8T4C' and
8527            'NDRPDR'"
8528   parameters:
8529   - "throughput"
8530   - "name"
8531   - "tags"
8532   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8533   x-axis: "X = CNFs per Service Chain"
8534   y-axis: "Y = Number of Service Chains"
8535   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8536   layout:
8537     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8538     layout: "plot-service-density"
8539
8540 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8541 - type: "plot"
8542   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8543   algorithm: "plot_nf_heatmap"
8544   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8545   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8546   filter: "'NIC_Intel-XXV710' and
8547            'NF_DENSITY' and
8548            'DOCKER' and
8549            'CHAIN' and
8550            'NF_VPPIP4' and
8551            'IPSEC' and
8552            'TNL_4' and
8553            'IMIX' and
8554            '2T1C' and
8555            'NDRPDR'"
8556   parameters:
8557   - "throughput"
8558   - "name"
8559   - "tags"
8560   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8561   x-axis: "X = CNFs per Service Chain"
8562   y-axis: "Y = Number of Service Chains"
8563   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8564   layout:
8565     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8566     layout: "plot-service-density"
8567
8568 - type: "plot"
8569   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8570   algorithm: "plot_nf_heatmap"
8571   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8572   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8573   filter: "'NIC_Intel-XXV710' and
8574            'NF_DENSITY' and
8575            'DOCKER' and
8576            'CHAIN' and
8577            'NF_VPPIP4' and
8578            'IPSEC' and
8579            'TNL_4' and
8580            'IMIX' and
8581            '4T2C' and
8582            'NDRPDR'"
8583   parameters:
8584   - "throughput"
8585   - "name"
8586   - "tags"
8587   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8588   x-axis: "X = CNFs per Service Chain"
8589   y-axis: "Y = Number of Service Chains"
8590   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8591   layout:
8592     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8593     layout: "plot-service-density"
8594
8595 - type: "plot"
8596   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8597   algorithm: "plot_nf_heatmap"
8598   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8599   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8600   filter: "'NIC_Intel-XXV710' and
8601            'NF_DENSITY' and
8602            'DOCKER' and
8603            'CHAIN' and
8604            'NF_VPPIP4' and
8605            'IPSEC' and
8606            'TNL_4' and
8607            'IMIX' and
8608            '8T4C' and
8609            'NDRPDR'"
8610   parameters:
8611   - "throughput"
8612   - "name"
8613   - "tags"
8614   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8615   x-axis: "X = CNFs per Service Chain"
8616   y-axis: "Y = Number of Service Chains"
8617   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8618   layout:
8619     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8620     layout: "plot-service-density"
8621
8622 ###############################################################################
8623
8624 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8625 - type: "plot"
8626   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8627   algorithm: "plot_nf_heatmap"
8628   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8629   data: "plot-vpp-nfv-3n-hsw-mrr"
8630   filter: "'NIC_Intel-XL710' and
8631            'NF_DENSITY' and
8632            'DOCKER' and
8633            'CHAIN' and
8634            'NF_VPPIP4' and
8635            'IMIX' and
8636            'TNL_4' and
8637            '1T1C' and
8638            'MRR'"
8639   parameters:
8640   - "result"
8641   - "name"
8642   - "tags"
8643   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8644   x-axis: "X = CNFs per Service Chain"
8645   y-axis: "Y = Number of Service Chains"
8646   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8647   layout:
8648     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8649     layout: "plot-service-density"
8650
8651 - type: "plot"
8652   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8653   algorithm: "plot_nf_heatmap"
8654   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8655   data: "plot-vpp-nfv-3n-hsw-mrr"
8656   filter: "'NIC_Intel-XL710' and
8657            'NF_DENSITY' and
8658            'DOCKER' and
8659            'CHAIN' and
8660            'NF_VPPIP4' and
8661            'IPSEC' and
8662            'TNL_4' and
8663            'IMIX' and
8664            '2T2C' and
8665            'MRR'"
8666   parameters:
8667   - "result"
8668   - "name"
8669   - "tags"
8670   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8671   x-axis: "X = CNFs per Service Chain"
8672   y-axis: "Y = Number of Service Chains"
8673   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8674   layout:
8675     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8676     layout: "plot-service-density"
8677
8678 - type: "plot"
8679   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8680   algorithm: "plot_nf_heatmap"
8681   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8682   data: "plot-vpp-nfv-3n-hsw-mrr"
8683   filter: "'NIC_Intel-XL710' and
8684            'NF_DENSITY' and
8685            'DOCKER' and
8686            'CHAIN' and
8687            'NF_VPPIP4' and
8688            'IPSEC' and
8689            'TNL_4' and
8690            'IMIX' and
8691            '4T4C' and
8692            'MRR'"
8693   parameters:
8694   - "result"
8695   - "name"
8696   - "tags"
8697   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8698   x-axis: "X = CNFs per Service Chain"
8699   y-axis: "Y = Number of Service Chains"
8700   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8701   layout:
8702     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8703     layout: "plot-service-density"
8704
8705 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8706 - type: "plot"
8707   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8708   algorithm: "plot_nf_heatmap"
8709   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8710   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8711   filter: "'NIC_Intel-XL710' and
8712            'NF_DENSITY' and
8713            'DOCKER' and
8714            'CHAIN' and
8715            'NF_VPPIP4' and
8716            'IPSEC' and
8717            'TNL_4' and
8718            'IMIX' and
8719            '1T1C' and
8720            'NDRPDR'"
8721   parameters:
8722   - "throughput"
8723   - "name"
8724   - "tags"
8725   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8726   x-axis: "X = CNFs per Service Chain"
8727   y-axis: "Y = Number of Service Chains"
8728   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8729   layout:
8730     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8731     layout: "plot-service-density"
8732
8733 - type: "plot"
8734   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8735   algorithm: "plot_nf_heatmap"
8736   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8737   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8738   filter: "'NIC_Intel-XL710' and
8739            'NF_DENSITY' and
8740            'DOCKER' and
8741            'CHAIN' and
8742            'NF_VPPIP4' and
8743            'IPSEC' and
8744            'TNL_4' and
8745            'IMIX' and
8746            '2T2C' and
8747            'NDRPDR'"
8748   parameters:
8749   - "throughput"
8750   - "name"
8751   - "tags"
8752   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8753   x-axis: "X = CNFs per Service Chain"
8754   y-axis: "Y = Number of Service Chains"
8755   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8756   layout:
8757     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8758     layout: "plot-service-density"
8759
8760 - type: "plot"
8761   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8762   algorithm: "plot_nf_heatmap"
8763   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8764   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8765   filter: "'NIC_Intel-XL710' and
8766            'NF_DENSITY' and
8767            'DOCKER' and
8768            'CHAIN' and
8769            'NF_VPPIP4' and
8770            'IPSEC' and
8771            'TNL_4' and
8772            'IMIX' and
8773            '4T4C' and
8774            'NDRPDR'"
8775   parameters:
8776   - "throughput"
8777   - "name"
8778   - "tags"
8779   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8780   x-axis: "X = CNFs per Service Chain"
8781   y-axis: "Y = Number of Service Chains"
8782   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8783   layout:
8784     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8785     layout: "plot-service-density"
8786
8787 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8788 - type: "plot"
8789   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8790   algorithm: "plot_nf_heatmap"
8791   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8792   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8793   filter: "'NIC_Intel-XL710' and
8794            'NF_DENSITY' and
8795            'DOCKER' and
8796            'CHAIN' and
8797            'NF_VPPIP4' and
8798            'IPSEC' and
8799            'TNL_4' and
8800            'IMIX' and
8801            '1T1C' and
8802            'NDRPDR'"
8803   parameters:
8804   - "throughput"
8805   - "name"
8806   - "tags"
8807   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8808   x-axis: "X = CNFs per Service Chain"
8809   y-axis: "Y = Number of Service Chains"
8810   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8811   layout:
8812     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8813     layout: "plot-service-density"
8814
8815 - type: "plot"
8816   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8817   algorithm: "plot_nf_heatmap"
8818   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8819   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8820   filter: "'NIC_Intel-XL710' and
8821            'NF_DENSITY' and
8822            'DOCKER' and
8823            'CHAIN' and
8824            'NF_VPPIP4' and
8825            'IPSEC' and
8826            'TNL_4' and
8827            'IMIX' and
8828            '2T2C' and
8829            'NDRPDR'"
8830   parameters:
8831   - "throughput"
8832   - "name"
8833   - "tags"
8834   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8835   x-axis: "X = CNFs per Service Chain"
8836   y-axis: "Y = Number of Service Chains"
8837   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8838   layout:
8839     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8840     layout: "plot-service-density"
8841
8842 - type: "plot"
8843   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8844   algorithm: "plot_nf_heatmap"
8845   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8846   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8847   filter: "'NIC_Intel-XL710' and
8848            'NF_DENSITY' and
8849            'DOCKER' and
8850            'CHAIN' and
8851            'NF_VPPIP4' and
8852            'IPSEC' and
8853            'TNL_4' and
8854            'IMIX' and
8855            '4T4C' and
8856            'NDRPDR'"
8857   parameters:
8858   - "throughput"
8859   - "name"
8860   - "tags"
8861   include-tests: "PDR" # "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 PDR) [Mpps]"
8865   layout:
8866     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8867     layout: "plot-service-density"
8868
8869 ###############################################################################
8870
8871 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8872 #- type: "plot"
8873 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8874 #  algorithm: "plot_nf_heatmap"
8875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8876 #  data: "plot-vpp-nfv-3n-skx-mrr"
8877 #  filter: "'NIC_Intel-XXV710' and
8878 #           'NF_DENSITY' and
8879 #           'DOCKER' and
8880 #           'CHAIN' and
8881 #           'NF_VPPIP4' and
8882 #           'IPSEC' and
8883 #           'TNL_1000' and
8884 #           'IMIX' and
8885 #           '2T1C' and
8886 #           'MRR'"
8887 #  parameters:
8888 #  - "result"
8889 #  - "name"
8890 #  - "tags"
8891 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8892 #  x-axis: "X = CNFs per Service Chain"
8893 #  y-axis: "Y = Number of Service Chains"
8894 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8895 #  layout:
8896 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8897 #    layout: "plot-service-density"
8898 #
8899 #- type: "plot"
8900 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8901 #  algorithm: "plot_nf_heatmap"
8902 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8903 #  data: "plot-vpp-nfv-3n-skx-mrr"
8904 #  filter: "'NIC_Intel-XXV710' and
8905 #           'NF_DENSITY' and
8906 #           'DOCKER' and
8907 #           'CHAIN' and
8908 #           'NF_VPPIP4' and
8909 #           'IPSEC' and
8910 #           'TNL_1000' and
8911 #           'IMIX' and
8912 #           '4T2C' and
8913 #           'MRR'"
8914 #  parameters:
8915 #  - "result"
8916 #  - "name"
8917 #  - "tags"
8918 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8919 #  x-axis: "X = CNFs per Service Chain"
8920 #  y-axis: "Y = Number of Service Chains"
8921 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8922 #  layout:
8923 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8924 #    layout: "plot-service-density"
8925 #
8926 #- type: "plot"
8927 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8928 #  algorithm: "plot_nf_heatmap"
8929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8930 #  data: "plot-vpp-nfv-3n-skx-mrr"
8931 #  filter: "'NIC_Intel-XXV710' and
8932 #           'NF_DENSITY' and
8933 #           'DOCKER' and
8934 #           'CHAIN' and
8935 #           'NF_VPPIP4' and
8936 #           'IPSEC' and
8937 #           'TNL_1000' and
8938 #           'IMIX' and
8939 #           '8T4C' and
8940 #           'MRR'"
8941 #  parameters:
8942 #  - "result"
8943 #  - "name"
8944 #  - "tags"
8945 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8946 #  x-axis: "X = CNFs per Service Chain"
8947 #  y-axis: "Y = Number of Service Chains"
8948 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8949 #  layout:
8950 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8951 #    layout: "plot-service-density"
8952
8953 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8954 - type: "plot"
8955   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8956   algorithm: "plot_nf_heatmap"
8957   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8958   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8959   filter: "'NIC_Intel-XXV710' and
8960            'NF_DENSITY' and
8961            'DOCKER' and
8962            'CHAIN' and
8963            'NF_VPPIP4' and
8964            'IPSEC' and
8965            'TNL_1000' and
8966            'IMIX' and
8967            '2T1C' and
8968            'NDRPDR'"
8969   parameters:
8970   - "throughput"
8971   - "name"
8972   - "tags"
8973   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8974   x-axis: "X = CNFs per Service Chain"
8975   y-axis: "Y = Number of Service Chains"
8976   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8977   layout:
8978     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8979     layout: "plot-service-density"
8980
8981 - type: "plot"
8982   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8983   algorithm: "plot_nf_heatmap"
8984   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
8985   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8986   filter: "'NIC_Intel-XXV710' and
8987            'NF_DENSITY' and
8988            'DOCKER' and
8989            'CHAIN' and
8990            'NF_VPPIP4' and
8991            'IPSEC' and
8992            'TNL_1000' and
8993            'IMIX' and
8994            '4T2C' and
8995            'NDRPDR'"
8996   parameters:
8997   - "throughput"
8998   - "name"
8999   - "tags"
9000   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9001   x-axis: "X = CNFs per Service Chain"
9002   y-axis: "Y = Number of Service Chains"
9003   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9004   layout:
9005     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9006     layout: "plot-service-density"
9007
9008 - type: "plot"
9009   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9010   algorithm: "plot_nf_heatmap"
9011   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9012   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9013   filter: "'NIC_Intel-XXV710' and
9014            'NF_DENSITY' and
9015            'DOCKER' and
9016            'CHAIN' and
9017            'NF_VPPIP4' and
9018            'IPSEC' and
9019            'TNL_1000' and
9020            'IMIX' and
9021            '8T4C' and
9022            'NDRPDR'"
9023   parameters:
9024   - "throughput"
9025   - "name"
9026   - "tags"
9027   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9028   x-axis: "X = CNFs per Service Chain"
9029   y-axis: "Y = Number of Service Chains"
9030   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9031   layout:
9032     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9033     layout: "plot-service-density"
9034
9035 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9036 - type: "plot"
9037   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9038   algorithm: "plot_nf_heatmap"
9039   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9040   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9041   filter: "'NIC_Intel-XXV710' and
9042            'NF_DENSITY' and
9043            'DOCKER' and
9044            'CHAIN' and
9045            'NF_VPPIP4' and
9046            'IPSEC' and
9047            'TNL_1000' and
9048            'IMIX' and
9049            '2T1C' and
9050            'NDRPDR'"
9051   parameters:
9052   - "throughput"
9053   - "name"
9054   - "tags"
9055   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9056   x-axis: "X = CNFs per Service Chain"
9057   y-axis: "Y = Number of Service Chains"
9058   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9059   layout:
9060     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9061     layout: "plot-service-density"
9062
9063 - type: "plot"
9064   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9065   algorithm: "plot_nf_heatmap"
9066   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9067   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9068   filter: "'NIC_Intel-XXV710' and
9069            'NF_DENSITY' and
9070            'DOCKER' and
9071            'CHAIN' and
9072            'NF_VPPIP4' and
9073            'IPSEC' and
9074            'TNL_1000' and
9075            'IMIX' and
9076            '4T2C' and
9077            'NDRPDR'"
9078   parameters:
9079   - "throughput"
9080   - "name"
9081   - "tags"
9082   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9083   x-axis: "X = CNFs per Service Chain"
9084   y-axis: "Y = Number of Service Chains"
9085   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9086   layout:
9087     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9088     layout: "plot-service-density"
9089
9090 - type: "plot"
9091   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9092   algorithm: "plot_nf_heatmap"
9093   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9094   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9095   filter: "'NIC_Intel-XXV710' and
9096            'NF_DENSITY' and
9097            'DOCKER' and
9098            'CHAIN' and
9099            'NF_VPPIP4' and
9100            'IPSEC' and
9101            'TNL_1000' and
9102            'IMIX' and
9103            '8T4C' and
9104            'NDRPDR'"
9105   parameters:
9106   - "throughput"
9107   - "name"
9108   - "tags"
9109   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9110   x-axis: "X = CNFs per Service Chain"
9111   y-axis: "Y = Number of Service Chains"
9112   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9113   layout:
9114     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9115     layout: "plot-service-density"
9116
9117 ###############################################################################
9118
9119 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9120 - type: "plot"
9121   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9122   algorithm: "plot_nf_heatmap"
9123   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9124   data: "plot-vpp-nfv-3n-hsw-mrr"
9125   filter: "'NIC_Intel-XL710' and
9126            'NF_DENSITY' and
9127            'DOCKER' and
9128            'CHAIN' and
9129            'NF_VPPIP4' and
9130            'IMIX' and
9131            'TNL_1000' and
9132            '1T1C' and
9133            'MRR'"
9134   parameters:
9135   - "result"
9136   - "name"
9137   - "tags"
9138   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9139   x-axis: "X = CNFs per Service Chain"
9140   y-axis: "Y = Number of Service Chains"
9141   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9142   layout:
9143     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9144     layout: "plot-service-density"
9145
9146 - type: "plot"
9147   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9148   algorithm: "plot_nf_heatmap"
9149   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9150   data: "plot-vpp-nfv-3n-hsw-mrr"
9151   filter: "'NIC_Intel-XL710' and
9152            'NF_DENSITY' and
9153            'DOCKER' and
9154            'CHAIN' and
9155            'NF_VPPIP4' and
9156            'IPSEC' and
9157            'TNL_1000' and
9158            'IMIX' and
9159            '2T2C' and
9160            'MRR'"
9161   parameters:
9162   - "result"
9163   - "name"
9164   - "tags"
9165   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9166   x-axis: "X = CNFs per Service Chain"
9167   y-axis: "Y = Number of Service Chains"
9168   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9169   layout:
9170     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9171     layout: "plot-service-density"
9172
9173 - type: "plot"
9174   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9175   algorithm: "plot_nf_heatmap"
9176   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9177   data: "plot-vpp-nfv-3n-hsw-mrr"
9178   filter: "'NIC_Intel-XL710' and
9179            'NF_DENSITY' and
9180            'DOCKER' and
9181            'CHAIN' and
9182            'NF_VPPIP4' and
9183            'IPSEC' and
9184            'TNL_1000' and
9185            'IMIX' and
9186            '4T4C' and
9187            'MRR'"
9188   parameters:
9189   - "result"
9190   - "name"
9191   - "tags"
9192   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9193   x-axis: "X = CNFs per Service Chain"
9194   y-axis: "Y = Number of Service Chains"
9195   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9196   layout:
9197     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9198     layout: "plot-service-density"
9199
9200 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9201 - type: "plot"
9202   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9203   algorithm: "plot_nf_heatmap"
9204   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9205   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9206   filter: "'NIC_Intel-XL710' and
9207            'NF_DENSITY' and
9208            'DOCKER' and
9209            'CHAIN' and
9210            'NF_VPPIP4' and
9211            'IPSEC' and
9212            'TNL_1000' and
9213            'IMIX' and
9214            '1T1C' and
9215            'NDRPDR'"
9216   parameters:
9217   - "throughput"
9218   - "name"
9219   - "tags"
9220   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9221   x-axis: "X = CNFs per Service Chain"
9222   y-axis: "Y = Number of Service Chains"
9223   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9224   layout:
9225     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9226     layout: "plot-service-density"
9227
9228 - type: "plot"
9229   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9230   algorithm: "plot_nf_heatmap"
9231   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9232   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9233   filter: "'NIC_Intel-XL710' and
9234            'NF_DENSITY' and
9235            'DOCKER' and
9236            'CHAIN' and
9237            'NF_VPPIP4' and
9238            'IPSEC' and
9239            'TNL_1000' and
9240            'IMIX' and
9241            '2T2C' and
9242            'NDRPDR'"
9243   parameters:
9244   - "throughput"
9245   - "name"
9246   - "tags"
9247   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9248   x-axis: "X = CNFs per Service Chain"
9249   y-axis: "Y = Number of Service Chains"
9250   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9251   layout:
9252     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9253     layout: "plot-service-density"
9254
9255 - type: "plot"
9256   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9257   algorithm: "plot_nf_heatmap"
9258   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9259   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9260   filter: "'NIC_Intel-XL710' and
9261            'NF_DENSITY' and
9262            'DOCKER' and
9263            'CHAIN' and
9264            'NF_VPPIP4' and
9265            'IPSEC' and
9266            'TNL_1000' and
9267            'IMIX' and
9268            '4T4C' and
9269            'NDRPDR'"
9270   parameters:
9271   - "throughput"
9272   - "name"
9273   - "tags"
9274   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9275   x-axis: "X = CNFs per Service Chain"
9276   y-axis: "Y = Number of Service Chains"
9277   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9278   layout:
9279     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9280     layout: "plot-service-density"
9281
9282 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9283 - type: "plot"
9284   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9285   algorithm: "plot_nf_heatmap"
9286   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9287   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9288   filter: "'NIC_Intel-XL710' and
9289            'NF_DENSITY' and
9290            'DOCKER' and
9291            'CHAIN' and
9292            'NF_VPPIP4' and
9293            'IPSEC' and
9294            'TNL_1000' and
9295            'IMIX' and
9296            '1T1C' and
9297            'NDRPDR'"
9298   parameters:
9299   - "throughput"
9300   - "name"
9301   - "tags"
9302   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9303   x-axis: "X = CNFs per Service Chain"
9304   y-axis: "Y = Number of Service Chains"
9305   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9306   layout:
9307     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9308     layout: "plot-service-density"
9309
9310 - type: "plot"
9311   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9312   algorithm: "plot_nf_heatmap"
9313   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9314   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9315   filter: "'NIC_Intel-XL710' and
9316            'NF_DENSITY' and
9317            'DOCKER' and
9318            'CHAIN' and
9319            'NF_VPPIP4' and
9320            'IPSEC' and
9321            'TNL_1000' and
9322            'IMIX' and
9323            '2T2C' and
9324            'NDRPDR'"
9325   parameters:
9326   - "throughput"
9327   - "name"
9328   - "tags"
9329   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9330   x-axis: "X = CNFs per Service Chain"
9331   y-axis: "Y = Number of Service Chains"
9332   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9333   layout:
9334     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9335     layout: "plot-service-density"
9336
9337 - type: "plot"
9338   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9339   algorithm: "plot_nf_heatmap"
9340   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9341   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9342   filter: "'NIC_Intel-XL710' and
9343            'NF_DENSITY' and
9344            'DOCKER' and
9345            'CHAIN' and
9346            'NF_VPPIP4' and
9347            'IPSEC' and
9348            'TNL_1000' and
9349            'IMIX' and
9350            '4T4C' and
9351            'NDRPDR'"
9352   parameters:
9353   - "throughput"
9354   - "name"
9355   - "tags"
9356   include-tests: "PDR" # "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 PDR) [Mpps]"
9360   layout:
9361     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9362     layout: "plot-service-density"
9363
9364 ###############################################################################
9365
9366 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9367 #- type: "plot"
9368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9369 #  algorithm: "plot_nf_heatmap"
9370 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9371 #  data: "plot-vpp-nfv-3n-skx-mrr"
9372 #  filter: "'NIC_Intel-XXV710' and
9373 #           'NF_DENSITY' and
9374 #           'DOCKER' and
9375 #           'CHAIN' and
9376 #           'NF_VPPIP4' and
9377 #           'IPSEC' and
9378 #           'TNL_10000' and
9379 #           'IMIX' and
9380 #           '2T1C' and
9381 #           'MRR'"
9382 #  parameters:
9383 #  - "result"
9384 #  - "name"
9385 #  - "tags"
9386 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9387 #  x-axis: "X = CNFs per Service Chain"
9388 #  y-axis: "Y = Number of Service Chains"
9389 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9390 #  layout:
9391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9392 #    layout: "plot-service-density"
9393 #
9394 #- type: "plot"
9395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9396 #  algorithm: "plot_nf_heatmap"
9397 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9398 #  data: "plot-vpp-nfv-3n-skx-mrr"
9399 #  filter: "'NIC_Intel-XXV710' and
9400 #           'NF_DENSITY' and
9401 #           'DOCKER' and
9402 #           'CHAIN' and
9403 #           'NF_VPPIP4' and
9404 #           'IPSEC' and
9405 #           'TNL_10000' and
9406 #           'IMIX' and
9407 #           '4T2C' and
9408 #           'MRR'"
9409 #  parameters:
9410 #  - "result"
9411 #  - "name"
9412 #  - "tags"
9413 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9414 #  x-axis: "X = CNFs per Service Chain"
9415 #  y-axis: "Y = Number of Service Chains"
9416 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9417 #  layout:
9418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9419 #    layout: "plot-service-density"
9420 #
9421 #- type: "plot"
9422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9423 #  algorithm: "plot_nf_heatmap"
9424 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9425 #  data: "plot-vpp-nfv-3n-skx-mrr"
9426 #  filter: "'NIC_Intel-XXV710' and
9427 #           'NF_DENSITY' and
9428 #           'DOCKER' and
9429 #           'CHAIN' and
9430 #           'NF_VPPIP4' and
9431 #           'IPSEC' and
9432 #           'TNL_10000' and
9433 #           'IMIX' and
9434 #           '8T4C' and
9435 #           'MRR'"
9436 #  parameters:
9437 #  - "result"
9438 #  - "name"
9439 #  - "tags"
9440 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9441 #  x-axis: "X = CNFs per Service Chain"
9442 #  y-axis: "Y = Number of Service Chains"
9443 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9444 #  layout:
9445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9446 #    layout: "plot-service-density"
9447
9448 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9449 - type: "plot"
9450   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9451   algorithm: "plot_nf_heatmap"
9452   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9453   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9454   filter: "'NIC_Intel-XXV710' and
9455            'NF_DENSITY' and
9456            'DOCKER' and
9457            'CHAIN' and
9458            'NF_VPPIP4' and
9459            'IPSEC' and
9460            'TNL_10000' and
9461            'IMIX' and
9462            '2T1C' and
9463            'NDRPDR'"
9464   parameters:
9465   - "throughput"
9466   - "name"
9467   - "tags"
9468   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9469   x-axis: "X = CNFs per Service Chain"
9470   y-axis: "Y = Number of Service Chains"
9471   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9472   layout:
9473     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9474     layout: "plot-service-density"
9475
9476 - type: "plot"
9477   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9478   algorithm: "plot_nf_heatmap"
9479   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9480   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9481   filter: "'NIC_Intel-XXV710' and
9482            'NF_DENSITY' and
9483            'DOCKER' and
9484            'CHAIN' and
9485            'NF_VPPIP4' and
9486            'IPSEC' and
9487            'TNL_10000' and
9488            'IMIX' and
9489            '4T2C' and
9490            'NDRPDR'"
9491   parameters:
9492   - "throughput"
9493   - "name"
9494   - "tags"
9495   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9496   x-axis: "X = CNFs per Service Chain"
9497   y-axis: "Y = Number of Service Chains"
9498   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9499   layout:
9500     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9501     layout: "plot-service-density"
9502
9503 - type: "plot"
9504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9505   algorithm: "plot_nf_heatmap"
9506   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9507   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9508   filter: "'NIC_Intel-XXV710' and
9509            'NF_DENSITY' and
9510            'DOCKER' and
9511            'CHAIN' and
9512            'NF_VPPIP4' and
9513            'IPSEC' and
9514            'TNL_10000' and
9515            'IMIX' and
9516            '8T4C' and
9517            'NDRPDR'"
9518   parameters:
9519   - "throughput"
9520   - "name"
9521   - "tags"
9522   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9523   x-axis: "X = CNFs per Service Chain"
9524   y-axis: "Y = Number of Service Chains"
9525   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9526   layout:
9527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9528     layout: "plot-service-density"
9529
9530 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9531 - type: "plot"
9532   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9533   algorithm: "plot_nf_heatmap"
9534   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9535   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9536   filter: "'NIC_Intel-XXV710' and
9537            'NF_DENSITY' and
9538            'DOCKER' and
9539            'CHAIN' and
9540            'NF_VPPIP4' and
9541            'IPSEC' and
9542            'TNL_10000' and
9543            'IMIX' and
9544            '2T1C' and
9545            'NDRPDR'"
9546   parameters:
9547   - "throughput"
9548   - "name"
9549   - "tags"
9550   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9551   x-axis: "X = CNFs per Service Chain"
9552   y-axis: "Y = Number of Service Chains"
9553   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9554   layout:
9555     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9556     layout: "plot-service-density"
9557
9558 - type: "plot"
9559   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9560   algorithm: "plot_nf_heatmap"
9561   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9562   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9563   filter: "'NIC_Intel-XXV710' and
9564            'NF_DENSITY' and
9565            'DOCKER' and
9566            'CHAIN' and
9567            'NF_VPPIP4' and
9568            'IPSEC' and
9569            'TNL_10000' and
9570            'IMIX' and
9571            '4T2C' and
9572            'NDRPDR'"
9573   parameters:
9574   - "throughput"
9575   - "name"
9576   - "tags"
9577   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9578   x-axis: "X = CNFs per Service Chain"
9579   y-axis: "Y = Number of Service Chains"
9580   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9581   layout:
9582     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9583     layout: "plot-service-density"
9584
9585 - type: "plot"
9586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9587   algorithm: "plot_nf_heatmap"
9588   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9589   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9590   filter: "'NIC_Intel-XXV710' and
9591            'NF_DENSITY' and
9592            'DOCKER' and
9593            'CHAIN' and
9594            'NF_VPPIP4' and
9595            'IPSEC' and
9596            'TNL_10000' and
9597            'IMIX' and
9598            '8T4C' and
9599            'NDRPDR'"
9600   parameters:
9601   - "throughput"
9602   - "name"
9603   - "tags"
9604   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9605   x-axis: "X = CNFs per Service Chain"
9606   y-axis: "Y = Number of Service Chains"
9607   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9608   layout:
9609     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9610     layout: "plot-service-density"
9611
9612 ###############################################################################
9613
9614 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9615 - type: "plot"
9616   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9617   algorithm: "plot_nf_heatmap"
9618   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9619   data: "plot-vpp-nfv-3n-hsw-mrr"
9620   filter: "'NIC_Intel-XL710' and
9621            'NF_DENSITY' and
9622            'DOCKER' and
9623            'CHAIN' and
9624            'NF_VPPIP4' and
9625            'IMIX' and
9626            'TNL_10000' and
9627            '1T1C' and
9628            'MRR'"
9629   parameters:
9630   - "result"
9631   - "name"
9632   - "tags"
9633   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9634   x-axis: "X = CNFs per Service Chain"
9635   y-axis: "Y = Number of Service Chains"
9636   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9637   layout:
9638     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9639     layout: "plot-service-density"
9640
9641 - type: "plot"
9642   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9643   algorithm: "plot_nf_heatmap"
9644   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9645   data: "plot-vpp-nfv-3n-hsw-mrr"
9646   filter: "'NIC_Intel-XL710' and
9647            'NF_DENSITY' and
9648            'DOCKER' and
9649            'CHAIN' and
9650            'NF_VPPIP4' and
9651            'IPSEC' and
9652            'TNL_10000' and
9653            'IMIX' and
9654            '2T2C' and
9655            'MRR'"
9656   parameters:
9657   - "result"
9658   - "name"
9659   - "tags"
9660   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9661   x-axis: "X = CNFs per Service Chain"
9662   y-axis: "Y = Number of Service Chains"
9663   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9664   layout:
9665     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9666     layout: "plot-service-density"
9667
9668 - type: "plot"
9669   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9670   algorithm: "plot_nf_heatmap"
9671   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9672   data: "plot-vpp-nfv-3n-hsw-mrr"
9673   filter: "'NIC_Intel-XL710' and
9674            'NF_DENSITY' and
9675            'DOCKER' and
9676            'CHAIN' and
9677            'NF_VPPIP4' and
9678            'IPSEC' and
9679            'TNL_10000' and
9680            'IMIX' and
9681            '4T4C' and
9682            'MRR'"
9683   parameters:
9684   - "result"
9685   - "name"
9686   - "tags"
9687   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9688   x-axis: "X = CNFs per Service Chain"
9689   y-axis: "Y = Number of Service Chains"
9690   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9691   layout:
9692     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9693     layout: "plot-service-density"
9694
9695 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9696 - type: "plot"
9697   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9698   algorithm: "plot_nf_heatmap"
9699   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9700   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9701   filter: "'NIC_Intel-XL710' and
9702            'NF_DENSITY' and
9703            'DOCKER' and
9704            'CHAIN' and
9705            'NF_VPPIP4' and
9706            'IPSEC' and
9707            'TNL_10000' and
9708            'IMIX' and
9709            '1T1C' and
9710            'NDRPDR'"
9711   parameters:
9712   - "throughput"
9713   - "name"
9714   - "tags"
9715   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9716   x-axis: "X = CNFs per Service Chain"
9717   y-axis: "Y = Number of Service Chains"
9718   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9719   layout:
9720     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9721     layout: "plot-service-density"
9722
9723 - type: "plot"
9724   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9725   algorithm: "plot_nf_heatmap"
9726   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9727   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9728   filter: "'NIC_Intel-XL710' and
9729            'NF_DENSITY' and
9730            'DOCKER' and
9731            'CHAIN' and
9732            'NF_VPPIP4' and
9733            'IPSEC' and
9734            'TNL_10000' and
9735            'IMIX' and
9736            '2T2C' and
9737            'NDRPDR'"
9738   parameters:
9739   - "throughput"
9740   - "name"
9741   - "tags"
9742   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9743   x-axis: "X = CNFs per Service Chain"
9744   y-axis: "Y = Number of Service Chains"
9745   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9746   layout:
9747     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9748     layout: "plot-service-density"
9749
9750 - type: "plot"
9751   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9752   algorithm: "plot_nf_heatmap"
9753   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9754   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9755   filter: "'NIC_Intel-XL710' and
9756            'NF_DENSITY' and
9757            'DOCKER' and
9758            'CHAIN' and
9759            'NF_VPPIP4' and
9760            'IPSEC' and
9761            'TNL_10000' and
9762            'IMIX' and
9763            '4T4C' and
9764            'NDRPDR'"
9765   parameters:
9766   - "throughput"
9767   - "name"
9768   - "tags"
9769   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9770   x-axis: "X = CNFs per Service Chain"
9771   y-axis: "Y = Number of Service Chains"
9772   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9773   layout:
9774     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9775     layout: "plot-service-density"
9776
9777 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9778 - type: "plot"
9779   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9780   algorithm: "plot_nf_heatmap"
9781   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9782   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9783   filter: "'NIC_Intel-XL710' and
9784            'NF_DENSITY' and
9785            'DOCKER' and
9786            'CHAIN' and
9787            'NF_VPPIP4' and
9788            'IPSEC' and
9789            'TNL_10000' and
9790            'IMIX' and
9791            '1T1C' and
9792            'NDRPDR'"
9793   parameters:
9794   - "throughput"
9795   - "name"
9796   - "tags"
9797   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9798   x-axis: "X = CNFs per Service Chain"
9799   y-axis: "Y = Number of Service Chains"
9800   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9801   layout:
9802     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9803     layout: "plot-service-density"
9804
9805 - type: "plot"
9806   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9807   algorithm: "plot_nf_heatmap"
9808   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9809   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9810   filter: "'NIC_Intel-XL710' and
9811            'NF_DENSITY' and
9812            'DOCKER' and
9813            'CHAIN' and
9814            'NF_VPPIP4' and
9815            'IPSEC' and
9816            'TNL_10000' and
9817            'IMIX' and
9818            '2T2C' and
9819            'NDRPDR'"
9820   parameters:
9821   - "throughput"
9822   - "name"
9823   - "tags"
9824   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9825   x-axis: "X = CNFs per Service Chain"
9826   y-axis: "Y = Number of Service Chains"
9827   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9828   layout:
9829     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9830     layout: "plot-service-density"
9831
9832 - type: "plot"
9833   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9834   algorithm: "plot_nf_heatmap"
9835   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9836   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9837   filter: "'NIC_Intel-XL710' and
9838            'NF_DENSITY' and
9839            'DOCKER' and
9840            'CHAIN' and
9841            'NF_VPPIP4' and
9842            'IPSEC' and
9843            'TNL_10000' and
9844            'IMIX' and
9845            '4T4C' and
9846            'NDRPDR'"
9847   parameters:
9848   - "throughput"
9849   - "name"
9850   - "tags"
9851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9852   x-axis: "X = CNFs per Service Chain"
9853   y-axis: "Y = Number of Service Chains"
9854   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9855   layout:
9856     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9857     layout: "plot-service-density"
9858
9859 ###############################################################################
9860
9861 # Plots - NF Density - CSP - MRR 64b
9862
9863 #- type: "plot"
9864 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9865 #  algorithm: "plot_nf_heatmap"
9866 #  output-file-type: ".html"
9867 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9868 #  data: "plot-vpp-nfv-2n-skx-mrr"
9869 #  filter: "'NIC_Intel-XXV710' and
9870 #           'NF_DENSITY' and
9871 #           'DOCKER' and
9872 #           'PIPELINE' and
9873 #           'NF_VPPIP4' and
9874 #           '64B' and
9875 #           '2T1C' and
9876 #           'MRR'"
9877 #  parameters:
9878 #  - "result"
9879 #  - "name"
9880 #  - "tags"
9881 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9882 #  x-axis: "X = CNFs per Service Pipeline"
9883 #  y-axis: "Y = Number of Service Pipelines"
9884 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9885 #  layout:
9886 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9887 #    layout: "plot-service-density"
9888 #
9889 #- type: "plot"
9890 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9891 #  algorithm: "plot_nf_heatmap"
9892 #  output-file-type: ".html"
9893 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9894 #  data: "plot-vpp-nfv-2n-skx-mrr"
9895 #  filter: "'NIC_Intel-XXV710' and
9896 #           'NF_DENSITY' and
9897 #           'DOCKER' and
9898 #           'PIPELINE' and
9899 #           'NF_VPPIP4' and
9900 #           '64B' and
9901 #           '4T2C' and
9902 #           'MRR'"
9903 #  parameters:
9904 #  - "result"
9905 #  - "name"
9906 #  - "tags"
9907 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9908 #  x-axis: "X = CNFs per Service Pipeline"
9909 #  y-axis: "Y = Number of Service Pipelines"
9910 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9911 #  layout:
9912 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9913 #    layout: "plot-service-density"
9914 #
9915 #- type: "plot"
9916 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9917 #  algorithm: "plot_nf_heatmap"
9918 #  output-file-type: ".html"
9919 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9920 #  data: "plot-vpp-nfv-2n-skx-mrr"
9921 #  filter: "'NIC_Intel-XXV710' and
9922 #           'NF_DENSITY' and
9923 #           'DOCKER' and
9924 #           'PIPELINE' and
9925 #           'NF_VPPIP4' and
9926 #           '64B' and
9927 #           '8T4C' and
9928 #           'MRR'"
9929 #  parameters:
9930 #  - "result"
9931 #  - "name"
9932 #  - "tags"
9933 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9934 #  x-axis: "X = CNFs per Service Pipeline"
9935 #  y-axis: "Y = Number of Service Pipelines"
9936 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9937 #  layout:
9938 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9939 #    layout: "plot-service-density"
9940 #
9941 ## Plots - NF Density - CSP - MRR IMIX
9942 #- type: "plot"
9943 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9944 #  algorithm: "plot_nf_heatmap"
9945 #  output-file-type: ".html"
9946 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9947 #  data: "plot-vpp-nfv-2n-skx-mrr"
9948 #  filter: "'NIC_Intel-XXV710' and
9949 #           'NF_DENSITY' and
9950 #           'DOCKER' and
9951 #           'PIPELINE' and
9952 #           'NF_VPPIP4' and
9953 #           'IMIX' and
9954 #           '2T1C' and
9955 #           'MRR'"
9956 #  parameters:
9957 #  - "result"
9958 #  - "name"
9959 #  - "tags"
9960 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9961 #  x-axis: "X = CNFs per Service Pipeline"
9962 #  y-axis: "Y = Number of Service Pipelines"
9963 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9964 #  layout:
9965 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9966 #    layout: "plot-service-density"
9967 #
9968 #- type: "plot"
9969 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9970 #  algorithm: "plot_nf_heatmap"
9971 #  output-file-type: ".html"
9972 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9973 #  data: "plot-vpp-nfv-2n-skx-mrr"
9974 #  filter: "'NIC_Intel-XXV710' and
9975 #           'NF_DENSITY' and
9976 #           'DOCKER' and
9977 #           'PIPELINE' and
9978 #           'NF_VPPIP4' and
9979 #           'IMIX' and
9980 #           '4T2C' and
9981 #           'MRR'"
9982 #  parameters:
9983 #  - "result"
9984 #  - "name"
9985 #  - "tags"
9986 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9987 #  x-axis: "X = CNFs per Service Pipeline"
9988 #  y-axis: "Y = Number of Service Pipelines"
9989 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9990 #  layout:
9991 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9992 #    layout: "plot-service-density"
9993 #
9994 #- type: "plot"
9995 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9996 #  algorithm: "plot_nf_heatmap"
9997 #  output-file-type: ".html"
9998 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
9999 #  data: "plot-vpp-nfv-2n-skx-mrr"
10000 #  filter: "'NIC_Intel-XXV710' and
10001 #           'NF_DENSITY' and
10002 #           'DOCKER' and
10003 #           'PIPELINE' and
10004 #           'NF_VPPIP4' and
10005 #           'IMIX' and
10006 #           '8T4C' and
10007 #           'MRR'"
10008 #  parameters:
10009 #  - "result"
10010 #  - "name"
10011 #  - "tags"
10012 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10013 #  x-axis: "X = CNFs per Service Pipeline"
10014 #  y-axis: "Y = Number of Service Pipelines"
10015 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10016 #  layout:
10017 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10018 #    layout: "plot-service-density"
10019 #
10020 ## Plots - NF Density - CSP - NDR 64b
10021 #- type: "plot"
10022 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10023 #  algorithm: "plot_nf_heatmap"
10024 #  output-file-type: ".html"
10025 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10026 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10027 #  filter: "'NIC_Intel-XXV710' and
10028 #           'NF_DENSITY' and
10029 #           'DOCKER' and
10030 #           'PIPELINE' and
10031 #           'NF_VPPIP4' and
10032 #           '64B' and
10033 #           '2T1C' and
10034 #           'NDRPDR'"
10035 #  parameters:
10036 #  - "throughput"
10037 #  - "name"
10038 #  - "tags"
10039 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10040 #  x-axis: "X = CNFs per Service Pipeline"
10041 #  y-axis: "Y = Number of Service Pipelines"
10042 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10043 #  layout:
10044 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10045 #    layout: "plot-service-density"
10046 #
10047 #- type: "plot"
10048 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10049 #  algorithm: "plot_nf_heatmap"
10050 #  output-file-type: ".html"
10051 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10052 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10053 #  filter: "'NIC_Intel-XXV710' and
10054 #           'NF_DENSITY' and
10055 #           'DOCKER' and
10056 #           'PIPELINE' and
10057 #           'NF_VPPIP4' and
10058 #           '64B' and
10059 #           '4T2C' and
10060 #           'NDRPDR'"
10061 #  parameters:
10062 #  - "throughput"
10063 #  - "name"
10064 #  - "tags"
10065 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10066 #  x-axis: "X = CNFs per Service Pipeline"
10067 #  y-axis: "Y = Number of Service Pipelines"
10068 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10069 #  layout:
10070 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10071 #    layout: "plot-service-density"
10072 #
10073 #- type: "plot"
10074 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10075 #  algorithm: "plot_nf_heatmap"
10076 #  output-file-type: ".html"
10077 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10078 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10079 #  filter: "'NIC_Intel-XXV710' and
10080 #           'NF_DENSITY' and
10081 #           'DOCKER' and
10082 #           'PIPELINE' and
10083 #           'NF_VPPIP4' and
10084 #           '64B' and
10085 #           '8T4C' and
10086 #           'NDRPDR'"
10087 #  parameters:
10088 #  - "throughput"
10089 #  - "name"
10090 #  - "tags"
10091 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10092 #  x-axis: "X = CNFs per Service Pipeline"
10093 #  y-axis: "Y = Number of Service Pipelines"
10094 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10095 #  layout:
10096 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10097 #    layout: "plot-service-density"
10098 #
10099 ## Plots - NF Density - CSP - NDR IMIX
10100 #- type: "plot"
10101 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10102 #  algorithm: "plot_nf_heatmap"
10103 #  output-file-type: ".html"
10104 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10105 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10106 #  filter: "'NIC_Intel-XXV710' and
10107 #           'NF_DENSITY' and
10108 #           'DOCKER' and
10109 #           'PIPELINE' and
10110 #           'NF_VPPIP4' and
10111 #           'IMIX' and
10112 #           '2T1C' and
10113 #           'NDRPDR'"
10114 #  parameters:
10115 #  - "throughput"
10116 #  - "name"
10117 #  - "tags"
10118 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10119 #  x-axis: "X = CNFs per Service Pipeline"
10120 #  y-axis: "Y = Number of Service Pipelines"
10121 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10122 #  layout:
10123 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10124 #    layout: "plot-service-density"
10125 #
10126 #- type: "plot"
10127 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10128 #  algorithm: "plot_nf_heatmap"
10129 #  output-file-type: ".html"
10130 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10131 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10132 #  filter: "'NIC_Intel-XXV710' and
10133 #           'NF_DENSITY' and
10134 #           'DOCKER' and
10135 #           'PIPELINE' and
10136 #           'NF_VPPIP4' and
10137 #           'IMIX' and
10138 #           '4T2C' and
10139 #           'NDRPDR'"
10140 #  parameters:
10141 #  - "throughput"
10142 #  - "name"
10143 #  - "tags"
10144 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10145 #  x-axis: "X = CNFs per Service Pipeline"
10146 #  y-axis: "Y = Number of Service Pipelines"
10147 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10148 #  layout:
10149 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10150 #    layout: "plot-service-density"
10151 #
10152 #- type: "plot"
10153 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10154 #  algorithm: "plot_nf_heatmap"
10155 #  output-file-type: ".html"
10156 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10157 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10158 #  filter: "'NIC_Intel-XXV710' and
10159 #           'NF_DENSITY' and
10160 #           'DOCKER' and
10161 #           'PIPELINE' and
10162 #           'NF_VPPIP4' and
10163 #           'IMIX' and
10164 #           '8T4C' and
10165 #           'NDRPDR'"
10166 #  parameters:
10167 #  - "throughput"
10168 #  - "name"
10169 #  - "tags"
10170 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10171 #  x-axis: "X = CNFs per Service Pipeline"
10172 #  y-axis: "Y = Number of Service Pipelines"
10173 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10174 #  layout:
10175 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10176 #    layout: "plot-service-density"
10177 #
10178 ## Plots - NF Density - CSP - PDR 64b
10179 #- type: "plot"
10180 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10181 #  algorithm: "plot_nf_heatmap"
10182 #  output-file-type: ".html"
10183 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10184 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10185 #  filter: "'NIC_Intel-XXV710' and
10186 #           'NF_DENSITY' and
10187 #           'DOCKER' and
10188 #           'PIPELINE' and
10189 #           'NF_VPPIP4' and
10190 #           '64B' and
10191 #           '2T1C' and
10192 #           'NDRPDR'"
10193 #  parameters:
10194 #  - "throughput"
10195 #  - "name"
10196 #  - "tags"
10197 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10198 #  x-axis: "X = CNFs per Service Pipeline"
10199 #  y-axis: "Y = Number of Service Pipelines"
10200 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10201 #  layout:
10202 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10203 #    layout: "plot-service-density"
10204 #
10205 #- type: "plot"
10206 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10207 #  algorithm: "plot_nf_heatmap"
10208 #  output-file-type: ".html"
10209 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10210 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10211 #  filter: "'NIC_Intel-XXV710' and
10212 #           'NF_DENSITY' and
10213 #           'DOCKER' and
10214 #           'PIPELINE' and
10215 #           'NF_VPPIP4' and
10216 #           '64B' and
10217 #           '4T2C' and
10218 #           'NDRPDR'"
10219 #  parameters:
10220 #  - "throughput"
10221 #  - "name"
10222 #  - "tags"
10223 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10224 #  x-axis: "X = CNFs per Service Pipeline"
10225 #  y-axis: "Y = Number of Service Pipelines"
10226 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10227 #  layout:
10228 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10229 #    layout: "plot-service-density"
10230 #
10231 #- type: "plot"
10232 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10233 #  algorithm: "plot_nf_heatmap"
10234 #  output-file-type: ".html"
10235 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10236 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10237 #  filter: "'NIC_Intel-XXV710' and
10238 #           'NF_DENSITY' and
10239 #           'DOCKER' and
10240 #           'PIPELINE' and
10241 #           'NF_VPPIP4' and
10242 #           '64B' and
10243 #           '8T4C' and
10244 #           'NDRPDR'"
10245 #  parameters:
10246 #  - "throughput"
10247 #  - "name"
10248 #  - "tags"
10249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10250 #  x-axis: "X = CNFs per Service Pipeline"
10251 #  y-axis: "Y = Number of Service Pipelines"
10252 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10253 #  layout:
10254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10255 #    layout: "plot-service-density"
10256 #
10257 ## Plots - NF Density - CSP - PDR IMIX
10258 #- type: "plot"
10259 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10260 #  algorithm: "plot_nf_heatmap"
10261 #  output-file-type: ".html"
10262 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10263 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10264 #  filter: "'NIC_Intel-XXV710' and
10265 #           'NF_DENSITY' and
10266 #           'DOCKER' and
10267 #           'PIPELINE' and
10268 #           'NF_VPPIP4' and
10269 #           'IMIX' and
10270 #           '2T1C' and
10271 #           'NDRPDR'"
10272 #  parameters:
10273 #  - "throughput"
10274 #  - "name"
10275 #  - "tags"
10276 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10277 #  x-axis: "X = CNFs per Service Pipeline"
10278 #  y-axis: "Y = Number of Service Pipelines"
10279 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10280 #  layout:
10281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10282 #    layout: "plot-service-density"
10283 #
10284 #- type: "plot"
10285 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10286 #  algorithm: "plot_nf_heatmap"
10287 #  output-file-type: ".html"
10288 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10289 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10290 #  filter: "'NIC_Intel-XXV710' and
10291 #           'NF_DENSITY' and
10292 #           'DOCKER' and
10293 #           'PIPELINE' and
10294 #           'NF_VPPIP4' and
10295 #           'IMIX' and
10296 #           '4T2C' and
10297 #           'NDRPDR'"
10298 #  parameters:
10299 #  - "throughput"
10300 #  - "name"
10301 #  - "tags"
10302 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10303 #  x-axis: "X = CNFs per Service Pipeline"
10304 #  y-axis: "Y = Number of Service Pipelines"
10305 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10306 #  layout:
10307 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10308 #    layout: "plot-service-density"
10309 #
10310 #- type: "plot"
10311 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10312 #  algorithm: "plot_nf_heatmap"
10313 #  output-file-type: ".html"
10314 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10315 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10316 #  filter: "'NIC_Intel-XXV710' and
10317 #           'NF_DENSITY' and
10318 #           'DOCKER' and
10319 #           'PIPELINE' and
10320 #           'NF_VPPIP4' and
10321 #           'IMIX' and
10322 #           '8T4C' and
10323 #           'NDRPDR'"
10324 #  parameters:
10325 #  - "throughput"
10326 #  - "name"
10327 #  - "tags"
10328 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10329 #  x-axis: "X = CNFs per Service Pipeline"
10330 #  y-axis: "Y = Number of Service Pipelines"
10331 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10332 #  layout:
10333 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10334 #    layout: "plot-service-density"
10335
10336 ###############################################################################
10337 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10338
10339 - type: "plot"
10340   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10341   algorithm: "plot_nf_heatmap"
10342   output-file-type: ".html"
10343   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10344   data: "plot-vpp-nfv-2n-clx-mrr"
10345   filter: "'NIC_Intel-XXV710' and
10346            'NF_DENSITY' and
10347            'VHOST' and
10348            not 'VXLAN' and
10349            'CHAIN' and
10350            'NF_VPPIP4' and
10351            'IMIX' and
10352            '2T1C' and
10353            'MRR'"
10354   parameters:
10355   - "result"
10356   - "name"
10357   - "tags"
10358   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10359   x-axis: "X = VNFs per Service Chain"
10360   y-axis: "Y = Number of Service Chains"
10361   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10362   layout:
10363     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10364     layout: "plot-service-density"
10365
10366 - type: "plot"
10367   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10368   algorithm: "plot_nf_heatmap"
10369   output-file-type: ".html"
10370   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10371   data: "plot-vpp-nfv-2n-clx-mrr"
10372   filter: "'NIC_Intel-XXV710' and
10373            'NF_DENSITY' and
10374            'VHOST' and
10375            not 'VXLAN' and
10376            'CHAIN' and
10377            'NF_VPPIP4' and
10378            'IMIX' and
10379            '4T2C' and
10380            'MRR'"
10381   parameters:
10382   - "result"
10383   - "name"
10384   - "tags"
10385   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10386   x-axis: "X = VNFs per Service Chain"
10387   y-axis: "Y = Number of Service Chains"
10388   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10389   layout:
10390     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10391     layout: "plot-service-density"
10392
10393 - type: "plot"
10394   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10395   algorithm: "plot_nf_heatmap"
10396   output-file-type: ".html"
10397   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10398   data: "plot-vpp-nfv-2n-clx-mrr"
10399   filter: "'NIC_Intel-XXV710' and
10400            'NF_DENSITY' and
10401            'VHOST' and
10402            not 'VXLAN' and
10403            'CHAIN' and
10404            'NF_VPPIP4' and
10405            'IMIX' and
10406            '8T4C' and
10407            'MRR'"
10408   parameters:
10409   - "result"
10410   - "name"
10411   - "tags"
10412   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10413   x-axis: "X = VNFs per Service Chain"
10414   y-axis: "Y = Number of Service Chains"
10415   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10416   layout:
10417     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10418     layout: "plot-service-density"
10419
10420 # Plots - NF Density - VSC - NDR IMIX
10421 - type: "plot"
10422   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10423   algorithm: "plot_nf_heatmap"
10424   output-file-type: ".html"
10425   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10426   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10427   filter: "'NIC_Intel-XXV710' and
10428            'NF_DENSITY' and
10429            'VHOST' and
10430            not 'VXLAN' and
10431            'CHAIN' and
10432            'NF_VPPIP4' and
10433            'IMIX' and
10434            '2T1C' and
10435            'NDRPDR'"
10436   parameters:
10437   - "throughput"
10438   - "name"
10439   - "tags"
10440   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10441   x-axis: "X = VNFs per Service Chain"
10442   y-axis: "Y = Number of Service Chains"
10443   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10444   layout:
10445     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10446     layout: "plot-service-density"
10447
10448 - type: "plot"
10449   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10450   algorithm: "plot_nf_heatmap"
10451   output-file-type: ".html"
10452   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10453   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10454   filter: "'NIC_Intel-XXV710' and
10455            'NF_DENSITY' and
10456            'VHOST' and
10457            not 'VXLAN' and
10458            'CHAIN' and
10459            'NF_VPPIP4' and
10460            'IMIX' and
10461            '4T2C' and
10462            'NDRPDR'"
10463   parameters:
10464   - "throughput"
10465   - "name"
10466   - "tags"
10467   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10468   x-axis: "X = VNFs per Service Chain"
10469   y-axis: "Y = Number of Service Chains"
10470   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10471   layout:
10472     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10473     layout: "plot-service-density"
10474
10475 - type: "plot"
10476   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10477   algorithm: "plot_nf_heatmap"
10478   output-file-type: ".html"
10479   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10480   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10481   filter: "'NIC_Intel-XXV710' and
10482            'NF_DENSITY' and
10483            'VHOST' and
10484            not 'VXLAN' and
10485            'CHAIN' and
10486            'NF_VPPIP4' and
10487            'IMIX' and
10488            '8T4C' and
10489            'NDRPDR'"
10490   parameters:
10491   - "throughput"
10492   - "name"
10493   - "tags"
10494   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10495   x-axis: "X = VNFs per Service Chain"
10496   y-axis: "Y = Number of Service Chains"
10497   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10498   layout:
10499     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10500     layout: "plot-service-density"
10501
10502 # Plots - NF Density - VSC - PDR IMIX
10503 - type: "plot"
10504   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10505   algorithm: "plot_nf_heatmap"
10506   output-file-type: ".html"
10507   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10508   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10509   filter: "'NIC_Intel-XXV710' and
10510            'NF_DENSITY' and
10511            'VHOST' and
10512            not 'VXLAN' and
10513            'CHAIN' and
10514            'NF_VPPIP4' and
10515            'IMIX' and
10516            '2T1C' and
10517            'NDRPDR'"
10518   parameters:
10519   - "throughput"
10520   - "name"
10521   - "tags"
10522   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10523   x-axis: "X = VNFs per Service Chain"
10524   y-axis: "Y = Number of Service Chains"
10525   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10526   layout:
10527     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10528     layout: "plot-service-density"
10529
10530 - type: "plot"
10531   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10532   algorithm: "plot_nf_heatmap"
10533   output-file-type: ".html"
10534   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10535   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10536   filter: "'NIC_Intel-XXV710' and
10537            'NF_DENSITY' and
10538            'VHOST' and
10539            not 'VXLAN' and
10540            'CHAIN' and
10541            'NF_VPPIP4' and
10542            'IMIX' and
10543            '4T2C' and
10544            'NDRPDR'"
10545   parameters:
10546   - "throughput"
10547   - "name"
10548   - "tags"
10549   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10550   x-axis: "X = VNFs per Service Chain"
10551   y-axis: "Y = Number of Service Chains"
10552   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10553   layout:
10554     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10555     layout: "plot-service-density"
10556
10557 - type: "plot"
10558   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10559   algorithm: "plot_nf_heatmap"
10560   output-file-type: ".html"
10561   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10562   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10563   filter: "'NIC_Intel-XXV710' and
10564            'NF_DENSITY' and
10565            'VHOST' and
10566            not 'VXLAN' and
10567            'CHAIN' and
10568            'NF_VPPIP4' and
10569            'IMIX' and
10570            '8T4C' and
10571            'NDRPDR'"
10572   parameters:
10573   - "throughput"
10574   - "name"
10575   - "tags"
10576   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10577   x-axis: "X = VNFs per Service Chain"
10578   y-axis: "Y = Number of Service Chains"
10579   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10580   layout:
10581     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10582     layout: "plot-service-density"
10583
10584 # Plots - NF Density - VSC - MRR IMIX
10585 - type: "plot"
10586   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10587   algorithm: "plot_nf_heatmap"
10588   output-file-type: ".html"
10589   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10590   data: "plot-vpp-nfv-2n-clx-mrr"
10591   filter: "'NIC_Intel-XXV710' and
10592            'NF_DENSITY' and
10593            'VHOST' and
10594            'VXLAN' and
10595            'CHAIN' and
10596            'IMIX' and
10597            '2T1C' and
10598            'MRR'"
10599   parameters:
10600   - "result"
10601   - "name"
10602   - "tags"
10603   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10604   x-axis: "X = VNFs per Service Chain"
10605   y-axis: "Y = Number of Service Chains"
10606   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10607   layout:
10608     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10609     layout: "plot-service-density"
10610
10611 - type: "plot"
10612   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10613   algorithm: "plot_nf_heatmap"
10614   output-file-type: ".html"
10615   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10616   data: "plot-vpp-nfv-2n-clx-mrr"
10617   filter: "'NIC_Intel-XXV710' and
10618            'NF_DENSITY' and
10619            'VHOST' and
10620            'VXLAN' and
10621            'CHAIN' and
10622            'IMIX' and
10623            '4T2C' and
10624            'MRR'"
10625   parameters:
10626   - "result"
10627   - "name"
10628   - "tags"
10629   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10630   x-axis: "X = VNFs per Service Chain"
10631   y-axis: "Y = Number of Service Chains"
10632   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10633   layout:
10634     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10635     layout: "plot-service-density"
10636
10637 - type: "plot"
10638   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10639   algorithm: "plot_nf_heatmap"
10640   output-file-type: ".html"
10641   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10642   data: "plot-vpp-nfv-2n-clx-mrr"
10643   filter: "'NIC_Intel-XXV710' and
10644            'NF_DENSITY' and
10645            'VHOST' and
10646            'VXLAN' and
10647            'CHAIN' and
10648            'IMIX' and
10649            '8T4C' and
10650            'MRR'"
10651   parameters:
10652   - "result"
10653   - "name"
10654   - "tags"
10655   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10656   x-axis: "X = VNFs per Service Chain"
10657   y-axis: "Y = Number of Service Chains"
10658   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10659   layout:
10660     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10661     layout: "plot-service-density"
10662
10663 # Plots - NF Density - VSC - NDR IMIX
10664 - type: "plot"
10665   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10666   algorithm: "plot_nf_heatmap"
10667   output-file-type: ".html"
10668   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10669   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10670   filter: "'NIC_Intel-XXV710' and
10671            'NF_DENSITY' and
10672            'VHOST' and
10673            'VXLAN' and
10674            'CHAIN' and
10675            'IMIX' and
10676            '2T1C' and
10677            'NDRPDR'"
10678   parameters:
10679   - "throughput"
10680   - "name"
10681   - "tags"
10682   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10683   x-axis: "X = VNFs per Service Chain"
10684   y-axis: "Y = Number of Service Chains"
10685   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10686   layout:
10687     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10688     layout: "plot-service-density"
10689
10690 - type: "plot"
10691   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10692   algorithm: "plot_nf_heatmap"
10693   output-file-type: ".html"
10694   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10695   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10696   filter: "'NIC_Intel-XXV710' and
10697            'NF_DENSITY' and
10698            'VHOST' and
10699            'VXLAN' and
10700            'CHAIN' and
10701            'IMIX' and
10702            '4T2C' and
10703            'NDRPDR'"
10704   parameters:
10705   - "throughput"
10706   - "name"
10707   - "tags"
10708   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10709   x-axis: "X = VNFs per Service Chain"
10710   y-axis: "Y = Number of Service Chains"
10711   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10712   layout:
10713     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10714     layout: "plot-service-density"
10715
10716 - type: "plot"
10717   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10718   algorithm: "plot_nf_heatmap"
10719   output-file-type: ".html"
10720   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10721   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10722   filter: "'NIC_Intel-XXV710' and
10723            'NF_DENSITY' and
10724            'VHOST' and
10725            'VXLAN' and
10726            'CHAIN' and
10727            'IMIX' and
10728            '8T4C' and
10729            'NDRPDR'"
10730   parameters:
10731   - "throughput"
10732   - "name"
10733   - "tags"
10734   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10735   x-axis: "X = VNFs per Service Chain"
10736   y-axis: "Y = Number of Service Chains"
10737   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10738   layout:
10739     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10740     layout: "plot-service-density"
10741
10742 # Plots - NF Density - VSC - PDR IMIX
10743 - type: "plot"
10744   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10745   algorithm: "plot_nf_heatmap"
10746   output-file-type: ".html"
10747   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10748   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10749   filter: "'NIC_Intel-XXV710' and
10750            'NF_DENSITY' and
10751            'VHOST' and
10752            'VXLAN' and
10753            'CHAIN' and
10754            'IMIX' and
10755            '2T1C' and
10756            'NDRPDR'"
10757   parameters:
10758   - "throughput"
10759   - "name"
10760   - "tags"
10761   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10762   x-axis: "X = VNFs per Service Chain"
10763   y-axis: "Y = Number of Service Chains"
10764   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10765   layout:
10766     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10767     layout: "plot-service-density"
10768
10769 - type: "plot"
10770   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10771   algorithm: "plot_nf_heatmap"
10772   output-file-type: ".html"
10773   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10774   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10775   filter: "'NIC_Intel-XXV710' and
10776            'NF_DENSITY' and
10777            'VHOST' and
10778            'VXLAN' and
10779            'CHAIN' and
10780            'IMIX' and
10781            '4T2C' and
10782            'NDRPDR'"
10783   parameters:
10784   - "throughput"
10785   - "name"
10786   - "tags"
10787   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10788   x-axis: "X = VNFs per Service Chain"
10789   y-axis: "Y = Number of Service Chains"
10790   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10791   layout:
10792     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10793     layout: "plot-service-density"
10794
10795 - type: "plot"
10796   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10797   algorithm: "plot_nf_heatmap"
10798   output-file-type: ".html"
10799   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10800   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10801   filter: "'NIC_Intel-XXV710' and
10802            'NF_DENSITY' and
10803            'VHOST' and
10804            'VXLAN' and
10805            'CHAIN' and
10806            'IMIX' and
10807            '8T4C' and
10808            'NDRPDR'"
10809   parameters:
10810   - "throughput"
10811   - "name"
10812   - "tags"
10813   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10814   x-axis: "X = VNFs per Service Chain"
10815   y-axis: "Y = Number of Service Chains"
10816   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10817   layout:
10818     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10819     layout: "plot-service-density"
10820
10821 # Plots - NF Density - CSC - MRR IMIX
10822 - type: "plot"
10823   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10824   algorithm: "plot_nf_heatmap"
10825   output-file-type: ".html"
10826   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10827   data: "plot-vpp-nfv-2n-clx-mrr"
10828   filter: "'NIC_Intel-XXV710' and
10829            'NF_DENSITY' and
10830            'DOCKER' and
10831            'CHAIN' and
10832            'NF_VPPIP4' and
10833            'IMIX' and
10834            '2T1C' and
10835            'MRR'"
10836   parameters:
10837   - "result"
10838   - "name"
10839   - "tags"
10840   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10841   x-axis: "X = CNFs per Service Chain"
10842   y-axis: "Y = Number of Service Chains"
10843   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10844   layout:
10845     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10846     layout: "plot-service-density"
10847
10848 - type: "plot"
10849   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10850   algorithm: "plot_nf_heatmap"
10851   output-file-type: ".html"
10852   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10853   data: "plot-vpp-nfv-2n-clx-mrr"
10854   filter: "'NIC_Intel-XXV710' and
10855            'NF_DENSITY' and
10856            'DOCKER' and
10857            'CHAIN' and
10858            'NF_VPPIP4' and
10859            'IMIX' and
10860            '4T2C' and
10861            'MRR'"
10862   parameters:
10863   - "result"
10864   - "name"
10865   - "tags"
10866   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10867   x-axis: "X = CNFs per Service Chain"
10868   y-axis: "Y = Number of Service Chains"
10869   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10870   layout:
10871     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10872     layout: "plot-service-density"
10873
10874 - type: "plot"
10875   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10876   algorithm: "plot_nf_heatmap"
10877   output-file-type: ".html"
10878   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10879   data: "plot-vpp-nfv-2n-clx-mrr"
10880   filter: "'NIC_Intel-XXV710' and
10881            'NF_DENSITY' and
10882            'DOCKER' and
10883            'CHAIN' and
10884            'NF_VPPIP4' and
10885            'IMIX' and
10886            '8T4C' and
10887            'MRR'"
10888   parameters:
10889   - "result"
10890   - "name"
10891   - "tags"
10892   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10893   x-axis: "X = CNFs per Service Chain"
10894   y-axis: "Y = Number of Service Chains"
10895   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10896   layout:
10897     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10898     layout: "plot-service-density"
10899
10900 # Plots - NF Density - CSC - NDR IMIX
10901 - type: "plot"
10902   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10903   algorithm: "plot_nf_heatmap"
10904   output-file-type: ".html"
10905   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10906   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10907   filter: "'NIC_Intel-XXV710' and
10908            'NF_DENSITY' and
10909            'DOCKER' and
10910            'CHAIN' and
10911            'NF_VPPIP4' and
10912            'IMIX' and
10913            '2T1C' and
10914            'NDRPDR'"
10915   parameters:
10916   - "throughput"
10917   - "name"
10918   - "tags"
10919   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10920   x-axis: "X = CNFs per Service Chain"
10921   y-axis: "Y = Number of Service Chains"
10922   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10923   layout:
10924     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10925     layout: "plot-service-density"
10926
10927 - type: "plot"
10928   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10929   algorithm: "plot_nf_heatmap"
10930   output-file-type: ".html"
10931   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10932   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10933   filter: "'NIC_Intel-XXV710' and
10934            'NF_DENSITY' and
10935            'DOCKER' and
10936            'CHAIN' and
10937            'NF_VPPIP4' and
10938            'IMIX' and
10939            '4T2C' and
10940            'NDRPDR'"
10941   parameters:
10942   - "throughput"
10943   - "name"
10944   - "tags"
10945   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10946   x-axis: "X = CNFs per Service Chain"
10947   y-axis: "Y = Number of Service Chains"
10948   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10949   layout:
10950     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10951     layout: "plot-service-density"
10952
10953 - type: "plot"
10954   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10955   algorithm: "plot_nf_heatmap"
10956   output-file-type: ".html"
10957   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10958   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10959   filter: "'NIC_Intel-XXV710' and
10960            'NF_DENSITY' and
10961            'DOCKER' and
10962            'CHAIN' and
10963            'NF_VPPIP4' and
10964            'IMIX' and
10965            '8T4C' and
10966            'NDRPDR'"
10967   parameters:
10968   - "throughput"
10969   - "name"
10970   - "tags"
10971   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10972   x-axis: "X = CNFs per Service Chain"
10973   y-axis: "Y = Number of Service Chains"
10974   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10975   layout:
10976     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10977     layout: "plot-service-density"
10978
10979 # Plots - NF Density - CSC - PDR IMIX
10980 - type: "plot"
10981   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
10982   algorithm: "plot_nf_heatmap"
10983   output-file-type: ".html"
10984   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
10985   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10986   filter: "'NIC_Intel-XXV710' and
10987            'NF_DENSITY' and
10988            'DOCKER' and
10989            'CHAIN' and
10990            'NF_VPPIP4' and
10991            'IMIX' and
10992            '2T1C' and
10993            'NDRPDR'"
10994   parameters:
10995   - "throughput"
10996   - "name"
10997   - "tags"
10998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10999   x-axis: "X = CNFs per Service Chain"
11000   y-axis: "Y = Number of Service Chains"
11001   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11002   layout:
11003     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11004     layout: "plot-service-density"
11005
11006 - type: "plot"
11007   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11008   algorithm: "plot_nf_heatmap"
11009   output-file-type: ".html"
11010   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11011   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11012   filter: "'NIC_Intel-XXV710' and
11013            'NF_DENSITY' and
11014            'DOCKER' and
11015            'CHAIN' and
11016            'NF_VPPIP4' and
11017            'IMIX' and
11018            '4T2C' and
11019            'NDRPDR'"
11020   parameters:
11021   - "throughput"
11022   - "name"
11023   - "tags"
11024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11025   x-axis: "X = CNFs per Service Chain"
11026   y-axis: "Y = Number of Service Chains"
11027   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11028   layout:
11029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11030     layout: "plot-service-density"
11031
11032 - type: "plot"
11033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11034   algorithm: "plot_nf_heatmap"
11035   output-file-type: ".html"
11036   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11037   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11038   filter: "'NIC_Intel-XXV710' and
11039            'NF_DENSITY' and
11040            'DOCKER' and
11041            'CHAIN' and
11042            'NF_VPPIP4' and
11043            'IMIX' and
11044            '8T4C' and
11045            'NDRPDR'"
11046   parameters:
11047   - "throughput"
11048   - "name"
11049   - "tags"
11050   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11051   x-axis: "X = CNFs per Service Chain"
11052   y-axis: "Y = Number of Service Chains"
11053   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11054   layout:
11055     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11056     layout: "plot-service-density"
11057
11058 # Plots - NF Density - CSP - MRR IMIX
11059 - type: "plot"
11060   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11061   algorithm: "plot_nf_heatmap"
11062   output-file-type: ".html"
11063   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11064   data: "plot-vpp-nfv-2n-clx-mrr"
11065   filter: "'NIC_Intel-XXV710' and
11066            'NF_DENSITY' and
11067            'DOCKER' and
11068            'PIPELINE' and
11069            'NF_VPPIP4' and
11070            'IMIX' and
11071            '2T1C' and
11072            'MRR'"
11073   parameters:
11074   - "result"
11075   - "name"
11076   - "tags"
11077   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11078   x-axis: "X = CNFs per Service Pipeline"
11079   y-axis: "Y = Number of Service Pipelines"
11080   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11081   layout:
11082     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11083     layout: "plot-service-density"
11084
11085 - type: "plot"
11086   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11087   algorithm: "plot_nf_heatmap"
11088   output-file-type: ".html"
11089   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11090   data: "plot-vpp-nfv-2n-clx-mrr"
11091   filter: "'NIC_Intel-XXV710' and
11092            'NF_DENSITY' and
11093            'DOCKER' and
11094            'PIPELINE' and
11095            'NF_VPPIP4' and
11096            'IMIX' and
11097            '4T2C' and
11098            'MRR'"
11099   parameters:
11100   - "result"
11101   - "name"
11102   - "tags"
11103   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11104   x-axis: "X = CNFs per Service Pipeline"
11105   y-axis: "Y = Number of Service Pipelines"
11106   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11107   layout:
11108     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11109     layout: "plot-service-density"
11110
11111 - type: "plot"
11112   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11113   algorithm: "plot_nf_heatmap"
11114   output-file-type: ".html"
11115   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11116   data: "plot-vpp-nfv-2n-clx-mrr"
11117   filter: "'NIC_Intel-XXV710' and
11118            'NF_DENSITY' and
11119            'DOCKER' and
11120            'PIPELINE' and
11121            'NF_VPPIP4' and
11122            'IMIX' and
11123            '8T4C' and
11124            'MRR'"
11125   parameters:
11126   - "result"
11127   - "name"
11128   - "tags"
11129   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11130   x-axis: "X = CNFs per Service Pipeline"
11131   y-axis: "Y = Number of Service Pipelines"
11132   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11133   layout:
11134     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11135     layout: "plot-service-density"
11136
11137 # Plots - NF Density - CSP - NDR IMIX
11138 - type: "plot"
11139   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11140   algorithm: "plot_nf_heatmap"
11141   output-file-type: ".html"
11142   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11143   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11144   filter: "'NIC_Intel-XXV710' and
11145            'NF_DENSITY' and
11146            'DOCKER' and
11147            'PIPELINE' and
11148            'NF_VPPIP4' and
11149            'IMIX' and
11150            '2T1C' and
11151            'NDRPDR'"
11152   parameters:
11153   - "throughput"
11154   - "name"
11155   - "tags"
11156   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11157   x-axis: "X = CNFs per Service Pipeline"
11158   y-axis: "Y = Number of Service Pipelines"
11159   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11160   layout:
11161     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11162     layout: "plot-service-density"
11163
11164 - type: "plot"
11165   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11166   algorithm: "plot_nf_heatmap"
11167   output-file-type: ".html"
11168   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11169   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11170   filter: "'NIC_Intel-XXV710' and
11171            'NF_DENSITY' and
11172            'DOCKER' and
11173            'PIPELINE' and
11174            'NF_VPPIP4' and
11175            'IMIX' and
11176            '4T2C' and
11177            'NDRPDR'"
11178   parameters:
11179   - "throughput"
11180   - "name"
11181   - "tags"
11182   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11183   x-axis: "X = CNFs per Service Pipeline"
11184   y-axis: "Y = Number of Service Pipelines"
11185   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11186   layout:
11187     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11188     layout: "plot-service-density"
11189
11190 - type: "plot"
11191   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11192   algorithm: "plot_nf_heatmap"
11193   output-file-type: ".html"
11194   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11195   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11196   filter: "'NIC_Intel-XXV710' and
11197            'NF_DENSITY' and
11198            'DOCKER' and
11199            'PIPELINE' and
11200            'NF_VPPIP4' and
11201            'IMIX' and
11202            '8T4C' and
11203            'NDRPDR'"
11204   parameters:
11205   - "throughput"
11206   - "name"
11207   - "tags"
11208   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11209   x-axis: "X = CNFs per Service Pipeline"
11210   y-axis: "Y = Number of Service Pipelines"
11211   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11212   layout:
11213     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11214     layout: "plot-service-density"
11215
11216 # Plots - NF Density - CSP - PDR IMIX
11217 - type: "plot"
11218   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11219   algorithm: "plot_nf_heatmap"
11220   output-file-type: ".html"
11221   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11222   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11223   filter: "'NIC_Intel-XXV710' and
11224            'NF_DENSITY' and
11225            'DOCKER' and
11226            'PIPELINE' and
11227            'NF_VPPIP4' and
11228            'IMIX' and
11229            '2T1C' and
11230            'NDRPDR'"
11231   parameters:
11232   - "throughput"
11233   - "name"
11234   - "tags"
11235   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11236   x-axis: "X = CNFs per Service Pipeline"
11237   y-axis: "Y = Number of Service Pipelines"
11238   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11239   layout:
11240     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11241     layout: "plot-service-density"
11242
11243 - type: "plot"
11244   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11245   algorithm: "plot_nf_heatmap"
11246   output-file-type: ".html"
11247   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11248   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11249   filter: "'NIC_Intel-XXV710' and
11250            'NF_DENSITY' and
11251            'DOCKER' and
11252            'PIPELINE' and
11253            'NF_VPPIP4' and
11254            'IMIX' and
11255            '4T2C' and
11256            'NDRPDR'"
11257   parameters:
11258   - "throughput"
11259   - "name"
11260   - "tags"
11261   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11262   x-axis: "X = CNFs per Service Pipeline"
11263   y-axis: "Y = Number of Service Pipelines"
11264   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11265   layout:
11266     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11267     layout: "plot-service-density"
11268
11269 - type: "plot"
11270   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11271   algorithm: "plot_nf_heatmap"
11272   output-file-type: ".html"
11273   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11274   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11275   filter: "'NIC_Intel-XXV710' and
11276            'NF_DENSITY' and
11277            'DOCKER' and
11278            'PIPELINE' and
11279            'NF_VPPIP4' and
11280            'IMIX' and
11281            '8T4C' and
11282            'NDRPDR'"
11283   parameters:
11284   - "throughput"
11285   - "name"
11286   - "tags"
11287   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11288   x-axis: "X = CNFs per Service Pipeline"
11289   y-axis: "Y = Number of Service Pipelines"
11290   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11291   layout:
11292     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11293     layout: "plot-service-density"
11294
11295 ################################################################################
11296
11297 # Packet Throughput
11298
11299 - type: "plot"
11300   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11301   algorithm: "plot_perf_box_name"
11302   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11303   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11304   include:
11305     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11306     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11307     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11308     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11309   layout:
11310     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11311     layout: "plot-throughput"
11312
11313 - type: "plot"
11314   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11315   algorithm: "plot_perf_box_name"
11316   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11317   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11318   include:
11319     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11320     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11321     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11322     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11323   layout:
11324     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11325     layout: "plot-throughput"
11326
11327 - type: "plot"
11328   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11329   algorithm: "plot_perf_box_name"
11330   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11331   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11332   include:
11333     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11334     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11335     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11336     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11337   layout:
11338     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11339     layout: "plot-throughput"
11340
11341 - type: "plot"
11342   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11343   algorithm: "plot_perf_box_name"
11344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11346   include:
11347     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11348     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11349     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11350     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11351   layout:
11352     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11353     layout: "plot-throughput"
11354
11355 - type: "plot"
11356   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11357   algorithm: "plot_perf_box_name"
11358   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11359   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11360   include:
11361     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11362     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11363     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11364     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11365     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11366   layout:
11367     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11368     layout: "plot-throughput"
11369
11370 - type: "plot"
11371   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11372   algorithm: "plot_perf_box_name"
11373   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11374   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11375   include:
11376     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11377     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11378     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11379     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11380     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11381   layout:
11382     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11383     layout: "plot-throughput"
11384
11385 - type: "plot"
11386   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11387   algorithm: "plot_perf_box_name"
11388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11390   include:
11391     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11392     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11393     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11394     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11395     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11396   layout:
11397     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11398     layout: "plot-throughput"
11399
11400 - type: "plot"
11401   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11402   algorithm: "plot_perf_box_name"
11403   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11404   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11405   include:
11406     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11407     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11408     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11409     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11410     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11411   layout:
11412     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11413     layout: "plot-throughput"
11414
11415 - type: "plot"
11416   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11417   algorithm: "plot_perf_box_name"
11418   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11419   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11420   include:
11421     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11422     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11423     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11424     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11425     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11426   layout:
11427     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11428     layout: "plot-throughput"
11429
11430 - type: "plot"
11431   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11432   algorithm: "plot_perf_box_name"
11433   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11434   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11435   include:
11436     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11437     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11438     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11439     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11440     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11441   layout:
11442     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11443     layout: "plot-throughput"
11444
11445 - type: "plot"
11446   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11447   algorithm: "plot_perf_box_name"
11448   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11449   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11450   include:
11451     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11452     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11453     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11454     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11455     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11456     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11457   layout:
11458     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11459     layout: "plot-throughput"
11460
11461 - type: "plot"
11462   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11463   algorithm: "plot_perf_box_name"
11464   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11465   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11466   include:
11467     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11468     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11469     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11470     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11471     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11472     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11473   layout:
11474     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11475     layout: "plot-throughput"
11476
11477 - type: "plot"
11478   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11479   algorithm: "plot_perf_box_name"
11480   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11481   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11482   include:
11483     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11484     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11485     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11486     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11487     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11488   layout:
11489     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11490     layout: "plot-throughput"
11491
11492 - type: "plot"
11493   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11494   algorithm: "plot_perf_box_name"
11495   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11496   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11497   include:
11498     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11499     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11500     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11501     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11502     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11503   layout:
11504     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11505     layout: "plot-throughput"
11506
11507 - type: "plot"
11508   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11509   algorithm: "plot_perf_box_name"
11510   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11511   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11512   include:
11513     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11514     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11515     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11516   layout:
11517     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11518     layout: "plot-throughput"
11519
11520 - type: "plot"
11521   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11522   algorithm: "plot_perf_box_name"
11523   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11524   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11525   include:
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11527     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11528     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11529   layout:
11530     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11531     layout: "plot-throughput"
11532
11533 - type: "plot"
11534   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11535   algorithm: "plot_perf_box_name"
11536   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11537   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11538   include:
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11540     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11541     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11542     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11543     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11544   layout:
11545     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11546     layout: "plot-throughput"
11547
11548 - type: "plot"
11549   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11550   algorithm: "plot_perf_box_name"
11551   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11552   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11553   include:
11554     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11555     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11556     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11557     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11558     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11559   layout:
11560     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11561     layout: "plot-throughput"
11562
11563 - type: "plot"
11564   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11565   algorithm: "plot_perf_box_name"
11566   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11567   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11568   include:
11569     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11570     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11571     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11572   layout:
11573     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11574     layout: "plot-throughput"
11575
11576 - type: "plot"
11577   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11578   algorithm: "plot_perf_box_name"
11579   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11580   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11581   include:
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11583     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11584     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11585   layout:
11586     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11587     layout: "plot-throughput"
11588
11589 - type: "plot"
11590   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11591   algorithm: "plot_perf_box_name"
11592   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11593   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11594   include:
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11596     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11597     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11598     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11599     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11600     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11601   layout:
11602     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11603     layout: "plot-throughput"
11604
11605 - type: "plot"
11606   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11607   algorithm: "plot_perf_box_name"
11608   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11609   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11610   include:
11611     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11612     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11613     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11614     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11615     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11616     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11617   layout:
11618     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11619     layout: "plot-throughput"
11620
11621 - type: "plot"
11622   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11623   algorithm: "plot_perf_box_name"
11624   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11625   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11626   include:
11627     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11628     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11629     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11630     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11631     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11632     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11633   layout:
11634     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11635     layout: "plot-throughput"
11636
11637 - type: "plot"
11638   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11639   algorithm: "plot_perf_box_name"
11640   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11641   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11642   include:
11643     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11644     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11645     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11646     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11647     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11648     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11649   layout:
11650     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11651     layout: "plot-throughput"
11652
11653 - type: "plot"
11654   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11655   algorithm: "plot_perf_box_name"
11656   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11657   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11658   include:
11659     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11660     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11661     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11662   layout:
11663     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11664     layout: "plot-throughput"
11665
11666 - type: "plot"
11667   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11668   algorithm: "plot_perf_box_name"
11669   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11670   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11671   include:
11672     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11673     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11674     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11675   layout:
11676     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11677     layout: "plot-throughput"
11678
11679 - type: "plot"
11680   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11681   algorithm: "plot_perf_box_name"
11682   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11683   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11684   include:
11685     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11686     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11687     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11688 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11689 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11690   layout:
11691     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11692     layout: "plot-throughput"
11693
11694 - type: "plot"
11695   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11696   algorithm: "plot_perf_box_name"
11697   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11698   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11699   include:
11700     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11701     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11702     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11703 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11704 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11705   layout:
11706     title: "3n-skx-x710-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-avf-ndr"
11711   algorithm: "plot_perf_box_name"
11712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11714   include:
11715     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11716     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11717     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11718     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11719     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11720   layout:
11721     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11722     layout: "plot-throughput"
11723
11724 - type: "plot"
11725   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11726   algorithm: "plot_perf_box_name"
11727   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11728   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11729   include:
11730     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11731     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11732     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11733     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11734     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11735   layout:
11736     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11737     layout: "plot-throughput"
11738
11739 - type: "plot"
11740   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11741   algorithm: "plot_perf_box_name"
11742   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11743   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11744   include:
11745     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11746     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11747     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11748     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11749     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11750   layout:
11751     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11752     layout: "plot-throughput"
11753
11754 - type: "plot"
11755   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11756   algorithm: "plot_perf_box_name"
11757   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11758   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11759   include:
11760     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11761     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11762     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11763     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11764     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11765   layout:
11766     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11767     layout: "plot-throughput"
11768
11769 - type: "plot"
11770   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11771   algorithm: "plot_perf_box_name"
11772   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11773   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11774   include:
11775     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11776     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11777     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11778     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11779     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11780     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11781   layout:
11782     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11783     layout: "plot-throughput"
11784
11785 - type: "plot"
11786   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11787   algorithm: "plot_perf_box_name"
11788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11790   include:
11791     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11792     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11793     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11794     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11795     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11796     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11797   layout:
11798     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11799     layout: "plot-throughput"
11800
11801 - type: "plot"
11802   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11803   algorithm: "plot_perf_box_name"
11804   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11805   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11806   include:
11807     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11808     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11809     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11810     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11811     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11812     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11813   layout:
11814     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11815     layout: "plot-throughput"
11816
11817 - type: "plot"
11818   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11819   algorithm: "plot_perf_box_name"
11820   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11821   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11822   include:
11823     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11824     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11825     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11826     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11827     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11828     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11829   layout:
11830     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11831     layout: "plot-throughput"
11832
11833 - type: "plot"
11834   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11835   algorithm: "plot_perf_box_name"
11836   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11837   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11838   include:
11839     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11840     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11841     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11842     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11843     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11844   layout:
11845     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11846     layout: "plot-throughput"
11847
11848 - type: "plot"
11849   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11850   algorithm: "plot_perf_box_name"
11851   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11852   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11853   include:
11854     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11855     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11856     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11857     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11858     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11859   layout:
11860     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11861     layout: "plot-throughput"
11862
11863 - type: "plot"
11864   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11865   algorithm: "plot_perf_box_name"
11866   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11867   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11868   include:
11869     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11870     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11871     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11872     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11873     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11874     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11875   layout:
11876     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11877     layout: "plot-throughput"
11878
11879 - type: "plot"
11880   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11881   algorithm: "plot_perf_box_name"
11882   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11883   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11884   include:
11885     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11886     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11887     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11888     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11889     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11890     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11891   layout:
11892     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11893     layout: "plot-throughput"
11894
11895 - type: "plot"
11896   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11897   algorithm: "plot_perf_box_name"
11898   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11899   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11900   include:
11901     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11902     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11903     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11904     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11905     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11906   layout:
11907     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11908     layout: "plot-throughput"
11909
11910 - type: "plot"
11911   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11912   algorithm: "plot_perf_box_name"
11913   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11914   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11915   include:
11916     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11917     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11918     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11919     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11920     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11921   layout:
11922     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11923     layout: "plot-throughput"
11924
11925 - type: "plot"
11926   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11927   algorithm: "plot_perf_box_name"
11928   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11929   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11930   include:
11931     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11932     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11933     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11934     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11935     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11936     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11937   layout:
11938     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11939     layout: "plot-throughput"
11940
11941 - type: "plot"
11942   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11943   algorithm: "plot_perf_box_name"
11944   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11945   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11946   include:
11947     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11948     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11949     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11950     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11951     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11952     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11953   layout:
11954     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11955     layout: "plot-throughput"
11956
11957 - type: "plot"
11958   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11959   algorithm: "plot_perf_box_name"
11960   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11961   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11962   include:
11963     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11964     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11965     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11966     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11967     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11968   layout:
11969     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11970     layout: "plot-throughput"
11971
11972 - type: "plot"
11973   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11974   algorithm: "plot_perf_box_name"
11975   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11976   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11977   include:
11978     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11979     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11980     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11981     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11982     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11983   layout:
11984     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11985     layout: "plot-throughput"
11986
11987 - type: "plot"
11988   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11989   algorithm: "plot_perf_box_name"
11990   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11991   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11992   include:
11993     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11994     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11995     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11996     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11997     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11998     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11999   layout:
12000     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12001     layout: "plot-throughput"
12002
12003 - type: "plot"
12004   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12005   algorithm: "plot_perf_box_name"
12006   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12007   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12008   include:
12009     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12010     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12011     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12012     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12013     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12014     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12015   layout:
12016     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12017     layout: "plot-throughput"
12018
12019 - type: "plot"
12020   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12021   algorithm: "plot_perf_box_name"
12022   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12023   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12024   include:
12025     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12026     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12027   layout:
12028     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12029     layout: "plot-throughput"
12030
12031 - type: "plot"
12032   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12033   algorithm: "plot_perf_box_name"
12034   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12035   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12036   include:
12037     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12039   layout:
12040     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12048   include:
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12051     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12052     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12053   layout:
12054     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12055     layout: "plot-throughput"
12056
12057 - type: "plot"
12058   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12059   algorithm: "plot_perf_box_name"
12060   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12061   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12062   include:
12063     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12064     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12065     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12066     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12067   layout:
12068     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12069     layout: "plot-throughput"
12070
12071 - type: "plot"
12072   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12073   algorithm: "plot_perf_box_name"
12074   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12075   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12076   include:
12077     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12078     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12079     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12080     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12081   layout:
12082     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12083     layout: "plot-throughput"
12084
12085 - type: "plot"
12086   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12087   algorithm: "plot_perf_box_name"
12088   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12089   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12090   include:
12091     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12092     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12093     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12094     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12095   layout:
12096     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12097     layout: "plot-throughput"
12098
12099 - type: "plot"
12100   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12101   algorithm: "plot_perf_box_name"
12102   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12103   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12104   include:
12105     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12106     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12107     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12108     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12109   layout:
12110     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12111     layout: "plot-throughput"
12112
12113 - type: "plot"
12114   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12115   algorithm: "plot_perf_box_name"
12116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12118   include:
12119     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12120     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12121     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12122     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12123   layout:
12124     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12125     layout: "plot-throughput"
12126
12127 - type: "plot"
12128   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12129   algorithm: "plot_perf_box_name"
12130   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12131   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12132   include:
12133     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12134     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12135     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12136     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12137   layout:
12138     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12139     layout: "plot-throughput"
12140
12141 - type: "plot"
12142   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12143   algorithm: "plot_perf_box_name"
12144   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12145   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12146   include:
12147     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12148     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12149     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12150     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12151   layout:
12152     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12153     layout: "plot-throughput"
12154
12155 - type: "plot"
12156   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12157   algorithm: "plot_perf_box_name"
12158   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12159   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12160   include:
12161     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12162     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12163     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12164     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12165     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12166     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12167   layout:
12168     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12169     layout: "plot-throughput"
12170
12171 - type: "plot"
12172   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12173   algorithm: "plot_perf_box_name"
12174   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12175   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12176   include:
12177     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12178     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12179     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12180     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12181     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12182     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12183   layout:
12184     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12185     layout: "plot-throughput"
12186
12187 - type: "plot"
12188   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12189   algorithm: "plot_perf_box_name"
12190   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12191   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12192   include:
12193     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12194     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12195     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12196     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12197     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12198   layout:
12199     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12200     layout: "plot-throughput"
12201
12202 - type: "plot"
12203   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12204   algorithm: "plot_perf_box_name"
12205   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12206   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12207   include:
12208     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12209     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12210     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12211     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12212     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12213   layout:
12214     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12215     layout: "plot-throughput"
12216
12217 - type: "plot"
12218   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12219   algorithm: "plot_perf_box_name"
12220   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12221   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12222   include:
12223     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12224     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12225     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12226     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12227     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12228   layout:
12229     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12230     layout: "plot-throughput"
12231
12232 - type: "plot"
12233   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12234   algorithm: "plot_perf_box_name"
12235   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12236   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12237   include:
12238     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12239     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12240     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12241     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12242     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12243   layout:
12244     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12245     layout: "plot-throughput"
12246
12247 - type: "plot"
12248   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12249   algorithm: "plot_perf_box_name"
12250   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12251   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12252   include:
12253     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12254     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12255     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12256   layout:
12257     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12258     layout: "plot-throughput"
12259
12260 - type: "plot"
12261   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12262   algorithm: "plot_perf_box_name"
12263   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12264   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12265   include:
12266     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12267     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12268     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12269   layout:
12270     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12271     layout: "plot-throughput"
12272
12273 - type: "plot"
12274   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12275   algorithm: "plot_perf_box_name"
12276   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12278   include:
12279     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12280     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12281     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12282   layout:
12283     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12284     layout: "plot-throughput"
12285
12286 - type: "plot"
12287   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12288   algorithm: "plot_perf_box_name"
12289   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12290   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12291   include:
12292     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12293     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12294     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12295   layout:
12296     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12297     layout: "plot-throughput"
12298
12299 - type: "plot"
12300   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12301   algorithm: "plot_perf_box_name"
12302   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12303   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12304   include:
12305     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12306     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12307     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12308     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12309     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12310   layout:
12311     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12312     layout: "plot-throughput"
12313
12314 - type: "plot"
12315   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12316   algorithm: "plot_perf_box_name"
12317   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12318   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12319   include:
12320     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12321     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12322     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12323     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12324     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12325   layout:
12326     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12327     layout: "plot-throughput"
12328
12329 - type: "plot"
12330   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12331   algorithm: "plot_perf_box_name"
12332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12334   include:
12335     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12336     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12337     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12338     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12339     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12340   layout:
12341     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12342     layout: "plot-throughput"
12343
12344 - type: "plot"
12345   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12346   algorithm: "plot_perf_box_name"
12347   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12348   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12349   include:
12350     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12351     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12352     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12353     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12354     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12355   layout:
12356     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12357     layout: "plot-throughput"
12358
12359 - type: "plot"
12360   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12361   algorithm: "plot_perf_box_name"
12362   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12363   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12364   include:
12365     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12366     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12367     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12368     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12369     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12370   layout:
12371     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12372     layout: "plot-throughput"
12373
12374 - type: "plot"
12375   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12376   algorithm: "plot_perf_box_name"
12377   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12378   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12379   include:
12380     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12381     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12382     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12383     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12384     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12385   layout:
12386     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12387     layout: "plot-throughput"
12388
12389 - type: "plot"
12390   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12391   algorithm: "plot_perf_box_name"
12392   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12393   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12394   include:
12395     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12396     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12397     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12398     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12399     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12400   layout:
12401     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12402     layout: "plot-throughput"
12403
12404 - type: "plot"
12405   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12406   algorithm: "plot_perf_box_name"
12407   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12408   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12409   include:
12410     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12411     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12412     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12413     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12414     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12415   layout:
12416     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12417     layout: "plot-throughput"
12418
12419 - type: "plot"
12420   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12421   algorithm: "plot_perf_box_name"
12422   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12423   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12424   include:
12425     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12426     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12427     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12428     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12429     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12430   layout:
12431     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12432     layout: "plot-throughput"
12433
12434 - type: "plot"
12435   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12436   algorithm: "plot_perf_box_name"
12437   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12438   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12439   include:
12440     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12441     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12442     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12443     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12444     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12445   layout:
12446     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12447     layout: "plot-throughput"
12448
12449 - type: "plot"
12450   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12451   algorithm: "plot_perf_box_name"
12452   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12453   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12454   include:
12455     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12456     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12457     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12458     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12459     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12460     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12461   layout:
12462     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12463     layout: "plot-throughput"
12464
12465 - type: "plot"
12466   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12467   algorithm: "plot_perf_box_name"
12468   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12469   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12470   include:
12471     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12472     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12473     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12474     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12475     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12476     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12477   layout:
12478     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12479     layout: "plot-throughput"
12480
12481 - type: "plot"
12482   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12483   algorithm: "plot_perf_box_name"
12484   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12485   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12486   include:
12487     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12488     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12489     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12490     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12491   layout:
12492     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12493     layout: "plot-throughput"
12494
12495 - type: "plot"
12496   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12497   algorithm: "plot_perf_box_name"
12498   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12499   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12500   include:
12501     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12502     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12503     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12504     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12505   layout:
12506     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12507     layout: "plot-throughput"
12508
12509 - type: "plot"
12510   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12511   algorithm: "plot_perf_box_name"
12512   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12513   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12514   include:
12515     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12516     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12517     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12518     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12519     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12520     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12521   layout:
12522     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12523     layout: "plot-throughput"
12524
12525 - type: "plot"
12526   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12527   algorithm: "plot_perf_box_name"
12528   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12529   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12530   include:
12531     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12532     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12533     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12534     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12535     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12536     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12537   layout:
12538     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12539     layout: "plot-throughput"
12540
12541 - type: "plot"
12542   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12543   algorithm: "plot_perf_box_name"
12544   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12545   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12546   include:
12547     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12548     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12549     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12550     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12551     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12552     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12553   layout:
12554     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12555     layout: "plot-throughput"
12556
12557 - type: "plot"
12558   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12559   algorithm: "plot_perf_box_name"
12560   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12561   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12562   include:
12563     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12564     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12565     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12566     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12567     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12568     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12569   layout:
12570     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12571     layout: "plot-throughput"
12572
12573 - type: "plot"
12574   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12575   algorithm: "plot_perf_box_name"
12576   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12577   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12578   include:
12579     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12580     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12581     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12582     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12583     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12584     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12585   layout:
12586     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12587     layout: "plot-throughput"
12588
12589 - type: "plot"
12590   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12591   algorithm: "plot_perf_box_name"
12592   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12593   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12594   include:
12595     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12596     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12597     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12598     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12599     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12600     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12601   layout:
12602     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12603     layout: "plot-throughput"
12604
12605 - type: "plot"
12606   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12607   algorithm: "plot_perf_box_name"
12608   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12609   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12610   include:
12611     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12612     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12613     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12614     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12615     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12616     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12617   layout:
12618     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12619     layout: "plot-throughput"
12620
12621 - type: "plot"
12622   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12623   algorithm: "plot_perf_box_name"
12624   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12625   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12626   include:
12627     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12628     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12629     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12630     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12631     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12632     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12633   layout:
12634     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12635     layout: "plot-throughput"
12636
12637 - type: "plot"
12638   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12639   algorithm: "plot_perf_box_name"
12640   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12641   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12642   include:
12643     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12644     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12645     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12646     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12647     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12648     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12649   layout:
12650     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12651     layout: "plot-throughput"
12652
12653 - type: "plot"
12654   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12655   algorithm: "plot_perf_box_name"
12656   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12657   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12658   include:
12659     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12660     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12661     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12662     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12663     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12664     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12665   layout:
12666     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12667     layout: "plot-throughput"
12668
12669 - type: "plot"
12670   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12671   algorithm: "plot_perf_box_name"
12672   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12673   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12674   include:
12675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12676     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12681   layout:
12682     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12683     layout: "plot-throughput"
12684
12685 - type: "plot"
12686   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12687   algorithm: "plot_perf_box_name"
12688   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12689   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12690   include:
12691     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12692     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12693     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12694     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12695     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12696     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12697   layout:
12698     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12699     layout: "plot-throughput"
12700
12701 - type: "plot"
12702   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12703   algorithm: "plot_perf_box_name"
12704   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12705   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12706   include:
12707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12713   layout:
12714     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12715     layout: "plot-throughput"
12716
12717 - type: "plot"
12718   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12719   algorithm: "plot_perf_box_name"
12720   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12721   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12722   include:
12723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12729   layout:
12730     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12731     layout: "plot-throughput"
12732
12733 - type: "plot"
12734   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12735   algorithm: "plot_perf_box_name"
12736   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12737   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12738   include:
12739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12742     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12743     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12745   layout:
12746     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12747     layout: "plot-throughput"
12748
12749 - type: "plot"
12750   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12751   algorithm: "plot_perf_box_name"
12752   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12753   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12754   include:
12755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12758     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12759     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12761   layout:
12762     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12763     layout: "plot-throughput"
12764
12765 - type: "plot"
12766   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12767   algorithm: "plot_perf_box_name"
12768   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12769   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12770   include:
12771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12775   layout:
12776     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12777     layout: "plot-throughput"
12778
12779 - type: "plot"
12780   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12781   algorithm: "plot_perf_box_name"
12782   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12783   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12784   include:
12785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12788     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12789   layout:
12790     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12791     layout: "plot-throughput"
12792
12793 - type: "plot"
12794   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12795   algorithm: "plot_perf_box_name"
12796   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12797   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12798   include:
12799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12802     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12803   layout:
12804     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12805     layout: "plot-throughput"
12806
12807 - type: "plot"
12808   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12809   algorithm: "plot_perf_box_name"
12810   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12811   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12812   include:
12813     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12814     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12815     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12816     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12817   layout:
12818     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12819     layout: "plot-throughput"
12820
12821 - type: "plot"
12822   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12823   algorithm: "plot_perf_box_name"
12824   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12825   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12826   include:
12827     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12828     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12829     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12830     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12831     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12832     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12833   layout:
12834     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12835     layout: "plot-throughput"
12836
12837 - type: "plot"
12838   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12839   algorithm: "plot_perf_box_name"
12840   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12841   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12842   include:
12843     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12844     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12845     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12846     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12847     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12848     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12849   layout:
12850     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12851     layout: "plot-throughput"
12852
12853 - type: "plot"
12854   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12855   algorithm: "plot_perf_box_name"
12856   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12858   include:
12859     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12860     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12861     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12862     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12863     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12864   layout:
12865     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12866     layout: "plot-throughput"
12867
12868 - type: "plot"
12869   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12870   algorithm: "plot_perf_box_name"
12871   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12872   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12873   include:
12874     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12875     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12876     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12877     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12878     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12879   layout:
12880     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12881     layout: "plot-throughput"
12882
12883 - type: "plot"
12884   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12885   algorithm: "plot_perf_box_name"
12886   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12887   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12888   include:
12889     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12890     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12891     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12892     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12893     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12894   layout:
12895     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12896     layout: "plot-throughput"
12897
12898 - type: "plot"
12899   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12900   algorithm: "plot_perf_box_name"
12901   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12902   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12903   include:
12904     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12905     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12906     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12907     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12908     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12909   layout:
12910     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12911     layout: "plot-throughput"
12912
12913 - type: "plot"
12914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12915   algorithm: "plot_perf_box_name"
12916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12918   include:
12919     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12920     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12921     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12922     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12923   layout:
12924     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12925     layout: "plot-throughput"
12926
12927 - type: "plot"
12928   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12929   algorithm: "plot_perf_box_name"
12930   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12931   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12932   include:
12933     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12934     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12935     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12936     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12937   layout:
12938     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12939     layout: "plot-throughput"
12940
12941 - type: "plot"
12942   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12943   algorithm: "plot_perf_box_name"
12944   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12945   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12946   include:
12947     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12948     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12949     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12950     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12951     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12952     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12953   layout:
12954     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12955     layout: "plot-throughput"
12956
12957 - type: "plot"
12958   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12959   algorithm: "plot_perf_box_name"
12960   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12961   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12962   include:
12963     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12964     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12965     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12966     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12967     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12968     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12969   layout:
12970     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12971     layout: "plot-throughput"
12972
12973 - type: "plot"
12974   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12975   algorithm: "plot_perf_box_name"
12976   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12977   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12978   include:
12979     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12980     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12981     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12982     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12983     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12984     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12985   layout:
12986     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12987     layout: "plot-throughput"
12988
12989 - type: "plot"
12990   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12991   algorithm: "plot_perf_box_name"
12992   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12993   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12994   include:
12995     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12996     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12997     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12998     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12999     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13000     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13001   layout:
13002     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13003     layout: "plot-throughput"
13004
13005 - type: "plot"
13006   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13007   algorithm: "plot_perf_box_name"
13008   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13009   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13010   include:
13011     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13012     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13013     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13014     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13015     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13016     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13017   layout:
13018     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13019     layout: "plot-throughput"
13020
13021 - type: "plot"
13022   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13023   algorithm: "plot_perf_box_name"
13024   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13025   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13026   include:
13027     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13028     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13029     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13030     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13031     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13032     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13033   layout:
13034     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13035     layout: "plot-throughput"
13036
13037 - type: "plot"
13038   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13039   algorithm: "plot_perf_box_name"
13040   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13041   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13042   include:
13043     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13044     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13045     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13046     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13047     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13048     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13049   layout:
13050     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13051     layout: "plot-throughput"
13052
13053 - type: "plot"
13054   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13055   algorithm: "plot_perf_box_name"
13056   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13057   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13058   include:
13059     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13060     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13061     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13062     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13063     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13064     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13065   layout:
13066     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13067     layout: "plot-throughput"
13068
13069 - type: "plot"
13070   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13071   algorithm: "plot_perf_box_name"
13072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13074   include:
13075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13079   layout:
13080     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13081     layout: "plot-throughput"
13082
13083 - type: "plot"
13084   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13085   algorithm: "plot_perf_box_name"
13086   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13087   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13088   include:
13089     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13090     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13093   layout:
13094     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13095     layout: "plot-throughput"
13096
13097 - type: "plot"
13098   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13099   algorithm: "plot_perf_box_name"
13100   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13101   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13102   include:
13103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13105     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13106     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13109   layout:
13110     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13111     layout: "plot-throughput"
13112
13113 - type: "plot"
13114   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13115   algorithm: "plot_perf_box_name"
13116   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13117   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13118   include:
13119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13121     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13122     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13123     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13124     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13125   layout:
13126     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13127     layout: "plot-throughput"
13128
13129 - type: "plot"
13130   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13131   algorithm: "plot_perf_box_name"
13132   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13133   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13134   include:
13135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13137     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13138     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13139     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13140     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13141   layout:
13142     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13143     layout: "plot-throughput"
13144
13145 - type: "plot"
13146   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13147   algorithm: "plot_perf_box_name"
13148   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13149   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13150   include:
13151     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13152     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13153     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13154     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13155     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13156     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13157   layout:
13158     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13159     layout: "plot-throughput"
13160
13161 #- type: "plot"
13162 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13163 #  algorithm: "plot_perf_box_name"
13164 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13165 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13166 #  include:
13167 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13168 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13169 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13170 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13171 #  layout:
13172 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13173 #    layout: "plot-throughput"
13174 #
13175 #- type: "plot"
13176 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13177 #  algorithm: "plot_perf_box_name"
13178 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13179 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13180 #  include:
13181 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13182 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13183 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13184 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13185 #  layout:
13186 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13187 #    layout: "plot-throughput"
13188
13189 - type: "plot"
13190   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13191   algorithm: "plot_perf_box_name"
13192   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13193   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13194   include:
13195     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13196     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13197     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13198     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13199     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13200     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13201   layout:
13202     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13203     layout: "plot-throughput"
13204
13205 - type: "plot"
13206   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13207   algorithm: "plot_perf_box_name"
13208   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13209   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13210   include:
13211     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13212     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13213     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13214     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13215     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13216     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13217   layout:
13218     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13219     layout: "plot-throughput"
13220
13221 #- type: "plot"
13222 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13223 #  algorithm: "plot_perf_box_name"
13224 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13225 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13226 #  include:
13227 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13228 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13229 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13230 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13231 #  layout:
13232 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13233 #    layout: "plot-throughput"
13234 #
13235 #- type: "plot"
13236 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13237 #  algorithm: "plot_perf_box_name"
13238 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13239 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13240 #  include:
13241 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13242 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13243 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13244 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13245 #  layout:
13246 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13247 #    layout: "plot-throughput"
13248
13249 - type: "plot"
13250   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13251   algorithm: "plot_perf_box_name"
13252   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13253   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13254   include:
13255     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13256     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13257     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13258     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13259     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13260     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13261   layout:
13262     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13263     layout: "plot-throughput"
13264
13265 - type: "plot"
13266   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13267   algorithm: "plot_perf_box_name"
13268   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13269   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13270   include:
13271     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13272     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13273     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13274     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13275     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13276     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13277   layout:
13278     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13279     layout: "plot-throughput"
13280
13281 #- type: "plot"
13282 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13283 #  algorithm: "plot_perf_box_name"
13284 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13285 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13286 #  include:
13287 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13288 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13289 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13290 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13291 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13292 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13293 #  layout:
13294 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13295 #    layout: "plot-throughput"
13296 #
13297 #- type: "plot"
13298 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13299 #  algorithm: "plot_perf_box_name"
13300 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13301 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13302 #  include:
13303 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13304 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13305 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13306 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13307 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13308 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13309 #  layout:
13310 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13311 #    layout: "plot-throughput"
13312
13313 - type: "plot"
13314   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13315   algorithm: "plot_perf_box_name"
13316   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13317   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13318   include:
13319     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13320     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13321     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13322     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13323     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13324     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13325   layout:
13326     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13327     layout: "plot-throughput"
13328
13329 - type: "plot"
13330   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13331   algorithm: "plot_perf_box_name"
13332   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13333   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13334   include:
13335     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13336     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13337     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13338     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13339     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13340     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13341   layout:
13342     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13343     layout: "plot-throughput"
13344
13345 - type: "plot"
13346   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13347   algorithm: "plot_perf_box_name"
13348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13350   include:
13351     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13352     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13353     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13354     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13355     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13356     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13357   layout:
13358     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13359     layout: "plot-throughput"
13360
13361 - type: "plot"
13362   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13363   algorithm: "plot_perf_box_name"
13364   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13365   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13366   include:
13367     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13368     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13369     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13370     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13371     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13372     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13373   layout:
13374     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13375     layout: "plot-throughput"
13376
13377 - type: "plot"
13378   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13379   algorithm: "plot_perf_box_name"
13380   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13381   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13382   include:
13383     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13384     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13385     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13386     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13387     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13388     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13389   layout:
13390     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13391     layout: "plot-throughput"
13392
13393 - type: "plot"
13394   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13395   algorithm: "plot_perf_box_name"
13396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13398   include:
13399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13405   layout:
13406     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13407     layout: "plot-throughput"
13408
13409 - type: "plot"
13410   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13411   algorithm: "plot_perf_box_name"
13412   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13413   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13414   include:
13415     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13416     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13417     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13418     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13419     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13420     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13421   layout:
13422     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13423     layout: "plot-throughput"
13424
13425 - type: "plot"
13426   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13427   algorithm: "plot_perf_box_name"
13428   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13429   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13430   include:
13431     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13432     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13433     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13434     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13435     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13436     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13437   layout:
13438     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13439     layout: "plot-throughput"
13440
13441 #- type: "plot"
13442 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13443 #  algorithm: "plot_perf_box_name"
13444 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13445 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13446 #  include:
13447 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13448 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13449 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13450 #  layout:
13451 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13452 #    layout: "plot-throughput"
13453 #
13454 #- type: "plot"
13455 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13456 #  algorithm: "plot_perf_box_name"
13457 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13458 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13459 #  include:
13460 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13461 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13462 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13463 #  layout:
13464 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13465 #    layout: "plot-throughput"
13466
13467 - type: "plot"
13468   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13469   algorithm: "plot_perf_box_name"
13470   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13474     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13475     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13476     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13477     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13478   layout:
13479     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13480     layout: "plot-throughput"
13481
13482 - type: "plot"
13483   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13484   algorithm: "plot_perf_box_name"
13485   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13489     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13490     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13493   layout:
13494     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13495     layout: "plot-throughput"
13496
13497 - type: "plot"
13498   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13499   algorithm: "plot_perf_box_name"
13500   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13501   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13502   include:
13503     - "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"
13504     - "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"
13505     - "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"
13506     - "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"
13507     - "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"
13508   layout:
13509     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13510     layout: "plot-throughput"
13511
13512 - type: "plot"
13513   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13514   algorithm: "plot_perf_box_name"
13515   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13516   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13517   include:
13518     - "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"
13519     - "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"
13520     - "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"
13521     - "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"
13522     - "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"
13523   layout:
13524     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13525     layout: "plot-throughput"
13526
13527 - type: "plot"
13528   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13529   algorithm: "plot_perf_box_name"
13530   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13534     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13535     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13538   layout:
13539     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13540     layout: "plot-throughput"
13541
13542 - type: "plot"
13543   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13544   algorithm: "plot_perf_box_name"
13545   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13549     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13550     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13551     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13552     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13553   layout:
13554     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13555     layout: "plot-throughput"
13556
13557 - type: "plot"
13558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13559   algorithm: "plot_perf_box_name"
13560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13562   include:
13563     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13564     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13565     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13566     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13567     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13568   layout:
13569     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13570     layout: "plot-throughput"
13571
13572 - type: "plot"
13573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13574   algorithm: "plot_perf_box_name"
13575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13577   include:
13578     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13579     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13580     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13581     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13582     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13583   layout:
13584     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13585     layout: "plot-throughput"
13586
13587 - type: "plot"
13588   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13589   algorithm: "plot_perf_box_name"
13590   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13591   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13592   include:
13593     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13594     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13595     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13598   layout:
13599     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13600     layout: "plot-throughput"
13601
13602 - type: "plot"
13603   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13604   algorithm: "plot_perf_box_name"
13605   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13606   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13607   include:
13608     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13609     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13610     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13611     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13612     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13613   layout:
13614     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13615     layout: "plot-throughput"
13616
13617 - type: "plot"
13618   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13619   algorithm: "plot_perf_box_name"
13620   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13621   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13622   include:
13623     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13624     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13625     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13626     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13627     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13628   layout:
13629     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13630     layout: "plot-throughput"
13631
13632 - type: "plot"
13633   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13634   algorithm: "plot_perf_box_name"
13635   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13636   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13637   include:
13638     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13639     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13640     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13641     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13642     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13643   layout:
13644     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13645     layout: "plot-throughput"
13646
13647 - type: "plot"
13648   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13649   algorithm: "plot_perf_box_name"
13650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13652   include:
13653     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13654     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13655     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13656     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13657   layout:
13658     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13659     layout: "plot-throughput"
13660
13661 - type: "plot"
13662   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13663   algorithm: "plot_perf_box_name"
13664   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13666   include:
13667     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13668     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13669     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13670     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13671   layout:
13672     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13673     layout: "plot-throughput"
13674
13675 - type: "plot"
13676   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13677   algorithm: "plot_perf_box_name"
13678   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13679   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13680   include:
13681     - "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"
13682     - "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"
13683     - "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"
13684     - "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"
13685   layout:
13686     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13687     layout: "plot-throughput"
13688
13689 - type: "plot"
13690   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13691   algorithm: "plot_perf_box_name"
13692   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13693   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13694   include:
13695     - "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"
13696     - "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"
13697     - "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"
13698     - "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"
13699   layout:
13700     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13701     layout: "plot-throughput"
13702
13703 - type: "plot"
13704   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13705   algorithm: "plot_perf_box_name"
13706   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13708   include:
13709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13713     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13714     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13715   layout:
13716     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13717     layout: "plot-throughput"
13718
13719 - type: "plot"
13720   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13721   algorithm: "plot_perf_box_name"
13722   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13723   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13724   include:
13725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13729     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13730     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13731   layout:
13732     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13733     layout: "plot-throughput"
13734
13735 - type: "plot"
13736   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13737   algorithm: "plot_perf_box_name"
13738   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13739   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13740   include:
13741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13744     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13745     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13746     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13747   layout:
13748     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13749     layout: "plot-throughput"
13750
13751 - type: "plot"
13752   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13753   algorithm: "plot_perf_box_name"
13754   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13755   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13756   include:
13757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13759     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13760     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13761     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13762     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13763   layout:
13764     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13765     layout: "plot-throughput"
13766
13767 - type: "plot"
13768   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13769   algorithm: "plot_perf_box_name"
13770   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13771   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13772   include:
13773     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13774     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13775     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13776     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13777     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13779   layout:
13780     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13781     layout: "plot-throughput"
13782
13783 - type: "plot"
13784   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13785   algorithm: "plot_perf_box_name"
13786   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13788   include:
13789     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13790     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13791     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13792     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13793     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13794     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13795   layout:
13796     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13797     layout: "plot-throughput"
13798
13799 - type: "plot"
13800   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13801   algorithm: "plot_perf_box_name"
13802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13804   include:
13805     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13806     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13807     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13808     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13809     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13810   layout:
13811     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13812     layout: "plot-throughput"
13813
13814 - type: "plot"
13815   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13816   algorithm: "plot_perf_box_name"
13817   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13818   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13819   include:
13820     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13821     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13822     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13823     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13824     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13825   layout:
13826     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13827     layout: "plot-throughput"
13828
13829 - type: "plot"
13830   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13831   algorithm: "plot_perf_box_name"
13832   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13833   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13834   include:
13835     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13836     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13837   layout:
13838     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13839     layout: "plot-throughput"
13840
13841 - type: "plot"
13842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13843   algorithm: "plot_perf_box_name"
13844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13846   include:
13847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13849   layout:
13850     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13851     layout: "plot-throughput"
13852
13853 - type: "plot"
13854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13855   algorithm: "plot_perf_box_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13857   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13858   include:
13859     - "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"
13860     - "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"
13861   layout:
13862     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13869   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13870   include:
13871     - "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"
13872     - "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"
13873   layout:
13874     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13882   include:
13883     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13884     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13885   layout:
13886     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13894   include:
13895     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13896     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13897   layout:
13898     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13903   algorithm: "plot_perf_box_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13905   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13906   include:
13907     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13909   layout:
13910     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13911     layout: "plot-throughput"
13912
13913 - type: "plot"
13914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13915   algorithm: "plot_perf_box_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13917   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13918   include:
13919     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13921   layout:
13922     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13923     layout: "plot-throughput"
13924
13925 - type: "plot"
13926   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13927   algorithm: "plot_perf_box_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13929   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13930   include:
13931     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13934     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13935     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13936     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13937   layout:
13938     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13939     layout: "plot-throughput"
13940
13941 - type: "plot"
13942   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13943   algorithm: "plot_perf_box_name"
13944   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13945   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13946   include:
13947     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13948     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13949     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13950     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13951     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13952     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13953   layout:
13954     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13955     layout: "plot-throughput"
13956
13957 - type: "plot"
13958   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13959   algorithm: "plot_perf_box_name"
13960   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13961   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13962   include:
13963     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13964     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13965     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13966     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13967     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13968     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13969   layout:
13970     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13971     layout: "plot-throughput"
13972
13973 - type: "plot"
13974   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13975   algorithm: "plot_perf_box_name"
13976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13978   include:
13979     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13980     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13981     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13982     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13983     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13984     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13985   layout:
13986     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13987     layout: "plot-throughput"
13988
13989 #- type: "plot"
13990 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13991 #  algorithm: "plot_perf_box_name"
13992 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
13993 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13994 #  include:
13995 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13996 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13997 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13998 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13999 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14000 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14001 #  layout:
14002 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14003 #    layout: "plot-throughput"
14004 #
14005 #- type: "plot"
14006 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14007 #  algorithm: "plot_perf_box_name"
14008 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14009 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14010 #  include:
14011 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14012 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14013 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14014 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14015 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14016 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14017 #  layout:
14018 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14019 #    layout: "plot-throughput"
14020
14021 - type: "plot"
14022   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14023   algorithm: "plot_perf_box_name"
14024   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14025   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14026   include:
14027     - "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"
14028     - "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"
14029     - "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"
14030     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14031     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14032     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14033   layout:
14034     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14035     layout: "plot-throughput"
14036
14037 - type: "plot"
14038   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14039   algorithm: "plot_perf_box_name"
14040   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14041   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14042   include:
14043     - "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"
14044     - "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"
14045     - "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"
14046     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14047     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14048     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14049   layout:
14050     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14051     layout: "plot-throughput"
14052
14053 ################################################################################
14054
14055 # Packet Speedup
14056
14057 - type: "plot"
14058   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14059   algorithm: "plot_tsa_name"
14060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14062   include:
14063     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14064     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14065     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14066     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14067   layout:
14068     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14069     layout: "plot-throughput-speedup-analysis"
14070
14071 - type: "plot"
14072   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14073   algorithm: "plot_tsa_name"
14074   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14075   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14076   include:
14077     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14078     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14079     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14080     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14081   layout:
14082     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14083     layout: "plot-throughput-speedup-analysis"
14084
14085 - type: "plot"
14086   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14087   algorithm: "plot_tsa_name"
14088   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14089   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14090   include:
14091     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14092     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14093     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14094     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14095   layout:
14096     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14097     layout: "plot-throughput-speedup-analysis"
14098
14099 - type: "plot"
14100   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14101   algorithm: "plot_tsa_name"
14102   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14103   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14104   include:
14105     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14106     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14107     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14109   layout:
14110     title: "2n-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-avf-ndr-tsa"
14115   algorithm: "plot_tsa_name"
14116   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14117   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14118   include:
14119     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14120     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14121     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14122     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14123     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14124   layout:
14125     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14126     layout: "plot-throughput-speedup-analysis"
14127
14128 - type: "plot"
14129   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14130   algorithm: "plot_tsa_name"
14131   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14132   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14133   include:
14134     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14135     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14136     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14137     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14138     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-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: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14145   algorithm: "plot_tsa_name"
14146   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14147   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14148   include:
14149     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14150     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14151     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14152     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14153     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14154   layout:
14155     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14156     layout: "plot-throughput-speedup-analysis"
14157
14158 - type: "plot"
14159   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14160   algorithm: "plot_tsa_name"
14161   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14162   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14163   include:
14164     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14165     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14166     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14167     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14168     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14169   layout:
14170     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14171     layout: "plot-throughput-speedup-analysis"
14172
14173 - type: "plot"
14174   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14175   algorithm: "plot_tsa_name"
14176   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14177   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14178   include:
14179     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14180     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14181     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14182     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14183     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14185   layout:
14186     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14187     layout: "plot-throughput-speedup-analysis"
14188
14189 - type: "plot"
14190   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14191   algorithm: "plot_tsa_name"
14192   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14193   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14194   include:
14195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14198     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14199     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14200     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14201   layout:
14202     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14203     layout: "plot-throughput-speedup-analysis"
14204
14205 - type: "plot"
14206   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14207   algorithm: "plot_tsa_name"
14208   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14209   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14210   include:
14211     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14212     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14213     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14216   layout:
14217     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14218     layout: "plot-throughput-speedup-analysis"
14219
14220 - type: "plot"
14221   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14222   algorithm: "plot_tsa_name"
14223   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14224   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14225   include:
14226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14231   layout:
14232     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14233     layout: "plot-throughput-speedup-analysis"
14234
14235 - type: "plot"
14236   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14237   algorithm: "plot_tsa_name"
14238   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14239   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14240   include:
14241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14244   layout:
14245     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14246     layout: "plot-throughput-speedup-analysis"
14247
14248 - type: "plot"
14249   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14250   algorithm: "plot_tsa_name"
14251   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14252   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14253   include:
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14257   layout:
14258     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14259     layout: "plot-throughput-speedup-analysis"
14260
14261 - type: "plot"
14262   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14263   algorithm: "plot_tsa_name"
14264   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14265   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14266   include:
14267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14268     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14272   layout:
14273     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14274     layout: "plot-throughput-speedup-analysis"
14275
14276 - type: "plot"
14277   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14278   algorithm: "plot_tsa_name"
14279   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14280   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14281   include:
14282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14283     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14287   layout:
14288     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14289     layout: "plot-throughput-speedup-analysis"
14290
14291 - type: "plot"
14292   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14293   algorithm: "plot_tsa_name"
14294   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14295   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14296   include:
14297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14300   layout:
14301     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14302     layout: "plot-throughput-speedup-analysis"
14303
14304 - type: "plot"
14305   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14306   algorithm: "plot_tsa_name"
14307   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14308   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14309   include:
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14313   layout:
14314     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14315     layout: "plot-throughput-speedup-analysis"
14316
14317 - type: "plot"
14318   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14319   algorithm: "plot_tsa_name"
14320   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14321   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14322   include:
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14324     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14325     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14329   layout:
14330     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14331     layout: "plot-throughput-speedup-analysis"
14332
14333 - type: "plot"
14334   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14335   algorithm: "plot_tsa_name"
14336   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14337   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14338   include:
14339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14340     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14345   layout:
14346     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14347     layout: "plot-throughput-speedup-analysis"
14348
14349 - type: "plot"
14350   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14351   algorithm: "plot_tsa_name"
14352   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14353   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14354   include:
14355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14361   layout:
14362     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14363     layout: "plot-throughput-speedup-analysis"
14364
14365 - type: "plot"
14366   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14367   algorithm: "plot_tsa_name"
14368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14370   include:
14371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14372     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14373     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14377   layout:
14378     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14379     layout: "plot-throughput-speedup-analysis"
14380
14381 - type: "plot"
14382   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14383   algorithm: "plot_tsa_name"
14384   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14385   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14386   include:
14387     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14388     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14389     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14390   layout:
14391     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14392     layout: "plot-throughput-speedup-analysis"
14393
14394 - type: "plot"
14395   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14396   algorithm: "plot_tsa_name"
14397   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14398   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14399   include:
14400     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14401     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14402     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14403   layout:
14404     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14405     layout: "plot-throughput-speedup-analysis"
14406
14407 - type: "plot"
14408   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14409   algorithm: "plot_tsa_name"
14410   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14411   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14412   include:
14413     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14414     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14415     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14416 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14417 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14418   layout:
14419     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14420     layout: "plot-throughput-speedup-analysis"
14421
14422 - type: "plot"
14423   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14424   algorithm: "plot_tsa_name"
14425   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14426   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14427   include:
14428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14431 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14432 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14433   layout:
14434     title: "3n-skx-x710-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-avf-ndr-tsa"
14439   algorithm: "plot_tsa_name"
14440   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14441   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14442   include:
14443     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14444     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14445     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14446     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14447     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14448   layout:
14449     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14450     layout: "plot-throughput-speedup-analysis"
14451
14452 - type: "plot"
14453   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14454   algorithm: "plot_tsa_name"
14455   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14456   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14457   include:
14458     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14459     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14460     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14461     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14462     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14463   layout:
14464     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14465     layout: "plot-throughput-speedup-analysis"
14466
14467 - type: "plot"
14468   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14469   algorithm: "plot_tsa_name"
14470   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14471   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14472   include:
14473     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14474     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14475     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14476     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14477     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14478   layout:
14479     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14480     layout: "plot-throughput-speedup-analysis"
14481
14482 - type: "plot"
14483   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14484   algorithm: "plot_tsa_name"
14485   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14486   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14487   include:
14488     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14489     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14490     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14491     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14492     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14493   layout:
14494     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14495     layout: "plot-throughput-speedup-analysis"
14496
14497 - type: "plot"
14498   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14499   algorithm: "plot_tsa_name"
14500   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14501   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14502   include:
14503     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14504     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14505     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14506     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14507     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14508     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14509   layout:
14510     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14511     layout: "plot-throughput-speedup-analysis"
14512
14513 - type: "plot"
14514   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14515   algorithm: "plot_tsa_name"
14516   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14517   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14518   include:
14519     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14520     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14521     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14522     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14523     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14524     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14525   layout:
14526     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14527     layout: "plot-throughput-speedup-analysis"
14528
14529 - type: "plot"
14530   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14531   algorithm: "plot_tsa_name"
14532   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14533   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14534   include:
14535     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14536     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14537     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14538     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14539     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14540     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14541   layout:
14542     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14543     layout: "plot-throughput-speedup-analysis"
14544
14545 - type: "plot"
14546   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14547   algorithm: "plot_tsa_name"
14548   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14549   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14550   include:
14551     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14552     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14553     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14554     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14555     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14556     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14557   layout:
14558     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14559     layout: "plot-throughput-speedup-analysis"
14560
14561 - type: "plot"
14562   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14563   algorithm: "plot_tsa_name"
14564   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14565   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14566   include:
14567     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14568     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14569   layout:
14570     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14571     layout: "plot-throughput-speedup-analysis"
14572
14573 - type: "plot"
14574   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14575   algorithm: "plot_tsa_name"
14576   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14577   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14578   include:
14579     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14581   layout:
14582     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14590   include:
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14593     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14594     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14595   layout:
14596     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14597     layout: "plot-throughput-speedup-analysis"
14598
14599 - type: "plot"
14600   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14601   algorithm: "plot_tsa_name"
14602   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14603   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14604   include:
14605     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14606     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14607     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14608     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14609   layout:
14610     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14611     layout: "plot-throughput-speedup-analysis"
14612
14613 - type: "plot"
14614   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14615   algorithm: "plot_tsa_name"
14616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14618   include:
14619     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14620     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14621     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14622     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14623   layout:
14624     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14625     layout: "plot-throughput-speedup-analysis"
14626
14627 - type: "plot"
14628   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14629   algorithm: "plot_tsa_name"
14630   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14631   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14632   include:
14633     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14634     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14635     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14636     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14637   layout:
14638     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14639     layout: "plot-throughput-speedup-analysis"
14640
14641 - type: "plot"
14642   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14643   algorithm: "plot_tsa_name"
14644   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14645   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14646   include:
14647     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14648     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14649     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14650     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14651     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14652     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14653   layout:
14654     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14655     layout: "plot-throughput-speedup-analysis"
14656
14657 - type: "plot"
14658   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14659   algorithm: "plot_tsa_name"
14660   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14661   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14662   include:
14663     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14664     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14665     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14666     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14667     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14668     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14669   layout:
14670     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14671     layout: "plot-throughput-speedup-analysis"
14672
14673 - type: "plot"
14674   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14675   algorithm: "plot_tsa_name"
14676   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14677   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14678   include:
14679     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14680     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14681     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14682     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14683     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14684   layout:
14685     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14686     layout: "plot-throughput-speedup-analysis"
14687
14688 - type: "plot"
14689   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14690   algorithm: "plot_tsa_name"
14691   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14692   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14693   include:
14694     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14695     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14696     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14697     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14698     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14699   layout:
14700     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14701     layout: "plot-throughput-speedup-analysis"
14702
14703 - type: "plot"
14704   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14705   algorithm: "plot_tsa_name"
14706   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14707   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14708   include:
14709     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14710     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14711     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14712     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14713     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14714   layout:
14715     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14716     layout: "plot-throughput-speedup-analysis"
14717
14718 - type: "plot"
14719   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14720   algorithm: "plot_tsa_name"
14721   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14722   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14723   include:
14724     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14725     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14726     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14727     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14728     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14729   layout:
14730     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14731     layout: "plot-throughput-speedup-analysis"
14732
14733 - type: "plot"
14734   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14735   algorithm: "plot_tsa_name"
14736   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14737   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14738   include:
14739     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14740     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14741     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14742   layout:
14743     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14744     layout: "plot-throughput-speedup-analysis"
14745
14746 - type: "plot"
14747   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14748   algorithm: "plot_tsa_name"
14749   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14750   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14751   include:
14752     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14753     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14754     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14755   layout:
14756     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14757     layout: "plot-throughput-speedup-analysis"
14758
14759 - type: "plot"
14760   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14761   algorithm: "plot_tsa_name"
14762   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14764   include:
14765     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14766     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14767     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14768   layout:
14769     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14770     layout: "plot-throughput-speedup-analysis"
14771
14772 - type: "plot"
14773   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14774   algorithm: "plot_tsa_name"
14775   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14777   include:
14778     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14779     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14780     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14781   layout:
14782     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14783     layout: "plot-throughput-speedup-analysis"
14784
14785 - type: "plot"
14786   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14787   algorithm: "plot_tsa_name"
14788   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14789   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14790   include:
14791     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14792     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14793     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14794     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14795     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14796   layout:
14797     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14798     layout: "plot-throughput-speedup-analysis"
14799
14800 - type: "plot"
14801   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14802   algorithm: "plot_tsa_name"
14803   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14804   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14805   include:
14806     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14807     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14808     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14809     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14810     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14811   layout:
14812     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14813     layout: "plot-throughput-speedup-analysis"
14814
14815 - type: "plot"
14816   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14817   algorithm: "plot_tsa_name"
14818   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14819   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14820   include:
14821     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14822     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14823     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14824     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14825     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14826   layout:
14827     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14828     layout: "plot-throughput-speedup-analysis"
14829
14830 - type: "plot"
14831   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14832   algorithm: "plot_tsa_name"
14833   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14834   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14835   include:
14836     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14837     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14838     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14839     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14840     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14841   layout:
14842     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14843     layout: "plot-throughput-speedup-analysis"
14844
14845 - type: "plot"
14846   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14847   algorithm: "plot_tsa_name"
14848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14850   include:
14851     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14852     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14853     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14854     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14855     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14856     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14857   layout:
14858     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14859     layout: "plot-throughput-speedup-analysis"
14860
14861 - type: "plot"
14862   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14863   algorithm: "plot_tsa_name"
14864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14866   include:
14867     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14868     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14869     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14870     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14871     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14872     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14873   layout:
14874     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14875     layout: "plot-throughput-speedup-analysis"
14876
14877 - type: "plot"
14878   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14879   algorithm: "plot_tsa_name"
14880   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14881   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14882   include:
14883     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14884     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14885     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14886     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14887   layout:
14888     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14889     layout: "plot-throughput-speedup-analysis"
14890
14891 - type: "plot"
14892   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14893   algorithm: "plot_tsa_name"
14894   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14895   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14896   include:
14897     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14898     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14899     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14900     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14901   layout:
14902     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14903     layout: "plot-throughput-speedup-analysis"
14904
14905 - type: "plot"
14906   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14907   algorithm: "plot_tsa_name"
14908   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14909   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14910   include:
14911     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14912     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14913     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14914     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14915     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14916     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14917   layout:
14918     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14919     layout: "plot-throughput-speedup-analysis"
14920
14921 - type: "plot"
14922   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14923   algorithm: "plot_tsa_name"
14924   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14925   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14926   include:
14927     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14928     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14929     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14930     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14931     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14932     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14933   layout:
14934     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14935     layout: "plot-throughput-speedup-analysis"
14936
14937 - type: "plot"
14938   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14939   algorithm: "plot_tsa_name"
14940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14942   include:
14943     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14944     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14945     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14946     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14947     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14948     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14949   layout:
14950     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14951     layout: "plot-throughput-speedup-analysis"
14952
14953 - type: "plot"
14954   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14955   algorithm: "plot_tsa_name"
14956   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14957   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14958   include:
14959     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14960     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14961     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14962     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14963     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14964     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14965   layout:
14966     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14967     layout: "plot-throughput-speedup-analysis"
14968
14969 - type: "plot"
14970   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14971   algorithm: "plot_tsa_name"
14972   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14973   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14974   include:
14975     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14976     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14977     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14978     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14979     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14980     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14981   layout:
14982     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
14983     layout: "plot-throughput-speedup-analysis"
14984
14985 - type: "plot"
14986   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14987   algorithm: "plot_tsa_name"
14988   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
14989   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14990   include:
14991     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
14992     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
14993     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
14994     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
14995     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
14996     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
14997   layout:
14998     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
14999     layout: "plot-throughput-speedup-analysis"
15000
15001 - type: "plot"
15002   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15003   algorithm: "plot_tsa_name"
15004   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15005   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15006   include:
15007     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15008     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15009     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15010     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15011     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15012     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15013   layout:
15014     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15015     layout: "plot-throughput-speedup-analysis"
15016
15017 - type: "plot"
15018   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15019   algorithm: "plot_tsa_name"
15020   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15021   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15022   include:
15023     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15024     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15025     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15026     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15027     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15028     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15029   layout:
15030     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15031     layout: "plot-throughput-speedup-analysis"
15032
15033 - type: "plot"
15034   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15035   algorithm: "plot_tsa_name"
15036   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15037   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15038   include:
15039     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15040     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15041     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15042     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15043     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15044     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15045   layout:
15046     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15047     layout: "plot-throughput-speedup-analysis"
15048
15049 - type: "plot"
15050   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15051   algorithm: "plot_tsa_name"
15052   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15053   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15054   include:
15055     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15056     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15057     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15058     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15059     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15060     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15061   layout:
15062     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15063     layout: "plot-throughput-speedup-analysis"
15064
15065 - type: "plot"
15066   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15067   algorithm: "plot_tsa_name"
15068   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15069   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15070   include:
15071     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15072     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15073     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15074     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15075   layout:
15076     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15077     layout: "plot-throughput-speedup-analysis"
15078
15079 - type: "plot"
15080   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15081   algorithm: "plot_tsa_name"
15082   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15083   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15084   include:
15085     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15086     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15087     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15088     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15089   layout:
15090     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15091     layout: "plot-throughput-speedup-analysis"
15092
15093 - type: "plot"
15094   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15095   algorithm: "plot_tsa_name"
15096   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15097   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15098   include:
15099     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15100     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15101     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15102     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15103   layout:
15104     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15105     layout: "plot-throughput-speedup-analysis"
15106
15107 - type: "plot"
15108   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15109   algorithm: "plot_tsa_name"
15110   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15111   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15112   include:
15113     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15114     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15115     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15116     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15117   layout:
15118     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15119     layout: "plot-throughput-speedup-analysis"
15120
15121 - type: "plot"
15122   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15123   algorithm: "plot_tsa_name"
15124   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15125   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15126   include:
15127     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15128     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15129     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15130     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15131     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15132     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15133   layout:
15134     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15135     layout: "plot-throughput-speedup-analysis"
15136
15137 - type: "plot"
15138   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15139   algorithm: "plot_tsa_name"
15140   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15141   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15142   include:
15143     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15144     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15145     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15146     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15147     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15148     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15149   layout:
15150     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15151     layout: "plot-throughput-speedup-analysis"
15152
15153 - type: "plot"
15154   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15155   algorithm: "plot_tsa_name"
15156   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15157   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15158   include:
15159     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15160     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15161     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15162     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15163     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15164   layout:
15165     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15166     layout: "plot-throughput-speedup-analysis"
15167
15168 - type: "plot"
15169   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15170   algorithm: "plot_tsa_name"
15171   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15172   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15173   include:
15174     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15175     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15176     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15177     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15178     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15179   layout:
15180     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15181     layout: "plot-throughput-speedup-analysis"
15182
15183 - type: "plot"
15184   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15185   algorithm: "plot_tsa_name"
15186   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15187   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15188   include:
15189     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15190     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15191     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15192     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15193     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15194   layout:
15195     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15196     layout: "plot-throughput-speedup-analysis"
15197
15198 - type: "plot"
15199   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15200   algorithm: "plot_tsa_name"
15201   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15202   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15203   include:
15204     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15205     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15206     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15207     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15208     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15209   layout:
15210     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15211     layout: "plot-throughput-speedup-analysis"
15212
15213 - type: "plot"
15214   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15215   algorithm: "plot_tsa_name"
15216   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15217   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15218   include:
15219     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15220     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15221     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15222     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15223   layout:
15224     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15225     layout: "plot-throughput-speedup-analysis"
15226
15227 - type: "plot"
15228   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15229   algorithm: "plot_tsa_name"
15230   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15231   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15232   include:
15233     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15234     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15235     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15236     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15237   layout:
15238     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15239     layout: "plot-throughput-speedup-analysis"
15240
15241 - type: "plot"
15242   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15243   algorithm: "plot_tsa_name"
15244   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15245   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15246   include:
15247     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15248     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15249     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15250     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15251     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15252     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15253   layout:
15254     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15255     layout: "plot-throughput-speedup-analysis"
15256
15257 - type: "plot"
15258   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15259   algorithm: "plot_tsa_name"
15260   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15261   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15262   include:
15263     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15264     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15265     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15266     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15267     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15268     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15269   layout:
15270     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15271     layout: "plot-throughput-speedup-analysis"
15272
15273 - type: "plot"
15274   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15275   algorithm: "plot_tsa_name"
15276   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15277   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15278   include:
15279     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15280     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15281     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15282     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15283     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15284     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15285   layout:
15286     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15287     layout: "plot-throughput-speedup-analysis"
15288
15289 - type: "plot"
15290   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15291   algorithm: "plot_tsa_name"
15292   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15293   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15294   include:
15295     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15296     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15297     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15298     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15299     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15300     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15301   layout:
15302     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15303     layout: "plot-throughput-speedup-analysis"
15304
15305 - type: "plot"
15306   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15307   algorithm: "plot_tsa_name"
15308   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15309   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15310   include:
15311     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15312     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15313     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15314     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15315     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15316     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15317   layout:
15318     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15319     layout: "plot-throughput-speedup-analysis"
15320
15321 - type: "plot"
15322   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15323   algorithm: "plot_tsa_name"
15324   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15325   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15326   include:
15327     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15328     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15329     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15330     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15331     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15332     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15333   layout:
15334     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15335     layout: "plot-throughput-speedup-analysis"
15336
15337 - type: "plot"
15338   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15339   algorithm: "plot_tsa_name"
15340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15342   include:
15343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15349   layout:
15350     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15351     layout: "plot-throughput-speedup-analysis"
15352
15353 - type: "plot"
15354   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15355   algorithm: "plot_tsa_name"
15356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15358   include:
15359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15365   layout:
15366     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15367     layout: "plot-throughput-speedup-analysis"
15368
15369 - type: "plot"
15370   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15371   algorithm: "plot_tsa_name"
15372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15374   include:
15375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15381   layout:
15382     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15383     layout: "plot-throughput-speedup-analysis"
15384
15385 - type: "plot"
15386   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15387   algorithm: "plot_tsa_name"
15388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15390   include:
15391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15397   layout:
15398     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15399     layout: "plot-throughput-speedup-analysis"
15400
15401 - type: "plot"
15402   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15403   algorithm: "plot_tsa_name"
15404   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15408     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15409     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15410     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15411     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15412   layout:
15413     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15414     layout: "plot-throughput-speedup-analysis"
15415
15416 - type: "plot"
15417   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15418   algorithm: "plot_tsa_name"
15419   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15423     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15424     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15425     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15426     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15427   layout:
15428     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15429     layout: "plot-throughput-speedup-analysis"
15430
15431 - type: "plot"
15432   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15433   algorithm: "plot_tsa_name"
15434   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15435   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15436   include:
15437     - "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"
15438     - "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"
15439     - "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"
15440     - "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"
15441     - "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"
15442   layout:
15443     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15444     layout: "plot-throughput-speedup-analysis"
15445
15446 - type: "plot"
15447   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15448   algorithm: "plot_tsa_name"
15449   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15450   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15451   include:
15452     - "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"
15453     - "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"
15454     - "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"
15455     - "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"
15456     - "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"
15457   layout:
15458     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15459     layout: "plot-throughput-speedup-analysis"
15460
15461 - type: "plot"
15462   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15463   algorithm: "plot_tsa_name"
15464   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15468     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15469     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15470     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15471     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15472   layout:
15473     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15474     layout: "plot-throughput-speedup-analysis"
15475
15476 - type: "plot"
15477   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15478   algorithm: "plot_tsa_name"
15479   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15483     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15484     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15485     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15486     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15487   layout:
15488     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15489     layout: "plot-throughput-speedup-analysis"
15490
15491 - type: "plot"
15492   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15493   algorithm: "plot_tsa_name"
15494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15496   include:
15497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15502   layout:
15503     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15504     layout: "plot-throughput-speedup-analysis"
15505
15506 - type: "plot"
15507   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15508   algorithm: "plot_tsa_name"
15509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15511   include:
15512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15517   layout:
15518     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15519     layout: "plot-throughput-speedup-analysis"
15520
15521 - type: "plot"
15522   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15523   algorithm: "plot_tsa_name"
15524   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15528     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15529     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15530     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15531     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15532   layout:
15533     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15534     layout: "plot-throughput-speedup-analysis"
15535
15536 - type: "plot"
15537   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15538   algorithm: "plot_tsa_name"
15539   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15543     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15544     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15545     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15546     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15547   layout:
15548     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15549     layout: "plot-throughput-speedup-analysis"
15550
15551 - type: "plot"
15552   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15553   algorithm: "plot_tsa_name"
15554   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15555   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15556   include:
15557     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15558     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15559     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15560     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15561     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15562   layout:
15563     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15564     layout: "plot-throughput-speedup-analysis"
15565
15566 - type: "plot"
15567   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15568   algorithm: "plot_tsa_name"
15569   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15570   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15571   include:
15572     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15573     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15574     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15575     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15576     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15577   layout:
15578     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15579     layout: "plot-throughput-speedup-analysis"
15580
15581 - type: "plot"
15582   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15583   algorithm: "plot_tsa_name"
15584   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15586   include:
15587     - "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"
15588     - "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"
15589     - "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"
15590     - "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"
15591   layout:
15592     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15593     layout: "plot-throughput-speedup-analysis"
15594
15595 - type: "plot"
15596   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15597   algorithm: "plot_tsa_name"
15598   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15599   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15600   include:
15601     - "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"
15602     - "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"
15603     - "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"
15604     - "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"
15605   layout:
15606     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15607     layout: "plot-throughput-speedup-analysis"
15608
15609 - type: "plot"
15610   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15611   algorithm: "plot_tsa_name"
15612   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15614   include:
15615     - "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"
15616     - "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"
15617     - "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"
15618     - "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"
15619   layout:
15620     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15621     layout: "plot-throughput-speedup-analysis"
15622
15623 - type: "plot"
15624   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15625   algorithm: "plot_tsa_name"
15626   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15628   include:
15629     - "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"
15630     - "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"
15631     - "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"
15632     - "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"
15633   layout:
15634     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15635     layout: "plot-throughput-speedup-analysis"
15636
15637 - type: "plot"
15638   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15639   algorithm: "plot_tsa_name"
15640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15642   include:
15643     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15644     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15645     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15646     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15647     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15648     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15649   layout:
15650     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15651     layout: "plot-throughput-speedup-analysis"
15652
15653 - type: "plot"
15654   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15655   algorithm: "plot_tsa_name"
15656   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15657   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15658   include:
15659     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15660     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15661     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15662     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15663     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15664     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15665   layout:
15666     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15667     layout: "plot-throughput-speedup-analysis"
15668
15669 - type: "plot"
15670   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15671   algorithm: "plot_tsa_name"
15672   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15673   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15674   include:
15675     - "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"
15676     - "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"
15677     - "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"
15678     - "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"
15679     - "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"
15680     - "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"
15681   layout:
15682     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15683     layout: "plot-throughput-speedup-analysis"
15684
15685 - type: "plot"
15686   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15687   algorithm: "plot_tsa_name"
15688   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15690   include:
15691     - "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"
15692     - "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"
15693     - "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"
15694     - "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"
15695     - "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"
15696     - "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"
15697   layout:
15698     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15699     layout: "plot-throughput-speedup-analysis"
15700
15701 - type: "plot"
15702   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15703   algorithm: "plot_tsa_name"
15704   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15705   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15706   include:
15707     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15708     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15709     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15710     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15711     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15712     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15713   layout:
15714     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15715     layout: "plot-throughput-speedup-analysis"
15716
15717 - type: "plot"
15718   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15719   algorithm: "plot_tsa_name"
15720   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15721   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15722   include:
15723     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15724     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15725     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15726     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15727     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15728     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15729   layout:
15730     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15731     layout: "plot-throughput-speedup-analysis"
15732
15733 - type: "plot"
15734   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15735   algorithm: "plot_tsa_name"
15736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15738   include:
15739     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15740     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15741     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15742     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15743     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15744   layout:
15745     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15746     layout: "plot-throughput-speedup-analysis"
15747
15748 - type: "plot"
15749   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15750   algorithm: "plot_tsa_name"
15751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15753   include:
15754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15755     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15756     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15757     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15758     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15759   layout:
15760     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15761     layout: "plot-throughput-speedup-analysis"
15762
15763 - type: "plot"
15764   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15765   algorithm: "plot_tsa_name"
15766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15768   include:
15769     - "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"
15770     - "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"
15771   layout:
15772     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15773     layout: "plot-throughput-speedup-analysis"
15774
15775 - type: "plot"
15776   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15777   algorithm: "plot_tsa_name"
15778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15780   include:
15781     - "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"
15782     - "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"
15783   layout:
15784     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15791   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15792   include:
15793     - "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"
15794     - "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"
15795   layout:
15796     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15803   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15804   include:
15805     - "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"
15806     - "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"
15807   layout:
15808     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15816   include:
15817     - "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"
15818     - "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"
15819     - "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"
15820     - "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"
15821     - "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"
15822     - "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"
15823   layout:
15824     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15825     layout: "plot-throughput-speedup-analysis"
15826
15827 - type: "plot"
15828   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15829   algorithm: "plot_tsa_name"
15830   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15831   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15832   include:
15833     - "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"
15834     - "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"
15835     - "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"
15836     - "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"
15837     - "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"
15838     - "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"
15839   layout:
15840     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15841     layout: "plot-throughput-speedup-analysis"
15842
15843 - type: "plot"
15844   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15845   algorithm: "plot_tsa_name"
15846   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15847   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15848   include:
15849     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15850     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15851     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15852     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15853     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15854   layout:
15855     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15856     layout: "plot-throughput-speedup-analysis"
15857
15858 - type: "plot"
15859   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15860   algorithm: "plot_tsa_name"
15861   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15862   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15863   include:
15864     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15865     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15866     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15867     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15868     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15869   layout:
15870     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15871     layout: "plot-throughput-speedup-analysis"
15872
15873 - type: "plot"
15874   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15875   algorithm: "plot_tsa_name"
15876   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15877   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15878   include:
15879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15883     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15884   layout:
15885     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15886     layout: "plot-throughput-speedup-analysis"
15887
15888 - type: "plot"
15889   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15890   algorithm: "plot_tsa_name"
15891   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15892   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15893   include:
15894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15899   layout:
15900     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15901     layout: "plot-throughput-speedup-analysis"
15902
15903 - type: "plot"
15904   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15905   algorithm: "plot_tsa_name"
15906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15908   include:
15909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15915   layout:
15916     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15917     layout: "plot-throughput-speedup-analysis"
15918
15919 - type: "plot"
15920   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15921   algorithm: "plot_tsa_name"
15922   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15923   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15924   include:
15925     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15926     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15927     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15928     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15929     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15930     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15931   layout:
15932     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15933     layout: "plot-throughput-speedup-analysis"
15934
15935 - type: "plot"
15936   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15937   algorithm: "plot_tsa_name"
15938   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15939   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15940   include:
15941     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15942     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15943     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15944     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15945   layout:
15946     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15947     layout: "plot-throughput-speedup-analysis"
15948
15949 - type: "plot"
15950   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15951   algorithm: "plot_tsa_name"
15952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15954   include:
15955     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15956     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15957     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15958     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15959   layout:
15960     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15961     layout: "plot-throughput-speedup-analysis"
15962
15963 - type: "plot"
15964   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15965   algorithm: "plot_tsa_name"
15966   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15967   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15968   include:
15969     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15970     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15971     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15972     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15973     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15974   layout:
15975     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
15976     layout: "plot-throughput-speedup-analysis"
15977
15978 - type: "plot"
15979   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15980   algorithm: "plot_tsa_name"
15981   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
15982   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15983   include:
15984     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15985     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15986     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15987     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15988     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15989   layout:
15990     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
15991     layout: "plot-throughput-speedup-analysis"
15992
15993 - type: "plot"
15994   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15995   algorithm: "plot_tsa_name"
15996   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
15997   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15998   include:
15999     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16000     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16001     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16002     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16003     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16004     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16005   layout:
16006     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16007     layout: "plot-throughput-speedup-analysis"
16008
16009 - type: "plot"
16010   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16011   algorithm: "plot_tsa_name"
16012   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16013   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16014   include:
16015     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16016     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16017     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16018     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16019     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16020     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16021   layout:
16022     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16023     layout: "plot-throughput-speedup-analysis"
16024
16025 - type: "plot"
16026   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16027   algorithm: "plot_tsa_name"
16028   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16029   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16030   include:
16031     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16032     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16033     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16034     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16035   layout:
16036     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16037     layout: "plot-throughput-speedup-analysis"
16038
16039 - type: "plot"
16040   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16041   algorithm: "plot_tsa_name"
16042   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16043   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16044   include:
16045     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16046     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16047     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16048     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16049   layout:
16050     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16051     layout: "plot-throughput-speedup-analysis"
16052
16053 - type: "plot"
16054   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16055   algorithm: "plot_tsa_name"
16056   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16057   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16058   include:
16059     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16060     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16061     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16062     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16063     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16064     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16065   layout:
16066     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16067     layout: "plot-throughput-speedup-analysis"
16068
16069 - type: "plot"
16070   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16071   algorithm: "plot_tsa_name"
16072   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16073   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16074   include:
16075     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16076     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16077     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16078     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16079     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16080     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16081   layout:
16082     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16083     layout: "plot-throughput-speedup-analysis"
16084
16085 - type: "plot"
16086   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16087   algorithm: "plot_tsa_name"
16088   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16089   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16090   include:
16091     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16092     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16093     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16094     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16095     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16096     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16097   layout:
16098     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16099     layout: "plot-throughput-speedup-analysis"
16100
16101 - type: "plot"
16102   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16103   algorithm: "plot_tsa_name"
16104   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16105   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16106   include:
16107     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16108     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16109     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16110     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16111     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16112     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16113   layout:
16114     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16115     layout: "plot-throughput-speedup-analysis"
16116
16117 - type: "plot"
16118   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16119   algorithm: "plot_tsa_name"
16120   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16121   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16122   include:
16123     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16124     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16125     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16126     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16127     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16128     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16129   layout:
16130     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16131     layout: "plot-throughput-speedup-analysis"
16132
16133 - type: "plot"
16134   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16135   algorithm: "plot_tsa_name"
16136   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16137   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16138   include:
16139     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16140     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16141     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16142     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16143     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16144     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16145   layout:
16146     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16147     layout: "plot-throughput-speedup-analysis"
16148
16149 - type: "plot"
16150   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16151   algorithm: "plot_tsa_name"
16152   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16153   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16154   include:
16155     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16156     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16157     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16158     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16159     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16160     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16161   layout:
16162     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16163     layout: "plot-throughput-speedup-analysis"
16164
16165 - type: "plot"
16166   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16167   algorithm: "plot_tsa_name"
16168   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16169   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16170   include:
16171     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16172     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16173     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16174     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16175     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16176     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16177   layout:
16178     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16179     layout: "plot-throughput-speedup-analysis"
16180
16181 - type: "plot"
16182   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16183   algorithm: "plot_tsa_name"
16184   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16185   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16186   include:
16187     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16188     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16189     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16190     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16191     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16192     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16193   layout:
16194     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16195     layout: "plot-throughput-speedup-analysis"
16196
16197 - type: "plot"
16198   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16199   algorithm: "plot_tsa_name"
16200   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16201   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16202   include:
16203     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16204     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16205     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16206     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16207     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16208     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16209   layout:
16210     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16211     layout: "plot-throughput-speedup-analysis"
16212
16213 #- type: "plot"
16214 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16215 #  algorithm: "plot_tsa_name"
16216 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16217 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16218 #  include:
16219 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16220 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16221 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16222 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16223 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16224 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16225 #  layout:
16226 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16227 #    layout: "plot-throughput-speedup-analysis"
16228 #
16229 #- type: "plot"
16230 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16231 #  algorithm: "plot_tsa_name"
16232 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16233 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16234 #  include:
16235 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16236 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16237 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16238 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16239 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16240 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16241 #  layout:
16242 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16243 #    layout: "plot-throughput-speedup-analysis"
16244
16245 - type: "plot"
16246   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16247   algorithm: "plot_tsa_name"
16248   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16249   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16250   include:
16251     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16252     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16253     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16254     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16255     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16256   layout:
16257     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16258     layout: "plot-throughput-speedup-analysis"
16259
16260 - type: "plot"
16261   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16262   algorithm: "plot_tsa_name"
16263   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16264   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16265   include:
16266     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16267     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16268     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16269     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16270     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16271   layout:
16272     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16273     layout: "plot-throughput-speedup-analysis"
16274
16275 - type: "plot"
16276   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16277   algorithm: "plot_tsa_name"
16278   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16279   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16280   include:
16281     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16282     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16283     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16284     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16285     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16286     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16287   layout:
16288     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16289     layout: "plot-throughput-speedup-analysis"
16290
16291 - type: "plot"
16292   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16293   algorithm: "plot_tsa_name"
16294   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16295   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16296   include:
16297     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16298     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16299     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16300     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16301     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16302     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16303   layout:
16304     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16305     layout: "plot-throughput-speedup-analysis"
16306
16307 - type: "plot"
16308   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16309   algorithm: "plot_tsa_name"
16310   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16311   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16312   include:
16313     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16314     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16315     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16316     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16317     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16318   layout:
16319     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16320     layout: "plot-throughput-speedup-analysis"
16321
16322 - type: "plot"
16323   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16324   algorithm: "plot_tsa_name"
16325   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16326   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16327   include:
16328     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16329     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16330     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16331     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16332     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16333   layout:
16334     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16335     layout: "plot-throughput-speedup-analysis"
16336
16337 #- type: "plot"
16338 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16339 #  algorithm: "plot_tsa_name"
16340 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16341 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16342 #  include:
16343 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16344 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16345 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16346 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16347 #  layout:
16348 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16349 #    layout: "plot-throughput-speedup-analysis"
16350 #
16351 #- type: "plot"
16352 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16353 #  algorithm: "plot_tsa_name"
16354 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16355 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16356 #  include:
16357 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16358 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16359 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16360 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16361 #  layout:
16362 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16363 #    layout: "plot-throughput-speedup-analysis"
16364
16365 - type: "plot"
16366   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16367   algorithm: "plot_tsa_name"
16368   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16369   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16370   include:
16371     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16372     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16373     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16374     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16375     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16376     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16377   layout:
16378     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16379     layout: "plot-throughput-speedup-analysis"
16380
16381 - type: "plot"
16382   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16383   algorithm: "plot_tsa_name"
16384   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16385   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16386   include:
16387     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16388     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16389     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16390     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16391     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16392     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16393   layout:
16394     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16395     layout: "plot-throughput-speedup-analysis"
16396
16397 - type: "plot"
16398   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16399   algorithm: "plot_tsa_name"
16400   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16401   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16402   include:
16403     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16404     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16405     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16406     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16407     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16408   layout:
16409     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16410     layout: "plot-throughput-speedup-analysis"
16411
16412 - type: "plot"
16413   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16414   algorithm: "plot_tsa_name"
16415   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16416   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16417   include:
16418     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16419     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16420     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16421     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16422     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16423   layout:
16424     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16425     layout: "plot-throughput-speedup-analysis"
16426
16427 - type: "plot"
16428   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16429   algorithm: "plot_tsa_name"
16430   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16431   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16432   include:
16433     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16434     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16435     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16436     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16439   layout:
16440     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16441     layout: "plot-throughput-speedup-analysis"
16442
16443 - type: "plot"
16444   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16445   algorithm: "plot_tsa_name"
16446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16448   include:
16449     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16450     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16451     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16455   layout:
16456     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16457     layout: "plot-throughput-speedup-analysis"
16458
16459 - type: "plot"
16460   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16461   algorithm: "plot_tsa_name"
16462   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16463   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16464   include:
16465     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16466     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16467     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16468     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16469   layout:
16470     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16471     layout: "plot-throughput-speedup-analysis"
16472
16473 - type: "plot"
16474   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16475   algorithm: "plot_tsa_name"
16476   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16477   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16478   include:
16479     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16480     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16481     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16482     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16483   layout:
16484     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16485     layout: "plot-throughput-speedup-analysis"
16486
16487 - type: "plot"
16488   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16489   algorithm: "plot_tsa_name"
16490   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16491   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16492   include:
16493     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16494     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16495     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16496     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16497     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16498   layout:
16499     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16500     layout: "plot-throughput-speedup-analysis"
16501
16502 - type: "plot"
16503   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16504   algorithm: "plot_tsa_name"
16505   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16506   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16507   include:
16508     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16509     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16510     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16511     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16512     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16513   layout:
16514     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16515     layout: "plot-throughput-speedup-analysis"
16516
16517 - type: "plot"
16518   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16519   algorithm: "plot_tsa_name"
16520   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16521   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16522   include:
16523     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16524     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16525     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16526     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16527     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16528     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16529   layout:
16530     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16531     layout: "plot-throughput-speedup-analysis"
16532
16533 - type: "plot"
16534   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16535   algorithm: "plot_tsa_name"
16536   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16537   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16538   include:
16539     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16540     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16541     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16542     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16543     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16544     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16545   layout:
16546     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16547     layout: "plot-throughput-speedup-analysis"
16548
16549 #- type: "plot"
16550 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16551 #  algorithm: "plot_tsa_name"
16552 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16553 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16554 #  include:
16555 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16556 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16557 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16558 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16559 #  layout:
16560 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16561 #    layout: "plot-throughput-speedup-analysis"
16562 #
16563 #- type: "plot"
16564 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16565 #  algorithm: "plot_tsa_name"
16566 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16567 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16568 #  include:
16569 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16570 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16571 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16572 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16573 #  layout:
16574 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16575 #    layout: "plot-throughput-speedup-analysis"
16576
16577 - type: "plot"
16578   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16579   algorithm: "plot_tsa_name"
16580   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16581   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16582   include:
16583     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16584     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16585     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16586     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16587     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16588     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16589   layout:
16590     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16591     layout: "plot-throughput-speedup-analysis"
16592
16593 - type: "plot"
16594   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16595   algorithm: "plot_tsa_name"
16596   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16597   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16598   include:
16599     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16600     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16601     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16602     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16603     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16604     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16605   layout:
16606     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16607     layout: "plot-throughput-speedup-analysis"
16608
16609 #- type: "plot"
16610 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16611 #  algorithm: "plot_tsa_name"
16612 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16613 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16614 #  include:
16615 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16616 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16617 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16618 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16619 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16620 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16621 #  layout:
16622 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16623 #    layout: "plot-throughput-speedup-analysis"
16624 #
16625 #- type: "plot"
16626 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16627 #  algorithm: "plot_tsa_name"
16628 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16629 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16630 #  include:
16631 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16632 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16633 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16634 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16635 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16636 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16637 #  layout:
16638 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16639 #    layout: "plot-throughput-speedup-analysis"
16640
16641 #- type: "plot"
16642 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16643 #  algorithm: "plot_tsa_name"
16644 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16645 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16646 #  include:
16647 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16648 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16649 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16650 #  layout:
16651 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16652 #    layout: "plot-throughput-speedup-analysis"
16653 #
16654 #- type: "plot"
16655 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16656 #  algorithm: "plot_tsa_name"
16657 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16658 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16659 #  include:
16660 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16661 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16662 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16663 #  layout:
16664 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16665 #    layout: "plot-throughput-speedup-analysis"
16666
16667 ################################################################################
16668
16669 # Packet Throughput - DPDK
16670
16671 # 2n-skx-xxv710
16672
16673 - type: "plot"
16674   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16675   algorithm: "plot_perf_box_name"
16676   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
16677   data: "plot-dpdk-throughput-latency-2n-skx"
16678   include:
16679     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16680     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16681   layout:
16682     title: "2n-skx-xxv710-64b-2t1c-base-ndr"
16683     layout: "plot-throughput"
16684
16685 - type: "plot"
16686   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16687   algorithm: "plot_perf_box_name"
16688   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
16689   data: "plot-dpdk-throughput-latency-2n-skx"
16690   include:
16691     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16692     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16693   layout:
16694     title: "2n-skx-xxv710-64b-4t2c-base-ndr"
16695     layout: "plot-throughput"
16696
16697 - type: "plot"
16698   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16699   algorithm: "plot_perf_box_name"
16700   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16701   data: "plot-dpdk-throughput-latency-2n-skx"
16702   include:
16703     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16704     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16705   layout:
16706     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16707     layout: "plot-throughput"
16708
16709 - type: "plot"
16710   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16713   data: "plot-dpdk-throughput-latency-2n-skx"
16714   include:
16715     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16716     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16717   layout:
16718     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16719     layout: "plot-throughput"
16720
16721 # 2n-skx-x710
16722
16723 - type: "plot"
16724   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16725   algorithm: "plot_perf_box_name"
16726   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
16727   data: "plot-dpdk-throughput-latency-2n-skx"
16728   include:
16729     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16730     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16731   layout:
16732     title: "2n-skx-x710-64b-2t1c-base-ndr"
16733     layout: "plot-throughput"
16734
16735 - type: "plot"
16736   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16737   algorithm: "plot_perf_box_name"
16738   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
16739   data: "plot-dpdk-throughput-latency-2n-skx"
16740   include:
16741     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16742     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16743   layout:
16744     title: "2n-skx-x710-64b-4t2c-base-ndr"
16745     layout: "plot-throughput"
16746
16747 - type: "plot"
16748   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16751   data: "plot-dpdk-throughput-latency-2n-skx"
16752   include:
16753     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16754     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16755   layout:
16756     title: "2n-skx-x710-64b-2t1c-base-pdr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16763   data: "plot-dpdk-throughput-latency-2n-skx"
16764   include:
16765     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16766     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16767   layout:
16768     title: "2n-skx-x710-64b-4t2c-base-pdr"
16769     layout: "plot-throughput"
16770
16771 # 3n-skx-xxv710
16772
16773 - type: "plot"
16774   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16775   algorithm: "plot_perf_box_name"
16776   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
16777   data: "plot-dpdk-throughput-latency-3n-skx"
16778   include:
16779     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16780     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16781   layout:
16782     title: "3n-skx-xxv710-64b-2t1c-base-ndr"
16783     layout: "plot-throughput"
16784
16785 - type: "plot"
16786   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16787   algorithm: "plot_perf_box_name"
16788   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
16789   data: "plot-dpdk-throughput-latency-3n-skx"
16790   include:
16791     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16792     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16793   layout:
16794     title: "3n-skx-xxv710-64b-4t2c-base-ndr"
16795     layout: "plot-throughput"
16796
16797 - type: "plot"
16798   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16799   algorithm: "plot_perf_box_name"
16800   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16801   data: "plot-dpdk-throughput-latency-3n-skx"
16802   include:
16803     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16804     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16805   layout:
16806     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16807     layout: "plot-throughput"
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16813   data: "plot-dpdk-throughput-latency-3n-skx"
16814   include:
16815     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16816     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16817   layout:
16818     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16819     layout: "plot-throughput"
16820
16821 # 3n-skx-x710
16822
16823 - type: "plot"
16824   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16825   algorithm: "plot_perf_box_name"
16826   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
16827   data: "plot-dpdk-throughput-latency-3n-skx"
16828   include:
16829     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16830     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16831   layout:
16832     title: "3n-skx-x710-64b-2t1c-base-ndr"
16833     layout: "plot-throughput"
16834
16835 - type: "plot"
16836   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16837   algorithm: "plot_perf_box_name"
16838   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
16839   data: "plot-dpdk-throughput-latency-3n-skx"
16840   include:
16841     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16842     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16843   layout:
16844     title: "3n-skx-x710-64b-4t2c-base-ndr"
16845     layout: "plot-throughput"
16846
16847 - type: "plot"
16848   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16851   data: "plot-dpdk-throughput-latency-3n-skx"
16852   include:
16853     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16854     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16855   layout:
16856     title: "3n-skx-x710-64b-2t1c-base-pdr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16863   data: "plot-dpdk-throughput-latency-3n-skx"
16864   include:
16865     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16866     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16867   layout:
16868     title: "3n-skx-x710-64b-4t2c-base-pdr"
16869     layout: "plot-throughput"
16870
16871 # 3n-hsw-xl710
16872
16873 - type: "plot"
16874   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16875   algorithm: "plot_perf_box_name"
16876   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
16877   data: "plot-dpdk-throughput-latency-3n-hsw"
16878   include:
16879     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16880     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16881   layout:
16882     title: "3n-hsw-xl710-64b-1t1c-base-ndr"
16883     layout: "plot-throughput"
16884
16885 - type: "plot"
16886   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16887   algorithm: "plot_perf_box_name"
16888   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
16889   data: "plot-dpdk-throughput-latency-3n-hsw"
16890   include:
16891     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16892     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16893   layout:
16894     title: "3n-hsw-xl710-64b-2t2c-base-ndr"
16895     layout: "plot-throughput"
16896
16897 - type: "plot"
16898   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16901   data: "plot-dpdk-throughput-latency-3n-hsw"
16902   include:
16903     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16904     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16905   layout:
16906     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16913   data: "plot-dpdk-throughput-latency-3n-hsw"
16914   include:
16915     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16916     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16917   layout:
16918     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16919     layout: "plot-throughput"
16920
16921 # 3n-hsw-x710
16922
16923 - type: "plot"
16924   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16925   algorithm: "plot_perf_box_name"
16926   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
16927   data: "plot-dpdk-throughput-latency-3n-hsw"
16928   include:
16929     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16930     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16931   layout:
16932     title: "3n-hsw-x710-64b-1t1c-base-ndr"
16933     layout: "plot-throughput"
16934
16935 - type: "plot"
16936   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16937   algorithm: "plot_perf_box_name"
16938   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
16939   data: "plot-dpdk-throughput-latency-3n-hsw"
16940   include:
16941     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16942     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16943   layout:
16944     title: "3n-hsw-x710-64b-2t2c-base-ndr"
16945     layout: "plot-throughput"
16946
16947 - type: "plot"
16948   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16951   data: "plot-dpdk-throughput-latency-3n-hsw"
16952   include:
16953     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16954     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16955   layout:
16956     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16961   algorithm: "plot_perf_box_name"
16962   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16963   data: "plot-dpdk-throughput-latency-3n-hsw"
16964   include:
16965     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16966     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16967   layout:
16968     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16969     layout: "plot-throughput"
16970
16971 # 2n-dnv-x553
16972
16973 - type: "plot"
16974   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16975   algorithm: "plot_perf_box_name"
16976   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
16977   data: "plot-dpdk-throughput-latency-2n-dnv"
16978   include:
16979     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16980     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16981   layout:
16982     title: "2n-dnv-x553-64b-1t1c-base-ndr"
16983     layout: "plot-throughput"
16984
16985 - type: "plot"
16986   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
16987   algorithm: "plot_perf_box_name"
16988   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
16989   data: "plot-dpdk-throughput-latency-2n-dnv"
16990   include:
16991     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16992     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16993   layout:
16994     title: "2n-dnv-x553-64b-2t2c-base-ndr"
16995     layout: "plot-throughput"
16996
16997 - type: "plot"
16998   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17001   data: "plot-dpdk-throughput-latency-2n-dnv"
17002   include:
17003     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17004     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17005   layout:
17006     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17013   data: "plot-dpdk-throughput-latency-2n-dnv"
17014   include:
17015     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17016     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17017   layout:
17018     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17019     layout: "plot-throughput"
17020
17021 # 3n-dnv-x553
17022
17023 - type: "plot"
17024   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17025   algorithm: "plot_perf_box_name"
17026   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
17027   data: "plot-dpdk-throughput-latency-3n-dnv"
17028   include:
17029     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17030     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17031   layout:
17032     title: "3n-dnv-x553-64b-1t1c-base-ndr"
17033     layout: "plot-throughput"
17034
17035 - type: "plot"
17036   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17037   algorithm: "plot_perf_box_name"
17038   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
17039   data: "plot-dpdk-throughput-latency-3n-dnv"
17040   include:
17041     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17042     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17043   layout:
17044     title: "3n-dnv-x553-64b-2t2c-base-ndr"
17045     layout: "plot-throughput"
17046
17047 - type: "plot"
17048   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17049   algorithm: "plot_perf_box_name"
17050   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17051   data: "plot-dpdk-throughput-latency-3n-dnv"
17052   include:
17053     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17054     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17055   layout:
17056     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17057     layout: "plot-throughput"
17058
17059 - type: "plot"
17060   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17061   algorithm: "plot_perf_box_name"
17062   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17063   data: "plot-dpdk-throughput-latency-3n-dnv"
17064   include:
17065     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17066     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17067   layout:
17068     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17069     layout: "plot-throughput"
17070
17071 # 3n-tsh-x520
17072
17073 - type: "plot"
17074   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17075   algorithm: "plot_perf_box_name"
17076   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
17077   data: "plot-dpdk-throughput-latency-3n-tsh"
17078   include:
17079     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17080     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17081   layout:
17082     title: "3n-tsh-x520-64b-1t1c-base-ndr"
17083     layout: "plot-throughput"
17084
17085 - type: "plot"
17086   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17087   algorithm: "plot_perf_box_name"
17088   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
17089   data: "plot-dpdk-throughput-latency-3n-tsh"
17090   include:
17091     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17092     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17093   layout:
17094     title: "3n-tsh-x520-64b-2t2c-base-ndr"
17095     layout: "plot-throughput"
17096
17097 - type: "plot"
17098   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17101   data: "plot-dpdk-throughput-latency-3n-tsh"
17102   include:
17103     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17104     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17105   layout:
17106     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17107     layout: "plot-throughput"
17108
17109 - type: "plot"
17110   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17111   algorithm: "plot_perf_box_name"
17112   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17113   data: "plot-dpdk-throughput-latency-3n-tsh"
17114   include:
17115     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17116     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17117   layout:
17118     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17119     layout: "plot-throughput"
17120
17121 ################################################################################
17122 ###   2n-clx                                                                 ###
17123 ################################################################################
17124
17125 # Packet Throughput
17126
17127 - type: "plot"
17128   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17129   algorithm: "plot_perf_box_name"
17130   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17131   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17132   include:
17133     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17134     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17135     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17137   layout:
17138     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17139     layout: "plot-throughput"
17140
17141 - type: "plot"
17142   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17143   algorithm: "plot_perf_box_name"
17144   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17145   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17146   include:
17147     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17148     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17149     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17151   layout:
17152     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17153     layout: "plot-throughput"
17154
17155 - type: "plot"
17156   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17157   algorithm: "plot_perf_box_name"
17158   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17159   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17160   include:
17161     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17162     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17163     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17164     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17165   layout:
17166     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17167     layout: "plot-throughput"
17168
17169 - type: "plot"
17170   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17171   algorithm: "plot_perf_box_name"
17172   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17173   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17174   include:
17175     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17176     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17177     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17178     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17179   layout:
17180     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17181     layout: "plot-throughput"
17182
17183 - type: "plot"
17184   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17185   algorithm: "plot_perf_box_name"
17186   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17187   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17188   include:
17189     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17190     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17191     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17192     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17193   layout:
17194     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17195     layout: "plot-throughput"
17196
17197 - type: "plot"
17198   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17199   algorithm: "plot_perf_box_name"
17200   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17201   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17202   include:
17203     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17204     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17205     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17206     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17207   layout:
17208     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17209     layout: "plot-throughput"
17210
17211 - type: "plot"
17212   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17213   algorithm: "plot_perf_box_name"
17214   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17215   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17216   include:
17217     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17218     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17223   layout:
17224     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17225     layout: "plot-throughput"
17226
17227 - type: "plot"
17228   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17229   algorithm: "plot_perf_box_name"
17230   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17231   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17232   include:
17233     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17234     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17235     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17236     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17237     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17238   layout:
17239     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17240     layout: "plot-throughput"
17241
17242 - type: "plot"
17243   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17244   algorithm: "plot_perf_box_name"
17245   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17246   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17247   include:
17248     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17249     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17252   layout:
17253     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17254     layout: "plot-throughput"
17255
17256 - type: "plot"
17257   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17258   algorithm: "plot_perf_box_name"
17259   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17260   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17261   include:
17262     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17263     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17264     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17266   layout:
17267     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17268     layout: "plot-throughput"
17269
17270 - type: "plot"
17271   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17272   algorithm: "plot_perf_box_name"
17273   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17274   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17275   include:
17276     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17277     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17279   layout:
17280     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17281     layout: "plot-throughput"
17282
17283 - type: "plot"
17284   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17285   algorithm: "plot_perf_box_name"
17286   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17287   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17288   include:
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17290     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17292   layout:
17293     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17294     layout: "plot-throughput"
17295
17296 - type: "plot"
17297   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17298   algorithm: "plot_perf_box_name"
17299   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17300   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17301   include:
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17303     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17304     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17305     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17307   layout:
17308     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17309     layout: "plot-throughput"
17310
17311 - type: "plot"
17312   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17313   algorithm: "plot_perf_box_name"
17314   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17315   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17316   include:
17317     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17318     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17319     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17320     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17322   layout:
17323     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17324     layout: "plot-throughput"
17325
17326 - type: "plot"
17327   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17328   algorithm: "plot_perf_box_name"
17329   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17330   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17331   include:
17332     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17333     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17335   layout:
17336     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17337     layout: "plot-throughput"
17338
17339 - type: "plot"
17340   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17341   algorithm: "plot_perf_box_name"
17342   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17343   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17344   include:
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17348   layout:
17349     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17350     layout: "plot-throughput"
17351
17352 - type: "plot"
17353   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17354   algorithm: "plot_perf_box_name"
17355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17357   include:
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17364   layout:
17365     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17366     layout: "plot-throughput"
17367
17368 - type: "plot"
17369   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17370   algorithm: "plot_perf_box_name"
17371   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17373   include:
17374     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17375     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17376     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17377     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17378     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17380   layout:
17381     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17382     layout: "plot-throughput"
17383
17384 - type: "plot"
17385   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17386   algorithm: "plot_perf_box_name"
17387   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17388   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17389   include:
17390     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17391     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17392     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17393     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17394     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17396   layout:
17397     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17398     layout: "plot-throughput"
17399
17400 - type: "plot"
17401   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17402   algorithm: "plot_perf_box_name"
17403   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17404   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17405   include:
17406     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17407     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17408     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17409     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17410     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17411     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17412   layout:
17413     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17414     layout: "plot-throughput"
17415
17416 - type: "plot"
17417   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17418   algorithm: "plot_perf_box_name"
17419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17421   include:
17422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17424   layout:
17425     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17426     layout: "plot-throughput"
17427
17428 - type: "plot"
17429   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17430   algorithm: "plot_perf_box_name"
17431   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17432   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17433   include:
17434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17436   layout:
17437     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17438     layout: "plot-throughput"
17439
17440 - type: "plot"
17441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17442   algorithm: "plot_perf_box_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17452   layout:
17453     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17454     layout: "plot-throughput"
17455
17456 - type: "plot"
17457   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17458   algorithm: "plot_perf_box_name"
17459   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17461   include:
17462     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17463     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17464     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17465     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17466     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17467     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17468   layout:
17469     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17470     layout: "plot-throughput"
17471
17472 - type: "plot"
17473   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17474   algorithm: "plot_perf_box_name"
17475   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17477   include:
17478     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17479     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17480     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17481     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17482     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17483     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17484   layout:
17485     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17486     layout: "plot-throughput"
17487
17488 - type: "plot"
17489   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17490   algorithm: "plot_perf_box_name"
17491   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17493   include:
17494     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17495     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17496     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17497     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17498     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17499     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17500   layout:
17501     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17502     layout: "plot-throughput"
17503
17504 - type: "plot"
17505   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17506   algorithm: "plot_perf_box_name"
17507   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17508   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17509   include:
17510     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17511     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17512     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17513     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17514     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17515     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17516   layout:
17517     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17518     layout: "plot-throughput"
17519
17520 - type: "plot"
17521   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17522   algorithm: "plot_perf_box_name"
17523   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17524   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17525   include:
17526     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17527     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17528     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17529     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17530     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17531     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17532   layout:
17533     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17534     layout: "plot-throughput"
17535
17536 - type: "plot"
17537   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17538   algorithm: "plot_perf_box_name"
17539   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17540   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17541   include:
17542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17544     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17545     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17546     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17547   layout:
17548     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17549     layout: "plot-throughput"
17550
17551 - type: "plot"
17552   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17553   algorithm: "plot_perf_box_name"
17554   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17555   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17556   include:
17557     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17558     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17559     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17560     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17561     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17562   layout:
17563     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17564     layout: "plot-throughput"
17565
17566 - type: "plot"
17567   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17568   algorithm: "plot_perf_box_name"
17569   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17570   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17571   include:
17572     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17573     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17574     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17575     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17576     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17577   layout:
17578     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17579     layout: "plot-throughput"
17580
17581 - type: "plot"
17582   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17583   algorithm: "plot_perf_box_name"
17584   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17585   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17586   include:
17587     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17588     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17589     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17590     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17591     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17592   layout:
17593     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17594     layout: "plot-throughput"
17595
17596 - type: "plot"
17597   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17598   algorithm: "plot_perf_box_name"
17599   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17600   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17601   include:
17602     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17603     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17604     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17605     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17606     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17607   layout:
17608     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17609     layout: "plot-throughput"
17610
17611 - type: "plot"
17612   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17613   algorithm: "plot_perf_box_name"
17614   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17615   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17616   include:
17617     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17618     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17619     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17620     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17621     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17622   layout:
17623     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17624     layout: "plot-throughput"
17625
17626 - type: "plot"
17627   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17628   algorithm: "plot_perf_box_name"
17629   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17630   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17631   include:
17632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17634     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17635     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17636     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17637   layout:
17638     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17639     layout: "plot-throughput"
17640
17641 - type: "plot"
17642   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17643   algorithm: "plot_perf_box_name"
17644   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17645   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17646   include:
17647     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17648     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17649     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17650     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17651     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17652   layout:
17653     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17654     layout: "plot-throughput"
17655
17656 - type: "plot"
17657   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17658   algorithm: "plot_perf_box_name"
17659   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17660   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17661   include:
17662     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17663     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17664     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17665     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17666     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17667   layout:
17668     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17669     layout: "plot-throughput"
17670
17671 - type: "plot"
17672   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17673   algorithm: "plot_perf_box_name"
17674   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17675   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17676   include:
17677     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17678     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17679     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17680     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17681     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17682   layout:
17683     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17684     layout: "plot-throughput"
17685
17686 - type: "plot"
17687   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17688   algorithm: "plot_perf_box_name"
17689   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17690   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17691   include:
17692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17694     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17695     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17696     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17697     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17698   layout:
17699     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17700     layout: "plot-throughput"
17701
17702 - type: "plot"
17703   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17704   algorithm: "plot_perf_box_name"
17705   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17706   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17707   include:
17708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17710     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17711     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17712     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17713     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17714   layout:
17715     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17716     layout: "plot-throughput"
17717
17718 - type: "plot"
17719   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17720   algorithm: "plot_perf_box_name"
17721   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17722   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17723   include:
17724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17726     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17727     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17728   layout:
17729     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17730     layout: "plot-throughput"
17731
17732 - type: "plot"
17733   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17734   algorithm: "plot_perf_box_name"
17735   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17736   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17737   include:
17738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17740     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17741     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17742   layout:
17743     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17744     layout: "plot-throughput"
17745
17746 - type: "plot"
17747   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17748   algorithm: "plot_perf_box_name"
17749   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17750   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17751   include:
17752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17754     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17755     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17756     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17757     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17758   layout:
17759     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17760     layout: "plot-throughput"
17761
17762 - type: "plot"
17763   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17764   algorithm: "plot_perf_box_name"
17765   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17766   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17767   include:
17768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17769     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17770     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17771     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17772     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17773     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17774   layout:
17775     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17776     layout: "plot-throughput"
17777
17778 - type: "plot"
17779   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17780   algorithm: "plot_perf_box_name"
17781   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17782   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17783   include:
17784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17785     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17786     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17787     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17788   layout:
17789     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17790     layout: "plot-throughput"
17791
17792 - type: "plot"
17793   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17794   algorithm: "plot_perf_box_name"
17795   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17796   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17797   include:
17798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17799     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17800     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17801     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17802   layout:
17803     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17804     layout: "plot-throughput"
17805
17806 - type: "plot"
17807   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17808   algorithm: "plot_perf_box_name"
17809   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17810   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17811   include:
17812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17814     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17815     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17816     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17817     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17818   layout:
17819     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17820     layout: "plot-throughput"
17821
17822 - type: "plot"
17823   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17824   algorithm: "plot_perf_box_name"
17825   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17826   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17827   include:
17828     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17829     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17830     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17831     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17832     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17833     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17834   layout:
17835     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17836     layout: "plot-throughput"
17837
17838 - type: "plot"
17839   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17840   algorithm: "plot_perf_box_name"
17841   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17842   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17843   include:
17844     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17845     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17846     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17847     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17848   layout:
17849     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17850     layout: "plot-throughput"
17851
17852 - type: "plot"
17853   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17854   algorithm: "plot_perf_box_name"
17855   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17856   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17857   include:
17858     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17859     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17860     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17861     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17862   layout:
17863     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17864     layout: "plot-throughput"
17865
17866 - type: "plot"
17867   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17868   algorithm: "plot_perf_box_name"
17869   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17873     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17874     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17875     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17876     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17877   layout:
17878     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17879     layout: "plot-throughput"
17880
17881 - type: "plot"
17882   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17883   algorithm: "plot_perf_box_name"
17884   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17889     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17890     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17891     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17892   layout:
17893     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17894     layout: "plot-throughput"
17895
17896 - type: "plot"
17897   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17898   algorithm: "plot_perf_box_name"
17899   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17900   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17901   include:
17902     - "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"
17903     - "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"
17904     - "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"
17905     - "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"
17906     - "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"
17907   layout:
17908     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17909     layout: "plot-throughput"
17910
17911 - type: "plot"
17912   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17913   algorithm: "plot_perf_box_name"
17914   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17915   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17916   include:
17917     - "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"
17918     - "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"
17919     - "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"
17920     - "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"
17921     - "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"
17922   layout:
17923     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17924     layout: "plot-throughput"
17925
17926 - type: "plot"
17927   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17928   algorithm: "plot_perf_box_name"
17929   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17934     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17935     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17936     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17937   layout:
17938     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17939     layout: "plot-throughput"
17940
17941 - type: "plot"
17942   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17943   algorithm: "plot_perf_box_name"
17944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17948     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17949     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17950     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17951     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17952   layout:
17953     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17954     layout: "plot-throughput"
17955
17956 - type: "plot"
17957   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17958   algorithm: "plot_perf_box_name"
17959   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17960   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17961   include:
17962     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17963     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17964     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17965     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17966     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17967   layout:
17968     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17969     layout: "plot-throughput"
17970
17971 - type: "plot"
17972   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17973   algorithm: "plot_perf_box_name"
17974   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17975   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17976   include:
17977     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17978     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17979     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17980     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17981     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17982   layout:
17983     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17984     layout: "plot-throughput"
17985
17986 - type: "plot"
17987   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17988   algorithm: "plot_perf_box_name"
17989   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17990   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17991   include:
17992     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17993     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17994     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17995     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17996   layout:
17997     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
17998     layout: "plot-throughput"
17999
18000 - type: "plot"
18001   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18002   algorithm: "plot_perf_box_name"
18003   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18004   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18005   include:
18006     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18007     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18008     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18009     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18010   layout:
18011     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18012     layout: "plot-throughput"
18013
18014 - type: "plot"
18015   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18016   algorithm: "plot_perf_box_name"
18017   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18018   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18019   include:
18020     - "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"
18021     - "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"
18022     - "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"
18023     - "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"
18024   layout:
18025     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18026     layout: "plot-throughput"
18027
18028 - type: "plot"
18029   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18030   algorithm: "plot_perf_box_name"
18031   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18032   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18033   include:
18034     - "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"
18035     - "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"
18036     - "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"
18037     - "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"
18038   layout:
18039     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18040     layout: "plot-throughput"
18041
18042 - type: "plot"
18043   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18044   algorithm: "plot_perf_box_name"
18045   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18046   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18047   include:
18048     - "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"
18049     - "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"
18050     - "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"
18051     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18052     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18053     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18054   layout:
18055     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18056     layout: "plot-throughput"
18057
18058 - type: "plot"
18059   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18060   algorithm: "plot_perf_box_name"
18061   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18062   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18063   include:
18064     - "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"
18065     - "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"
18066     - "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"
18067     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18068     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18069     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18070   layout:
18071     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18072     layout: "plot-throughput"
18073
18074 ################################################################################
18075
18076 # Packet Speedup
18077
18078 - type: "plot"
18079   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18080   algorithm: "plot_tsa_name"
18081   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18082   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18083   include:
18084     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18085     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18086     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18088   layout:
18089     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18090     layout: "plot-throughput-speedup-analysis"
18091
18092 - type: "plot"
18093   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18094   algorithm: "plot_tsa_name"
18095   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18096   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18097   include:
18098     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18099     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18100     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18102   layout:
18103     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18104     layout: "plot-throughput-speedup-analysis"
18105
18106 - type: "plot"
18107   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18108   algorithm: "plot_tsa_name"
18109   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18110   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18111   include:
18112     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18113     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18114     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18116   layout:
18117     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18118     layout: "plot-throughput-speedup-analysis"
18119
18120 - type: "plot"
18121   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18122   algorithm: "plot_tsa_name"
18123   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18124   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18125   include:
18126     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18127     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18128     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18130   layout:
18131     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18132     layout: "plot-throughput-speedup-analysis"
18133
18134 - type: "plot"
18135   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18136   algorithm: "plot_tsa_name"
18137   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18138   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18139   include:
18140     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18141     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18142     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18143     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18144   layout:
18145     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18146     layout: "plot-throughput-speedup-analysis"
18147
18148 - type: "plot"
18149   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18150   algorithm: "plot_tsa_name"
18151   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18152   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18153   include:
18154     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18155     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18156     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18157     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18158   layout:
18159     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18160     layout: "plot-throughput-speedup-analysis"
18161
18162 - type: "plot"
18163   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18164   algorithm: "plot_tsa_name"
18165   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18166   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18167   include:
18168     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18169     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18170     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18171     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18172     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18173     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18174   layout:
18175     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18176     layout: "plot-throughput-speedup-analysis"
18177
18178 - type: "plot"
18179   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18180   algorithm: "plot_tsa_name"
18181   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18182   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18183   include:
18184     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18185     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18186     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18187     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18188     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18189     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18190   layout:
18191     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18192     layout: "plot-throughput-speedup-analysis"
18193
18194 - type: "plot"
18195   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18196   algorithm: "plot_tsa_name"
18197   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18198   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18199   include:
18200     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18201     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18202     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18203     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18204   layout:
18205     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18206     layout: "plot-throughput-speedup-analysis"
18207
18208 - type: "plot"
18209   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18210   algorithm: "plot_tsa_name"
18211   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18212   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18213   include:
18214     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18215     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18216     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18217     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18218   layout:
18219     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18220     layout: "plot-throughput-speedup-analysis"
18221
18222 - type: "plot"
18223   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18224   algorithm: "plot_tsa_name"
18225   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18226   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18227   include:
18228     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18229     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18230     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18231   layout:
18232     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18233     layout: "plot-throughput-speedup-analysis"
18234
18235 - type: "plot"
18236   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18237   algorithm: "plot_tsa_name"
18238   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18240   include:
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18242     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18243     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18244   layout:
18245     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18246     layout: "plot-throughput-speedup-analysis"
18247
18248 - type: "plot"
18249   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18250   algorithm: "plot_tsa_name"
18251   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18252   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18253   include:
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18255     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18256     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18257     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18258     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18259   layout:
18260     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18261     layout: "plot-throughput-speedup-analysis"
18262
18263 - type: "plot"
18264   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18265   algorithm: "plot_tsa_name"
18266   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18267   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18268   include:
18269     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18270     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18271     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18274   layout:
18275     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18276     layout: "plot-throughput-speedup-analysis"
18277
18278 - type: "plot"
18279   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18280   algorithm: "plot_tsa_name"
18281   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18282   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18283   include:
18284     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18285     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18287   layout:
18288     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18289     layout: "plot-throughput-speedup-analysis"
18290
18291 - type: "plot"
18292   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18293   algorithm: "plot_tsa_name"
18294   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18295   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18296   include:
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18298     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18299     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18300   layout:
18301     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18302     layout: "plot-throughput-speedup-analysis"
18303
18304 - type: "plot"
18305   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18306   algorithm: "plot_tsa_name"
18307   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18308   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18309   include:
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18311     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18312     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18316   layout:
18317     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18318     layout: "plot-throughput-speedup-analysis"
18319
18320 - type: "plot"
18321   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18322   algorithm: "plot_tsa_name"
18323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18325   include:
18326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18331     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18332   layout:
18333     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18334     layout: "plot-throughput-speedup-analysis"
18335
18336 - type: "plot"
18337   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18338   algorithm: "plot_tsa_name"
18339   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18340   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18341   include:
18342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18346     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18348   layout:
18349     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18350     layout: "plot-throughput-speedup-analysis"
18351
18352 - type: "plot"
18353   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18354   algorithm: "plot_tsa_name"
18355   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18356   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18357   include:
18358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18359     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18360     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18361     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18362     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18364   layout:
18365     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18366     layout: "plot-throughput-speedup-analysis"
18367
18368 - type: "plot"
18369   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18370   algorithm: "plot_tsa_name"
18371   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18372   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18373   include:
18374     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18375     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18376   layout:
18377     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18378     layout: "plot-throughput-speedup-analysis"
18379
18380 - type: "plot"
18381   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18382   algorithm: "plot_tsa_name"
18383   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18384   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18385   include:
18386     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18388   layout:
18389     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18390     layout: "plot-throughput-speedup-analysis"
18391
18392 - type: "plot"
18393   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18394   algorithm: "plot_tsa_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18400     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18401     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18402     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18403     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18404   layout:
18405     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18406     layout: "plot-throughput-speedup-analysis"
18407
18408 - type: "plot"
18409   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18410   algorithm: "plot_tsa_name"
18411   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18413   include:
18414     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18415     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18416     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18417     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18418     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18419     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18420   layout:
18421     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18422     layout: "plot-throughput-speedup-analysis"
18423
18424 - type: "plot"
18425   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18426   algorithm: "plot_tsa_name"
18427   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18429   include:
18430     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18431     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18432     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18433     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18434     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18435     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18436   layout:
18437     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18438     layout: "plot-throughput-speedup-analysis"
18439
18440 - type: "plot"
18441   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18442   algorithm: "plot_tsa_name"
18443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18445   include:
18446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18448     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18449     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18450     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18451     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18452   layout:
18453     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18454     layout: "plot-throughput-speedup-analysis"
18455
18456 - type: "plot"
18457   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18458   algorithm: "plot_tsa_name"
18459   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18460   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18461   include:
18462     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18463     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18464     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18465     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18466     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18467     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18468   layout:
18469     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18470     layout: "plot-throughput-speedup-analysis"
18471
18472 - type: "plot"
18473   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18474   algorithm: "plot_tsa_name"
18475   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18476   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18477   include:
18478     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18479     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18480     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18481     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18482     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18483     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18484   layout:
18485     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18486     layout: "plot-throughput-speedup-analysis"
18487
18488 - type: "plot"
18489   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18490   algorithm: "plot_tsa_name"
18491   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18492   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18493   include:
18494     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18495     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18496     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18497     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18498     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18499   layout:
18500     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18501     layout: "plot-throughput-speedup-analysis"
18502
18503 - type: "plot"
18504   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18505   algorithm: "plot_tsa_name"
18506   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18507   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18508   include:
18509     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18510     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18511     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18512     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18513     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18514   layout:
18515     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18516     layout: "plot-throughput-speedup-analysis"
18517
18518 - type: "plot"
18519   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18520   algorithm: "plot_tsa_name"
18521   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18522   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18523   include:
18524     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18525     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18526     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18527     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18528     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18529   layout:
18530     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18531     layout: "plot-throughput-speedup-analysis"
18532
18533 - type: "plot"
18534   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18535   algorithm: "plot_tsa_name"
18536   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18537   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18538   include:
18539     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18540     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18541     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18542     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18543     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18544   layout:
18545     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18546     layout: "plot-throughput-speedup-analysis"
18547
18548 - type: "plot"
18549   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18550   algorithm: "plot_tsa_name"
18551   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18552   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18553   include:
18554     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18555     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18556     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18557     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18558     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18559   layout:
18560     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18561     layout: "plot-throughput-speedup-analysis"
18562
18563 - type: "plot"
18564   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18565   algorithm: "plot_tsa_name"
18566   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18567   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18568   include:
18569     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18570     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18571     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18572     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18573     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18574   layout:
18575     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18576     layout: "plot-throughput-speedup-analysis"
18577
18578 - type: "plot"
18579   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18580   algorithm: "plot_tsa_name"
18581   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18582   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18583   include:
18584     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18585     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18586     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18587     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18588     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18589   layout:
18590     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18591     layout: "plot-throughput-speedup-analysis"
18592
18593 - type: "plot"
18594   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18595   algorithm: "plot_tsa_name"
18596   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18597   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18598   include:
18599     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18600     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18601     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18602     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18603     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18604   layout:
18605     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18606     layout: "plot-throughput-speedup-analysis"
18607
18608 - type: "plot"
18609   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18610   algorithm: "plot_tsa_name"
18611   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18612   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18613   include:
18614     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18615     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18616     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18617     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18618     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18619   layout:
18620     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18621     layout: "plot-throughput-speedup-analysis"
18622
18623 - type: "plot"
18624   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18625   algorithm: "plot_tsa_name"
18626   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18627   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18628   include:
18629     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18630     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18631     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18632     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18633     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18634   layout:
18635     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18636     layout: "plot-throughput-speedup-analysis"
18637
18638 - type: "plot"
18639   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18640   algorithm: "plot_tsa_name"
18641   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18642   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18643   include:
18644     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18645     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18646     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18647     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18648     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18649     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18650   layout:
18651     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18652     layout: "plot-throughput-speedup-analysis"
18653
18654 - type: "plot"
18655   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18656   algorithm: "plot_tsa_name"
18657   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18658   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18659   include:
18660     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18661     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18662     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18663     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18664     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18665     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18666   layout:
18667     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18668     layout: "plot-throughput-speedup-analysis"
18669
18670 - type: "plot"
18671   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18672   algorithm: "plot_tsa_name"
18673   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18674   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18675   include:
18676     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18677     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18678     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18679     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18680   layout:
18681     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18682     layout: "plot-throughput-speedup-analysis"
18683
18684 - type: "plot"
18685   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18686   algorithm: "plot_tsa_name"
18687   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18688   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18689   include:
18690     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18691     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18692     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18693     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18694   layout:
18695     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18696     layout: "plot-throughput-speedup-analysis"
18697
18698 - type: "plot"
18699   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18700   algorithm: "plot_tsa_name"
18701   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18702   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18703   include:
18704     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18705     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18706     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18707     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18708     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18709     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18710   layout:
18711     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18712     layout: "plot-throughput-speedup-analysis"
18713
18714 - type: "plot"
18715   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18716   algorithm: "plot_tsa_name"
18717   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18718   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18719   include:
18720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18722     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18723     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18724     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18725     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18726   layout:
18727     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18728     layout: "plot-throughput-speedup-analysis"
18729
18730 - type: "plot"
18731   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18732   algorithm: "plot_tsa_name"
18733   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18734   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18735   include:
18736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18738     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18739     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18740   layout:
18741     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18742     layout: "plot-throughput-speedup-analysis"
18743
18744 - type: "plot"
18745   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18746   algorithm: "plot_tsa_name"
18747   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18748   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18749   include:
18750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18753     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18754   layout:
18755     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18756     layout: "plot-throughput-speedup-analysis"
18757
18758 - type: "plot"
18759   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18760   algorithm: "plot_tsa_name"
18761   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18762   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18763   include:
18764     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18765     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18766     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18767     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18768     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18769     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18770   layout:
18771     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18772     layout: "plot-throughput-speedup-analysis"
18773
18774 - type: "plot"
18775   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18776   algorithm: "plot_tsa_name"
18777   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18778   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18779   include:
18780     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18781     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18782     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18783     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18784     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18785     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18786   layout:
18787     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18788     layout: "plot-throughput-speedup-analysis"
18789
18790 - type: "plot"
18791   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18792   algorithm: "plot_tsa_name"
18793   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18794   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18795   include:
18796     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18797     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18798     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18799     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18800   layout:
18801     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18802     layout: "plot-throughput-speedup-analysis"
18803
18804 - type: "plot"
18805   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18806   algorithm: "plot_tsa_name"
18807   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18808   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18809   include:
18810     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18811     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18812     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18813     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18814   layout:
18815     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18816     layout: "plot-throughput-speedup-analysis"
18817
18818 - type: "plot"
18819   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18820   algorithm: "plot_tsa_name"
18821   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18825     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18826     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18827     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18828     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18829   layout:
18830     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18831     layout: "plot-throughput-speedup-analysis"
18832
18833 - type: "plot"
18834   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18835   algorithm: "plot_tsa_name"
18836   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18840     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18841     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18842     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18843     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18844   layout:
18845     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18846     layout: "plot-throughput-speedup-analysis"
18847
18848 - type: "plot"
18849   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18850   algorithm: "plot_tsa_name"
18851   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18852   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18853   include:
18854     - "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"
18855     - "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"
18856     - "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"
18857     - "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"
18858     - "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"
18859   layout:
18860     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18861     layout: "plot-throughput-speedup-analysis"
18862
18863 - type: "plot"
18864   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18865   algorithm: "plot_tsa_name"
18866   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18867   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18868   include:
18869     - "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"
18870     - "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"
18871     - "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"
18872     - "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"
18873     - "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"
18874   layout:
18875     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18876     layout: "plot-throughput-speedup-analysis"
18877
18878 - type: "plot"
18879   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18880   algorithm: "plot_tsa_name"
18881   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18885     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18886     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18887     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18888     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18889   layout:
18890     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18891     layout: "plot-throughput-speedup-analysis"
18892
18893 - type: "plot"
18894   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18895   algorithm: "plot_tsa_name"
18896   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-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-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18901     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18902     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18903     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18904   layout:
18905     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18906     layout: "plot-throughput-speedup-analysis"
18907
18908 - type: "plot"
18909   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18910   algorithm: "plot_tsa_name"
18911   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18912   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18913   include:
18914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18916     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18917     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18918     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18919   layout:
18920     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18921     layout: "plot-throughput-speedup-analysis"
18922
18923 - type: "plot"
18924   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18925   algorithm: "plot_tsa_name"
18926   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18927   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18928   include:
18929     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18930     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18931     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18932     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18933     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18934   layout:
18935     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18936     layout: "plot-throughput-speedup-analysis"
18937
18938 - type: "plot"
18939   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18940   algorithm: "plot_tsa_name"
18941   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18942   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18943   include:
18944     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18945     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18946     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18947     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18948   layout:
18949     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18950     layout: "plot-throughput-speedup-analysis"
18951
18952 - type: "plot"
18953   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18954   algorithm: "plot_tsa_name"
18955   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18956   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18957   include:
18958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18961     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18962   layout:
18963     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18964     layout: "plot-throughput-speedup-analysis"
18965
18966 - type: "plot"
18967   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18968   algorithm: "plot_tsa_name"
18969   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18970   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18971   include:
18972     - "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"
18973     - "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"
18974     - "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"
18975     - "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"
18976   layout:
18977     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
18978     layout: "plot-throughput-speedup-analysis"
18979
18980 - type: "plot"
18981   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18982   algorithm: "plot_tsa_name"
18983   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
18984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18985   include:
18986     - "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"
18987     - "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"
18988     - "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"
18989     - "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"
18990   layout:
18991     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
18992     layout: "plot-throughput-speedup-analysis"
18993
18994 - type: "plot"
18995   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18996   algorithm: "plot_tsa_name"
18997   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
18998   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18999   include:
19000     - "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"
19001     - "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"
19002     - "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"
19003     - "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"
19004     - "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"
19005     - "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"
19006   layout:
19007     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19008     layout: "plot-throughput-speedup-analysis"
19009
19010 - type: "plot"
19011   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19012   algorithm: "plot_tsa_name"
19013   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19015   include:
19016     - "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"
19017     - "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"
19018     - "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"
19019     - "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"
19020     - "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"
19021     - "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"
19022   layout:
19023     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19024     layout: "plot-throughput-speedup-analysis"
19025
19026 ################################################################################
19027
19028 # Packet Throughput - DPDK
19029
19030 # 2n-clx-xxv710
19031
19032 - type: "plot"
19033   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19034   algorithm: "plot_perf_box_name"
19035   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
19036   data: "plot-dpdk-throughput-latency-2n-clx"
19037   include:
19038     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19039     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19040   layout:
19041     title: "2n-clx-xxv710-64b-2t1c-base-ndr"
19042     layout: "plot-throughput"
19043
19044 - type: "plot"
19045   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19046   algorithm: "plot_perf_box_name"
19047   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
19048   data: "plot-dpdk-throughput-latency-2n-clx"
19049   include:
19050     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19051     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19052   layout:
19053     title: "2n-clx-xxv710-64b-4t2c-base-ndr"
19054     layout: "plot-throughput"
19055
19056 - type: "plot"
19057   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19058   algorithm: "plot_perf_box_name"
19059   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19060   data: "plot-dpdk-throughput-latency-2n-clx"
19061   include:
19062     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19063     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19064   layout:
19065     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19066     layout: "plot-throughput"
19067
19068 - type: "plot"
19069   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19070   algorithm: "plot_perf_box_name"
19071   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19072   data: "plot-dpdk-throughput-latency-2n-clx"
19073   include:
19074     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19075     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19076   layout:
19077     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19078     layout: "plot-throughput"
19079
19080 # 2n-clx-x710
19081
19082 - type: "plot"
19083   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19084   algorithm: "plot_perf_box_name"
19085   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
19086   data: "plot-dpdk-throughput-latency-2n-clx"
19087   include:
19088     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19089     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19090   layout:
19091     title: "2n-clx-x710-64b-2t1c-base-ndr"
19092     layout: "plot-throughput"
19093
19094 - type: "plot"
19095   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19096   algorithm: "plot_perf_box_name"
19097   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
19098   data: "plot-dpdk-throughput-latency-2n-clx"
19099   include:
19100     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19101     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19102   layout:
19103     title: "2n-clx-x710-64b-4t2c-base-ndr"
19104     layout: "plot-throughput"
19105
19106 - type: "plot"
19107   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19108   algorithm: "plot_perf_box_name"
19109   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19110   data: "plot-dpdk-throughput-latency-2n-clx"
19111   include:
19112     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19113     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19114   layout:
19115     title: "2n-clx-x710-64b-2t1c-base-pdr"
19116     layout: "plot-throughput"
19117
19118 - type: "plot"
19119   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19120   algorithm: "plot_perf_box_name"
19121   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19122   data: "plot-dpdk-throughput-latency-2n-clx"
19123   include:
19124     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19125     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19126   layout:
19127     title: "2n-clx-x710-64b-4t2c-base-pdr"
19128     layout: "plot-throughput"
19129
19130 ################################################################################
19131
19132 - type: "plot"
19133   title: "Latency by percentile: 2n-skx"
19134   algorithm: "plot_hdrh_lat_by_percentile"
19135   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19136   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19137   target-links: "../../_static/vpp"
19138   data: "plot-vpp-hdrh-lat-2n-skx"
19139   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19140   layout:
19141     layout: "plot-hdrh-latency-by-percentile"
19142
19143 - type: "plot"
19144   title: "Latency by percentile: 3n-skx"
19145   algorithm: "plot_hdrh_lat_by_percentile"
19146   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19147   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19148   target-links: "../../_static/vpp"
19149   data: "plot-vpp-hdrh-lat-3n-skx"
19150   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19151   layout:
19152     layout: "plot-hdrh-latency-by-percentile"
19153
19154 - type: "plot"
19155   title: "Latency by percentile: 2n-clx"
19156   algorithm: "plot_hdrh_lat_by_percentile"
19157   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19158   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19159   target-links: "../../_static/vpp"
19160   data: "plot-vpp-hdrh-lat-2n-clx"
19161   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19162   layout:
19163     layout: "plot-hdrh-latency-by-percentile"
19164
19165 - type: "plot"
19166   title: "Latency by percentile: 3n-hsw"
19167   algorithm: "plot_hdrh_lat_by_percentile"
19168   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19169   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19170   target-links: "../../_static/vpp"
19171   data: "plot-vpp-hdrh-lat-3n-hsw"
19172   filter: "'1T1C' and 'NIC_Intel-XL710'"
19173   layout:
19174     layout: "plot-hdrh-latency-by-percentile"
19175
19176 - type: "plot"
19177   title: "Latency by percentile: 3n-tsh"
19178   algorithm: "plot_hdrh_lat_by_percentile"
19179   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19180   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19181   target-links: "../../_static/vpp"
19182   data: "plot-vpp-hdrh-lat-3n-tsh"
19183   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19184   layout:
19185     layout: "plot-hdrh-latency-by-percentile"
19186
19187 - type: "plot"
19188   title: "Latency by percentile: DPDK 2n-skx"
19189   algorithm: "plot_hdrh_lat_by_percentile"
19190   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19191   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19192   target-links: "../../_static/dpdk"
19193   data: "plot-dpdk-hdrh-lat-2n-skx"
19194   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19195   layout:
19196     layout: "plot-hdrh-latency-by-percentile"
19197
19198 - type: "plot"
19199   title: "Latency by percentile: DPDK 3n-skx"
19200   algorithm: "plot_hdrh_lat_by_percentile"
19201   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19202   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19203   target-links: "../../_static/dpdk"
19204   data: "plot-dpdk-hdrh-lat-3n-skx"
19205   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19206   layout:
19207     layout: "plot-hdrh-latency-by-percentile"
19208
19209 - type: "plot"
19210   title: "Latency by percentile: DPDK 2n-clx"
19211   algorithm: "plot_hdrh_lat_by_percentile"
19212   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19213   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19214   target-links: "../../_static/dpdk"
19215   data: "plot-dpdk-hdrh-lat-2n-clx"
19216   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19217   layout:
19218     layout: "plot-hdrh-latency-by-percentile"
19219
19220 - type: "plot"
19221   title: "Latency by percentile: DPDK 3n-hsw"
19222   algorithm: "plot_hdrh_lat_by_percentile"
19223   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19224   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19225   target-links: "../../_static/dpdk"
19226   data: "plot-dpdk-hdrh-lat-3n-hsw"
19227   filter: "'1T1C' and 'NIC_Intel-XL710'"
19228   layout:
19229     layout: "plot-hdrh-latency-by-percentile"
19230
19231 - type: "plot"
19232   title: "Latency by percentile: DPDK 3n-tsh"
19233   algorithm: "plot_hdrh_lat_by_percentile"
19234   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19235   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19236   target-links: "../../_static/dpdk"
19237   data: "plot-dpdk-hdrh-lat-3n-tsh"
19238   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19239   layout:
19240     layout: "plot-hdrh-latency-by-percentile"