Report: Add data
[csit.git] / resources / tools / presentation / specification.yaml
1 - type: "environment"
2
3   paths:
4     # Top level directories:
5     ## Working directory
6     DIR[WORKING]: "_tmp"
7     ## Build directories
8     DIR[BUILD,HTML]: "_build"
9     DIR[BUILD,LATEX]: "_build_latex"
10
11     # Static .rst files
12     DIR[RST]: "../../../docs/report"
13
14     # Working directories
15     ## Input data files (.zip, .xml)
16     DIR[WORKING,DATA]: "{DIR[WORKING]}/data"
17     ## Static source files from git
18     DIR[WORKING,SRC]: "{DIR[WORKING]}/src"
19     DIR[WORKING,SRC,STATIC]: "{DIR[WORKING,SRC]}/_static"
20
21     # Static html content
22     DIR[STATIC]: "{DIR[BUILD,HTML]}/_static"
23     DIR[STATIC,VPP]: "{DIR[STATIC]}/vpp"
24     DIR[STATIC,DPDK]: "{DIR[STATIC]}/dpdk"
25     DIR[STATIC,ARCH]: "{DIR[STATIC]}/archive"
26
27     # Detailed test results
28     DIR[DTR]: "{DIR[WORKING,SRC]}/detailed_test_results"
29     DIR[DTR,PERF,DPDK,3N,HSW]: "{DIR[DTR]}/dpdk_performance_results_3n_hsw"
30     DIR[DTR,PERF,DPDK,3N,SKX]: "{DIR[DTR]}/dpdk_performance_results_3n_skx"
31     DIR[DTR,PERF,DPDK,2N,SKX]: "{DIR[DTR]}/dpdk_performance_results_2n_skx"
32     DIR[DTR,PERF,DPDK,2N,CLX]: "{DIR[DTR]}/dpdk_performance_results_2n_clx"
33     DIR[DTR,PERF,DPDK,2N,DNV]: "{DIR[DTR]}/dpdk_performance_results_2n_dnv"
34     DIR[DTR,PERF,DPDK,3N,DNV]: "{DIR[DTR]}/dpdk_performance_results_3n_dnv"
35     DIR[DTR,PERF,DPDK,3N,TSH]: "{DIR[DTR]}/dpdk_performance_results_3n_tsh"
36     DIR[DTR,PERF,VPP,ALL]: "{DIR[DTR]}/vpp_performance_results"
37     DIR[DTR,PERF,VPP,3N,HSW]: "{DIR[DTR]}/vpp_performance_results_3n_hsw"
38     DIR[DTR,PERF,VPP,3N,SKX]: "{DIR[DTR]}/vpp_performance_results_3n_skx"
39     DIR[DTR,PERF,VPP,2N,SKX]: "{DIR[DTR]}/vpp_performance_results_2n_skx"
40     DIR[DTR,PERF,VPP,2N,CLX]: "{DIR[DTR]}/vpp_performance_results_2n_clx"
41     DIR[DTR,PERF,VPP,3N,TSH]: "{DIR[DTR]}/vpp_performance_results_3n_tsh"
42     DIR[DTR,PERF,VPP,3N,DNV]: "{DIR[DTR]}/vpp_performance_results_3n_dnv"
43     DIR[DTR,PERF,VPP,2N,DNV]: "{DIR[DTR]}/vpp_performance_results_2n_dnv"
44     DIR[DTR,MRR,VPP,ALL]: "{DIR[DTR]}/vpp_mrr_results"
45     DIR[DTR,MRR,VPP,3N,HSW]: "{DIR[DTR]}/vpp_mrr_results_3n_hsw"
46     DIR[DTR,MRR,VPP,3N,SKX]: "{DIR[DTR]}/vpp_mrr_results_3n_skx"
47     DIR[DTR,MRR,VPP,2N,SKX]: "{DIR[DTR]}/vpp_mrr_results_2n_skx"
48     DIR[DTR,MRR,VPP,2N,CLX]: "{DIR[DTR]}/vpp_mrr_results_2n_clx"
49     DIR[DTR,MRR,VPP,3N,TSH]: "{DIR[DTR]}/vpp_mrr_results_3n_tsh"
50     DIR[DTR,MRR,VPP,3N,DNV]: "{DIR[DTR]}/vpp_mrr_results_3n_dnv"
51     DIR[DTR,MRR,VPP,2N,DNV]: "{DIR[DTR]}/vpp_mrr_results_2n_dnv"
52     DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu"
53
54     # Detailed test configurations
55     DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration"
56     DIR[DTC,PERF,VPP,ALL]: "{DIR[DTC]}/vpp_performance_configuration"
57     DIR[DTC,PERF,VPP,3N,HSW]: "{DIR[DTC]}/vpp_performance_configuration_3n_hsw"
58     DIR[DTC,PERF,VPP,3N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_3n_skx"
59     DIR[DTC,PERF,VPP,2N,SKX]: "{DIR[DTC]}/vpp_performance_configuration_2n_skx"
60     DIR[DTC,PERF,VPP,2N,CLX]: "{DIR[DTC]}/vpp_performance_configuration_2n_clx"
61     DIR[DTC,PERF,VPP,3N,TSH]: "{DIR[DTC]}/vpp_performance_configuration_3n_tsh"
62     DIR[DTC,PERF,VPP,3N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_3n_dnv"
63     DIR[DTC,PERF,VPP,2N,DNV]: "{DIR[DTC]}/vpp_performance_configuration_2n_dnv"
64     DIR[DTC,MRR,VPP,ALL]: "{DIR[DTC]}/vpp_mrr_configuration"
65     DIR[DTC,MRR,VPP,3N,HSW]: "{DIR[DTC]}/vpp_mrr_configuration_3n_hsw"
66     DIR[DTC,MRR,VPP,3N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_3n_skx"
67     DIR[DTC,MRR,VPP,2N,SKX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_skx"
68     DIR[DTC,MRR,VPP,2N,CLX]: "{DIR[DTC]}/vpp_mrr_configuration_2n_clx"
69     DIR[DTC,MRR,VPP,3N,TSH]: "{DIR[DTC]}/vpp_mrr_configuration_3n_tsh"
70     DIR[DTC,MRR,VPP,3N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_3n_dnv"
71     DIR[DTC,MRR,VPP,2N,DNV]: "{DIR[DTC]}/vpp_mrr_configuration_2n_dnv"
72     DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu"
73
74     # Detailed tests operational data
75     DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data"
76     DIR[DTO,PERF,VPP,ALL]: "{DIR[DTO]}/vpp_performance_operational_data"
77     DIR[DTO,PERF,VPP,3N,HSW]: "{DIR[DTO]}/vpp_performance_operational_data_3n_hsw"
78     DIR[DTO,PERF,VPP,3N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_3n_skx"
79     DIR[DTO,PERF,VPP,2N,SKX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_skx"
80     DIR[DTO,PERF,VPP,2N,CLX]: "{DIR[DTO]}/vpp_performance_operational_data_2n_clx"
81     DIR[DTO,PERF,VPP,3N,TSH]: "{DIR[DTO]}/vpp_performance_operational_data_3n_tsh"
82     DIR[DTO,PERF,VPP,3N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_3n_dnv"
83     DIR[DTO,PERF,VPP,2N,DNV]: "{DIR[DTO]}/vpp_performance_operational_data_2n_dnv"
84
85     # Latencies:
86     DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs"
87     DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs"
88
89     # .css patch file to fix tables generated by Sphinx
90     DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css"
91     DIR[CSS_PATCH_FILE2]: "{DIR[WORKING,SRC,STATIC]}/theme_overrides.css"
92
93   urls:
94     URL[JENKINS,CSIT]: "https://jenkins.fd.io/view/csit/job"
95     URL[JENKINS,HC]: "https://jenkins.fd.io/view/hc2vpp/job"
96     URL[NEXUS,LOG]: "https://logs.fd.io/production/vex-yul-rot-jenkins-1"
97     URL[NEXUS,DOC]: "https://docs.fd.io/csit"
98     DIR[NEXUS,DOC]: "report/_static/archive"
99
100   make-dirs:
101   # List the directories which are created while preparing the environment.
102   # All directories MUST be defined in "paths" section.
103   - "DIR[WORKING,DATA]"
104   - "DIR[STATIC,VPP]"
105   - "DIR[STATIC,DPDK]"
106   - "DIR[STATIC,ARCH]"
107   - "DIR[BUILD,LATEX]"
108   - "DIR[WORKING,SRC]"
109   - "DIR[WORKING,SRC,STATIC]"
110
111   remove-dirs:
112   # List the directories which are deleted while cleaning the environment.
113   # All directories MUST be defined in "paths" section.
114   #- "DIR[BUILD,HTML]"
115   - "DIR[WORKING,DATA]"
116
117   build-dirs:
118   # List the directories where the results (build) is stored.
119   # All directories MUST be defined in "paths" section.
120   - "DIR[BUILD,HTML]"
121   - "DIR[BUILD,LATEX]"
122
123 - type: "configuration"
124
125   mapping-file: "mapping_report.yaml"
126
127   limits:
128     nic:
129       x520: 24460000
130       x553: 29761905
131       x710: 35800000
132       xxv710: 35800000
133       xl710: 35800000
134       cx556a: 60000000
135
136     link:
137       10ge: 14880952.38
138       25ge: 37202380.95
139       40ge: 59523809.52
140       100ge: 148809523.81
141
142     pci:
143       pci-g3-x8: 74404761.90
144       pci-g3-x16: 148809523.81
145
146   data-sets:
147
148     ###########################################################################
149     # 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         - 13  # NDRPDR sel
204         - 14  # NDRPDR sel
205         - 15  # NDRPDR sel
206         - 16  # NDRPDR sel
207
208     plot-vpp-hdrh-lat-3n-hsw:
209       csit-vpp-perf-report-iterative-2005-3n-hsw:
210         - 3   # NDRPDR sel
211
212     plot-vpp-nfv-3n-hsw-ndrpdr:
213       csit-vpp-perf-report-iterative-2005-3n-hsw:
214         - 3   # NDRPDR sel
215         - 4   # NDRPDR sel
216         - 5   # NDRPDR sel
217         - 10  # NDRPDR sel
218         - 11  # NDRPDR sel
219         - 12  # NDRPDR sel
220         - 13  # NDRPDR sel
221         - 14  # NDRPDR sel
222         - 15  # NDRPDR sel
223         - 16  # NDRPDR sel
224
225     plot-vpp-nfv-3n-hsw-mrr:
226       # TODO: Replace:
227       # csit-vpp-perf-report-iterative-2005-3n-hsw:
228       csit-vpp-perf-verify-2001-3n-hsw:
229         - 17  # MRR sel
230
231     plot-vpp-hoststack-3n-hsw:
232       # TODO: Replace:
233       # csit-vpp-perf-report-iterative-2005-3n-hsw:
234       csit-vpp-perf-verify-2001-3n-hsw:
235         - 103  # hoststack
236
237     plot-dpdk-throughput-latency-3n-hsw:
238       csit-dpdk-perf-report-iterative-2005-3n-hsw:
239         - 5   # NDRPDR sel
240         - 6   # NDRPDR sel
241         - 7   # NDRPDR sel
242         - 8   # NDRPDR sel
243         - 9   # NDRPDR sel
244         - 10  # NDRPDR sel
245         - 11  # NDRPDR sel
246         - 12  # NDRPDR sel
247         - 13  # NDRPDR sel
248         - 14  # NDRPDR sel
249
250     plot-dpdk-hdrh-lat-3n-hsw:
251       csit-dpdk-perf-report-iterative-2005-3n-hsw:
252         - 5   # NDRPDR sel
253
254     # 3n-skx
255
256     plot-vpp-throughput-lat-tsa-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-hdrh-lat-3n-skx:
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-ndrpdr:
269       # TODO: Replace:
270       # csit-vpp-perf-report-iterative-2005-3n-skx:
271       csit-vpp-perf-verify-2001-3n-skx:
272         - 69  # NDRPDR sel - new2001.0
273
274     plot-vpp-nfv-3n-skx-mrr:
275       # TODO: Replace:
276       # csit-vpp-perf-report-iterative-2005-3n-skx:
277       csit-vpp-perf-verify-2001-3n-skx:
278         - 50  # MRR sel
279
280     plot-dpdk-throughput-latency-3n-skx:
281       csit-dpdk-perf-report-iterative-2005-3n-skx:
282         - 4   # NDRPDR sel
283         - 5   # NDRPDR sel
284         - 6   # NDRPDR sel
285         - 7   # NDRPDR sel
286         - 8   # NDRPDR sel
287         - 11  # NDRPDR sel
288         - 12  # NDRPDR sel
289         - 13  # NDRPDR sel
290         - 14  # NDRPDR sel
291         - 15  # NDRPDR sel
292
293     plot-dpdk-hdrh-lat-3n-skx:
294       csit-dpdk-perf-report-iterative-2005-3n-skx:
295         - 4   # NDRPDR sel
296
297     # 2n-skx
298
299     plot-vpp-throughput-lat-tsa-2n-skx:
300       # TODO: Replace:
301       # csit-vpp-perf-report-iterative-2005-2n-skx:
302       csit-vpp-perf-verify-2001-2n-skx:
303         - 143  # NDRPDR sel - new2001.0
304
305     plot-vpp-hdrh-lat-2n-skx:
306       # TODO: Replace:
307       # csit-vpp-perf-report-iterative-2005-2n-skx:
308       csit-vpp-perf-verify-2001-2n-skx:
309         - 153  # NDRPDR sel - new2001.0
310
311     plot-vpp-soak-2n-skx:
312       # TODO: Replace:
313       # csit-vpp-perf-report-iterative-2005-2n-skx:
314       csit-vpp-perf-verify-2001-2n-skx:
315         - 181  # Soak
316         - 182  # Soak
317
318     plot-vpp-nfv-2n-skx-ndrpdr:
319       # TODO: Replace:
320       # csit-vpp-perf-report-iterative-2005-2n-skx:
321       csit-vpp-perf-verify-2001-2n-skx:
322         - 30  # NFV
323         - 31  # NFV
324
325     plot-vpp-nfv-2n-skx-mrr:
326       # TODO: Replace:
327       # csit-vpp-perf-report-iterative-2005-2n-skx:
328       csit-vpp-perf-verify-1908-2n-skx:
329         - 71  # NFV MRR
330
331     plot-vpp-nfv-reconf-2n-skx:
332       # TODO: Replace:
333       # csit-vpp-perf-report-iterative-2005-2n-skx:
334       csit-vpp-perf-verify-2001-2n-skx:
335         - 169  # Reconf
336
337     plot-dpdk-throughput-latency-2n-skx:
338       csit-dpdk-perf-report-iterative-2005-2n-skx:
339         - 1   # NDRPDR sel
340         - 2   # NDRPDR sel
341         - 3   # NDRPDR sel
342         - 4   # NDRPDR sel
343         - 5   # NDRPDR sel
344         - 6   # NDRPDR sel
345         - 7   # NDRPDR sel
346         - 8   # NDRPDR sel
347         - 9   # NDRPDR sel
348         - 10  # NDRPDR sel
349
350     plot-dpdk-hdrh-lat-2n-skx:
351       csit-dpdk-perf-report-iterative-2005-2n-skx:
352         - 1   # NDRPDR sel
353
354     # 2n-clx
355
356     plot-vpp-throughput-lat-tsa-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-hdrh-lat-2n-clx:
363       # TODO: Replace:
364       # csit-vpp-perf-report-iterative-2005-2n-clx:
365       csit-vpp-perf-verify-2001-2n-clx:
366         - 28  # NDRPDR sel
367
368     plot-vpp-http-server-performance:
369       # TODO: Replace:
370       # csit-vpp-perf-report-iterative-2005-2n-clx:
371       csit-vpp-perf-verify-2001-2n-clx:
372         - 80  # TCP
373
374     plot-vpp-nfv-2n-clx-ndrpdr:
375       # TODO: Replace:
376       # csit-vpp-perf-report-iterative-2005-2n-clx:
377       csit-vpp-perf-verify-2001-2n-clx:
378         - 28  # NDRPDR sel
379
380     plot-vpp-nfv-2n-clx-mrr:
381       # TODO: Replace:
382       # csit-vpp-perf-report-iterative-2005-2n-clx:
383       csit-vpp-perf-verify-2001-2n-clx:
384         - 39  # MRR
385
386     plot-vpp-nfv-reconf-2n-clx:
387       # TODO: Replace:
388       # csit-vpp-perf-report-iterative-2005-2n-clx:
389       csit-vpp-perf-verify-2001-2n-clx:
390         - 68  # Reconf
391
392     plot-vpp-soak-2n-clx:
393       # TODO: Replace:
394       # csit-vpp-perf-report-iterative-2005-2n-clx:
395       csit-vpp-perf-verify-2001-2n-clx:
396         - 93  # Soak
397         - 94  # Soak
398
399     plot-dpdk-throughput-latency-2n-clx:
400       csit-dpdk-perf-report-iterative-2005-2n-clx:
401         - 1   # NDRPDR sel
402         - 2   # NDRPDR sel
403         - 3   # NDRPDR sel
404         - 4   # NDRPDR sel
405         - 5   # NDRPDR sel
406         - 6   # NDRPDR sel
407         - 7   # NDRPDR sel
408         - 8   # NDRPDR sel
409         - 9   # NDRPDR sel
410         - 10  # NDRPDR sel
411
412     plot-dpdk-hdrh-lat-2n-clx:
413       csit-dpdk-perf-report-iterative-2005-2n-clx:
414         - 1   # NDRPDR sel
415
416     # 3n-tsh
417
418     plot-vpp-throughput-lat-tsa-3n-tsh:
419       # TODO: Replace:
420       # csit-vpp-perf-report-iterative-2005-3n-tsh:
421       csit-vpp-perf-verify-2001-3n-tsh:
422         - 3   # NDRPDR sel
423
424     plot-vpp-hdrh-lat-3n-tsh:
425       # TODO: Replace:
426       # csit-vpp-perf-report-iterative-2005-3n-tsh:
427       csit-vpp-perf-verify-2001-3n-tsh:
428         - 10  # NDRPDR sel
429
430     plot-dpdk-throughput-latency-3n-tsh:
431       # TODO: Add data:
432       csit-dpdk-perf-report-iterative-2005-3n-tsh:
433         - 5   # NDRPDR sel
434
435     plot-dpdk-hdrh-lat-3n-tsh:
436       # TODO: Replace with better results:
437       csit-dpdk-perf-report-iterative-2005-3n-tsh:
438         - 5   # NDRPDR sel
439
440     # 3n-dnv
441
442     plot-vpp-throughput-lat-tsa-3n-dnv:
443       # TODO: Add data:
444       csit-vpp-perf-report-iterative-2005-3n-dnv:
445         - 2   # NDRPDR sel
446         - 3   # NDRPDR sel
447         - 4   # NDRPDR sel
448         - 5   # NDRPDR sel
449         - 6   # NDRPDR sel
450         - 7   # NDRPDR sel
451
452     plot-dpdk-throughput-latency-3n-dnv:
453       csit-dpdk-perf-report-iterative-2005-3n-dnv:
454         - 6   # NDRPDR sel
455         - 7   # NDRPDR sel
456         - 8   # NDRPDR sel
457         - 9   # NDRPDR sel
458         - 10  # NDRPDR sel
459         - 11  # NDRPDR sel
460         - 12  # NDRPDR sel
461         - 13  # NDRPDR sel
462         - 14  # NDRPDR sel
463         - 16  # NDRPDR sel
464
465     # 2n-dnv
466
467     plot-vpp-throughput-lat-tsa-2n-dnv:
468       csit-vpp-perf-report-iterative-2005-2n-dnv:
469         - 3   # NDRPDR sel
470         - 6   # NDRPDR sel
471         - 7   # NDRPDR sel
472         - 8   # NDRPDR sel
473         - 9   # NDRPDR sel
474         - 10  # NDRPDR sel
475         - 11  # NDRPDR sel
476         - 12  # NDRPDR sel
477         - 13  # NDRPDR sel
478         - 14  # NDRPDR sel
479
480     plot-dpdk-throughput-latency-2n-dnv:
481       csit-dpdk-perf-report-iterative-2005-2n-dnv:
482         - 8   # NDRPDR sel
483         - 9   # NDRPDR sel
484         - 10  # NDRPDR sel
485         - 11  # NDRPDR sel
486         - 12  # NDRPDR sel
487         - 13  # NDRPDR sel
488         - 14  # NDRPDR sel
489         - 15  # NDRPDR sel
490         - 16  # NDRPDR sel
491         - 17  # NDRPDR sel
492
493     ###########################################################################
494     # Simple tables (only one data set):
495
496     # NIC Comparisons
497
498     vpp-nic-comparison-3n-skx:
499       # TODO: Replace:
500       # csit-vpp-perf-report-iterative-2005-3n-skx:
501       csit-vpp-perf-verify-2001-3n-skx:
502         - 69  # NDRPDR sel - new2001.0
503
504     vpp-nic-comparison-2n-skx:
505       # TODO: Replace:
506       # csit-vpp-perf-report-iterative-2005-2n-skx:
507       csit-vpp-perf-verify-2001-2n-skx:
508         - 143  # NDRPDR sel - new2001.0
509
510     vpp-nic-comparison-3n-skx-mrr:
511       # TODO: Replace:
512       # csit-vpp-perf-report-iterative-2005-3n-skx:
513       csit-vpp-perf-verify-2001-3n-skx:
514         - 50  # MRR sel
515         - 53  # MRR sel addition
516
517     vpp-nic-comparison-2n-skx-mrr:
518       # TODO: Replace:
519       # csit-vpp-perf-report-iterative-2005-2n-skx:
520       csit-vpp-perf-verify-2001-2n-skx:
521         - 101 # MRR sel
522         - 128 # MRR sel addition
523
524     # Results
525
526     vpp-perf-results-3n-hsw:
527       # TODO: Replace by FULL:
528       csit-vpp-perf-report-iterative-2005-3n-hsw:
529         - 3   # NDRPDR sel
530
531     vpp-perf-results-3n-skx:
532       # TODO: Replace:
533       # csit-vpp-perf-report-iterative-2005-3n-skx:
534       csit-vpp-perf-verify-2001-3n-skx:
535         - 69  # NDRPDR sel
536
537     vpp-perf-results-2n-skx:
538       # TODO: Replace:
539       # csit-vpp-perf-report-iterative-2005-2n-skx:
540       csit-vpp-perf-verify-2001-2n-skx:
541         - 143  # NDRPDR sel
542
543     vpp-perf-results-2n-clx:
544       # TODO: Replace:
545       # csit-vpp-perf-report-iterative-2005-2n-clx:
546       csit-vpp-perf-verify-2001-2n-clx:
547         - 28  # NDRPDR sel
548
549     vpp-perf-results-3n-tsh:
550       # TODO: Replace:
551       # csit-vpp-perf-report-iterative-2005-3n-tsh:
552       csit-vpp-perf-verify-2001-3n-tsh:
553         - 10  # NDRPDR sel
554
555     vpp-perf-results-3n-dnv:
556       # TODO: Replace by FULL:
557       csit-vpp-perf-report-iterative-2005-3n-dnv:
558         - 3   # NDRPDR sel
559
560     vpp-perf-results-2n-dnv:
561       # TODO: Replace by FULL:
562       csit-vpp-perf-report-iterative-2005-2n-dnv:
563         - 3   # NDRPDR sel
564
565     vpp-mrr-results-3n-hsw:
566       # TODO: Replace:
567       # csit-vpp-perf-report-iterative-2005-3n-hsw:
568       csit-vpp-perf-verify-2001-3n-hsw:
569         - 17  # MRR sel
570
571     vpp-mrr-results-3n-skx:
572       # TODO: Replace:
573       # csit-vpp-perf-report-iterative-2005-3n-skx:
574       csit-vpp-perf-verify-2001-3n-skx:
575         - 50  # MRR sel
576         - 53  # MRR sel addition
577
578     vpp-mrr-results-2n-skx:
579       # TODO: Replace:
580       # csit-vpp-perf-report-iterative-2005-2n-skx:
581       csit-vpp-perf-verify-2001-2n-skx:
582         - 101 # MRR sel
583         - 128 # MRR sel addition
584
585     vpp-mrr-results-2n-clx:
586       # TODO: Replace:
587       # csit-vpp-perf-report-iterative-2005-2n-clx:
588       csit-vpp-perf-verify-2001-2n-clx:
589         - 39  # MRR
590
591     vpp-mrr-results-3n-tsh:
592       # TODO: Replace:
593       # csit-vpp-perf-report-iterative-2005-3n-tsh:
594       csit-vpp-perf-verify-2001-3n-tsh:
595         - 9   # MRR sel
596
597     vpp-mrr-results-3n-dnv:
598       # TODO: Replace:
599       # csit-vpp-perf-report-iterative-2005-3n-dnv:
600       csit-vpp-perf-verify-2001-3n-dnv:
601         - 11  # MRR sel
602
603     vpp-mrr-results-2n-dnv:
604       # TODO: Replace:
605       # csit-vpp-perf-report-iterative-2005-2n-dnv:
606       csit-vpp-perf-verify-2001-2n-dnv:
607         - 12  # MRR sel
608
609     vpp-device-results-ubuntu:
610       csit-vpp-device-2005-ubuntu1804-1n-skx:
611         - 35
612
613     dpdk-perf-results-3n-hsw:
614       csit-dpdk-perf-report-iterative-2005-3n-hsw:
615         - 5   # NDRPDR sel
616
617     dpdk-perf-results-3n-skx:
618       csit-dpdk-perf-report-iterative-2005-3n-skx:
619         - 4   # NDRPDR sel
620
621     dpdk-perf-results-2n-skx:
622       csit-dpdk-perf-report-iterative-2005-2n-skx:
623         - 1   # NDRPDR sel
624
625     dpdk-perf-results-2n-clx:
626       csit-dpdk-perf-report-iterative-2005-2n-clx:
627         - 1   # NDRPDR sel
628
629     dpdk-perf-results-2n-dnv:
630       csit-dpdk-perf-report-iterative-2005-2n-dnv:
631         - 8   # NDRPDR sel
632
633     dpdk-perf-results-3n-dnv:
634       csit-dpdk-perf-report-iterative-2005-3n-dnv:
635         - 6   # NDRPDR sel
636
637     dpdk-perf-results-3n-tsh:
638       # TODO: Replace with better results:
639       csit-dpdk-perf-report-iterative-2005-3n-tsh:
640         - 5   # NDRPDR sel
641
642 ###########################################################################
643     # Tables (more than one data set)
644
645     # Performance changes
646
647     vpp-performance-changes-3n-hsw-h1:
648       csit-vpp-perf-verify-1908-3n-hsw:
649         - 12  # NDRPDR sel
650         - 13  # NDRPDR sel
651         - 14  # NDRPDR sel
652         - 15  # NDRPDR sel
653         - 16  # NDRPDR sel
654         - 17  # NDRPDR sel
655         - 18  # NDRPDR sel
656         - 19  # NDRPDR sel
657         - 20  # NDRPDR sel
658         - 21  # NDRPDR sel
659     vpp-performance-changes-3n-hsw-ref:
660       csit-vpp-perf-verify-2001-3n-hsw:
661         - 21  # NDRPDR sel
662         - 22  # NDRPDR sel
663         - 23  # NDRPDR sel
664         - 24  # NDRPDR sel
665         - 25  # NDRPDR sel
666         - 29  # NDRPDR sel
667         - 30  # NDRPDR sel
668         - 31  # NDRPDR sel
669         - 32  # NDRPDR sel
670         - 34  # NDRPDR sel
671     vpp-performance-changes-3n-hsw-cmp:
672       csit-vpp-perf-report-iterative-2005-3n-hsw:
673         - 3   # NDRPDR sel
674         - 4   # NDRPDR sel
675         - 5   # NDRPDR sel
676         - 10  # NDRPDR sel
677         - 11  # NDRPDR sel
678         - 12  # NDRPDR sel
679         - 13  # NDRPDR sel
680         - 14  # NDRPDR sel
681         - 15  # NDRPDR sel
682         - 16  # NDRPDR sel
683
684     vpp-performance-changes-3n-skx-h1:
685       csit-vpp-perf-verify-1908-3n-skx:
686         - 26  # NDRPDR sel - new1908.1
687         - 27  # NDRPDR sel - new1908.1
688         - 28  # NDRPDR sel - new1908.1
689         - 29  # NDRPDR sel - new1908.1
690         - 30  # NDRPDR sel - new1908.1
691         - 31  # NDRPDR sel - new1908.1
692         - 33  # NDRPDR sel - new1908.1
693         - 34  # NDRPDR sel - new1908.1
694         - 35  # NDRPDR sel - new1908.1
695         - 36  # NDRPDR sel - new1908.1
696     vpp-performance-changes-3n-skx-ref:
697       csit-vpp-perf-verify-2001-3n-skx:
698         - 69  # NDRPDR sel - new2001.0
699         - 71  # NDRPDR sel - new2001.0
700         - 72  # NDRPDR sel - new2001.0
701         - 76  # NDRPDR sel - new2001.0
702         - 77  # NDRPDR sel - new2001.0
703         - 78  # NDRPDR sel - new2001.0
704         - 80  # NDRPDR sel - new2001.0
705     vpp-performance-changes-3n-skx-cmp:
706       # TODO: Replace:
707       # csit-vpp-perf-report-iterative-2005-3n-skx:
708       csit-vpp-perf-verify-2001-3n-skx:
709         - 69  # NDRPDR sel - new2001.0
710         - 71  # NDRPDR sel - new2001.0
711         - 72  # NDRPDR sel - new2001.0
712         - 76  # NDRPDR sel - new2001.0
713         - 77  # NDRPDR sel - new2001.0
714         - 78  # NDRPDR sel - new2001.0
715         - 80  # NDRPDR sel - new2001.0
716
717     vpp-performance-changes-2n-skx-h1:
718       csit-vpp-perf-verify-1908-2n-skx:
719         - 39  # NDRPDR sel - new1908.1
720         - 40  # NDRPDR sel - new1908.1
721         - 41  # NDRPDR sel - new1908.1
722         - 43  # NDRPDR sel - new1908.1
723         - 44  # NDRPDR sel - new1908.1
724         - 45  # NDRPDR sel - new1908.1
725         - 46  # NDRPDR sel - new1908.1
726         - 47  # NDRPDR sel - new1908.1
727         - 48  # NDRPDR sel - new1908.1
728         - 49  # NDRPDR sel - new1908.1
729     vpp-performance-changes-2n-skx-ref:
730       csit-vpp-perf-verify-2001-2n-skx:
731         - 143  # NDRPDR sel - new2001.0
732         - 146  # NDRPDR sel - new2001.0
733         - 147  # NDRPDR sel - new2001.0
734         - 148  # NDRPDR sel - new2001.0
735         - 149  # NDRPDR sel - new2001.0
736         - 150  # NDRPDR sel - new2001.0
737         - 151  # NDRPDR sel - new2001.0
738         - 152  # NDRPDR sel - new2001.0
739         - 153  # NDRPDR sel - new2001.0
740         - 154  # NDRPDR sel - new2001.0
741     vpp-performance-changes-2n-skx-cmp:
742       # TODO: Replace:
743       # csit-vpp-perf-report-iterative-2005-2n-skx:
744       csit-vpp-perf-verify-2001-2n-skx:
745         - 143  # NDRPDR sel - new2001.0
746         - 146  # NDRPDR sel - new2001.0
747         - 147  # NDRPDR sel - new2001.0
748         - 148  # NDRPDR sel - new2001.0
749         - 149  # NDRPDR sel - new2001.0
750         - 150  # NDRPDR sel - new2001.0
751         - 151  # NDRPDR sel - new2001.0
752         - 152  # NDRPDR sel - new2001.0
753         - 153  # NDRPDR sel - new2001.0
754         - 154  # NDRPDR sel - new2001.0
755
756     vpp-performance-changes-nfv-2n-skx-ref:
757       csit-vpp-perf-verify-2001-2n-skx:
758         - 30  # NFV
759         - 31  # NFV
760     vpp-performance-changes-nfv-2n-skx-cmp:
761       # TODO: Replace:
762       # csit-vpp-perf-report-iterative-2005-2n-skx:
763       csit-vpp-perf-verify-2001-2n-skx:
764         - 30  # NFV
765         - 31  # NFV
766
767     vpp-performance-changes-2n-clx-h1:
768       csit-vpp-perf-verify-1908_1-2n-clx:
769         - 5  # NDRPDR sel
770         - 6  # NDRPDR sel
771         - 7  # NDRPDR sel
772         - 8  # NDRPDR sel
773         - 9  # NDRPDR sel
774     vpp-performance-changes-2n-clx-ref:
775       csit-vpp-perf-verify-2001-2n-clx:
776         - 28  # NDRPDR sel
777         - 29  # NDRPDR sel
778         - 32  # NDRPDR sel
779         - 40  # NDRPDR sel
780         - 43  # NDRPDR sel
781         - 44  # NDRPDR sel
782         - 45  # NDRPDR sel
783         - 47  # NDRPDR sel
784         - 48  # NDRPDR sel
785         - 49  # NDRPDR sel
786     vpp-performance-changes-2n-clx-cmp:
787       # TODO: Replace:
788       # csit-vpp-perf-report-iterative-2005-2n-clx:
789       csit-vpp-perf-verify-2001-2n-clx:
790         - 28  # NDRPDR sel
791         - 29  # NDRPDR sel
792         - 32  # NDRPDR sel
793         - 40  # NDRPDR sel
794         - 43  # NDRPDR sel
795         - 44  # NDRPDR sel
796         - 45  # NDRPDR sel
797         - 47  # NDRPDR sel
798         - 48  # NDRPDR sel
799         - 49  # NDRPDR sel
800
801     vpp-performance-changes-2n-dnv-h1:
802       csit-vpp-perf-verify-1908-2n-dnv:
803         - 1   # NDRPDR sel
804         - 2   # NDRPDR sel
805         - 3   # NDRPDR sel
806         - 4   # NDRPDR sel
807         - 5   # NDRPDR sel
808         - 6   # NDRPDR sel
809         - 7   # NDRPDR sel
810         - 8   # NDRPDR sel
811         - 9   # NDRPDR sel
812         - 10  # NDRPDR sel
813     vpp-performance-changes-2n-dnv-ref:
814       csit-vpp-perf-verify-2001-2n-dnv:
815         - 4   # NDRPDR sel
816         - 5   # NDRPDR sel
817         - 6   # NDRPDR sel
818         - 7   # NDRPDR sel
819         - 8   # NDRPDR sel
820         - 9   # NDRPDR sel
821         - 10  # NDRPDR sel
822         - 11  # NDRPDR sel
823         - 13  # NDRPDR sel
824         - 16  # NDRPDR sel
825     vpp-performance-changes-2n-dnv-cmp:
826       csit-vpp-perf-report-iterative-2005-2n-dnv:
827         - 3   # NDRPDR sel
828         - 6   # NDRPDR sel
829         - 7   # NDRPDR sel
830         - 8   # NDRPDR sel
831         - 9   # NDRPDR sel
832         - 10  # NDRPDR sel
833         - 11  # NDRPDR sel
834         - 12  # NDRPDR sel
835         - 13  # NDRPDR sel
836         - 14  # NDRPDR sel
837
838     vpp-performance-changes-3n-dnv-h1:
839       csit-vpp-perf-verify-1908-3n-dnv:
840         - 6   # NDRPDR sel
841         - 7   # NDRPDR sel
842         - 8   # NDRPDR sel
843         - 9   # NDRPDR sel
844         - 10  # NDRPDR sel
845         - 12  # NDRPDR sel
846         - 13  # NDRPDR sel
847         - 14  # NDRPDR sel
848         - 15  # NDRPDR sel
849         - 16  # NDRPDR sel
850     vpp-performance-changes-3n-dnv-ref:
851       csit-vpp-perf-verify-2001-3n-dnv:
852         - 5   # NDRPDR sel
853         - 6   # NDRPDR sel
854         - 7   # NDRPDR sel
855         - 8   # NDRPDR sel
856         - 9   # NDRPDR sel
857         - 10  # NDRPDR sel
858         - 12  # NDRPDR sel
859         - 16  # NDRPDR sel
860         - 17  # NDRPDR sel
861         - 18  # NDRPDR sel
862     vpp-performance-changes-3n-dnv-cmp:
863       # TODO: Add data:
864       csit-vpp-perf-report-iterative-2005-3n-dnv:
865         - 2   # NDRPDR sel
866         - 3   # NDRPDR sel
867         - 4   # NDRPDR sel
868         - 5   # NDRPDR sel
869         - 6   # NDRPDR sel
870         - 7   # NDRPDR sel
871
872     vpp-performance-changes-3n-tsh-h1:
873       csit-vpp-perf-verify-1908-3n-tsh:
874         - 7   # NDRPDR sel
875         - 8   # NDRPDR sel
876         - 9   # NDRPDR sel
877         - 10  # NDRPDR sel
878         - 11  # NDRPDR sel
879         - 12  # NDRPDR sel
880         - 13  # NDRPDR sel
881         - 14  # NDRPDR sel
882         - 15  # NDRPDR sel
883         - 16  # NDRPDR sel
884     vpp-performance-changes-3n-tsh-ref:
885       csit-vpp-perf-verify-2001-3n-tsh:
886         - 3   # NDRPDR sel
887         - 4   # NDRPDR sel
888         - 7   # NDRPDR sel
889         - 8   # NDRPDR sel
890         - 10  # NDRPDR sel
891         - 12  # NDRPDR sel
892         - 13  # NDRPDR sel
893         - 14  # NDRPDR sel
894         - 15  # NDRPDR sel
895         - 21  # NDRPDR sel
896     vpp-performance-changes-3n-tsh-cmp:
897       # TODO: Replace:
898       # csit-vpp-perf-report-iterative-2005-3n-tsh:
899       csit-vpp-perf-verify-2001-3n-tsh:
900         - 3   # NDRPDR sel
901         - 4   # NDRPDR sel
902         - 7   # NDRPDR sel
903         - 8   # NDRPDR sel
904         - 10  # NDRPDR sel
905         - 12  # NDRPDR sel
906         - 13  # NDRPDR sel
907         - 14  # NDRPDR sel
908         - 15  # NDRPDR sel
909         - 21  # NDRPDR sel
910
911     vpp-soak-vs-ndr-2n-skx-ref:
912       # TODO: Replace:
913       # csit-vpp-perf-report-iterative-2005-2n-skx:
914       csit-vpp-perf-verify-2001-2n-skx:
915         - 143  # NDRPDR sel - new2001.0
916         - 146  # NDRPDR sel - new2001.0
917         - 147  # NDRPDR sel - new2001.0
918         - 148  # NDRPDR sel - new2001.0
919         - 149  # NDRPDR sel - new2001.0
920         - 150  # NDRPDR sel - new2001.0
921         - 151  # NDRPDR sel - new2001.0
922         - 152  # NDRPDR sel - new2001.0
923         - 153  # NDRPDR sel - new2001.0
924         - 154  # NDRPDR sel - new2001.0
925     vpp-soak-vs-ndr-2n-skx-cmp:
926       # TODO: Replace:
927       # csit-vpp-perf-report-iterative-2005-2n-skx:
928       csit-vpp-perf-verify-2001-2n-skx:
929         - 181  # Soak
930         - 182  # Soak
931     vpp-soak-vs-ndr-2n-skx:
932       # TODO: Replace:
933       # csit-vpp-perf-report-iterative-2005-2n-skx:
934       csit-vpp-perf-verify-2001-2n-skx:
935         - 143  # NDRPDR sel - new2001.0
936         - 146  # NDRPDR sel - new2001.0
937         - 147  # NDRPDR sel - new2001.0
938         - 148  # NDRPDR sel - new2001.0
939         - 149  # NDRPDR sel - new2001.0
940         - 150  # NDRPDR sel - new2001.0
941         - 151  # NDRPDR sel - new2001.0
942         - 152  # NDRPDR sel - new2001.0
943         - 153  # NDRPDR sel - new2001.0
944         - 154  # NDRPDR sel - new2001.0
945         - 181  # Soak
946         - 182  # Soak
947
948     vpp-soak-vs-ndr-2n-clx-ref:
949       # TODO: Replace:
950       # csit-vpp-perf-report-iterative-2005-2n-clx:
951       csit-vpp-perf-verify-2001-2n-clx:
952         - 28  # NDRPDR sel
953         - 29  # NDRPDR sel
954         - 32  # NDRPDR sel
955         - 40  # NDRPDR sel
956         - 43  # NDRPDR sel
957         - 44  # NDRPDR sel
958         - 45  # NDRPDR sel
959         - 47  # NDRPDR sel
960         - 48  # NDRPDR sel
961         - 49  # NDRPDR sel
962     vpp-soak-vs-ndr-2n-clx-cmp:
963       # TODO: Replace:
964       # csit-vpp-perf-report-iterative-2005-2n-clx:
965       csit-vpp-perf-verify-2001-2n-clx:
966         - 93  # SOAK
967         - 94  # Soak
968     vpp-soak-vs-ndr-2n-clx:
969       # TODO: Replace:
970       # csit-vpp-perf-report-iterative-2005-2n-clx:
971       csit-vpp-perf-verify-2001-2n-clx:
972         - 28  # NDRPDR sel
973         - 29  # NDRPDR sel
974         - 32  # NDRPDR sel
975         - 40  # NDRPDR sel
976         - 43  # NDRPDR sel
977         - 44  # NDRPDR sel
978         - 45  # NDRPDR sel
979         - 47  # NDRPDR sel
980         - 48  # NDRPDR sel
981         - 49  # NDRPDR sel
982         - 93  # SOAK
983         - 94  # Soak
984
985     vpp-performance-changes-3n-hsw-mrr-h1:
986       csit-vpp-perf-verify-1908-3n-hsw:
987         - 39  # MRR sel
988     vpp-performance-changes-3n-hsw-mrr-ref:
989       csit-vpp-perf-verify-2001-3n-hsw:
990         - 17  # MRR sel
991     vpp-performance-changes-3n-hsw-mrr-cmp:
992       # TODO: Replace:
993       # csit-vpp-perf-report-iterative-2005-3n-hsw:
994       csit-vpp-perf-verify-2001-3n-hsw:
995         - 17  # MRR sel
996
997     vpp-performance-changes-3n-skx-mrr-h1:
998       csit-vpp-perf-verify-1908-3n-skx:
999         - 36  # MRR sel
1000     vpp-performance-changes-3n-skx-mrr-ref:
1001       csit-vpp-perf-verify-2001-3n-skx:
1002         - 50  # MRR sel
1003         - 53  # MRR sel addition
1004     vpp-performance-changes-3n-skx-mrr-cmp:
1005       # TODO: Replace:
1006       # csit-vpp-perf-report-iterative-2005-3n-skx:
1007       csit-vpp-perf-verify-2001-3n-skx:
1008         - 50  # MRR sel
1009         - 53  # MRR sel addition
1010
1011     vpp-performance-changes-2n-skx-mrr-h1:
1012       csit-vpp-perf-verify-1908-2n-skx:
1013         - 69  # MRR sel
1014     vpp-performance-changes-2n-skx-mrr-ref:
1015       csit-vpp-perf-verify-2001-2n-skx:
1016         - 101 # MRR sel
1017         - 128 # MRR sel addition
1018     vpp-performance-changes-2n-skx-mrr-cmp:
1019       # TODO: Replace:
1020       # csit-vpp-perf-report-iterative-2005-2n-skx:
1021       csit-vpp-perf-verify-2001-2n-skx:
1022         - 101 # MRR sel
1023         - 128 # MRR sel addition
1024
1025 #    vpp-performance-changes-nfv-2n-skx-mrr-ref:
1026 #      csit-vpp-perf-verify-1908-2n-skx:
1027 #        - 71  # NFV MRR
1028 #    vpp-performance-changes-nfv-2n-skx-mrr-cmp:
1029 #      # TODO: Replace
1030 #      # csit-vpp-perf-verify-2001-2n-skx:
1031 #      csit-vpp-perf-verify-1908-2n-skx:
1032 #        - 71  # NFV MRR
1033
1034     vpp-performance-changes-2n-dnv-mrr-h1:
1035       csit-vpp-perf-verify-1908-2n-dnv:
1036         - 11  # MRR sel
1037     vpp-performance-changes-2n-dnv-mrr-ref:
1038       csit-vpp-perf-verify-2001-2n-dnv:
1039         - 12  # MRR sel
1040     vpp-performance-changes-2n-dnv-mrr-cmp:
1041       # TODO: Replace:
1042       # csit-vpp-perf-report-iterative-2005-2n-dnv:
1043       csit-vpp-perf-verify-2001-2n-dnv:
1044         - 12  # MRR sel
1045
1046     vpp-performance-changes-3n-dnv-mrr-h1:
1047       csit-vpp-perf-verify-1908-3n-dnv:
1048         - 17  # MRR sel
1049     vpp-performance-changes-3n-dnv-mrr-ref:
1050       csit-vpp-perf-verify-2001-3n-dnv:
1051         - 11  # MRR sel
1052     vpp-performance-changes-3n-dnv-mrr-cmp:
1053       # TODO: Replace:
1054       # csit-vpp-perf-report-iterative-2005-3n-dnv:
1055       csit-vpp-perf-verify-2001-3n-dnv:
1056         - 11  # MRR sel
1057
1058     vpp-performance-changes-3n-tsh-mrr-h1:
1059       csit-vpp-perf-verify-1908-3n-tsh:
1060         - 17  # MRR sel
1061     vpp-performance-changes-3n-tsh-mrr-ref:
1062       csit-vpp-perf-verify-2001-3n-tsh:
1063         - 9   # MRR sel
1064     vpp-performance-changes-3n-tsh-mrr-cmp:
1065       # TODO: Replace:
1066       # csit-vpp-perf-report-iterative-2005-3n-tsh:
1067       csit-vpp-perf-verify-2001-3n-tsh:
1068         - 9   # MRR sel
1069
1070     dpdk-performance-changes-3n-hsw-h1:
1071       csit-dpdk-perf-verify-1908-3n-hsw:
1072         - 2   # NDRPDR sel
1073         - 3   # NDRPDR sel
1074         - 4   # NDRPDR sel
1075         - 5   # NDRPDR sel
1076         - 6   # NDRPDR sel
1077         - 7   # NDRPDR sel
1078         - 8   # NDRPDR sel
1079         - 9   # NDRPDR sel
1080         - 10  # NDRPDR sel
1081         - 11  # NDRPDR sel
1082     dpdk-performance-changes-3n-hsw-ref:
1083       csit-dpdk-perf-verify-2001-3n-hsw:
1084         - 4   # NDRPDR sel
1085         - 5   # NDRPDR sel
1086         - 6   # NDRPDR sel
1087         - 7   # NDRPDR sel
1088         - 8   # NDRPDR sel
1089         - 9   # NDRPDR sel
1090         - 10  # NDRPDR sel
1091         - 11  # NDRPDR sel
1092         - 12  # NDRPDR sel
1093         - 13  # NDRPDR sel
1094         - 15  # NDRPDR sel
1095         - 16  # NDRPDR sel
1096         - 17  # NDRPDR sel
1097         - 18  # NDRPDR sel
1098         - 19  # NDRPDR sel
1099         - 20  # NDRPDR sel
1100         - 21  # NDRPDR sel
1101         - 22  # NDRPDR sel
1102         - 23  # NDRPDR sel
1103         - 24  # NDRPDR sel
1104     dpdk-performance-changes-3n-hsw-cmp:
1105       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1106         - 5   # NDRPDR sel
1107         - 6   # NDRPDR sel
1108         - 7   # NDRPDR sel
1109         - 8   # NDRPDR sel
1110         - 9   # NDRPDR sel
1111         - 10  # NDRPDR sel
1112         - 11  # NDRPDR sel
1113         - 12  # NDRPDR sel
1114         - 13  # NDRPDR sel
1115         - 14  # NDRPDR sel
1116
1117     dpdk-performance-changes-3n-skx-h1:
1118       csit-dpdk-perf-verify-1908-3n-skx:
1119         - 3   # NDRPDR sel
1120         - 4   # NDRPDR sel
1121         - 5   # NDRPDR sel
1122         - 6   # NDRPDR sel
1123         - 7   # NDRPDR sel
1124         - 8   # NDRPDR sel
1125         - 9   # NDRPDR sel
1126         - 10  # NDRPDR sel
1127         - 11  # NDRPDR sel
1128         - 12  # NDRPDR sel
1129     dpdk-performance-changes-3n-skx-ref:
1130       csit-dpdk-perf-verify-2001-3n-skx:
1131         - 29  # NDRPDR sel xxv710
1132         - 33  # NDRPDR sel xxv710
1133         - 34  # NDRPDR sel xxv710
1134         - 35  # NDRPDR sel xxv710
1135         - 36  # NDRPDR sel xxv710
1136         - 37  # NDRPDR sel xxv710
1137         - 41  # NDRPDR sel xxv710
1138         - 42  # NDRPDR sel xxv710
1139         - 43  # NDRPDR sel xxv710
1140         - 45  # NDRPDR sel xxv710
1141         - 30  # NDRPDR sel x710
1142         - 31  # NDRPDR sel x710
1143         - 32  # NDRPDR sel x710
1144         - 38  # NDRPDR sel x710
1145         - 39  # NDRPDR sel x710
1146         - 40  # NDRPDR sel x710
1147         - 44  # NDRPDR sel x710
1148         - 46  # NDRPDR sel x710
1149         - 47  # NDRPDR sel x710
1150         - 48  # NDRPDR sel x710
1151     dpdk-performance-changes-3n-skx-cmp:
1152       csit-dpdk-perf-report-iterative-2005-3n-skx:
1153         - 4   # NDRPDR sel
1154         - 5   # NDRPDR sel
1155         - 6   # NDRPDR sel
1156         - 7   # NDRPDR sel
1157         - 8   # NDRPDR sel
1158         - 11  # NDRPDR sel
1159         - 12  # NDRPDR sel
1160         - 13  # NDRPDR sel
1161         - 14  # NDRPDR sel
1162         - 15  # NDRPDR sel
1163
1164     dpdk-performance-changes-2n-skx-h1:
1165       csit-dpdk-perf-verify-1908-2n-skx:
1166         - 2   # NDRPDR sel
1167         - 3   # NDRPDR sel
1168         - 4   # NDRPDR sel
1169         - 5   # NDRPDR sel
1170         - 7   # NDRPDR sel
1171         - 8   # NDRPDR sel
1172         - 9   # NDRPDR sel
1173         - 10  # NDRPDR sel
1174         - 11  # NDRPDR sel
1175         - 12  # NDRPDR sel
1176     dpdk-performance-changes-2n-skx-ref:
1177       csit-dpdk-perf-verify-2001-2n-skx:
1178         - 35  # NDRPDR sel xxv710
1179         - 36  # NDRPDR sel xxv710
1180         - 37  # NDRPDR sel xxv710
1181         - 41  # NDRPDR sel xxv710
1182         - 42  # NDRPDR sel xxv710
1183         - 43  # NDRPDR sel xxv710
1184         - 46  # NDRPDR sel xxv710
1185         - 47  # NDRPDR sel xxv710
1186         - 52  # NDRPDR sel xxv710
1187         - 53  # NDRPDR sel xxv710
1188         - 38  # NDRPDR sel x710
1189         - 39  # NDRPDR sel x710
1190         - 40  # NDRPDR sel x710
1191         - 44  # NDRPDR sel x710
1192         - 45  # NDRPDR sel x710
1193         - 48  # NDRPDR sel x710
1194         - 49  # NDRPDR sel x710
1195         - 50  # NDRPDR sel x710
1196         - 51  # NDRPDR sel x710
1197         - 54  # NDRPDR sel x710
1198     dpdk-performance-changes-2n-skx-cmp:
1199       csit-dpdk-perf-report-iterative-2005-2n-skx:
1200         - 1   # NDRPDR sel
1201         - 2   # NDRPDR sel
1202         - 3   # NDRPDR sel
1203         - 4   # NDRPDR sel
1204         - 5   # NDRPDR sel
1205         - 6   # NDRPDR sel
1206         - 7   # NDRPDR sel
1207         - 8   # NDRPDR sel
1208         - 9   # NDRPDR sel
1209         - 10  # NDRPDR sel
1210
1211     dpdk-performance-changes-2n-clx-ref:
1212       csit-dpdk-perf-verify-2001-2n-clx:
1213         - 15  # NDRPDR sel
1214         - 16  # NDRPDR sel
1215         - 17  # NDRPDR sel
1216         - 18  # NDRPDR sel
1217         - 19  # NDRPDR sel
1218         - 20  # NDRPDR sel
1219         - 21  # NDRPDR sel
1220         - 22  # NDRPDR sel
1221         - 23  # NDRPDR sel
1222         - 24  # NDRPDR sel
1223         - 25  # NDRPDR sel
1224         - 26  # NDRPDR sel
1225         - 27  # NDRPDR sel
1226         - 28  # NDRPDR sel
1227         - 29  # NDRPDR sel
1228         - 30  # NDRPDR sel
1229         - 31  # NDRPDR sel
1230         - 32  # NDRPDR sel
1231         - 33  # NDRPDR sel
1232         - 34  # NDRPDR sel
1233     dpdk-performance-changes-2n-clx-cmp:
1234       csit-dpdk-perf-report-iterative-2005-2n-clx:
1235         - 1   # NDRPDR sel
1236         - 2   # NDRPDR sel
1237         - 3   # NDRPDR sel
1238         - 4   # NDRPDR sel
1239         - 5   # NDRPDR sel
1240         - 6   # NDRPDR sel
1241         - 7   # NDRPDR sel
1242         - 8   # NDRPDR sel
1243         - 9   # NDRPDR sel
1244         - 10  # NDRPDR sel
1245
1246     dpdk-performance-changes-2n-dnv-ref:
1247       csit-dpdk-perf-verify-2001-2n-dnv:
1248         - 9   # NDRPDR sel
1249         - 10  # NDRPDR sel
1250         - 11  # NDRPDR sel
1251         - 12  # NDRPDR sel
1252         - 13  # NDRPDR sel
1253         - 14  # NDRPDR sel
1254         - 15  # NDRPDR sel
1255         - 16  # NDRPDR sel
1256         - 17  # NDRPDR sel
1257         - 18  # NDRPDR sel
1258     dpdk-performance-changes-2n-dnv-cmp:
1259       csit-dpdk-perf-report-iterative-2005-2n-dnv:
1260         - 8   # NDRPDR sel
1261         - 9   # NDRPDR sel
1262         - 10  # NDRPDR sel
1263         - 11  # NDRPDR sel
1264         - 12  # NDRPDR sel
1265         - 13  # NDRPDR sel
1266         - 14  # NDRPDR sel
1267         - 15  # NDRPDR sel
1268         - 16  # NDRPDR sel
1269         - 17  # NDRPDR sel
1270
1271     dpdk-performance-changes-3n-dnv-ref:
1272       csit-dpdk-perf-verify-2001-3n-dnv:
1273         - 12  # NDRPDR sel
1274         - 13  # NDRPDR sel
1275         - 14  # NDRPDR sel
1276         - 15  # NDRPDR sel
1277         - 16  # NDRPDR sel
1278         - 17  # NDRPDR sel
1279         - 18  # NDRPDR sel
1280         - 19  # NDRPDR sel
1281         - 20  # NDRPDR sel
1282         - 22  # NDRPDR sel
1283     dpdk-performance-changes-3n-dnv-cmp:
1284       csit-dpdk-perf-report-iterative-2005-3n-dnv:
1285         - 6   # NDRPDR sel
1286         - 7   # NDRPDR sel
1287         - 8   # NDRPDR sel
1288         - 9   # NDRPDR sel
1289         - 10  # NDRPDR sel
1290         - 11  # NDRPDR sel
1291         - 12  # NDRPDR sel
1292         - 13  # NDRPDR sel
1293         - 14  # NDRPDR sel
1294         - 16  # NDRPDR sel
1295
1296     dpdk-performance-changes-3n-tsh-ref:
1297       csit-dpdk-perf-verify-2001-3n-tsh:
1298         - 3   # NDRPDR sel
1299         - 4   # NDRPDR sel
1300         - 5   # NDRPDR sel
1301         - 9   # NDRPDR sel
1302         - 10  # NDRPDR sel
1303         - 11  # NDRPDR sel
1304         - 12  # NDRPDR sel
1305         - 14  # NDRPDR sel
1306         - 15  # NDRPDR sel
1307         - 18  # NDRPDR sel
1308     dpdk-performance-changes-3n-tsh-cmp:
1309       # TODO: Add data:
1310       csit-dpdk-perf-report-iterative-2005-3n-tsh:
1311         - 5   # NDRPDR sel
1312
1313     # Compare testbeds
1314
1315     vpp-compare-testbeds-ref:
1316       csit-vpp-perf-report-iterative-2005-3n-hsw:
1317         - 3   # NDRPDR sel
1318         - 4   # NDRPDR sel
1319         - 5   # NDRPDR sel
1320         - 10  # NDRPDR sel
1321         - 11  # NDRPDR sel
1322         - 12  # NDRPDR sel
1323         - 13  # NDRPDR sel
1324         - 14  # NDRPDR sel
1325         - 15  # NDRPDR sel
1326         - 16  # NDRPDR sel
1327     vpp-compare-testbeds-cmp:
1328       # TODO: Replace:
1329       # csit-vpp-perf-report-iterative-2005-3n-skx:
1330       csit-vpp-perf-verify-2001-3n-skx:
1331         - 69  # NDRPDR sel - new2001.0
1332         - 71  # NDRPDR sel - new2001.0
1333         - 72  # NDRPDR sel - new2001.0
1334         - 76  # NDRPDR sel - new2001.0
1335         - 77  # NDRPDR sel - new2001.0
1336         - 78  # NDRPDR sel - new2001.0
1337         - 80  # NDRPDR sel - new2001.0
1338
1339     vpp-compare-testbeds-skx-clx-ref:
1340       # TODO: Replace:
1341       # csit-vpp-perf-report-iterative-2005-2n-skx:
1342       csit-vpp-perf-verify-2001-2n-skx:
1343         - 143  # NDRPDR sel - new2001.0
1344         - 146  # NDRPDR sel - new2001.0
1345         - 147  # NDRPDR sel - new2001.0
1346         - 148  # NDRPDR sel - new2001.0
1347         - 149  # NDRPDR sel - new2001.0
1348         - 150  # NDRPDR sel - new2001.0
1349         - 151  # NDRPDR sel - new2001.0
1350         - 152  # NDRPDR sel - new2001.0
1351         - 153  # NDRPDR sel - new2001.0
1352         - 154  # NDRPDR sel - new2001.0
1353     vpp-compare-testbeds-skx-clx-cmp:
1354       # TODO: Replace:
1355       # csit-vpp-perf-report-iterative-2005-2n-clx:
1356       csit-vpp-perf-verify-2001-2n-clx:
1357         - 28  # NDRPDR sel
1358         - 29  # NDRPDR sel
1359         - 32  # NDRPDR sel
1360         - 40  # NDRPDR sel
1361         - 43  # NDRPDR sel
1362         - 44  # NDRPDR sel
1363         - 45  # NDRPDR sel
1364         - 47  # NDRPDR sel
1365         - 48  # NDRPDR sel
1366         - 49  # NDRPDR sel
1367
1368     vpp-compare-testbeds-hsw-clx-ref:
1369       csit-vpp-perf-report-iterative-2005-3n-hsw:
1370         - 3   # NDRPDR sel
1371         - 4   # NDRPDR sel
1372         - 5   # NDRPDR sel
1373         - 10  # NDRPDR sel
1374         - 11  # NDRPDR sel
1375         - 12  # NDRPDR sel
1376         - 13  # NDRPDR sel
1377         - 14  # NDRPDR sel
1378         - 15  # NDRPDR sel
1379         - 16  # NDRPDR sel
1380     vpp-compare-testbeds-hsw-clx-cmp:
1381       # TODO: Replace:
1382       # csit-vpp-perf-report-iterative-2005-2n-clx:
1383       csit-vpp-perf-verify-2001-2n-clx:
1384         - 28  # NDRPDR sel
1385         - 29  # NDRPDR sel
1386         - 32  # NDRPDR sel
1387         - 40  # NDRPDR sel
1388         - 43  # NDRPDR sel
1389         - 44  # NDRPDR sel
1390         - 45  # NDRPDR sel
1391         - 47  # NDRPDR sel
1392         - 48  # NDRPDR sel
1393         - 49  # NDRPDR sel
1394
1395     vpp-compare-testbeds-mrr-ref:
1396       # TODO: Replace:
1397       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1398       csit-vpp-perf-verify-2001-3n-hsw:
1399         - 17  # MRR sel
1400     vpp-compare-testbeds-mrr-cmp:
1401       # TODO: Replace:
1402       # csit-vpp-perf-report-iterative-2005-3n-skx:
1403       csit-vpp-perf-verify-2001-3n-skx:
1404         - 50  # MRR sel
1405         - 53  # MRR sel addition
1406
1407     vpp-compare-testbeds-mrr-skx-clx-ref:
1408       # TODO: Replace:
1409       # csit-vpp-perf-report-iterative-2005-2n-skx:
1410       csit-vpp-perf-verify-2001-2n-skx:
1411         - 101 # MRR sel
1412         - 128 # MRR sel addition
1413     vpp-compare-testbeds-mrr-skx-clx-cmp:
1414       # TODO: Replace:
1415       # csit-vpp-perf-report-iterative-2005-2n-clx:
1416       csit-vpp-perf-verify-2001-2n-clx:
1417         - 39  # MRR
1418
1419     vpp-compare-testbeds-mrr-hsw-clx-ref:
1420       # TODO: Replace:
1421       # csit-vpp-perf-report-iterative-2005-3n-hsw:
1422       csit-vpp-perf-verify-2001-3n-hsw:
1423         - 17  # MRR sel
1424     vpp-compare-testbeds-mrr-hsw-clx-cmp:
1425       # TODO: Replace:
1426       # csit-vpp-perf-report-iterative-2005-2n-clx:
1427       csit-vpp-perf-verify-2001-2n-clx:
1428         - 39  # MRR
1429
1430     dpdk-compare-testbeds-ref:
1431       csit-dpdk-perf-report-iterative-2005-3n-hsw:
1432         - 5   # NDRPDR sel
1433         - 6   # NDRPDR sel
1434         - 7   # NDRPDR sel
1435         - 8   # NDRPDR sel
1436         - 9   # NDRPDR sel
1437         - 10  # NDRPDR sel
1438         - 11  # NDRPDR sel
1439         - 12  # NDRPDR sel
1440         - 13  # NDRPDR sel
1441         - 14  # NDRPDR sel
1442     dpdk-compare-testbeds-cmp:
1443       csit-dpdk-perf-report-iterative-2005-3n-skx:
1444         - 4   # NDRPDR sel
1445         - 5   # NDRPDR sel
1446         - 6   # NDRPDR sel
1447         - 7   # NDRPDR sel
1448         - 8   # NDRPDR sel
1449         - 11  # NDRPDR sel
1450         - 12  # NDRPDR sel
1451         - 13  # NDRPDR sel
1452         - 14  # NDRPDR sel
1453         - 15  # NDRPDR sel
1454
1455     dpdk-compare-testbeds-skx-clx-ref:
1456       csit-dpdk-perf-report-iterative-2005-2n-skx:
1457         - 1   # NDRPDR sel
1458         - 2   # NDRPDR sel
1459         - 3   # NDRPDR sel
1460         - 4   # NDRPDR sel
1461         - 5   # NDRPDR sel
1462         - 6   # NDRPDR sel
1463         - 7   # NDRPDR sel
1464         - 8   # NDRPDR sel
1465         - 9   # NDRPDR sel
1466         - 10  # NDRPDR sel
1467     dpdk-compare-testbeds-skx-clx-cmp:
1468       csit-dpdk-perf-report-iterative-2005-2n-clx:
1469         - 1   # NDRPDR sel
1470         - 2   # NDRPDR sel
1471         - 3   # NDRPDR sel
1472         - 4   # NDRPDR sel
1473         - 5   # NDRPDR sel
1474         - 6   # NDRPDR sel
1475         - 7   # NDRPDR sel
1476         - 8   # NDRPDR sel
1477         - 9   # NDRPDR sel
1478         - 10  # NDRPDR sel
1479
1480     # Compare topologies
1481
1482     vpp-compare-topologies-ref:
1483       # TODO: Replace:
1484       # csit-vpp-perf-report-iterative-2005-3n-skx:
1485       csit-vpp-perf-verify-2001-3n-skx:
1486         - 69  # NDRPDR sel - new2001.0
1487         - 71  # NDRPDR sel - new2001.0
1488         - 72  # NDRPDR sel - new2001.0
1489         - 76  # NDRPDR sel - new2001.0
1490         - 77  # NDRPDR sel - new2001.0
1491         - 78  # NDRPDR sel - new2001.0
1492         - 80  # NDRPDR sel - new2001.0
1493     vpp-compare-topologies-cmp:
1494       # TODO: Replace:
1495       # csit-vpp-perf-report-iterative-2005-2n-skx:
1496       csit-vpp-perf-verify-2001-2n-skx:
1497         - 143  # NDRPDR sel - new2001.0
1498         - 146  # NDRPDR sel - new2001.0
1499         - 147  # NDRPDR sel - new2001.0
1500         - 148  # NDRPDR sel - new2001.0
1501         - 149  # NDRPDR sel - new2001.0
1502         - 150  # NDRPDR sel - new2001.0
1503         - 151  # NDRPDR sel - new2001.0
1504         - 152  # NDRPDR sel - new2001.0
1505         - 153  # NDRPDR sel - new2001.0
1506         - 154  # NDRPDR sel - new2001.0
1507
1508     vpp-compare-topologies-mrr-ref:
1509       # TODO: Replace:
1510       # csit-vpp-perf-report-iterative-2005-3n-skx:
1511       csit-vpp-perf-verify-2001-3n-skx:
1512         - 50  # MRR sel
1513         - 53  # MRR sel addition
1514     vpp-compare-topologies-mrr-cmp:
1515       # TODO: Replace:
1516       # csit-vpp-perf-report-iterative-2005-2n-skx:
1517       csit-vpp-perf-verify-2001-2n-skx:
1518         - 101 # MRR sel
1519         - 128 # MRR sel addition
1520
1521     dpdk-compare-topologies-ref:
1522       csit-dpdk-perf-report-iterative-2005-3n-skx:
1523         - 4   # NDRPDR sel
1524         - 5   # NDRPDR sel
1525         - 6   # NDRPDR sel
1526         - 7   # NDRPDR sel
1527         - 8   # NDRPDR sel
1528         - 11  # NDRPDR sel
1529         - 12  # NDRPDR sel
1530         - 13  # NDRPDR sel
1531         - 14  # NDRPDR sel
1532         - 15  # NDRPDR sel
1533     dpdk-compare-topologies-cmp:
1534       csit-dpdk-perf-report-iterative-2005-2n-skx:
1535         - 1   # NDRPDR sel
1536         - 2   # NDRPDR sel
1537         - 3   # NDRPDR sel
1538         - 4   # NDRPDR sel
1539         - 5   # NDRPDR sel
1540         - 6   # NDRPDR sel
1541         - 7   # NDRPDR sel
1542         - 8   # NDRPDR sel
1543         - 9   # NDRPDR sel
1544         - 10  # NDRPDR sel
1545
1546   plot-layouts:
1547
1548     plot-soak-throughput:
1549       titlefont:
1550         size: 18
1551       xaxis:
1552         title: "<b>Test Cases [Index]</b>"
1553         titlefont:
1554           size: 16
1555         autorange: True
1556         fixedrange: False
1557         gridcolor: "rgb(230, 230, 230)"
1558         linecolor: "rgb(220, 220, 220)"
1559         linewidth: 1
1560         showgrid: True
1561         showline: True
1562         showticklabels: True
1563         tickcolor: "rgb(220, 220, 220)"
1564         tickmode: "linear"
1565         tickfont:
1566           size: 16
1567         zeroline: False
1568       yaxis:
1569         title: "<b>Critical Rate Lower Bound [Mpps]</b>"
1570         titlefont:
1571           size: 16
1572         gridcolor: "rgb(230, 230, 230)"
1573         hoverformat: ".4r"
1574         tickformat: ".3r"
1575         linecolor: "rgb(220, 220, 220)"
1576         linewidth: 1
1577         showgrid: True
1578         showline: True
1579         showticklabels: True
1580         tickcolor: "rgb(220, 220, 220)"
1581         tickfont:
1582           size: 16
1583         zeroline: False
1584         range: [0,50]
1585       autosize: False
1586       margin:
1587         t: 50
1588         b: 0
1589         l: 80
1590         r: 20
1591       showlegend: True
1592       legend:
1593         orientation: "h"
1594         font:
1595           size: 16
1596       width: 700
1597       height: 900
1598       paper_bgcolor: "#fff"
1599       plot_bgcolor: "#fff"
1600       hoverlabel:
1601         namelength: -1
1602
1603     plot-service-density:
1604       titlefont:
1605         size: 18
1606       xaxis:
1607         side: "top"
1608         autorange: True
1609         fixedrange: False
1610         showgrid: False
1611         showline: False
1612         showticklabels: False
1613         ticks: ""
1614         ticklen: 0
1615         tickwidth: 0
1616         zeroline: False
1617       yaxis:
1618         autorange: "reversed"
1619         showgrid: False
1620         showline: False
1621         showticklabels: False
1622         ticks: ""
1623         ticklen: 0
1624         tickwidth: 0
1625         zeroline: False
1626       showlegend: False
1627       paper_bgcolor: "#fff"
1628       plot_bgcolor: "#fff"
1629       width: 700
1630       height: 700
1631       hoverlabel:
1632         namelength: -1
1633
1634     plot-cps:
1635       titlefont:
1636         size: 18
1637       xaxis:
1638         title: "<b>Test Cases [Index]</b>"
1639         titlefont:
1640           size: 16
1641         autorange: True
1642         fixedrange: False
1643         gridcolor: "rgb(230, 230, 230)"
1644         linecolor: "rgb(220, 220, 220)"
1645         linewidth: 1
1646         showgrid: True
1647         showline: True
1648         showticklabels: True
1649         tickcolor: "rgb(220, 220, 220)"
1650         tickmode: "linear"
1651         tickfont:
1652           size: 16
1653         zeroline: False
1654       yaxis:
1655         title: "<b>Connections Per Second [cps]</b>"
1656         titlefont:
1657           size: 16
1658         gridcolor: "rgb(230, 230, 230)"
1659         hoverformat: ".4s"
1660         linecolor: "rgb(220, 220, 220)"
1661         linewidth: 1
1662         rangemode: "tozero"
1663         showgrid: True
1664         showline: True
1665         showticklabels: True
1666         tickcolor: "rgb(220, 220, 220)"
1667         tickformat: ".3s"
1668         tickfont:
1669           size: 16
1670         zeroline: False
1671       boxmode: "group"
1672       boxgroupgap: 0.5
1673       autosize: False
1674       margin:
1675         t: 50
1676         b: 20
1677         l: 80
1678         r: 20
1679       showlegend: True
1680       legend:
1681         orientation: "h"
1682         font:
1683           size: 16
1684       width: 700
1685       height: 800
1686       paper_bgcolor: "#fff"
1687       plot_bgcolor: "#fff"
1688       hoverlabel:
1689         namelength: -1
1690
1691     plot-rps:
1692       titlefont:
1693         size: 18
1694       xaxis:
1695         title: "<b>Test Cases [Index]</b>"
1696         titlefont:
1697           size: 16
1698         autorange: True
1699         fixedrange: False
1700         gridcolor: "rgb(230, 230, 230)"
1701         linecolor: "rgb(220, 220, 220)"
1702         linewidth: 1
1703         showgrid: True
1704         showline: True
1705         showticklabels: True
1706         tickcolor: "rgb(220, 220, 220)"
1707         tickmode: "linear"
1708         tickfont:
1709           size: 16
1710         zeroline: False
1711       yaxis:
1712         title: "<b>Requests Per Second [rps]</b>"
1713         titlefont:
1714           size: 16
1715         gridcolor: "rgb(230, 230, 230)"
1716         hoverformat: ".4s"
1717         linecolor: "rgb(220, 220, 220)"
1718         linewidth: 1
1719         rangemode: "tozero"
1720         showgrid: True
1721         showline: True
1722         showticklabels: True
1723         tickcolor: "rgb(230, 230, 230)"
1724         tickformat: ".3s"
1725         tickfont:
1726           size: 16
1727         zeroline: False
1728       boxmode: "group"
1729       boxgroupgap: 0.5
1730       autosize: False
1731       margin:
1732         t: 50
1733         b: 20
1734         l: 80
1735         r: 20
1736       showlegend: True
1737       legend:
1738         orientation: "h"
1739         font:
1740           size: 16
1741       width: 700
1742       height: 800
1743       paper_bgcolor: "#fff"
1744       plot_bgcolor: "#fff"
1745       hoverlabel:
1746         namelength: -1
1747
1748     plot-hoststack:
1749       titlefont:
1750         size: 16
1751       xaxis:
1752         title: "<b>Test Cases [Index]</b>"
1753         titlefont:
1754           size: 14
1755         autorange: True
1756         fixedrange: False
1757         gridcolor: "rgb(230, 230, 230)"
1758         linecolor: "rgb(220, 220, 220)"
1759         linewidth: 1
1760         showgrid: True
1761         showline: True
1762         showticklabels: True
1763         tickcolor: "rgb(220, 220, 220)"
1764         tickmode: "linear"
1765         tickfont:
1766           size: 14
1767         zeroline: False
1768       yaxis:
1769         title: "<b>Bandwidth [Gbps]</b>"
1770         titlefont:
1771           size: 14
1772         gridcolor: "rgb(230, 230, 230)"
1773         hoverformat: ".4s"
1774         linecolor: "rgb(220, 220, 220)"
1775         linewidth: 1
1776         rangemode: "tozero"
1777         showgrid: True
1778         showline: True
1779         showticklabels: True
1780         tickcolor: "rgb(230, 230, 230)"
1781         tickformat: ".3s"
1782         tickfont:
1783           size: 14
1784         zeroline: False
1785       boxmode: "group"
1786       boxgroupgap: 0.5
1787       autosize: False
1788       margin:
1789         t: 50
1790         b: 20
1791         l: 80
1792         r: 20
1793       showlegend: True
1794       legend:
1795         orientation: "h"
1796         font:
1797           size: 14
1798       width: 700
1799       height: 800
1800       paper_bgcolor: "#fff"
1801       plot_bgcolor: "#fff"
1802       hoverlabel:
1803         namelength: -1
1804
1805     plot-throughput:
1806       titlefont:
1807         size: 18
1808       xaxis:
1809         title: "<b>Test Cases [Index]</b>"
1810         titlefont:
1811           size: 16
1812         autorange: True
1813         fixedrange: False
1814         gridcolor: "rgb(230, 230, 230)"
1815         linecolor: "rgb(220, 220, 220)"
1816         linewidth: 1
1817         showgrid: True
1818         showline: True
1819         showticklabels: True
1820         tickcolor: "rgb(220, 220, 220)"
1821         tickmode: "linear"
1822         tickfont:
1823           size: 16
1824         zeroline: False
1825       yaxis:
1826         title: "<b>Packet Throughput [Mpps]</b>"
1827         titlefont:
1828           size: 16
1829         gridcolor: "rgb(230, 230, 230)"
1830         hoverformat: ".4r"
1831         tickformat: ".3r"
1832         linecolor: "rgb(220, 220, 220)"
1833         linewidth: 1
1834         showgrid: True
1835         showline: True
1836         showticklabels: True
1837         tickcolor: "rgb(220, 220, 220)"
1838         tickfont:
1839           size: 16
1840         zeroline: False
1841         range: [0,50]
1842       autosize: False
1843       margin:
1844         t: 50
1845         b: 0
1846         l: 80
1847         r: 20
1848       showlegend: True
1849       legend:
1850         orientation: "h"
1851         font:
1852           size: 16
1853       width: 700
1854       height: 900
1855       paper_bgcolor: "#fff"
1856       plot_bgcolor: "#fff"
1857       hoverlabel:
1858         namelength: -1
1859
1860     plot-throughput-speedup-analysis:
1861       titlefont:
1862         size: 18
1863       xaxis:
1864         title: "<b>Number of Cores [Qty]</b>"
1865         titlefont:
1866           size: 16
1867         autorange: True
1868         fixedrange: False
1869         gridcolor: "rgb(230, 230, 230)"
1870         linecolor: "rgb(220, 220, 220)"
1871         linewidth: 1
1872         showgrid: True
1873         showline: True
1874         showticklabels: True
1875         tickcolor: "rgb(238, 238, 238)"
1876         tickmode: "linear"
1877         tickfont:
1878           size: 16
1879         zeroline: False
1880       yaxis:
1881         title: "<b>Packet Throughput [Mpps]</b>"
1882         titlefont:
1883           size: 16
1884         type: "linear"
1885         gridcolor: "rgb(230, 230, 230)"
1886         hoverformat: ".4s"
1887         linecolor: "rgb(220, 220, 220)"
1888         linewidth: 1
1889         showgrid: True
1890         showline: True
1891         showticklabels: True
1892         tickcolor: "rgb(220, 220, 220)"
1893         tickformat: ".4s"
1894         tickfont:
1895           size: 16
1896         zeroline: True
1897         rangemode: "tozero"
1898         range: [0,100]
1899       legend:
1900         orientation: "h"
1901         font:
1902           size: 16
1903         xanchor: "left"
1904         yanchor: "top"
1905         x: 0
1906         y: -0.2
1907         bgcolor: "rgba(255, 255, 255, 0)"
1908         bordercolor: "rgba(255, 255, 255, 0)"
1909         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1910       autosize: False
1911       margin:
1912           't': 50
1913           'b': 150
1914           'l': 85
1915           'r': 10
1916       showlegend: True
1917       width: 700
1918       height: 700
1919       paper_bgcolor: "#fff"
1920       plot_bgcolor: "#fff"
1921       hoverlabel:
1922         namelength: -1
1923       annotations: [
1924         {
1925           text: "_ _          __          ...",
1926           align: "left",
1927           showarrow: False,
1928           xref: "paper",
1929           yref: "paper",
1930           xanchor: "left",
1931           yanchor: "top",
1932           x: 0,
1933           y: -0.13,
1934           font: {
1935             family: "Consolas, Courier New",
1936             size: 15
1937           },
1938         },
1939         {
1940           text: "    Perfect     Measured     Limit",
1941           align: "left",
1942           showarrow: False,
1943           xref: "paper",
1944           yref: "paper",
1945           xanchor: "left",
1946           yanchor: "top",
1947           x: 0,
1948           y: -0.15,
1949           font: {
1950             family: "Consolas, Courier New",
1951             size: 15
1952           },
1953         },
1954       ]
1955
1956     plot-latency:
1957       titlefont:
1958         size: 18
1959       xaxis:
1960         title: "<b>Direction</b>"
1961         titlefont:
1962           size: 16
1963         autorange: True
1964         fixedrange: False
1965         gridcolor: "rgb(230, 230, 230)"
1966         linecolor: "rgb(220, 220, 220)"
1967         linewidth: 1
1968         showgrid: True
1969         showline: True
1970         showticklabels: False
1971         tickcolor: "rgb(220, 220, 220)"
1972         tickmode: "linear"
1973         tickfont:
1974           size: 16
1975         zeroline: False
1976       yaxis:
1977         title: "<b>Packet Latency [uSec]</b>"
1978         titlefont:
1979           size: 16
1980         type: "linear"
1981         gridcolor: "rgb(230, 230, 230)"
1982         hoverformat: ".4s"
1983         linecolor: "rgb(220, 220, 220)"
1984         linewidth: 1
1985         showgrid: True
1986         showline: True
1987         showticklabels: True
1988         tickcolor: "rgb(220, 220, 220)"
1989         tickformat: ".4s"
1990         tickfont:
1991           size: 16
1992         zeroline: True
1993         rangemode: "tozero"
1994       legend:
1995         orientation: "h"
1996         font:
1997           size: 16
1998         traceorder: "normal"  # "grouped" does not work: bug https://github.com/plotly/plotly.js/issues/1913
1999       autosize: False
2000       margin:
2001           't': 50
2002           'b': 150
2003           'l': 80
2004           'r': 10
2005       showlegend: True
2006       width: 700
2007       height: 700
2008       paper_bgcolor: "#fff"
2009       plot_bgcolor: "#fff"
2010       hoverlabel:
2011         namelength: -1
2012
2013     plot-hdrh-latency:
2014       title:
2015         text: ""
2016         xanchor: "center"
2017         x: 0.5
2018         font:
2019           size: 16
2020       width: 700
2021       plot_bgcolor: "white"
2022       annotations:
2023         - font:
2024             size: 14
2025           showarrow: False
2026           text: "<b>Packet Latency [uSec]</b>"
2027           x: 1
2028           xanchor: "right"
2029           xref: "paper"
2030           y: -0.045
2031           yanchor: "top"
2032           yref: "paper"
2033         - font:
2034             size: 14
2035           showarrow: False
2036           text: "<b>Probability [%]</b>"
2037           textangle: 270
2038           x: -0.06
2039           xanchor: "center"
2040           xref: "paper"
2041           y: 0.5
2042           yanchor: "middle"
2043           yref: "paper"
2044         - font:
2045             size: 14
2046           showarrow: False
2047           text: "<b>Direction: E-W</b>"
2048           x: 0.24
2049           xanchor: "center"
2050           xref: "paper"
2051           y: 1.05
2052           yanchor: "bottom"
2053           yref: "paper"
2054         - font:
2055             size: 14
2056           showarrow: False
2057           text: "<b>Direction: W-E</b>"
2058           x: 0.74
2059           xanchor: "center"
2060           xref: "paper"
2061           y: 1.05
2062           yanchor: "bottom"
2063           yref: "paper"
2064
2065     plot-hdrh-latency-percentile:
2066       title:
2067         text: ""
2068         xanchor: "center"
2069         x: 0.5
2070         font:
2071           size: 18
2072       xaxis:
2073         type: "log"
2074         title: "<b>Percentile [%]</b>"
2075         titlefont:
2076           size: 16
2077         autorange: True
2078         fixedrange: False
2079         gridcolor: "rgb(230, 230, 230)"
2080         linecolor: "rgb(220, 220, 220)"
2081         linewidth: 1
2082         showgrid: True
2083         showline: True
2084         showticklabels: True
2085         tickcolor: "rgb(220, 220, 220)"
2086         tickvals: [1, 2, 1e1, 20, 1e2, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8]
2087         ticktext: [0, 50, 90, 95, 99, 99.9, 99.99, 99.999, 99.9999, 99.99999, 99.999999]
2088         tickfont:
2089           size: 16
2090       yaxis:
2091         title: "<b>Packet Latency [uSec]</b>"
2092         titlefont:
2093           size: 16
2094         gridcolor: "rgb(230, 230, 230)"
2095         linecolor: "rgb(220, 220, 220)"
2096         linewidth: 1
2097         showgrid: True
2098         showline: True
2099         showticklabels: True
2100         tickcolor: "rgb(220, 220, 220)"
2101         tickfont:
2102           size: 16
2103       autosize: False
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.15
2114         bgcolor: "rgba(255, 255, 255, 0)"
2115         bordercolor: "rgba(255, 255, 255, 0)"
2116       width: 700
2117       height: 700
2118       paper_bgcolor: "white"
2119       plot_bgcolor: "white"
2120
2121     plot-hdrh-latency-by-percentile:
2122       title:
2123         text: "<b>Latency by Percentile Distribution</b>"
2124         xanchor: "center"
2125         x: 0.5
2126         font:
2127           size: 18
2128       showlegend: True
2129       legend:
2130         traceorder: "normal"
2131         orientation: "h"
2132         font:
2133           size: 16
2134         xanchor: "left"
2135         yanchor: "top"
2136         x: 0
2137         y: -0.2
2138         bgcolor: "rgba(255, 255, 255, 0)"
2139         bordercolor: "rgba(255, 255, 255, 0)"
2140       xaxis:
2141         type: "linear"
2142         title: "<b>Percentile [%]</b>"
2143         titlefont:
2144           size: 14
2145         autorange: False
2146         fixedrange: False
2147         range: [0, 100]
2148         gridcolor: "rgb(230, 230, 230)"
2149         linecolor: "rgb(220, 220, 220)"
2150         linewidth: 1
2151         showgrid: True
2152         showline: True
2153         showticklabels: True
2154         tickcolor: "rgb(220, 220, 220)"
2155         tickvals: [0, 25, 50, 75, 100]
2156         ticktext: [0, 25, 50, 75, 100]
2157         tickfont:
2158           size: 14
2159       yaxis:
2160         title: "<b>One-Way Latency per Direction [uSec]</b>"
2161         titlefont:
2162           size: 14
2163         gridcolor: "rgb(230, 230, 230)"
2164         linecolor: "rgb(220, 220, 220)"
2165         linewidth: 1
2166         showgrid: True
2167         showline: True
2168         showticklabels: True
2169         tickcolor: "rgb(220, 220, 220)"
2170         tickfont:
2171           size: 14
2172       width: 700
2173       height: 700
2174       paper_bgcolor: "white"
2175       plot_bgcolor: "white"
2176
2177 - type: "static"
2178   src-path: "{DIR[RST]}"
2179   dst-path: "{DIR[WORKING,SRC]}"
2180
2181 - type: "input"
2182   general:
2183     file-name: "output_info.xml.gz"
2184     file-format: ".gz"
2185     arch-file-format:
2186       - ".gz"
2187       - ".zip"
2188     download-path: "{job}/{build}/archives/{filename}"
2189     extract: "output.xml"
2190
2191     zip-file-name: "robot-plugin.zip"
2192     zip-file-format: ".zip"
2193     zip-download-path: "{job}/{build}/robot/report/*zip*/{filename}"
2194     zip-extract: "robot-plugin/output.xml"
2195
2196   builds:
2197
2198     csit-vpp-perf-verify-1908-3n-hsw:
2199       - 12  # NDRPDR sel
2200       - 13  # NDRPDR sel
2201       - 14  # NDRPDR sel
2202       - 15  # NDRPDR sel
2203       - 16  # NDRPDR sel
2204       - 17  # NDRPDR sel
2205       - 18  # NDRPDR sel
2206       - 19  # NDRPDR sel
2207       - 20  # NDRPDR sel
2208       - 21  # NDRPDR sel
2209       - 48  # NDRPDR sel vhost
2210       - 49  # NDRPDR sel vhost
2211       - 52  # NDRPDR sel vhost
2212       - 53  # NDRPDR sel vhost
2213       - 54  # NDRPDR sel vhost
2214       - 55  # NDRPDR sel vhost
2215       - 56  # NDRPDR sel vhost
2216       - 57  # NDRPDR sel vhost
2217       - 58  # NDRPDR sel vhost
2218       - 59  # NDRPDR sel vhost
2219       - 39  # MRR sel
2220     csit-vpp-perf-verify-2001-3n-hsw:
2221       - 21  # NDRPDR sel
2222       - 22  # NDRPDR sel
2223       - 23  # NDRPDR sel
2224       - 24  # NDRPDR sel
2225       - 25  # NDRPDR sel
2226       - 29  # NDRPDR sel
2227       - 30  # NDRPDR sel
2228       - 31  # NDRPDR sel
2229       - 32  # NDRPDR sel
2230       - 34  # NDRPDR sel
2231       - 17  # MRR sel
2232       - 103  # hoststack REMOVE
2233     csit-vpp-perf-report-iterative-2005-3n-hsw:
2234       - 3   # NDRPDR sel
2235       - 4   # NDRPDR sel
2236       - 5   # NDRPDR sel
2237       - 10  # NDRPDR sel
2238       - 11  # NDRPDR sel
2239       - 12  # NDRPDR sel
2240       - 13  # NDRPDR sel
2241       - 14  # NDRPDR sel
2242       - 15  # NDRPDR sel
2243       - 16  # NDRPDR sel
2244
2245     csit-vpp-perf-verify-1908_1-3n-skx:
2246       - 26  # NDRPDR sel - new1908.1
2247       - 27  # NDRPDR sel - new1908.1
2248       - 28  # NDRPDR sel - new1908.1
2249       - 29  # NDRPDR sel - new1908.1
2250       - 30  # NDRPDR sel - new1908.1
2251       - 31  # NDRPDR sel - new1908.1
2252       - 33  # NDRPDR sel - new1908.1
2253       - 34  # NDRPDR sel - new1908.1
2254       - 35  # NDRPDR sel - new1908.1
2255       - 36  # NDRPDR sel - new1908.1
2256     csit-vpp-perf-verify-2001-3n-skx:
2257       - 69  # NDRPDR sel - new2001.0
2258       - 71  # NDRPDR sel - new2001.0
2259       - 72  # NDRPDR sel - new2001.0
2260       - 76  # NDRPDR sel - new2001.0
2261       - 77  # NDRPDR sel - new2001.0
2262       - 78  # NDRPDR sel - new2001.0
2263       - 80  # NDRPDR sel - new2001.0
2264       - 50  # MRR sel
2265       - 53  # MRR sel addition
2266     # TODO: Add data:
2267     # csit-vpp-perf-report-iterative-2005-3n-skx:
2268
2269     csit-vpp-perf-verify-1908_1-2n-skx:
2270       - 39  # NDRPDR sel - new1908.1
2271       - 40  # NDRPDR sel - new1908.1
2272       - 41  # NDRPDR sel - new1908.1
2273       - 43  # NDRPDR sel - new1908.1
2274       - 44  # NDRPDR sel - new1908.1
2275       - 45  # NDRPDR sel - new1908.1
2276       - 46  # NDRPDR sel - new1908.1
2277       - 47  # NDRPDR sel - new1908.1
2278       - 48  # NDRPDR sel - new1908.1
2279       - 49  # NDRPDR sel - new1908.1
2280     csit-vpp-perf-verify-2001-2n-skx:
2281       - 143  # NDRPDR sel - new2001.0
2282       - 146  # NDRPDR sel - new2001.0
2283       - 147  # NDRPDR sel - new2001.0
2284       - 148  # NDRPDR sel - new2001.0
2285       - 149  # NDRPDR sel - new2001.0
2286       - 150  # NDRPDR sel - new2001.0
2287       - 151  # NDRPDR sel - new2001.0
2288       - 152  # NDRPDR sel - new2001.0
2289       - 153  # NDRPDR sel - new2001.0
2290       - 154  # NDRPDR sel - new2001.0
2291       - 101  # MRR sel - old
2292       - 128  # MRR sel addition - old
2293       - 169  # Reconf REMOVE
2294       - 181  # Soak REMOVE
2295       - 182  # Soak REMOVE
2296     # TODO: Add data:
2297     # csit-vpp-perf-report-iterative-2005-2n-skx:
2298
2299     csit-vpp-perf-verify-1908_1-2n-clx:
2300       - 5  # NDRPDR sel
2301       - 6  # NDRPDR sel
2302       - 7  # NDRPDR sel
2303       - 8  # NDRPDR sel
2304       - 9  # NDRPDR sel
2305     csit-vpp-perf-verify-2001-2n-clx:
2306       - 28  # NDRPDR sel
2307       - 29  # NDRPDR sel
2308       - 32  # NDRPDR sel
2309       - 40  # NDRPDR sel
2310       - 43  # NDRPDR sel
2311       - 44  # NDRPDR sel
2312       - 45  # NDRPDR sel
2313       - 47  # NDRPDR sel
2314       - 48  # NDRPDR sel
2315       - 49  # NDRPDR sel
2316       - 39  # MRR
2317       - 68  # Reconf REMOVE
2318       - 80  # TCP REMOVE
2319       - 93  # Soak REMOVE
2320       - 94  # Soak REMOVE
2321     # TODO: Add data:
2322     # csit-vpp-perf-report-iterative-2005-2n-clx:
2323
2324     csit-vpp-perf-verify-1908-3n-tsh:
2325       - 7   # NDRPDR sel
2326       - 8   # NDRPDR sel
2327       - 9   # NDRPDR sel
2328       - 10  # NDRPDR sel
2329       - 11  # NDRPDR sel
2330       - 12  # NDRPDR sel
2331       - 13  # NDRPDR sel
2332       - 14  # NDRPDR sel
2333       - 15  # NDRPDR sel
2334       - 16  # NDRPDR sel
2335       - 17  # MRR sel
2336     csit-vpp-perf-verify-2001-3n-tsh:
2337       - 3   # NDRPDR sel
2338       - 4   # NDRPDR sel
2339       - 7   # NDRPDR sel
2340       - 8   # NDRPDR sel
2341       - 10  # NDRPDR sel
2342       - 12  # NDRPDR sel
2343       - 13  # NDRPDR sel
2344       - 14  # NDRPDR sel
2345       - 15  # NDRPDR sel
2346       - 21  # NDRPDR sel
2347       - 9   # MRR sel
2348     # TODO: Add data:
2349     # csit-vpp-perf-report-iterative-2005-3n-tsh:
2350
2351     csit-vpp-perf-verify-1908-3n-dnv:
2352       - 6   # NDRPDR sel
2353       - 7   # NDRPDR sel
2354       - 8   # NDRPDR sel
2355       - 9   # NDRPDR sel
2356       - 10  # NDRPDR sel
2357       - 12  # NDRPDR sel
2358       - 13  # NDRPDR sel
2359       - 14  # NDRPDR sel
2360       - 15  # NDRPDR sel
2361       - 16  # NDRPDR sel
2362       - 17  # MRR sel
2363     csit-vpp-perf-verify-2001-3n-dnv:
2364       - 5   # NDRPDR sel
2365       - 6   # NDRPDR sel
2366       - 7   # NDRPDR sel
2367       - 8   # NDRPDR sel
2368       - 9   # NDRPDR sel
2369       - 10  # NDRPDR sel
2370       - 12  # NDRPDR sel
2371       - 16  # NDRPDR sel
2372       - 17  # NDRPDR sel
2373       - 18  # NDRPDR sel
2374       - 11  # MRR sel
2375     # TODO: Add data:
2376     csit-vpp-perf-report-iterative-2005-3n-dnv:
2377       - 2   # NDRPDR sel
2378       - 3   # NDRPDR sel
2379       - 4   # NDRPDR sel
2380       - 5   # NDRPDR sel
2381       - 6   # NDRPDR sel
2382       - 7   # NDRPDR sel
2383
2384     csit-vpp-perf-verify-1908-2n-dnv:
2385       - 1   # NDRPDR sel
2386       - 2   # NDRPDR sel
2387       - 3   # NDRPDR sel
2388       - 4   # NDRPDR sel
2389       - 5   # NDRPDR sel
2390       - 6   # NDRPDR sel
2391       - 7   # NDRPDR sel
2392       - 8   # NDRPDR sel
2393       - 9   # NDRPDR sel
2394       - 10  # NDRPDR sel
2395       - 11  # MRR sel
2396     csit-vpp-perf-verify-2001-2n-dnv:
2397       - 4   # NDRPDR sel
2398       - 5   # NDRPDR sel
2399       - 6   # NDRPDR sel
2400       - 7   # NDRPDR sel
2401       - 8   # NDRPDR sel
2402       - 9   # NDRPDR sel
2403       - 10  # NDRPDR sel
2404       - 11  # NDRPDR sel
2405       - 13  # NDRPDR sel
2406       - 16  # NDRPDR sel
2407       - 12  # MRR sel
2408     csit-vpp-perf-report-iterative-2005-2n-dnv:
2409       - 3   # 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       - 14  # NDRPDR sel
2419
2420     csit-dpdk-perf-verify-1908-3n-hsw:
2421       - 2   # NDRPDR sel
2422       - 3   # NDRPDR sel
2423       - 4   # NDRPDR sel
2424       - 5   # NDRPDR sel
2425       - 6   # NDRPDR sel
2426       - 7   # NDRPDR sel
2427       - 8   # NDRPDR sel
2428       - 9   # NDRPDR sel
2429       - 10  # NDRPDR sel
2430       - 11  # NDRPDR sel
2431     csit-dpdk-perf-verify-2001-3n-hsw:
2432       - 4   # NDRPDR sel
2433       - 5   # NDRPDR sel
2434       - 6   # NDRPDR sel
2435       - 7   # NDRPDR sel
2436       - 8   # NDRPDR sel
2437       - 9   # NDRPDR sel
2438       - 10  # NDRPDR sel
2439       - 11  # NDRPDR sel
2440       - 12  # NDRPDR sel
2441       - 13  # NDRPDR sel
2442       - 15  # NDRPDR sel
2443       - 16  # NDRPDR sel
2444       - 17  # NDRPDR sel
2445       - 18  # NDRPDR sel
2446       - 19  # NDRPDR sel
2447       - 20  # NDRPDR sel
2448       - 21  # NDRPDR sel
2449       - 22  # NDRPDR sel
2450       - 23  # NDRPDR sel
2451       - 24  # NDRPDR sel
2452     csit-dpdk-perf-report-iterative-2005-3n-hsw:
2453       - 5   # NDRPDR sel
2454       - 6   # NDRPDR sel
2455       - 7   # NDRPDR sel
2456       - 8   # NDRPDR sel
2457       - 9   # NDRPDR sel
2458       - 10  # NDRPDR sel
2459       - 11  # NDRPDR sel
2460       - 12  # NDRPDR sel
2461       - 13  # NDRPDR sel
2462       - 14  # NDRPDR sel
2463
2464     csit-dpdk-perf-verify-1908-3n-skx:
2465       - 3   # NDRPDR sel
2466       - 4   # NDRPDR sel
2467       - 5   # NDRPDR sel
2468       - 6   # NDRPDR sel
2469       - 7   # NDRPDR sel
2470       - 8   # NDRPDR sel
2471       - 9   # NDRPDR sel
2472       - 10  # NDRPDR sel
2473       - 11  # NDRPDR sel
2474       - 12  # NDRPDR sel
2475     csit-dpdk-perf-verify-2001-3n-skx:
2476       - 29  # NDRPDR sel xxv710
2477       - 33  # NDRPDR sel xxv710
2478       - 34  # NDRPDR sel xxv710
2479       - 35  # NDRPDR sel xxv710
2480       - 36  # NDRPDR sel xxv710
2481       - 37  # NDRPDR sel xxv710
2482       - 41  # NDRPDR sel xxv710
2483       - 42  # NDRPDR sel xxv710
2484       - 43  # NDRPDR sel xxv710
2485       - 45  # NDRPDR sel xxv710
2486       - 30  # NDRPDR sel x710
2487       - 31  # NDRPDR sel x710
2488       - 32  # NDRPDR sel x710
2489       - 38  # NDRPDR sel x710
2490       - 39  # NDRPDR sel x710
2491       - 40  # NDRPDR sel x710
2492       - 44  # NDRPDR sel x710
2493       - 46  # NDRPDR sel x710
2494       - 47  # NDRPDR sel x710
2495       - 48  # NDRPDR sel x710
2496     csit-dpdk-perf-report-iterative-2005-3n-skx:
2497       - 4   # NDRPDR sel
2498       - 5   # NDRPDR sel
2499       - 6   # NDRPDR sel
2500       - 7   # NDRPDR sel
2501       - 8   # NDRPDR sel
2502       - 11  # NDRPDR sel
2503       - 12  # NDRPDR sel
2504       - 13  # NDRPDR sel
2505       - 14  # NDRPDR sel
2506       - 15  # NDRPDR sel
2507
2508     csit-dpdk-perf-verify-1908-2n-skx:
2509       - 2   # NDRPDR sel
2510       - 3   # NDRPDR sel
2511       - 4   # NDRPDR sel
2512       - 5   # NDRPDR sel
2513       - 7   # NDRPDR sel
2514       - 8   # NDRPDR sel
2515       - 9   # NDRPDR sel
2516       - 10  # NDRPDR sel
2517       - 11  # NDRPDR sel
2518       - 12  # NDRPDR sel
2519     csit-dpdk-perf-verify-2001-2n-skx:
2520       - 35  # NDRPDR sel xxv710
2521       - 36  # NDRPDR sel xxv710
2522       - 37  # NDRPDR sel xxv710
2523       - 41  # NDRPDR sel xxv710
2524       - 42  # NDRPDR sel xxv710
2525       - 43  # NDRPDR sel xxv710
2526       - 46  # NDRPDR sel xxv710
2527       - 47  # NDRPDR sel xxv710
2528       - 52  # NDRPDR sel xxv710
2529       - 53  # NDRPDR sel xxv710
2530       - 38  # NDRPDR sel x710
2531       - 39  # NDRPDR sel x710
2532       - 40  # NDRPDR sel x710
2533       - 44  # NDRPDR sel x710
2534       - 45  # NDRPDR sel x710
2535       - 48  # NDRPDR sel x710
2536       - 49  # NDRPDR sel x710
2537       - 50  # NDRPDR sel x710
2538       - 51  # NDRPDR sel x710
2539       - 54  # NDRPDR sel x710
2540     csit-dpdk-perf-report-iterative-2005-2n-skx:
2541       - 1   # NDRPDR sel
2542       - 2   # NDRPDR sel
2543       - 3   # NDRPDR sel
2544       - 4   # NDRPDR sel
2545       - 5   # NDRPDR sel
2546       - 6   # NDRPDR sel
2547       - 7   # NDRPDR sel
2548       - 8   # NDRPDR sel
2549       - 9   # NDRPDR sel
2550       - 10  # NDRPDR sel
2551
2552     csit-dpdk-perf-verify-2001-2n-clx:
2553       - 15  # NDRPDR sel
2554       - 16  # NDRPDR sel
2555       - 17  # NDRPDR sel
2556       - 18  # NDRPDR sel
2557       - 19  # NDRPDR sel
2558       - 20  # NDRPDR sel
2559       - 21  # NDRPDR sel
2560       - 22  # NDRPDR sel
2561       - 23  # NDRPDR sel
2562       - 24  # NDRPDR sel
2563       - 25  # NDRPDR sel
2564       - 26  # NDRPDR sel
2565       - 27  # NDRPDR sel
2566       - 28  # NDRPDR sel
2567       - 29  # NDRPDR sel
2568       - 30  # NDRPDR sel
2569       - 31  # NDRPDR sel
2570       - 32  # NDRPDR sel
2571       - 33  # NDRPDR sel
2572       - 34  # NDRPDR sel
2573     csit-dpdk-perf-report-iterative-2005-2n-clx:
2574       - 1   # NDRPDR sel
2575       - 2   # NDRPDR sel
2576       - 3   # NDRPDR sel
2577       - 4   # NDRPDR sel
2578       - 5   # NDRPDR sel
2579       - 6   # NDRPDR sel
2580       - 7   # NDRPDR sel
2581       - 8   # NDRPDR sel
2582       - 9   # NDRPDR sel
2583       - 10  # NDRPDR sel
2584
2585     csit-dpdk-perf-verify-2001-2n-dnv:
2586       - 9   # NDRPDR sel
2587       - 10  # NDRPDR sel
2588       - 11  # NDRPDR sel
2589       - 12  # NDRPDR sel
2590       - 13  # NDRPDR sel
2591       - 14  # NDRPDR sel
2592       - 15  # NDRPDR sel
2593       - 16  # NDRPDR sel
2594       - 17  # NDRPDR sel
2595       - 18  # NDRPDR sel
2596     csit-dpdk-perf-report-iterative-2005-2n-dnv:
2597       - 8   # NDRPDR sel
2598       - 9   # NDRPDR sel
2599       - 10  # NDRPDR sel
2600       - 11  # NDRPDR sel
2601       - 12  # NDRPDR sel
2602       - 13  # NDRPDR sel
2603       - 14  # NDRPDR sel
2604       - 15  # NDRPDR sel
2605       - 16  # NDRPDR sel
2606       - 17  # NDRPDR sel
2607
2608     csit-dpdk-perf-verify-2001-3n-dnv:
2609       - 12  # NDRPDR sel
2610       - 13  # NDRPDR sel
2611       - 14  # NDRPDR sel
2612       - 15  # NDRPDR sel
2613       - 16  # NDRPDR sel
2614       - 17  # NDRPDR sel
2615       - 18  # NDRPDR sel
2616       - 19  # NDRPDR sel
2617       - 20  # NDRPDR sel
2618       - 22  # NDRPDR sel
2619     csit-dpdk-perf-report-iterative-2005-3n-dnv:
2620       - 6   # NDRPDR sel
2621       - 7   # NDRPDR sel
2622       - 8   # NDRPDR sel
2623       - 9   # NDRPDR sel
2624       - 10  # NDRPDR sel
2625       - 11  # NDRPDR sel
2626       - 12  # NDRPDR sel
2627       - 13  # NDRPDR sel
2628       - 14  # NDRPDR sel
2629       - 16  # NDRPDR sel
2630
2631     csit-dpdk-perf-verify-2001-3n-tsh:
2632       - 3   # NDRPDR sel
2633       - 4   # NDRPDR sel
2634       - 5   # NDRPDR sel
2635       - 9   # NDRPDR sel
2636       - 10  # NDRPDR sel
2637       - 11  # NDRPDR sel
2638       - 12  # NDRPDR sel
2639       - 14  # NDRPDR sel
2640       - 15  # NDRPDR sel
2641       - 18  # NDRPDR sel
2642     # TODO: Add data:
2643     csit-dpdk-perf-report-iterative-2005-3n-tsh:
2644       - 5   # NDRPDR sel
2645
2646     csit-vpp-device-2005-ubuntu1804-1n-skx:
2647       - 35
2648
2649 - type: "output"
2650   output: "report"
2651   format:
2652     html:
2653     - full
2654 #    pdf:
2655 #    - minimal
2656
2657 ################################################################################
2658 ###                               T A B L E S                                ###
2659 ################################################################################
2660
2661 # VPP Soak vs NDR - 2n-skx
2662 - type: "table"
2663   title: "VPP Soak vs NDR 2n-skx"
2664   algorithm: "table_soak_vs_ndr"
2665   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-skx"
2666   reference:
2667     title: "NDR"
2668     data: "vpp-soak-vs-ndr-2n-skx-ref"
2669   compare:
2670     title: "Soak"
2671     data: "vpp-soak-vs-ndr-2n-skx-cmp"
2672   data: "vpp-soak-vs-ndr-2n-skx"
2673   include-tests: "NDR"
2674   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2675   parameters:
2676     - "throughput"
2677     - "name"
2678     - "parent"
2679
2680 # VPP Soak vs NDR - 2n-clx
2681 - type: "table"
2682   title: "VPP Soak vs NDR 2n-clx"
2683   algorithm: "table_soak_vs_ndr"
2684   output-file: "{DIR[STATIC,VPP]}/soak-vs-ndr-2n-clx"
2685   reference:
2686     title: "NDR"
2687     data: "vpp-soak-vs-ndr-2n-clx-ref"
2688   compare:
2689     title: "Soak"
2690     data: "vpp-soak-vs-ndr-2n-clx-cmp"
2691   data: "vpp-soak-vs-ndr-2n-clx"
2692   include-tests: "NDR"
2693   filter: "('NDRPDR' or 'SOAK') and not 'NF_DENSITY'"
2694   parameters:
2695     - "throughput"
2696     - "name"
2697     - "parent"
2698
2699 ################################################################################
2700
2701 # VPP Compare NICs 3n-skx 2t1c ndr
2702 - type: "table"
2703   title: "VPP Compare NICs 3n-skx 2t1c ndr"
2704   algorithm: "table_comparison"
2705   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-ndr"
2706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2707   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2708   columns:
2709     - title: "x710"
2710       data-set: "vpp-nic-comparison-3n-skx"
2711       tag: "NIC_Intel-X710"
2712     - title: "xxv710"
2713       data-set: "vpp-nic-comparison-3n-skx"
2714       tag: "NIC_Intel-XXV710"
2715   comparisons:
2716     - title: "Diff"
2717       reference: 1
2718       compare: 2
2719   legend:
2720     - "Legend to Table:"
2721     - "x710, xxv710 - NICs tested."
2722     - "Diff - difference between x710 and xxv710 NIC."
2723
2724 # VPP Compare NICs 3n-skx 4t2c ndr
2725 - type: "table"
2726   title: "VPP Compare NICs 3n-skx 4t2c ndr"
2727   algorithm: "table_comparison"
2728   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-ndr"
2729   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2730   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2731   columns:
2732     - title: "x710"
2733       data-set: "vpp-nic-comparison-3n-skx"
2734       tag: "NIC_Intel-X710"
2735     - title: "xxv710"
2736       data-set: "vpp-nic-comparison-3n-skx"
2737       tag: "NIC_Intel-XXV710"
2738   comparisons:
2739     - title: "Diff"
2740       reference: 1
2741       compare: 2
2742   legend:
2743     - "Legend to Table:"
2744     - "x710, xxv710 - NICs tested."
2745     - "Diff - difference between x710 and xxv710 NIC."
2746
2747 # VPP Compare NICs 3n-skx 2t1c pdr
2748 - type: "table"
2749   title: "VPP Compare NICs 3n-skx 2t1c pdr"
2750   algorithm: "table_comparison"
2751   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-pdr"
2752   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2753   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2754   columns:
2755     - title: "x710"
2756       data-set: "vpp-nic-comparison-3n-skx"
2757       tag: "NIC_Intel-X710"
2758     - title: "xxv710"
2759       data-set: "vpp-nic-comparison-3n-skx"
2760       tag: "NIC_Intel-XXV710"
2761   comparisons:
2762     - title: "Diff"
2763       reference: 1
2764       compare: 2
2765   legend:
2766     - "Legend to Table:"
2767     - "x710, xxv710 - NICs tested."
2768     - "Diff - difference between x710 and xxv710 NIC."
2769
2770 # VPP Compare NICs 3n-skx 4t2c pdr
2771 - type: "table"
2772   title: "VPP Compare NICs 3n-skx 4t2c pdr"
2773   algorithm: "table_comparison"
2774   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-pdr"
2775   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2776   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2777   columns:
2778     - title: "x710"
2779       data-set: "vpp-nic-comparison-3n-skx"
2780       tag: "NIC_Intel-X710"
2781     - title: "xxv710"
2782       data-set: "vpp-nic-comparison-3n-skx"
2783       tag: "NIC_Intel-XXV710"
2784   comparisons:
2785     - title: "Diff"
2786       reference: 1
2787       compare: 2
2788   legend:
2789     - "Legend to Table:"
2790     - "x710, xxv710 - NICs tested."
2791     - "Diff - difference between x710 and xxv710 NIC."
2792
2793 # VPP Compare NICs 3n-skx 2t1c mrr
2794 - type: "table"
2795   title: "VPP Compare NICs 3n-skx 2t1c mrr"
2796   algorithm: "table_comparison"
2797   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-nics-mrr"
2798   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2799   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2800   columns:
2801     - title: "x710"
2802       data-set: "vpp-nic-comparison-3n-skx-mrr"
2803       tag: "NIC_Intel-X710"
2804     - title: "xxv710"
2805       data-set: "vpp-nic-comparison-3n-skx-mrr"
2806       tag: "NIC_Intel-XXV710"
2807   comparisons:
2808     - title: "Diff"
2809       reference: 1
2810       compare: 2
2811   legend:
2812     - "Legend to Table:"
2813     - "x710, xxv710 - NICs tested."
2814     - "Diff - difference between x710 and xxv710 NIC."
2815
2816 # VPP Compare NICs 3n-skx 4t2c mrr
2817 - type: "table"
2818   title: "VPP Compare NICs 3n-skx 4t2c mrr"
2819   algorithm: "table_comparison"
2820   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-nics-mrr"
2821   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2822   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2823   columns:
2824     - title: "x710"
2825       data-set: "vpp-nic-comparison-3n-skx-mrr"
2826       tag: "NIC_Intel-X710"
2827     - title: "xxv710"
2828       data-set: "vpp-nic-comparison-3n-skx-mrr"
2829       tag: "NIC_Intel-XXV710"
2830   comparisons:
2831     - title: "Diff"
2832       reference: 1
2833       compare: 2
2834   legend:
2835     - "Legend to Table:"
2836     - "x710, xxv710 - NICs tested."
2837     - "Diff - difference between x710 and xxv710 NIC."
2838
2839 # VPP Compare NICs 3n-skx 8t4c mrr
2840 - type: "table"
2841   title: "VPP Compare NICs 3n-skx 8t4c mrr"
2842   algorithm: "table_comparison"
2843   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-nics-mrr"
2844   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2845   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
2846   columns:
2847     - title: "x710"
2848       data-set: "vpp-nic-comparison-3n-skx-mrr"
2849       tag: "NIC_Intel-X710"
2850     - title: "xxv710"
2851       data-set: "vpp-nic-comparison-3n-skx-mrr"
2852       tag: "NIC_Intel-XXV710"
2853   comparisons:
2854     - title: "Diff"
2855       reference: 1
2856       compare: 2
2857   legend:
2858     - "Legend to Table:"
2859     - "x710, xxv710 - NICs tested."
2860     - "Diff - difference between x710 and xxv710 NIC."
2861
2862 # VPP Compare NICs 2n-skx 2t1c ndr
2863 - type: "table"
2864   title: "VPP Compare NICs 2n-skx 2t1c ndr"
2865   algorithm: "table_comparison"
2866   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-ndr"
2867   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2868   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2869   columns:
2870     - title: "x710"
2871       data-set: "vpp-nic-comparison-2n-skx"
2872       tag: "NIC_Intel-X710"
2873     - title: "xxv710"
2874       data-set: "vpp-nic-comparison-2n-skx"
2875       tag: "NIC_Intel-XXV710"
2876   comparisons:
2877     - title: "Diff"
2878       reference: 1
2879       compare: 2
2880   legend:
2881     - "Legend to Table:"
2882     - "x710, xxv710 - NICs tested."
2883     - "Diff - difference between x710 and xxv710 NIC."
2884
2885 # VPP Compare NICs 2n-skx 4t2c ndr
2886 - type: "table"
2887   title: "VPP Compare NICs 2n-skx 4t2c ndr"
2888   algorithm: "table_comparison"
2889   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-ndr"
2890   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
2891   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2892   columns:
2893     - title: "x710"
2894       data-set: "vpp-nic-comparison-2n-skx"
2895       tag: "NIC_Intel-X710"
2896     - title: "xxv710"
2897       data-set: "vpp-nic-comparison-2n-skx"
2898       tag: "NIC_Intel-XXV710"
2899   comparisons:
2900     - title: "Diff"
2901       reference: 1
2902       compare: 2
2903   legend:
2904     - "Legend to Table:"
2905     - "x710, xxv710 - NICs tested."
2906     - "Diff - difference between x710 and xxv710 NIC."
2907
2908 # VPP Compare NICs 2n-skx 2t1c pdr
2909 - type: "table"
2910   title: "VPP Compare NICs 2n-skx 2t1c pdr"
2911   algorithm: "table_comparison"
2912   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-pdr"
2913   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2914   filter: "'2T1C' and 'NDRPDR' and not 'NF_DENSITY'"
2915   columns:
2916     - title: "x710"
2917       data-set: "vpp-nic-comparison-2n-skx"
2918       tag: "NIC_Intel-X710"
2919     - title: "xxv710"
2920       data-set: "vpp-nic-comparison-2n-skx"
2921       tag: "NIC_Intel-XXV710"
2922   comparisons:
2923     - title: "Diff"
2924       reference: 1
2925       compare: 2
2926   legend:
2927     - "Legend to Table:"
2928     - "x710, xxv710 - NICs tested."
2929     - "Diff - difference between x710 and xxv710 NIC."
2930
2931 # VPP Compare NICs 2n-skx 4t2c pdr
2932 - type: "table"
2933   title: "VPP Compare NICs 2n-skx 4t2c pdr"
2934   algorithm: "table_comparison"
2935   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-pdr"
2936   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
2937   filter: "'4T2C' and 'NDRPDR' and not 'NF_DENSITY'"
2938   columns:
2939     - title: "x710"
2940       data-set: "vpp-nic-comparison-2n-skx"
2941       tag: "NIC_Intel-X710"
2942     - title: "xxv710"
2943       data-set: "vpp-nic-comparison-2n-skx"
2944       tag: "NIC_Intel-XXV710"
2945   comparisons:
2946     - title: "Diff"
2947       reference: 1
2948       compare: 2
2949   legend:
2950     - "Legend to Table:"
2951     - "x710, xxv710 - NICs tested."
2952     - "Diff - difference between x710 and xxv710 NIC."
2953
2954 # VPP Compare NICs 2n-skx 2t1c mrr
2955 - type: "table"
2956   title: "VPP Compare NICs 2n-skx 2t1c mrr"
2957   algorithm: "table_comparison"
2958   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-nics-mrr"
2959   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2960   filter: "'2T1C' and 'MRR' and not 'NF_DENSITY'"
2961   columns:
2962     - title: "x710"
2963       data-set: "vpp-nic-comparison-2n-skx-mrr"
2964       tag: "NIC_Intel-X710"
2965     - title: "xxv710"
2966       data-set: "vpp-nic-comparison-2n-skx-mrr"
2967       tag: "NIC_Intel-XXV710"
2968   comparisons:
2969     - title: "Diff"
2970       reference: 1
2971       compare: 2
2972   legend:
2973     - "Legend to Table:"
2974     - "x710, xxv710 - NICs tested."
2975     - "Diff - difference between x710 and xxv710 NIC."
2976
2977 # VPP Compare NICs 2n-skx 4t2c mrr
2978 - type: "table"
2979   title: "VPP Compare NICs 2n-skx 4t2c mrr"
2980   algorithm: "table_comparison"
2981   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-nics-mrr"
2982   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
2983   filter: "'4T2C' and 'MRR' and not 'NF_DENSITY'"
2984   columns:
2985     - title: "x710"
2986       data-set: "vpp-nic-comparison-2n-skx-mrr"
2987       tag: "NIC_Intel-X710"
2988     - title: "xxv710"
2989       data-set: "vpp-nic-comparison-2n-skx-mrr"
2990       tag: "NIC_Intel-XXV710"
2991   comparisons:
2992     - title: "Diff"
2993       reference: 1
2994       compare: 2
2995   legend:
2996     - "Legend to Table:"
2997     - "x710, xxv710 - NICs tested."
2998     - "Diff - difference between x710 and xxv710 NIC."
2999
3000 # VPP Compare NICs 2n-skx 8t4c mrr
3001 - type: "table"
3002   title: "VPP Compare NICs 2n-skx 8t4c mrr"
3003   algorithm: "table_comparison"
3004   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-nics-mrr"
3005   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
3006   filter: "'8T4C' and 'MRR' and not 'NF_DENSITY'"
3007   columns:
3008     - title: "x710"
3009       data-set: "vpp-nic-comparison-2n-skx-mrr"
3010       tag: "NIC_Intel-X710"
3011     - title: "xxv710"
3012       data-set: "vpp-nic-comparison-2n-skx-mrr"
3013       tag: "NIC_Intel-XXV710"
3014   comparisons:
3015     - title: "Diff"
3016       reference: 1
3017       compare: 2
3018   legend:
3019     - "Legend to Table:"
3020     - "x710, xxv710 - NICs tested."
3021     - "Diff - difference between x710 and xxv710 NIC."
3022
3023 ################################################################################
3024 # VPP
3025
3026 ## VPP Performance changes 2n-skx-xxv710 2t1c ndr
3027 #- type: "table"
3028 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c ndr"
3029 #  algorithm: "table_comparison"
3030 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-ndr"
3031 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3032 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3033 #  columns:
3034 #    - title: "1908.1"
3035 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3036 #    - title: "1908.2"
3037 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3038 #  comparisons:
3039 #    - title: "Diff"
3040 #      reference: 1
3041 #      compare: 2
3042 #  legend:
3043 #    - "Legend to Table:"
3044 #    - "1908.1, 1908.2 - VPP versions tested."
3045 #    - "Diff - difference between the previous and the current VPP version."
3046 #
3047 ## VPP Performance changes 2n-skx-xxv710 2t1c pdr
3048 #- type: "table"
3049 #  title: "VPP Performance changes 2n-skx-xxv710 2t1c pdr"
3050 #  algorithm: "table_comparison"
3051 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-skx-2t1c-pdr"
3052 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3053 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3054 #  columns:
3055 #    - title: "1908.1"
3056 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3057 #    - title: "1908.2"
3058 #      data-set: "vpp-perf-changes-2n-skx-new1908_2"
3059 #  comparisons:
3060 #    - title: "Diff"
3061 #      reference: 1
3062 #      compare: 2
3063 #  legend:
3064 #    - "Legend to Table:"
3065 #    - "1908.1, 1908.2 - VPP versions tested."
3066 #    - "Diff - difference between the previous and the current VPP version."
3067 #
3068 ## VPP Performance changes 3n-skx-xxv710 2t1c ndr
3069 #- type: "table"
3070 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c ndr"
3071 #  algorithm: "table_comparison"
3072 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-ndr"
3073 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3074 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3075 #  columns:
3076 #    - title: "1908.1"
3077 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3078 #    - title: "1908.2"
3079 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3080 #  comparisons:
3081 #    - title: "Diff"
3082 #      reference: 1
3083 #      compare: 2
3084 #  legend:
3085 #    - "Legend to Table:"
3086 #    - "1908.1, 1908.2 - VPP versions tested."
3087 #    - "Diff - difference between the previous and the current VPP version."
3088 #
3089 ## VPP Performance changes 3n-skx-xxv710 2t1c pdr
3090 #- type: "table"
3091 #  title: "VPP Performance changes 3n-skx-xxv710 2t1c pdr"
3092 #  algorithm: "table_comparison"
3093 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-3n-skx-2t1c-pdr"
3094 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3095 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3096 #  columns:
3097 #    - title: "1908.1"
3098 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3099 #    - title: "1908.2"
3100 #      data-set: "vpp-perf-changes-3n-skx-new1908_2"
3101 #  comparisons:
3102 #    - title: "Diff"
3103 #      reference: 1
3104 #      compare: 2
3105 #  legend:
3106 #    - "Legend to Table:"
3107 #    - "1908.1, 1908.2 - VPP versions tested."
3108 #    - "Diff - difference between the previous and the current VPP version."
3109 #
3110 ## VPP Performance changes 2n-clx-xxv710 2t1c ndr
3111 #- type: "table"
3112 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c ndr"
3113 #  algorithm: "table_comparison"
3114 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-ndr"
3115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3116 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3117 #  columns:
3118 #    - title: "1908.1"
3119 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3120 #    - title: "1908.2"
3121 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3122 #  comparisons:
3123 #    - title: "Diff"
3124 #      reference: 1
3125 #      compare: 2
3126 #  legend:
3127 #    - "Legend to Table:"
3128 #    - "1908.1, 1908.2 - VPP versions tested."
3129 #    - "Diff - difference between the previous and the current VPP version."
3130 #
3131 ## VPP Performance changes 2n-clx-xxv710 2t1c pdr
3132 #- type: "table"
3133 #  title: "VPP Performance changes 2n-clx-xxv710 2t1c pdr"
3134 #  algorithm: "table_comparison"
3135 #  output-file: "{DIR[STATIC,VPP]}/performance-changes-1908_2-2n-clx-2t1c-pdr"
3136 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3137 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3138 #  columns:
3139 #    - title: "1908.1"
3140 #      data-set: "vpp-perf-changes-2n-clx-new1908_1"
3141 #    - title: "1908.2"
3142 #      data-set: "vpp-perf-changes-2n-clx-new1908_2"
3143 #  comparisons:
3144 #    - title: "Diff"
3145 #      reference: 1
3146 #      compare: 2
3147 #  legend:
3148 #    - "Legend to Table:"
3149 #    - "1908.1, 1908.2 - VPP versions tested."
3150 #    - "Diff - difference between the previous and the current VPP version."
3151
3152 # VPP Performance Changes 3n-hsw 1t1c pdr
3153 - type: "table"
3154   title: "VPP Performance Changes 3n-hsw 1t1c pdr"
3155   algorithm: "table_comparison"
3156   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-pdr"
3157   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3158   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3159   columns:
3160     - title: "1908"
3161       data-set: "vpp-performance-changes-3n-hsw-h1"
3162     - title: "2001"
3163       data-set: "vpp-performance-changes-3n-hsw-ref"
3164     - title: "2005"
3165       data-set: "vpp-performance-changes-3n-hsw-cmp"
3166   comparisons:
3167     - title: "Diff"
3168       reference: 2
3169       compare: 3
3170   legend:
3171     - "Legend to Table"
3172     - "1908, 2001, 2005 - VPP versions tested."
3173     - "Diff - difference between 2001 and 2008 VPP version."
3174
3175 # VPP Performance Changes 3n-hsw 2t2c pdr
3176 - type: "table"
3177   title: "VPP Performance Changes 3n-hsw 2t2c pdr"
3178   algorithm: "table_comparison"
3179   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-pdr"
3180   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3181   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3182   columns:
3183     - title: "1908"
3184       data-set: "vpp-performance-changes-3n-hsw-h1"
3185     - title: "2001"
3186       data-set: "vpp-performance-changes-3n-hsw-ref"
3187     - title: "2005"
3188       data-set: "vpp-performance-changes-3n-hsw-cmp"
3189   comparisons:
3190     - title: "Diff"
3191       reference: 2
3192       compare: 3
3193   legend:
3194     - "Legend to Table"
3195     - "1908, 2001, 2005 - VPP versions tested."
3196     - "Diff - difference between 2001 and 2008 VPP version."
3197
3198 # VPP Performance Changes 3n-hsw 1t1c ndr
3199 - type: "table"
3200   title: "VPP Performance Changes 3n-hsw 1t1c ndr"
3201   algorithm: "table_comparison"
3202   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-ndr"
3203   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3204   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3205   columns:
3206     - title: "1908"
3207       data-set: "vpp-performance-changes-3n-hsw-h1"
3208     - title: "2001"
3209       data-set: "vpp-performance-changes-3n-hsw-ref"
3210     - title: "2005"
3211       data-set: "vpp-performance-changes-3n-hsw-cmp"
3212   comparisons:
3213     - title: "Diff"
3214       reference: 2
3215       compare: 3
3216   legend:
3217     - "Legend to Table"
3218     - "1908, 2001, 2005 - VPP versions tested."
3219     - "Diff - difference between 2001 and 2008 VPP version."
3220
3221 # VPP Performance Changes 3n-hsw 2t2c ndr
3222 - type: "table"
3223   title: "VPP Performance Changes 3n-hsw 2t2c ndr"
3224   algorithm: "table_comparison"
3225   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-ndr"
3226   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3227   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
3228   columns:
3229     - title: "1908"
3230       data-set: "vpp-performance-changes-3n-hsw-h1"
3231     - title: "2001"
3232       data-set: "vpp-performance-changes-3n-hsw-ref"
3233     - title: "2005"
3234       data-set: "vpp-performance-changes-3n-hsw-cmp"
3235   comparisons:
3236     - title: "Diff"
3237       reference: 2
3238       compare: 3
3239   legend:
3240     - "Legend to Table"
3241     - "1908, 2001, 2005 - VPP versions tested."
3242     - "Diff - difference between 2001 and 2008 VPP version."
3243
3244 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr
3245 #- type: "table"
3246 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c pdr"
3247 #  algorithm: "table_comparison"
3248 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-pdr"
3249 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3250 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3251 #  rca:
3252 #    - title: "RCA1"
3253 #      data: "rca/rca-3n-skx-2t1c-pdr-rca1.yaml"
3254 #    - title: "RCA2"
3255 #      data: "rca/rca-3n-skx-2t1c-pdr-rca2.yaml"
3256 #  columns:
3257 #    - title: "1908.0-1"
3258 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3259 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3260 #    - title: "1908.1-1"
3261 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3262 #    - title: "1908.1-2"
3263 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3264 #    - title: "2001.0-2"
3265 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3266 #  comparisons:
3267 #    - title: "Diff1"
3268 #      reference: 2
3269 #      reference-alt: 1
3270 #      compare: 3
3271 #    - title: "Diff2"
3272 #      reference: 3
3273 #      compare: 4
3274 #  legend:
3275 #    - 'Legend to Table:'
3276 #    - '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).'
3277 #    - '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).'
3278 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3279 #    - 'RCA1 - root cause analysis reference for Diff1.'
3280 #    - 'RCA2 - root cause analysis reference for Diff2.'
3281 #
3282 ## VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr
3283 #- type: "table"
3284 #  title: "VPP Root Cause Analysis 3n-skx-xxv710 2t1c ndr"
3285 #  algorithm: "table_comparison"
3286 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-3n-skx-2t1c-ndr"
3287 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3288 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3289 #  rca:
3290 #    - title: "RCA1"
3291 #      data: "rca/rca-3n-skx-2t1c-ndr-rca1.yaml"
3292 #    - title: "RCA2"
3293 #      data: "rca/rca-3n-skx-2t1c-ndr-rca2.yaml"
3294 #  columns:
3295 #    - title: "1908.0-1"
3296 #      data-set: "vpp-perf-changes-3n-skx-old1908_0"
3297 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3298 #    - title: "1908.1-1"
3299 #      data-set: "vpp-perf-changes-3n-skx-old1908_1"
3300 #    - title: "1908.1-2"
3301 #      data-set: "vpp-perf-changes-3n-skx-new1908_1"
3302 #    - title: "2001.0-2"
3303 #      data-set: "vpp-perf-changes-3n-skx-new2001_0"
3304 #  comparisons:
3305 #    - title: "Diff1"
3306 #      reference: 2
3307 #      reference-alt: 1
3308 #      compare: 3
3309 #    - title: "Diff2"
3310 #      reference: 3
3311 #      compare: 4
3312 #  legend:
3313 #    - 'Legend to Table:'
3314 #    - '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).'
3315 #    - '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).'
3316 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3317 #    - 'RCA1 - root cause analysis reference for Diff1.'
3318 #    - 'RCA2 - root cause analysis reference for Diff2.'
3319
3320 # VPP Performance Changes 3n-skx 2t1c pdr
3321 - type: "table"
3322   title: "VPP Performance Changes 3n-skx 2t1c pdr"
3323   algorithm: "table_comparison"
3324   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-pdr"
3325   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3326   filter: "'2T1C' 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 4t2c pdr
3345 - type: "table"
3346   title: "VPP Performance Changes 3n-skx 4t2c pdr"
3347   algorithm: "table_comparison"
3348   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-pdr"
3349   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3350   filter: "'4T2C' 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 2t1c ndr
3369 - type: "table"
3370   title: "VPP Performance Changes 3n-skx 2t1c ndr"
3371   algorithm: "table_comparison"
3372   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-ndr"
3373   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3374   filter: "'2T1C' 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 Performance Changes 3n-skx 4t2c ndr
3393 - type: "table"
3394   title: "VPP Performance Changes 3n-skx 4t2c ndr"
3395   algorithm: "table_comparison"
3396   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-ndr"
3397   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3398   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3399   columns:
3400     - title: "1908"
3401       data-set: "vpp-performance-changes-3n-skx-h1"
3402       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-3n-skx-vhost"
3403     - title: "2001"
3404       data-set: "vpp-performance-changes-3n-skx-ref"
3405     - title: "2005"
3406       data-set: "vpp-performance-changes-3n-skx-cmp"
3407   comparisons:
3408     - title: "Diff"
3409       reference: 2
3410       compare: 3
3411   legend:
3412     - "Legend to Table"
3413     - "1908, 2001, 2005 - VPP versions tested."
3414     - "Diff - difference between 2001 and 2005 VPP version."
3415
3416 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr
3417 #- type: "table"
3418 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c pdr"
3419 #  algorithm: "table_comparison"
3420 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-pdr"
3421 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3422 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3423 #  rca:
3424 #    - title: "RCA1"
3425 #      data: "rca/rca-2n-skx-2t1c-pdr-rca1.yaml"
3426 #    - title: "RCA2"
3427 #      data: "rca/rca-2n-skx-2t1c-pdr-rca2.yaml"
3428 #  columns:
3429 #    - title: "1908.0-1"
3430 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3431 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3432 #    - title: "1908.1-1"
3433 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3434 #    - title: "1908.1-2"
3435 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3436 #    - title: "2001.0-2"
3437 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3438 #  comparisons:
3439 #    - title: "Diff1"
3440 #      reference: 2
3441 #      reference-alt: 1
3442 #      compare: 3
3443 #    - title: "Diff2"
3444 #      reference: 3
3445 #      compare: 4
3446 #  legend:
3447 #    - 'Legend to Table:'
3448 #    - '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).'
3449 #    - '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).'
3450 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3451 #    - 'RCA1 - root cause analysis reference for Diff1.'
3452 #    - 'RCA2 - root cause analysis reference for Diff2.'
3453 #
3454 ## VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr
3455 #- type: "table"
3456 #  title: "VPP Root Cause Analysis 2n-skx-xxv710 2t1c ndr"
3457 #  algorithm: "table_comparison"
3458 #  output-file: "{DIR[STATIC,VPP]}/performance-rca-2n-skx-2t1c-ndr"
3459 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3460 #  filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3461 #  rca:
3462 #    - title: "RCA1"
3463 #      data: "rca/rca-2n-skx-2t1c-ndr-rca1.yaml"
3464 #    - title: "RCA2"
3465 #      data: "rca/rca-2n-skx-2t1c-ndr-rca2.yaml"
3466 #  columns:
3467 #    - title: "1908.0-1"
3468 #      data-set: "vpp-perf-changes-2n-skx-old1908_0"
3469 #      data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3470 #    - title: "1908.1-1"
3471 #      data-set: "vpp-perf-changes-2n-skx-old1908_1"
3472 #    - title: "1908.1-2"
3473 #      data-set: "vpp-perf-changes-2n-skx-new1908_1"
3474 #    - title: "2001.0-2"
3475 #      data-set: "vpp-perf-changes-2n-skx-new2001_0"
3476 #  comparisons:
3477 #    - title: "Diff1"
3478 #      reference: 2
3479 #      reference-alt: 1
3480 #      compare: 3
3481 #    - title: "Diff2"
3482 #      reference: 3
3483 #      compare: 4
3484 #  legend:
3485 #    - 'Legend to Table:'
3486 #    - '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).'
3487 #    - '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).'
3488 #    - 'Diff2 - difference between the current and the previous VPP version in the current environment version "2", 2001.0-2 vs. 1908.1-2.'
3489 #    - 'RCA1 - root cause analysis reference for Diff1.'
3490 #    - 'RCA2 - root cause analysis reference for Diff2.'
3491
3492 # VPP Performance Changes 2n-skx 2t1c pdr
3493 - type: "table"
3494   title: "VPP Performance Changes 2n-skx 2t1c pdr"
3495   algorithm: "table_comparison"
3496   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-pdr"
3497   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3498   filter: "'2T1C' 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 4t2c pdr
3517 - type: "table"
3518   title: "VPP Performance Changes 2n-skx 4t2c pdr"
3519   algorithm: "table_comparison"
3520   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-pdr"
3521   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3522   filter: "'4T2C' 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 2t1c ndr
3541 - type: "table"
3542   title: "VPP Performance Changes 2n-skx 2t1c ndr"
3543   algorithm: "table_comparison"
3544   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-ndr"
3545   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3546   filter: "'2T1C' 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-skx 4t2c ndr
3565 - type: "table"
3566   title: "VPP Performance Changes 2n-skx 4t2c ndr"
3567   algorithm: "table_comparison"
3568   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-ndr"
3569   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3570   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
3571   columns:
3572     - title: "1908"
3573       data-set: "vpp-performance-changes-2n-skx-h1"
3574       data-replacement: "replacement-1908-vpp-throughput-lat-tsa-2n-skx-vhost"
3575     - title: "2001"
3576       data-set: "vpp-performance-changes-2n-skx-ref"
3577     - title: "2005"
3578       data-set: "vpp-performance-changes-2n-skx-cmp"
3579   comparisons:
3580     - title: "Diff"
3581       reference: 2
3582       compare: 3
3583   legend:
3584     - "Legend to Table"
3585     - "1908, 2001, 2005 - VPP versions tested."
3586     - "Diff - difference between 2001 and 2005 VPP version."
3587
3588 # VPP Performance Changes 2n-dnv 1t1c pdr
3589 - type: "table"
3590   title: "VPP Performance Changes 2n-dnv 1t1c pdr"
3591   algorithm: "table_comparison"
3592   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-pdr"
3593   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3594   filter: "'1T1C'"
3595   columns:
3596     - title: "1908"
3597       data-set: "vpp-performance-changes-2n-dnv-h1"
3598     - title: "2001"
3599       data-set: "vpp-performance-changes-2n-dnv-ref"
3600     - title: "2005"
3601       data-set: "vpp-performance-changes-2n-dnv-cmp"
3602   comparisons:
3603     - title: "Diff"
3604       reference: 2
3605       compare: 3
3606   legend:
3607     - "Legend to Table"
3608     - "1908, 2001, 2005 - VPP versions tested."
3609     - "Diff - difference between 2001 and 2005 VPP version."
3610
3611 # VPP Performance Changes 2n-dnv 2t2c pdr
3612 - type: "table"
3613   title: "VPP Performance Changes 2n-dnv 2t2c pdr"
3614   algorithm: "table_comparison"
3615   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-pdr"
3616   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3617   filter: "'2T2C'"
3618   columns:
3619     - title: "1908"
3620       data-set: "vpp-performance-changes-2n-dnv-h1"
3621     - title: "2001"
3622       data-set: "vpp-performance-changes-2n-dnv-ref"
3623     - title: "2005"
3624       data-set: "vpp-performance-changes-2n-dnv-cmp"
3625   comparisons:
3626     - title: "Diff"
3627       reference: 2
3628       compare: 3
3629   legend:
3630     - "Legend to Table"
3631     - "1908, 2001, 2005 - VPP versions tested."
3632     - "Diff - difference between 2001 and 2005 VPP version."
3633
3634 # VPP Performance Changes 2n-dnv 1t1c ndr
3635 - type: "table"
3636   title: "VPP Performance Changes 2n-dnv 1t1c ndr"
3637   algorithm: "table_comparison"
3638   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-ndr"
3639   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3640   filter: "'1T1C'"
3641   columns:
3642     - title: "1908"
3643       data-set: "vpp-performance-changes-2n-dnv-h1"
3644     - title: "2001"
3645       data-set: "vpp-performance-changes-2n-dnv-ref"
3646     - title: "2005"
3647       data-set: "vpp-performance-changes-2n-dnv-cmp"
3648   comparisons:
3649     - title: "Diff"
3650       reference: 2
3651       compare: 3
3652   legend:
3653     - "Legend to Table"
3654     - "1908, 2001, 2005 - VPP versions tested."
3655     - "Diff - difference between 2001 and 2005 VPP version."
3656
3657 # VPP Performance Changes 2n-dnv 2t2c ndr
3658 - type: "table"
3659   title: "VPP Performance Changes 2n-dnv 2t2c ndr"
3660   algorithm: "table_comparison"
3661   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-ndr"
3662   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3663   filter: "'2T2C'"
3664   columns:
3665     - title: "1908"
3666       data-set: "vpp-performance-changes-2n-dnv-h1"
3667     - title: "2001"
3668       data-set: "vpp-performance-changes-2n-dnv-ref"
3669     - title: "2005"
3670       data-set: "vpp-performance-changes-2n-dnv-cmp"
3671   comparisons:
3672     - title: "Diff"
3673       reference: 2
3674       compare: 3
3675   legend:
3676     - "Legend to Table"
3677     - "1908, 2001, 2005 - VPP versions tested."
3678     - "Diff - difference between 2001 and 2005 VPP version."
3679
3680 # VPP Performance Changes 3n-dnv 1t1c pdr
3681 - type: "table"
3682   title: "VPP Performance Changes 3n-dnv 1t1c pdr"
3683   algorithm: "table_comparison"
3684   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-pdr"
3685   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3686   filter: "'1T1C'"
3687   columns:
3688     - title: "1908"
3689       data-set: "vpp-performance-changes-3n-dnv-h1"
3690     - title: "2001"
3691       data-set: "vpp-performance-changes-3n-dnv-ref"
3692     - title: "2005"
3693       data-set: "vpp-performance-changes-3n-dnv-cmp"
3694   comparisons:
3695     - title: "Diff"
3696       reference: 2
3697       compare: 3
3698   legend:
3699     - "Legend to Table"
3700     - "1908, 2001, 2005 - VPP versions tested."
3701     - "Diff - difference between 2001 and 2005 VPP version."
3702
3703 # VPP Performance Changes 3n-dnv 2t2c pdr
3704 - type: "table"
3705   title: "VPP Performance Changes 3n-dnv 2t2c pdr"
3706   algorithm: "table_comparison"
3707   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-pdr"
3708   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3709   filter: "'2T2C'"
3710   columns:
3711     - title: "1908"
3712       data-set: "vpp-performance-changes-3n-dnv-h1"
3713     - title: "2001"
3714       data-set: "vpp-performance-changes-3n-dnv-ref"
3715     - title: "2005"
3716       data-set: "vpp-performance-changes-3n-dnv-cmp"
3717   comparisons:
3718     - title: "Diff"
3719       reference: 2
3720       compare: 3
3721   legend:
3722     - "Legend to Table"
3723     - "1908, 2001, 2005 - VPP versions tested."
3724     - "Diff - difference between 2001 and 2005 VPP version."
3725
3726 # VPP Performance Changes 3n-dnv 1t1c ndr
3727 - type: "table"
3728   title: "VPP Performance Changes 3n-dnv 1t1c ndr"
3729   algorithm: "table_comparison"
3730   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-ndr"
3731   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3732   filter: "'1T1C'"
3733   columns:
3734     - title: "1908"
3735       data-set: "vpp-performance-changes-3n-dnv-h1"
3736     - title: "2001"
3737       data-set: "vpp-performance-changes-3n-dnv-ref"
3738     - title: "2005"
3739       data-set: "vpp-performance-changes-3n-dnv-cmp"
3740   comparisons:
3741     - title: "Diff"
3742       reference: 2
3743       compare: 3
3744   legend:
3745     - "Legend to Table"
3746     - "1908, 2001, 2005 - VPP versions tested."
3747     - "Diff - difference between 2001 and 2005 VPP version."
3748
3749 # VPP Performance Changes 3n-dnv 2t2c ndr
3750 - type: "table"
3751   title: "VPP Performance Changes 3n-dnv 2t2c ndr"
3752   algorithm: "table_comparison"
3753   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-ndr"
3754   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3755   filter: "'2T2C'"
3756   columns:
3757     - title: "1908"
3758       data-set: "vpp-performance-changes-3n-dnv-h1"
3759     - title: "2001"
3760       data-set: "vpp-performance-changes-3n-dnv-ref"
3761     - title: "2005"
3762       data-set: "vpp-performance-changes-3n-dnv-cmp"
3763   comparisons:
3764     - title: "Diff"
3765       reference: 2
3766       compare: 3
3767   legend:
3768     - "Legend to Table"
3769     - "1908, 2001, 2005 - VPP versions tested."
3770     - "Diff - difference between 2001 and 2005 VPP version."
3771
3772 # VPP Performance Changes 3n-tsh 1t1c pdr
3773 - type: "table"
3774   title: "VPP Performance Changes 3n-tsh 1t1c pdr"
3775   algorithm: "table_comparison"
3776   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-pdr"
3777   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3778   filter: "'1T1C'"
3779   columns:
3780     - title: "1908"
3781       data-set: "vpp-performance-changes-3n-tsh-h1"
3782     - title: "2001"
3783       data-set: "vpp-performance-changes-3n-tsh-ref"
3784     - title: "2005"
3785       data-set: "vpp-performance-changes-3n-tsh-cmp"
3786   comparisons:
3787     - title: "Diff"
3788       reference: 2
3789       compare: 3
3790   legend:
3791     - "Legend to Table"
3792     - "1908, 2001, 2005 - VPP versions tested."
3793     - "Diff - difference between 2001 and 2005 VPP version."
3794
3795 # VPP Performance Changes 3n-tsh 2t2c pdr
3796 - type: "table"
3797   title: "VPP Performance Changes 3n-tsh 2t2c pdr"
3798   algorithm: "table_comparison"
3799   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-pdr"
3800   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3801   filter: "'2T2C'"
3802   columns:
3803     - title: "1908"
3804       data-set: "vpp-performance-changes-3n-tsh-h1"
3805     - title: "2001"
3806       data-set: "vpp-performance-changes-3n-tsh-ref"
3807     - title: "2005"
3808       data-set: "vpp-performance-changes-3n-tsh-cmp"
3809   comparisons:
3810     - title: "Diff"
3811       reference: 2
3812       compare: 3
3813   legend:
3814     - "Legend to Table"
3815     - "1908, 2001, 2005 - VPP versions tested."
3816     - "Diff - difference between 2001 and 2005 VPP version."
3817
3818 # VPP Performance Changes 3n-tsh 1t1c ndr
3819 - type: "table"
3820   title: "VPP Performance Changes 3n-tsh 1t1c ndr"
3821   algorithm: "table_comparison"
3822   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-ndr"
3823   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3824   filter: "'1T1C'"
3825   columns:
3826     - title: "1908"
3827       data-set: "vpp-performance-changes-3n-tsh-h1"
3828     - title: "2001"
3829       data-set: "vpp-performance-changes-3n-tsh-ref"
3830     - title: "2005"
3831       data-set: "vpp-performance-changes-3n-tsh-cmp"
3832   comparisons:
3833     - title: "Diff"
3834       reference: 2
3835       compare: 3
3836   legend:
3837     - "Legend to Table"
3838     - "1908, 2001, 2005 - VPP versions tested."
3839     - "Diff - difference between 2001 and 2005 VPP version."
3840
3841 # VPP Performance Changes 3n-tsh 2t2c ndr
3842 - type: "table"
3843   title: "VPP Performance Changes 3n-tsh 2t2c ndr"
3844   algorithm: "table_comparison"
3845   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-ndr"
3846   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3847   filter: "'2T2C'"
3848   columns:
3849     - title: "1908"
3850       data-set: "vpp-performance-changes-3n-tsh-h1"
3851     - title: "2001"
3852       data-set: "vpp-performance-changes-3n-tsh-ref"
3853     - title: "2005"
3854       data-set: "vpp-performance-changes-3n-tsh-cmp"
3855   comparisons:
3856     - title: "Diff"
3857       reference: 2
3858       compare: 3
3859   legend:
3860     - "Legend to Table"
3861     - "1908, 2001, 2005 - VPP versions tested."
3862     - "Diff - difference between 2001 and 2005 VPP version."
3863
3864 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr
3865 - type: "table"
3866   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c ndr"
3867   algorithm: "table_comparison"
3868   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-ndr"
3869   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3870   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3871   columns:
3872     - title: "3n-hsw xl710"
3873       data-set: "vpp-compare-testbeds-ref"
3874       tag: "NIC_Intel-XL710"
3875     - title: "3n-skx xxv710"
3876       data-set: "vpp-compare-testbeds-cmp"
3877       tag: "NIC_Intel-XXV710"
3878   comparisons:
3879     - title: "Diff"
3880       reference: 1
3881       compare: 2
3882   legend:
3883     - "Legend to Table"
3884     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3885     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3886
3887 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr
3888 - type: "table"
3889   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c ndr"
3890   algorithm: "table_comparison"
3891   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-ndr"
3892   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3893   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3894   columns:
3895     - title: "3n-hsw xl710"
3896       data-set: "vpp-compare-testbeds-ref"
3897       tag: "NIC_Intel-XL710"
3898     - title: "3n-skx xxv710"
3899       data-set: "vpp-compare-testbeds-cmp"
3900       tag: "NIC_Intel-XXV710"
3901   comparisons:
3902     - title: "Diff"
3903       reference: 1
3904       compare: 2
3905   legend:
3906     - "Legend to Table"
3907     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3908     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3909
3910 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr
3911 - type: "table"
3912   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c pdr"
3913   algorithm: "table_comparison"
3914   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-pdr"
3915   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3916   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
3917   columns:
3918     - title: "3n-hsw xl710"
3919       data-set: "vpp-compare-testbeds-ref"
3920       tag: "NIC_Intel-XL710"
3921     - title: "3n-skx xxv710"
3922       data-set: "vpp-compare-testbeds-cmp"
3923       tag: "NIC_Intel-XXV710"
3924   comparisons:
3925     - title: "Diff"
3926       reference: 1
3927       compare: 2
3928   legend:
3929     - "Legend to Table"
3930     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3931     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3932
3933 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr
3934 - type: "table"
3935   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c pdr"
3936   algorithm: "table_comparison"
3937   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-pdr"
3938   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
3939   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
3940   columns:
3941     - title: "3n-hsw xl710"
3942       data-set: "vpp-compare-testbeds-ref"
3943       tag: "NIC_Intel-XL710"
3944     - title: "3n-skx xxv710"
3945       data-set: "vpp-compare-testbeds-cmp"
3946       tag: "NIC_Intel-XXV710"
3947   comparisons:
3948     - title: "Diff"
3949       reference: 1
3950       compare: 2
3951   legend:
3952     - "Legend to Table"
3953     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
3954     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
3955
3956 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr
3957 - type: "table"
3958   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr"
3959   algorithm: "table_comparison"
3960   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-ndr"
3961   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3962   filter: "'2T1C' and 'NIC_Intel-XXV710'"
3963   columns:
3964     - title: "2n-skx"
3965       data-set: "vpp-compare-testbeds-skx-clx-ref"
3966     - title: "2n-clx"
3967       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3968   comparisons:
3969     - title: "Diff"
3970       reference: 1
3971       compare: 2
3972   legend:
3973     - "Legend to Table"
3974     - "2n-skx, 2n-clx - testbeds and NICs tested."
3975     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3976
3977 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr
3978 - type: "table"
3979   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c ndr"
3980   algorithm: "table_comparison"
3981   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-ndr"
3982   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
3983   filter: "'4T2C' and 'NIC_Intel-XXV710'"
3984   columns:
3985     - title: "2n-skx"
3986       data-set: "vpp-compare-testbeds-skx-clx-ref"
3987     - title: "2n-clx"
3988       data-set: "vpp-compare-testbeds-skx-clx-cmp"
3989   comparisons:
3990     - title: "Diff"
3991       reference: 1
3992       compare: 2
3993   legend:
3994     - "Legend to Table"
3995     - "2n-skx, 2n-clx - testbeds and NICs tested."
3996     - "Diff - difference between 2n-skx and 2n-clx testbeds."
3997
3998 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr
3999 - type: "table"
4000   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c pdr"
4001   algorithm: "table_comparison"
4002   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-pdr"
4003   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4004   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4005   columns:
4006     - title: "2n-skx"
4007       data-set: "vpp-compare-testbeds-skx-clx-ref"
4008     - title: "2n-clx"
4009       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4010   comparisons:
4011     - title: "Diff"
4012       reference: 1
4013       compare: 2
4014   legend:
4015     - "Legend to Table"
4016     - "2n-skx, 2n-clx - testbeds and NICs tested."
4017     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4018
4019 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr
4020 - type: "table"
4021   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c pdr"
4022   algorithm: "table_comparison"
4023   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-pdr"
4024   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4025   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4026   columns:
4027     - title: "2n-skx"
4028       data-set: "vpp-compare-testbeds-skx-clx-ref"
4029     - title: "2n-clx"
4030       data-set: "vpp-compare-testbeds-skx-clx-cmp"
4031   comparisons:
4032     - title: "Diff"
4033       reference: 1
4034       compare: 2
4035   legend:
4036     - "Legend to Table"
4037     - "2n-skx, 2n-clx - testbeds and NICs tested."
4038     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4039
4040 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr
4041 - type: "table"
4042   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c ndr"
4043   algorithm: "table_comparison"
4044   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-ndr"
4045   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4046   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4047   columns:
4048     - title: "3n-hsw xl710"
4049       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4050       tag: "NIC_Intel-XL710"
4051     - title: "2n-clx xxv710"
4052       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4053       tag: "NIC_Intel-XXV710"
4054   comparisons:
4055     - title: "Diff"
4056       reference: 1
4057       compare: 2
4058   legend:
4059     - "Legend to Table"
4060     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4061     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4062
4063 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr
4064 - type: "table"
4065   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c ndr"
4066   algorithm: "table_comparison"
4067   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-ndr"
4068   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4069   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4070   columns:
4071     - title: "3n-hsw xl710"
4072       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4073       tag: "NIC_Intel-XL710"
4074     - title: "2n-clx xxv710"
4075       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4076       tag: "NIC_Intel-XXV710"
4077   comparisons:
4078     - title: "Diff"
4079       reference: 1
4080       compare: 2
4081   legend:
4082     - "Legend to Table"
4083     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4084     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4085
4086 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr
4087 - type: "table"
4088   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c pdr"
4089   algorithm: "table_comparison"
4090   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-pdr"
4091   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4092   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '1C'"
4093   columns:
4094     - title: "3n-hsw xl710"
4095       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4096       tag: "NIC_Intel-XL710"
4097     - title: "2n-clx xxv710"
4098       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4099       tag: "NIC_Intel-XXV710"
4100   comparisons:
4101     - title: "Diff"
4102       reference: 1
4103       compare: 2
4104   legend:
4105     - "Legend to Table"
4106     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4107     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4108
4109 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr
4110 - type: "table"
4111   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c pdr"
4112   algorithm: "table_comparison"
4113   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-pdr"
4114   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4115   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'NDRPDR' and '2C'"
4116   columns:
4117     - title: "3n-hsw xl710"
4118       data-set: "vpp-compare-testbeds-hsw-clx-ref"
4119       tag: "NIC_Intel-XL710"
4120     - title: "2n-clx xxv710"
4121       data-set: "vpp-compare-testbeds-hsw-clx-cmp"
4122       tag: "NIC_Intel-XXV710"
4123   comparisons:
4124     - title: "Diff"
4125       reference: 1
4126       compare: 2
4127   legend:
4128     - "Legend to Table"
4129     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4130     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4131
4132 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr
4133 - type: "table"
4134   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c ndr"
4135   algorithm: "table_comparison"
4136   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-ndr"
4137   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4138   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4139   columns:
4140     - title: "3n-skx"
4141       data-set: "vpp-compare-topologies-ref"
4142     - title: "2n-skx"
4143       data-set: "vpp-compare-topologies-cmp"
4144   comparisons:
4145     - title: "Diff"
4146       reference: 1
4147       compare: 2
4148   legend:
4149     - "Legend to Table"
4150     - "3n-skx, 2n-skx - topologies tested."
4151     - "Diff - difference between 3n-skx and 2n-skx topologies."
4152
4153 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr
4154 - type: "table"
4155   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c ndr"
4156   algorithm: "table_comparison"
4157   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-ndr"
4158   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
4159   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4160   columns:
4161     - title: "3n-skx"
4162       data-set: "vpp-compare-topologies-ref"
4163     - title: "2n-skx"
4164       data-set: "vpp-compare-topologies-cmp"
4165   comparisons:
4166     - title: "Diff"
4167       reference: 1
4168       compare: 2
4169   legend:
4170     - "Legend to Table"
4171     - "3n-skx, 2n-skx - topologies tested."
4172     - "Diff - difference between 3n-skx and 2n-skx topologies."
4173
4174 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr
4175 - type: "table"
4176   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c pdr"
4177   algorithm: "table_comparison"
4178   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-pdr"
4179   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4180   filter: "'NDRPDR' and '1C' and 'NIC_Intel-XXV710'"
4181   columns:
4182     - title: "3n-skx"
4183       data-set: "vpp-compare-topologies-ref"
4184     - title: "2n-skx"
4185       data-set: "vpp-compare-topologies-cmp"
4186   comparisons:
4187     - title: "Diff"
4188       reference: 1
4189       compare: 2
4190   legend:
4191     - "Legend to Table"
4192     - "3n-skx, 2n-skx - topologies tested."
4193     - "Diff - difference between 3n-skx and 2n-skx topologies."
4194
4195 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr
4196 - type: "table"
4197   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c pdr"
4198   algorithm: "table_comparison"
4199   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-pdr"
4200   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
4201   filter: "'NDRPDR' and '2C' and 'NIC_Intel-XXV710'"
4202   columns:
4203     - title: "3n-skx"
4204       data-set: "vpp-compare-topologies-ref"
4205     - title: "2n-skx"
4206       data-set: "vpp-compare-topologies-cmp"
4207   comparisons:
4208     - title: "Diff"
4209       reference: 1
4210       compare: 2
4211   legend:
4212     - "Legend to Table"
4213     - "3n-skx, 2n-skx - topologies tested."
4214     - "Diff - difference between 3n-skx and 2n-skx topologies."
4215
4216 # VPP Performance Changes 3n-hsw 1t1c mrr
4217 - type: "table"
4218   title: "VPP Performance Changes 3n-hsw 1t1c mrr"
4219   algorithm: "table_comparison"
4220   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-1t1c-mrr"
4221   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4222   filter: "'1T1C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4223   columns:
4224     - title: "1908"
4225       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4226     - title: "2001"
4227       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4228     - title: "2005"
4229       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4230   comparisons:
4231     - title: "Diff"
4232       reference: 2
4233       compare: 3
4234   legend:
4235     - "Legend to Table"
4236     - "1908, 2001, 2005 - VPP versions tested."
4237     - "Diff - difference between 2001 and 2005 VPP version."
4238
4239 # VPP Performance Changes 3n-hsw 2t2c mrr
4240 - type: "table"
4241   title: "VPP Performance Changes 3n-hsw 2t2c mrr"
4242   algorithm: "table_comparison"
4243   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
4244   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4245   filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4246   columns:
4247     - title: "1908"
4248       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4249     - title: "2001"
4250       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4251     - title: "2005"
4252       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4253   comparisons:
4254     - title: "Diff"
4255       reference: 2
4256       compare: 3
4257   legend:
4258     - "Legend to Table"
4259     - "1908, 2001, 2005 - VPP versions tested."
4260     - "Diff - difference between 2001 and 2005 VPP version."
4261
4262 # VPP Performance Changes 3n-hsw 4t4c mrr
4263 - type: "table"
4264   title: "VPP Performance Changes 3n-hsw 4t4c mrr"
4265   algorithm: "table_comparison"
4266   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-4t4c-mrr"
4267   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4268   filter: "'4T4C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
4269   columns:
4270     - title: "1908"
4271       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"
4272     - title: "2001"
4273       data-set: "vpp-performance-changes-3n-hsw-mrr-ref"
4274     - title: "2005"
4275       data-set: "vpp-performance-changes-3n-hsw-mrr-cmp"
4276   comparisons:
4277     - title: "Diff"
4278       reference: 2
4279       compare: 3
4280   legend:
4281     - "Legend to Table"
4282     - "1908, 2001, 2005 - VPP versions tested."
4283     - "Diff - difference between 2001 and 2005 VPP version."
4284
4285 # VPP Performance Changes 3n-skx 2t1c mrr
4286 - type: "table"
4287   title: "VPP Performance Changes 3n-skx 2t1c mrr"
4288   algorithm: "table_comparison"
4289   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-2t1c-mrr"
4290   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4291   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4292   columns:
4293     - title: "1908"
4294       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4295     - title: "2001"
4296       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4297     - title: "2005"
4298       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4299   comparisons:
4300     - title: "Diff"
4301       reference: 2
4302       compare: 3
4303   legend:
4304     - "Legend to Table"
4305     - "1908, 2001, 2005 - VPP versions tested."
4306     - "Diff - difference between 2001 and 2005 VPP version."
4307
4308 # VPP Performance Changes 3n-skx 4t2c mrr
4309 - type: "table"
4310   title: "VPP Performance Changes 3n-skx 4t2c mrr"
4311   algorithm: "table_comparison"
4312   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-4t2c-mrr"
4313   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4314   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4315   columns:
4316     - title: "1908"
4317       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4318     - title: "2001"
4319       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4320     - title: "2005"
4321       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4322   comparisons:
4323     - title: "Diff"
4324       reference: 2
4325       compare: 3
4326   legend:
4327     - "Legend to Table"
4328     - "1908, 2001, 2005 - VPP versions tested."
4329     - "Diff - difference between 2001 and 2005 VPP version."
4330
4331 # VPP Performance Changes 3n-skx 8t4c mrr
4332 - type: "table"
4333   title: "VPP Performance Changes 3n-skx 8t4c mrr"
4334   algorithm: "table_comparison"
4335   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-skx-8t4c-mrr"
4336   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4337   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4338   columns:
4339     - title: "1908"
4340       data-set: "vpp-performance-changes-3n-skx-mrr-h1"
4341     - title: "2001"
4342       data-set: "vpp-performance-changes-3n-skx-mrr-ref"
4343     - title: "2005"
4344       data-set: "vpp-performance-changes-3n-skx-mrr-cmp"
4345   comparisons:
4346     - title: "Diff"
4347       reference: 2
4348       compare: 3
4349   legend:
4350     - "Legend to Table"
4351     - "1908, 2001, 2005 - VPP versions tested."
4352     - "Diff - difference between 2001 and 2005 VPP version."
4353
4354 # VPP Performance Changes 2n-skx 2t1c mrr
4355 - type: "table"
4356   title: "VPP Performance Changes 2n-skx 2t1c mrr"
4357   algorithm: "table_comparison"
4358   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-2t1c-mrr"
4359   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4360   filter: "'2T1C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4361   columns:
4362     - title: "1908"
4363       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4364     - title: "2001"
4365       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4366     - title: "2005"
4367       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4368   comparisons:
4369     - title: "Diff"
4370       reference: 2
4371       compare: 3
4372   legend:
4373     - "Legend to Table"
4374     - "1908, 2001, 2005 - VPP versions tested."
4375     - "Diff - difference between 2001 and 2005 VPP version."
4376
4377 # VPP Performance Changes 2n-skx 4t2c mrr
4378 - type: "table"
4379   title: "VPP Performance Changes 2n-skx 4t2c mrr"
4380   algorithm: "table_comparison"
4381   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-4t2c-mrr"
4382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4383   filter: "'4T2C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4384   columns:
4385     - title: "1908"
4386       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4387     - title: "2001"
4388       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4389     - title: "2005"
4390       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4391   comparisons:
4392     - title: "Diff"
4393       reference: 2
4394       compare: 3
4395   legend:
4396     - "Legend to Table"
4397     - "1908, 2001, 2005 - VPP versions tested."
4398     - "Diff - difference between 2001 and 2005 VPP version."
4399
4400 # VPP Performance Changes 2n-skx 8t4c mrr
4401 - type: "table"
4402   title: "VPP Performance Changes 2n-skx 8t4c mrr"
4403   algorithm: "table_comparison"
4404   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-skx-8t4c-mrr"
4405   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4406   filter: "'8T4C' and 'MRR' and 'NIC_Intel-XXV710' and not 'NF_DENSITY'"
4407   columns:
4408     - title: "1908"
4409       data-set: "vpp-performance-changes-2n-skx-mrr-h1"
4410     - title: "2001"
4411       data-set: "vpp-performance-changes-2n-skx-mrr-ref"
4412     - title: "2005"
4413       data-set: "vpp-performance-changes-2n-skx-mrr-cmp"
4414   comparisons:
4415     - title: "Diff"
4416       reference: 2
4417       compare: 3
4418   legend:
4419     - "Legend to Table"
4420     - "1908, 2001, 2005 - VPP versions tested."
4421     - "Diff - difference between 2001 and 2005 VPP version."
4422
4423 # VPP Performance Changes 2n-dnv 1t1c mrr
4424 - type: "table"
4425   title: "VPP Performance Changes 2n-dnv 1t1c mrr"
4426   algorithm: "table_comparison"
4427   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-1t1c-mrr"
4428   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4429   filter: "'1T1C'"
4430   columns:
4431     - title: "1908"
4432       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4433     - title: "2001"
4434       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4435     - title: "2005"
4436       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4437   comparisons:
4438     - title: "Diff"
4439       reference: 2
4440       compare: 3
4441   legend:
4442     - "Legend to Table"
4443     - "1908, 2001, 2005 - VPP versions tested."
4444     - "Diff - difference between 2001 and 2005 VPP version."
4445
4446 # VPP Performance Changes 2n-dnv 2t2c mrr
4447 - type: "table"
4448   title: "VPP Performance Changes 2n-dnv 2t2c mrr"
4449   algorithm: "table_comparison"
4450   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-2t2c-mrr"
4451   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4452   filter: "'2T2C'"
4453   columns:
4454     - title: "1908"
4455       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4456     - title: "2001"
4457       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4458     - title: "2005"
4459       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4460   comparisons:
4461     - title: "Diff"
4462       reference: 2
4463       compare: 3
4464   legend:
4465     - "Legend to Table"
4466     - "1908, 2001, 2005 - VPP versions tested."
4467     - "Diff - difference between 2001 and 2005 VPP version."
4468
4469 # VPP Performance Changes 2n-dnv 4t4c mrr
4470 - type: "table"
4471   title: "VPP Performance Changes 2n-dnv 4t4c mrr"
4472   algorithm: "table_comparison"
4473   output-file: "{DIR[STATIC,VPP]}/performance-changes-2n-dnv-4t4c-mrr"
4474   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4475   filter: "'4T4C'"
4476   columns:
4477     - title: "1908"
4478       data-set: "vpp-performance-changes-2n-dnv-mrr-h1"
4479     - title: "2001"
4480       data-set: "vpp-performance-changes-2n-dnv-mrr-ref"
4481     - title: "2005"
4482       data-set: "vpp-performance-changes-2n-dnv-mrr-cmp"
4483   comparisons:
4484     - title: "Diff"
4485       reference: 2
4486       compare: 3
4487   legend:
4488     - "Legend to Table"
4489     - "1908, 2001, 2005 - VPP versions tested."
4490     - "Diff - difference between 2001 and 2005 VPP version."
4491
4492 # VPP Performance Changes 3n-dnv 1t1c mrr
4493 - type: "table"
4494   title: "VPP Performance Changes 3n-dnv 1t1c mrr"
4495   algorithm: "table_comparison"
4496   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-1t1c-mrr"
4497   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4498   filter: "'1T1C'"
4499   columns:
4500     - title: "1908"
4501       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4502     - title: "2001"
4503       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4504     - title: "2005"
4505       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4506   comparisons:
4507     - title: "Diff"
4508       reference: 2
4509       compare: 3
4510   legend:
4511     - "Legend to Table"
4512     - "1908, 2001, 2005 - VPP versions tested."
4513     - "Diff - difference between 2001 and 2005 VPP version."
4514
4515 # VPP Performance Changes 3n-dnv 2t2c mrr
4516 - type: "table"
4517   title: "VPP Performance Changes 3n-dnv 2t2c mrr"
4518   algorithm: "table_comparison"
4519   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-2t2c-mrr"
4520   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4521   filter: "'2T2C'"
4522   columns:
4523     - title: "1908"
4524       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4525     - title: "2001"
4526       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4527     - title: "2005"
4528       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4529   comparisons:
4530     - title: "Diff"
4531       reference: 2
4532       compare: 3
4533   legend:
4534     - "Legend to Table"
4535     - "1908, 2001, 2005 - VPP versions tested."
4536     - "Diff - difference between 2001 and 2005 VPP version."
4537
4538 # VPP Performance Changes 3n-dnv 4t4c mrr
4539 - type: "table"
4540   title: "VPP Performance Changes 3n-dnv 4t4c mrr"
4541   algorithm: "table_comparison"
4542   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-dnv-4t4c-mrr"
4543   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4544   filter: "'4T4C'"
4545   columns:
4546     - title: "1908"
4547       data-set: "vpp-performance-changes-3n-dnv-mrr-h1"
4548     - title: "2001"
4549       data-set: "vpp-performance-changes-3n-dnv-mrr-ref"
4550     - title: "2005"
4551       data-set: "vpp-performance-changes-3n-dnv-mrr-cmp"
4552   comparisons:
4553     - title: "Diff"
4554       reference: 2
4555       compare: 3
4556   legend:
4557     - "Legend to Table"
4558     - "1908, 2001, 2005 - VPP versions tested."
4559     - "Diff - difference between 2001 and 2005 VPP version."
4560
4561 # VPP Performance Changes 3n-tsh 1t1c mrr
4562 - type: "table"
4563   title: "VPP Performance Changes 3n-tsh 1t1c mrr"
4564   algorithm: "table_comparison"
4565   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-1t1c-mrr"
4566   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4567   filter: "'1T1C'"
4568   columns:
4569     - title: "1908"
4570       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4571     - title: "2001"
4572       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4573     - title: "2005"
4574       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4575   comparisons:
4576     - title: "Diff"
4577       reference: 2
4578       compare: 3
4579   legend:
4580     - "Legend to Table"
4581     - "1908, 2001, 2005 - VPP versions tested."
4582     - "Diff - difference between 2001 and 2005 VPP version."
4583
4584 # VPP Performance Changes 3n-tsh 2t2c mrr
4585 - type: "table"
4586   title: "VPP Performance Changes 3n-tsh 2t2c mrr"
4587   algorithm: "table_comparison"
4588   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-2t2c-mrr"
4589   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4590   filter: "'2T2C'"
4591   columns:
4592     - title: "1908"
4593       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4594     - title: "2001"
4595       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4596     - title: "2005"
4597       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4598   comparisons:
4599     - title: "Diff"
4600       reference: 2
4601       compare: 3
4602   legend:
4603     - "Legend to Table"
4604     - "1908, 2001, 2005 - VPP versions tested."
4605     - "Diff - difference between 2001 and 2005 VPP version."
4606
4607 # VPP Performance Changes 3n-tsh 4t4c mrr
4608 - type: "table"
4609   title: "VPP Performance Changes 3n-tsh 4t4c mrr"
4610   algorithm: "table_comparison"
4611   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-tsh-4t4c-mrr"
4612   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4613   filter: "'4T4C'"
4614   columns:
4615     - title: "1908"
4616       data-set: "vpp-performance-changes-3n-tsh-mrr-h1"
4617     - title: "2001"
4618       data-set: "vpp-performance-changes-3n-tsh-mrr-ref"
4619     - title: "2005"
4620       data-set: "vpp-performance-changes-3n-tsh-mrr-cmp"
4621   comparisons:
4622     - title: "Diff"
4623       reference: 2
4624       compare: 3
4625   legend:
4626     - "Legend to Table"
4627     - "1908, 2001, 2005 - VPP versions tested."
4628     - "Diff - difference between 2001 and 2005 VPP version."
4629
4630 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr
4631 - type: "table"
4632   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 1c mrr"
4633   algorithm: "table_comparison"
4634   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-1c-mrr"
4635   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4636   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4637   columns:
4638     - title: "3n-hsw xl710"
4639       data-set: "vpp-compare-testbeds-mrr-ref"
4640       tag: "NIC_Intel-XL710"
4641     - title: "3n-skx xxv710"
4642       data-set: "vpp-compare-testbeds-mrr-cmp"
4643       tag: "NIC_Intel-XXV710"
4644   comparisons:
4645     - title: "Diff"
4646       reference: 1
4647       compare: 2
4648   legend:
4649     - "Legend to Table"
4650     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4651     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4652
4653 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr
4654 - type: "table"
4655   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 2c mrr"
4656   algorithm: "table_comparison"
4657   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-2c-mrr"
4658   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4659   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4660   columns:
4661     - title: "3n-hsw xl710"
4662       data-set: "vpp-compare-testbeds-mrr-ref"
4663       tag: "NIC_Intel-XL710"
4664     - title: "3n-skx xxv710"
4665       data-set: "vpp-compare-testbeds-mrr-cmp"
4666       tag: "NIC_Intel-XXV710"
4667   comparisons:
4668     - title: "Diff"
4669       reference: 1
4670       compare: 2
4671   legend:
4672     - "Legend to Table"
4673     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4674     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4675
4676 # VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr
4677 - type: "table"
4678   title: "VPP Comparison Across Testbeds 3n-hsw to 3n-skx 4c mrr"
4679   algorithm: "table_comparison"
4680   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-3n-skx-4c-mrr"
4681   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4682   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4683   columns:
4684     - title: "3n-hsw xl710"
4685       data-set: "vpp-compare-testbeds-mrr-ref"
4686       tag: "NIC_Intel-XL710"
4687     - title: "3n-skx xxv710"
4688       data-set: "vpp-compare-testbeds-mrr-cmp"
4689       tag: "NIC_Intel-XXV710"
4690   comparisons:
4691     - title: "Diff"
4692       reference: 1
4693       compare: 2
4694   legend:
4695     - "Legend to Table"
4696     - "3n-hsw xl710, 3n-skx xxv710 - testbeds and NICs tested."
4697     - "Diff - difference between 3n-hsw xl710 and 3n-skx xxv710 testbeds."
4698
4699 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr
4700 - type: "table"
4701   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c mrr"
4702   algorithm: "table_comparison"
4703   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-2t1c-mrr"
4704   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4705   filter: "'2T1C' and 'NIC_Intel-XXV710'"
4706   columns:
4707     - title: "2n-skx"
4708       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4709     - title: "2n-clx"
4710       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4711   comparisons:
4712     - title: "Diff"
4713       reference: 1
4714       compare: 2
4715   legend:
4716     - "Legend to Table"
4717     - "2n-skx, 2n-clx - testbeds and NICs tested."
4718     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4719
4720 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr
4721 - type: "table"
4722   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 4t2c mrr"
4723   algorithm: "table_comparison"
4724   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-4t2c-mrr"
4725   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4726   filter: "'4T2C' and 'NIC_Intel-XXV710'"
4727   columns:
4728     - title: "2n-skx"
4729       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4730     - title: "2n-clx"
4731       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4732   comparisons:
4733     - title: "Diff"
4734       reference: 1
4735       compare: 2
4736   legend:
4737     - "Legend to Table"
4738     - "2n-skx, 2n-clx - testbeds and NICs tested."
4739     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4740
4741 # VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr
4742 - type: "table"
4743   title: "VPP Comparison Across Testbeds 2n-skx to 2n-clx 8t4c mrr"
4744   algorithm: "table_comparison"
4745   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-2n-skx-2n-clx-8t4c-mrr"
4746   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4747   filter: "'8T4C' and 'NIC_Intel-XXV710'"
4748   columns:
4749     - title: "2n-skx"
4750       data-set: "vpp-compare-testbeds-mrr-skx-clx-ref"
4751     - title: "2n-clx"
4752       data-set: "vpp-compare-testbeds-mrr-skx-clx-cmp"
4753   comparisons:
4754     - title: "Diff"
4755       reference: 1
4756       compare: 2
4757   legend:
4758     - "Legend to Table"
4759     - "2n-skx, 2n-clx - testbeds and NICs tested."
4760     - "Diff - difference between 2n-skx and 2n-clx testbeds."
4761
4762 # VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr
4763 - type: "table"
4764   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 1c mrr"
4765   algorithm: "table_comparison"
4766   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-1c-mrr"
4767   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4768   filter: "'MRR' and '1C' and 'NIC_Intel-XXV710'"
4769   columns:
4770     - title: "3n-skx"
4771       data-set: "vpp-compare-topologies-mrr-ref"
4772     - title: "2n-skx"
4773       data-set: "vpp-compare-topologies-mrr-cmp"
4774   comparisons:
4775     - title: "Diff"
4776       reference: 1
4777       compare: 2
4778   legend:
4779     - "Legend to Table"
4780     - "3n-skx, 2n-skx - topologies tested."
4781     - "Diff - difference between 3n-skx and 2n-skx topologies."
4782
4783 # VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr
4784 - type: "table"
4785   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 2c mrr"
4786   algorithm: "table_comparison"
4787   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-2c-mrr"
4788   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4789   filter: "'MRR' and '2C' and 'NIC_Intel-XXV710'"
4790   columns:
4791     - title: "3n-skx"
4792       data-set: "vpp-compare-topologies-mrr-ref"
4793     - title: "2n-skx"
4794       data-set: "vpp-compare-topologies-mrr-cmp"
4795   comparisons:
4796     - title: "Diff"
4797       reference: 1
4798       compare: 2
4799   legend:
4800     - "Legend to Table"
4801     - "3n-skx, 2n-skx - topologies tested."
4802     - "Diff - difference between 3n-skx and 2n-skx topologies."
4803
4804 # VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr
4805 - type: "table"
4806   title: "VPP Comparison Across Topologies 3n-skx to 2n-skx 4c mrr"
4807   algorithm: "table_comparison"
4808   output-file: "{DIR[STATIC,VPP]}/performance-compare-topologies-3n-skx-2n-skx-4c-mrr"
4809   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4810   filter: "'MRR' and '4C' and 'NIC_Intel-XXV710'"
4811   columns:
4812     - title: "3n-skx"
4813       data-set: "vpp-compare-topologies-mrr-ref"
4814     - title: "2n-skx"
4815       data-set: "vpp-compare-topologies-mrr-cmp"
4816   comparisons:
4817     - title: "Diff"
4818       reference: 1
4819       compare: 2
4820   legend:
4821     - "Legend to Table"
4822     - "3n-skx, 2n-skx - topologies tested."
4823     - "Diff - difference between 3n-skx and 2n-skx topologies."
4824
4825 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr
4826 - type: "table"
4827   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 1c mrr"
4828   algorithm: "table_comparison"
4829   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-1c-mrr"
4830   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4831   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '1C'"
4832   columns:
4833     - title: "3n-hsw xl710"
4834       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4835       tag: "NIC_Intel-XL710"
4836     - title: "2n-clx xxv710"
4837       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4838       tag: "NIC_Intel-XXV710"
4839   comparisons:
4840     - title: "Diff"
4841       reference: 1
4842       compare: 2
4843   legend:
4844     - "Legend to Table"
4845     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4846     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4847
4848 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr
4849 - type: "table"
4850   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 2c mrr"
4851   algorithm: "table_comparison"
4852   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-2c-mrr"
4853   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4854   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '2C'"
4855   columns:
4856     - title: "3n-hsw xl710"
4857       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4858       tag: "NIC_Intel-XL710"
4859     - title: "2n-clx xxv710"
4860       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4861       tag: "NIC_Intel-XXV710"
4862   comparisons:
4863     - title: "Diff"
4864       reference: 1
4865       compare: 2
4866   legend:
4867     - "Legend to Table"
4868     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4869     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4870
4871 # VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr
4872 - type: "table"
4873   title: "VPP Comparison Across Testbeds 3n-hsw to 2n-clx 4c mrr"
4874   algorithm: "table_comparison"
4875   output-file: "{DIR[STATIC,VPP]}/performance-compare-testbeds-3n-hsw-2n-clx-4c-mrr"
4876   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
4877   filter: "('NIC_Intel-XXV710' or 'NIC_Intel-XL710') and 'MRR' and '4C'"
4878   columns:
4879     - title: "3n-hsw xl710"
4880       data-set: "vpp-compare-testbeds-mrr-hsw-clx-ref"
4881       tag: "NIC_Intel-XL710"
4882     - title: "2n-clx xxv710"
4883       data-set: "vpp-compare-testbeds-mrr-hsw-clx-cmp"
4884       tag: "NIC_Intel-XXV710"
4885   comparisons:
4886     - title: "Diff"
4887       reference: 1
4888       compare: 2
4889   legend:
4890     - "Legend to Table"
4891     - "3n-hsw xl710, 2n-clx xxv710 - testbeds and NICs tested."
4892     - "Diff - difference between 3n-hsw xl710 and 2n-clx xxv710 testbeds."
4893
4894 # Detailed Test Results - VPP Performance Results 3n-hsw
4895 - type: "table"
4896   title: "Detailed Test Results - VPP Performance Results 3n-hsw"
4897   algorithm: "table_merged_details"
4898   output-file: "{DIR[DTR,PERF,VPP,3N,HSW]}/"
4899   columns:
4900     - title: " |prein| Test Name |preout| "
4901       data: "data name"
4902     - 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| "
4903       data: "data msg"
4904   data: "vpp-perf-results-3n-hsw"
4905   filter: "all"
4906   parameters:
4907   - "name"
4908   - "parent"
4909   - "msg"
4910
4911 # Detailed Test Results - VPP Performance Results 3n-skx
4912 - type: "table"
4913   title: "Detailed Test Results - VPP Performance Results 3n-skx"
4914   algorithm: "table_merged_details"
4915   output-file: "{DIR[DTR,PERF,VPP,3N,SKX]}/"
4916   columns:
4917     - title: " |prein| Test Name |preout| "
4918       data: "data name"
4919     - 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| "
4920       data: "data msg"
4921   data: "vpp-perf-results-3n-skx"
4922   filter: "all"
4923   remove-ndr: False
4924   parameters:
4925   - "name"
4926   - "parent"
4927   - "msg"
4928
4929 # Detailed Test Results - VPP Performance Results 2n-skx
4930 - type: "table"
4931   title: "Detailed Test Results - VPP Performance Results 2n-skx"
4932   algorithm: "table_merged_details"
4933   output-file: "{DIR[DTR,PERF,VPP,2N,SKX]}/"
4934   columns:
4935     - title: " |prein| Test Name |preout| "
4936       data: "data name"
4937     - 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| "
4938       data: "data msg"
4939   data: "vpp-perf-results-2n-skx"
4940   filter: "all"
4941   remove-ndr: False
4942   parameters:
4943   - "name"
4944   - "parent"
4945   - "msg"
4946
4947 # Detailed Test Results - VPP Performance Results 2n-clx
4948 - type: "table"
4949   title: "Detailed Test Results - VPP Performance Results 2n-clx"
4950   algorithm: "table_merged_details"
4951   output-file: "{DIR[DTR,PERF,VPP,2N,CLX]}/"
4952   columns:
4953     - title: " |prein| Test Name |preout| "
4954       data: "data name"
4955     - 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| "
4956       data: "data msg"
4957   data: "vpp-perf-results-2n-clx"
4958   filter: "all"
4959   parameters:
4960   - "name"
4961   - "parent"
4962   - "msg"
4963
4964 # Detailed Test Results - VPP Performance Results 3n-tsh
4965 - type: "table"
4966   title: "Detailed Test Results - VPP Performance Results 3n-tsh"
4967   algorithm: "table_merged_details"
4968   output-file: "{DIR[DTR,PERF,VPP,3N,TSH]}/"
4969   columns:
4970     - title: " |prein| Test Name |preout| "
4971       data: "data name"
4972     - 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| "
4973       data: "data msg"
4974   data: "vpp-perf-results-3n-tsh"
4975   filter: "all"
4976   parameters:
4977   - "name"
4978   - "parent"
4979   - "msg"
4980
4981 # Detailed Test Results - VPP Performance Results 3n-dnv
4982 - type: "table"
4983   title: "Detailed Test Results - VPP Performance Results 3n-dnv"
4984   algorithm: "table_merged_details"
4985   output-file: "{DIR[DTR,PERF,VPP,3N,DNV]}/"
4986   columns:
4987     - title: " |prein| Test Name |preout| "
4988       data: "data name"
4989     - 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| "
4990       data: "data msg"
4991   data: "vpp-perf-results-3n-dnv"
4992   filter: "all"
4993   parameters:
4994   - "name"
4995   - "parent"
4996   - "msg"
4997
4998 # Detailed Test Results - VPP Performance Results 2n-dnv
4999 - type: "table"
5000   title: "Detailed Test Results - VPP Performance Results 2n-dnv"
5001   algorithm: "table_merged_details"
5002   output-file: "{DIR[DTR,PERF,VPP,2N,DNV]}/vpp_performance_results_2n_dnv"
5003   columns:
5004     - title: " |prein| Test Name |preout| "
5005       data: "data name"
5006     - 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| "
5007       data: "data msg"
5008   data: "vpp-perf-results-2n-dnv"
5009   filter: "all"
5010   parameters:
5011   - "name"
5012   - "parent"
5013   - "msg"
5014
5015 # Test configuration - VPP Performance Test Configs 3n-hsw
5016 - type: "table"
5017   title: "Test configuration - VPP Performance Test Configs 3n-hsw"
5018   algorithm: "table_merged_details"
5019   output-file: "{DIR[DTC,PERF,VPP,3N,HSW]}/"
5020   columns:
5021     - title: " |prein| Test Name |preout| "
5022       data: "data name"
5023     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5024       data: "data conf-history"
5025   data: "vpp-perf-results-3n-hsw"
5026   filter: "all"
5027   parameters:
5028   - "parent"
5029   - "name"
5030   - "conf-history"
5031
5032 # Test configuration - VPP Performance Test Configs 3n-skx
5033 - type: "table"
5034   title: "Test configuration - VPP Performance Test Configs 3n-skx"
5035   algorithm: "table_merged_details"
5036   output-file: "{DIR[DTC,PERF,VPP,3N,SKX]}/"
5037   columns:
5038     - title: " |prein| Test Name |preout| "
5039       data: "data name"
5040     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5041       data: "data conf-history"
5042   data: "vpp-perf-results-3n-skx"
5043   filter: "all"
5044   parameters:
5045   - "parent"
5046   - "name"
5047   - "conf-history"
5048
5049 # Test configuration - VPP Performance Test Configs 2n-skx
5050 - type: "table"
5051   title: "Test configuration - VPP Performance Test Configs 2n-skx"
5052   algorithm: "table_merged_details"
5053   output-file: "{DIR[DTC,PERF,VPP,2N,SKX]}/"
5054   columns:
5055     - title: " |prein| Test Name |preout| "
5056       data: "data name"
5057     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5058       data: "data conf-history"
5059   data: "vpp-perf-results-2n-skx"
5060   filter: "all"
5061   parameters:
5062   - "parent"
5063   - "name"
5064   - "conf-history"
5065
5066 # Test configuration - VPP Performance Test Configs 2n-clx
5067 - type: "table"
5068   title: "Test configuration - VPP Performance Test Configs 2n-clx"
5069   algorithm: "table_merged_details"
5070   output-file: "{DIR[DTC,PERF,VPP,2N,CLX]}/"
5071   columns:
5072     - title: " |prein| Test Name |preout| "
5073       data: "data name"
5074     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5075       data: "data conf-history"
5076   data: "vpp-perf-results-2n-clx"
5077   filter: "all"
5078   parameters:
5079   - "parent"
5080   - "name"
5081   - "conf-history"
5082
5083 # Test configuration - VPP Performance Test Configs 3n-tsh
5084 - type: "table"
5085   title: "Test configuration - VPP Performance Test Configs 3n-tsh"
5086   algorithm: "table_merged_details"
5087   output-file: "{DIR[DTC,PERF,VPP,3N,TSH]}/"
5088   columns:
5089     - title: " |prein| Test Name |preout| "
5090       data: "data name"
5091     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5092       data: "data conf-history"
5093   data: "vpp-perf-results-3n-tsh"
5094   filter: "all"
5095   parameters:
5096   - "parent"
5097   - "name"
5098   - "conf-history"
5099
5100 # Test configuration - VPP Performance Test Configs 3n-dnv
5101 - type: "table"
5102   title: "Test configuration - VPP Performance Test Configs 3n-dnv"
5103   algorithm: "table_merged_details"
5104   output-file: "{DIR[DTC,PERF,VPP,3N,DNV]}/"
5105   columns:
5106     - title: " |prein| Test Name |preout| "
5107       data: "data name"
5108     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5109       data: "data conf-history"
5110   data: "vpp-perf-results-3n-dnv"
5111   filter: "all"
5112   parameters:
5113   - "parent"
5114   - "name"
5115   - "conf-history"
5116
5117 # Test configuration - VPP Performance Test Configs 2n-dnv
5118 - type: "table"
5119   title: "Test configuration - VPP Performance Test Configs 2n-dnv"
5120   algorithm: "table_merged_details"
5121   output-file: "{DIR[DTC,PERF,VPP,2N,DNV]}/"
5122   columns:
5123     - title: " |prein| Test Name |preout| "
5124       data: "data name"
5125     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5126       data: "data conf-history"
5127   data: "vpp-perf-results-2n-dnv"
5128   filter: "all"
5129   parameters:
5130   - "parent"
5131   - "name"
5132   - "conf-history"
5133
5134 # Test Operational Data - VPP Performance Operational Data 3n-hsw
5135 - type: "table"
5136   title: "Test Operational Data - VPP Performance Operational Data 3n-hsw"
5137   algorithm: "table_oper_data_html"
5138   output-file: "{DIR[DTO,PERF,VPP,3N,HSW]}/"
5139   data: "vpp-perf-results-3n-hsw"
5140   filter: "all"
5141
5142 # Test Operational Data - VPP Performance Operational Data 3n-skx
5143 - type: "table"
5144   title: "Test Operational Data - VPP Performance Operational Data 3n-skx"
5145   algorithm: "table_oper_data_html"
5146   output-file: "{DIR[DTO,PERF,VPP,3N,SKX]}/"
5147   data: "vpp-perf-results-3n-skx"
5148   filter: "all"
5149
5150 # Test Operational Data - VPP Performance Operational Data 2n-skx
5151 - type: "table"
5152   title: "Test Operational Data - VPP Performance Operational Data 2n-skx"
5153   algorithm: "table_oper_data_html"
5154   output-file: "{DIR[DTO,PERF,VPP,2N,SKX]}/"
5155   data: "vpp-perf-results-2n-skx"
5156   filter: "all"
5157
5158 # Test Operational Data - VPP Performance Operational Data 2n-clx
5159 - type: "table"
5160   title: "Test Operational Data - VPP Performance Operational Data 2n-clx"
5161   algorithm: "table_oper_data_html"
5162   output-file: "{DIR[DTO,PERF,VPP,2N,CLX]}/"
5163   data: "vpp-perf-results-2n-clx"
5164   filter: "all"
5165
5166 # Test Operational Data - VPP Performance Operational Data 3n-tsh
5167 - type: "table"
5168   title: "Test Operational Data - VPP Performance Operational Data 3n-tsh"
5169   algorithm: "table_oper_data_html"
5170   output-file: "{DIR[DTO,PERF,VPP,3N,TSH]}/"
5171   data: "vpp-perf-results-3n-tsh"
5172   filter: "all"
5173
5174 # Test Operational Data - VPP Performance Operational Data 3n-dnv
5175 - type: "table"
5176   title: "Test Operational Data - VPP Performance Operational Data 3n-dnv"
5177   algorithm: "table_oper_data_html"
5178   output-file: "{DIR[DTO,PERF,VPP,3N,DNV]}/"
5179   data: "vpp-perf-results-3n-dnv"
5180   filter: "all"
5181
5182 # Test Operational Data - VPP Performance Operational Data 2n-dnv
5183 - type: "table"
5184   title: "Test Operational Data - VPP Performance Operational Data 2n-dnv"
5185   algorithm: "table_oper_data_html"
5186   output-file: "{DIR[DTO,PERF,VPP,2N,DNV]}/"
5187   data: "vpp-perf-results-2n-dnv"
5188   filter: "all"
5189
5190 # Detailed Test Results - VPP MRR Results 3n-hsw
5191 - type: "table"
5192   title: "Detailed Test Results - VPP MRR Results 3n-hsw"
5193   algorithm: "table_merged_details"
5194   output-file: "{DIR[DTR,MRR,VPP,3N,HSW]}/"
5195   columns:
5196     - title: " |prein| Test Name |preout| "
5197       data: "data name"
5198     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5199       data: "data msg"
5200   data: "vpp-mrr-results-3n-hsw"
5201   filter: "all"
5202   parameters:
5203   - "name"
5204   - "parent"
5205   - "msg"
5206
5207 # Detailed Test Results - VPP MRR Results 3n-skx
5208 - type: "table"
5209   title: "Detailed Test Results - VPP MRR Results 3n-skx"
5210   algorithm: "table_merged_details"
5211   output-file: "{DIR[DTR,MRR,VPP,3N,SKX]}/"
5212   columns:
5213     - title: " |prein| Test Name |preout| "
5214       data: "data name"
5215     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5216       data: "data msg"
5217   data: "vpp-mrr-results-3n-skx"
5218   filter: "all"
5219   parameters:
5220   - "name"
5221   - "parent"
5222   - "msg"
5223
5224 # Detailed Test Results - VPP MRR Results 2n-skx
5225 - type: "table"
5226   title: "Detailed Test Results - VPP MRR Results 2n-skx"
5227   algorithm: "table_merged_details"
5228   output-file: "{DIR[DTR,MRR,VPP,2N,SKX]}/"
5229   columns:
5230     - title: " |prein| Test Name |preout| "
5231       data: "data name"
5232     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5233       data: "data msg"
5234   data: "vpp-mrr-results-2n-skx"
5235   filter: "all"
5236   parameters:
5237   - "name"
5238   - "parent"
5239   - "msg"
5240
5241 # Detailed Test Results - VPP MRR Results 2n-clx
5242 - type: "table"
5243   title: "Detailed Test Results - VPP MRR Results 2n-clx"
5244   algorithm: "table_merged_details"
5245   output-file: "{DIR[DTR,MRR,VPP,2N,CLX]}/"
5246   columns:
5247     - title: " |prein| Test Name |preout| "
5248       data: "data name"
5249     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5250       data: "data msg"
5251   data: "vpp-mrr-results-2n-clx"
5252   filter: "all"
5253   parameters:
5254   - "name"
5255   - "parent"
5256   - "msg"
5257
5258 # Detailed Test Results - VPP MRR Results 3n-tsh
5259 - type: "table"
5260   title: "Detailed Test Results - VPP MRR Results 3n-tsh"
5261   algorithm: "table_merged_details"
5262   output-file: "{DIR[DTR,MRR,VPP,3N,TSH]}/"
5263   columns:
5264     - title: " |prein| Test Name |preout| "
5265       data: "data name"
5266     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5267       data: "data msg"
5268   data: "vpp-mrr-results-3n-tsh"
5269   filter: "all"
5270   parameters:
5271   - "name"
5272   - "parent"
5273   - "msg"
5274
5275 # Detailed Test Results - VPP MRR Results 3n-dnv
5276 - type: "table"
5277   title: "Detailed Test Results - VPP MRR Results 3n-dnv"
5278   algorithm: "table_merged_details"
5279   output-file: "{DIR[DTR,MRR,VPP,3N,DNV]}/"
5280   columns:
5281     - title: " |prein| Test Name |preout| "
5282       data: "data name"
5283     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5284       data: "data msg"
5285   data: "vpp-mrr-results-3n-dnv"
5286   filter: "all"
5287   parameters:
5288   - "name"
5289   - "parent"
5290   - "msg"
5291
5292 # Detailed Test Results - VPP MRR Results 2n-dnv
5293 - type: "table"
5294   title: "Detailed Test Results - VPP MRR Results 2n-dnv"
5295   algorithm: "table_merged_details"
5296   output-file: "{DIR[DTR,MRR,VPP,2N,DNV]}/"
5297   columns:
5298     - title: " |prein| Test Name |preout| "
5299       data: "data name"
5300     - title: " |prein| Maximum Receive Rate trial [Mpps] |preout| "
5301       data: "data msg"
5302   data: "vpp-mrr-results-2n-dnv"
5303   filter: "all"
5304   parameters:
5305   - "name"
5306   - "parent"
5307   - "msg"
5308
5309 # Test configuration - VPP MRR Test Configs 3n-hsw
5310 - type: "table"
5311   title: "Test configuration - VPP MRR Test Configs 3n-hsw"
5312   algorithm: "table_merged_details"
5313   output-file: "{DIR[DTC,MRR,VPP,3N,HSW]}/"
5314   columns:
5315     - title: " |prein| Test Name |preout| "
5316       data: "data name"
5317     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5318       data: "data conf-history"
5319   data: "vpp-mrr-results-3n-hsw"
5320   filter: "all"
5321   parameters:
5322   - "parent"
5323   - "name"
5324   - "conf-history"
5325
5326 # Test configuration - VPP MRR Test Configs 3n-skx
5327 - type: "table"
5328   title: "Test configuration - VPP MRR Test Configs 3n-skx"
5329   algorithm: "table_merged_details"
5330   output-file: "{DIR[DTC,MRR,VPP,3N,SKX]}/"
5331   columns:
5332     - title: " |prein| Test Name |preout| "
5333       data: "data name"
5334     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5335       data: "data conf-history"
5336   data: "vpp-mrr-results-3n-skx"
5337   filter: "all"
5338   parameters:
5339   - "parent"
5340   - "name"
5341   - "conf-history"
5342
5343 # Test configuration - VPP MRR Test Configs 2n-skx
5344 - type: "table"
5345   title: "Test configuration - VPP MRR Test Configs 2n-skx"
5346   algorithm: "table_merged_details"
5347   output-file: "{DIR[DTC,MRR,VPP,2N,SKX]}/"
5348   columns:
5349     - title: " |prein| Test Name |preout| "
5350       data: "data name"
5351     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5352       data: "data conf-history"
5353   data: "vpp-mrr-results-2n-skx"
5354   filter: "all"
5355   parameters:
5356   - "parent"
5357   - "name"
5358   - "conf-history"
5359
5360 # Test configuration - VPP MRR Test Configs 2n-clx
5361 - type: "table"
5362   title: "Test configuration - VPP MRR Test Configs 2n-clx"
5363   algorithm: "table_merged_details"
5364   output-file: "{DIR[DTC,MRR,VPP,2N,CLX]}/"
5365   columns:
5366     - title: " |prein| Test Name |preout| "
5367       data: "data name"
5368     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5369       data: "data conf-history"
5370   data: "vpp-mrr-results-2n-clx"
5371   filter: "all"
5372   parameters:
5373   - "parent"
5374   - "name"
5375   - "conf-history"
5376
5377 # Test configuration - VPP MRR Test Configs 3n-tsh
5378 - type: "table"
5379   title: "Test configuration - VPP MRR Test Configs 3n-tsh"
5380   algorithm: "table_merged_details"
5381   output-file: "{DIR[DTC,MRR,VPP,3N,TSH]}/"
5382   columns:
5383     - title: " |prein| Test Name |preout| "
5384       data: "data name"
5385     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5386       data: "data conf-history"
5387   data: "vpp-mrr-results-3n-tsh"
5388   filter: "all"
5389   parameters:
5390   - "parent"
5391   - "name"
5392   - "conf-history"
5393
5394 # Test configuration - VPP MRR Test Configs 3n-dnv
5395 - type: "table"
5396   title: "Test configuration - VPP MRR Test Configs 3n-dnv"
5397   algorithm: "table_merged_details"
5398   output-file: "{DIR[DTC,MRR,VPP,3N,DNV]}/"
5399   columns:
5400     - title: " |prein| Test Name |preout| "
5401       data: "data name"
5402     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5403       data: "data conf-history"
5404   data: "vpp-mrr-results-3n-dnv"
5405   filter: "all"
5406   parameters:
5407   - "parent"
5408   - "name"
5409   - "conf-history"
5410
5411 # Test configuration - VPP MRR Test Configs 2n-dnv
5412 - type: "table"
5413   title: "Test configuration - VPP MRR Test Configs 2n-dnv"
5414   algorithm: "table_merged_details"
5415   output-file: "{DIR[DTC,MRR,VPP,2N,DNV]}/"
5416   columns:
5417     - title: " |prein| Test Name |preout| "
5418       data: "data name"
5419     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5420       data: "data conf-history"
5421   data: "vpp-mrr-results-2n-dnv"
5422   filter: "all"
5423   parameters:
5424   - "parent"
5425   - "name"
5426   - "conf-history"
5427
5428 # Detailed Test Results - VPP Device Results - Ubuntu
5429 - type: "table"
5430   title: "Detailed Test Results - VPP Device Results - Ubuntu"
5431   algorithm: "table_merged_details"
5432   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu"
5433   columns:
5434     - title: " |prein| Test Name |preout| "
5435       data: "data name"
5436     - title: " |prein| Status |preout| "
5437       data: "data status"
5438   data: "vpp-device-results-ubuntu"
5439   filter: "all"
5440   parameters:
5441   - "name"
5442   - "parent"
5443   - "doc"
5444   - "status"
5445
5446 # Test configuration - VPP Device Test Configs - Ubuntu
5447 - type: "table"
5448   title: "Test configuration - VPP Device Test Configs - Ubuntu"
5449   algorithm: "table_merged_details"
5450   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu"
5451   columns:
5452     - title: " |prein| Test Name |preout| "
5453       data: "data name"
5454     - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| "
5455       data: "data conf-history"
5456   data: "vpp-device-results-ubuntu"
5457   filter: "all"
5458   parameters:
5459   - "parent"
5460   - "name"
5461   - "conf-history"
5462
5463 ################################################################################
5464
5465 # DPDK Performance Changes 3n-hsw 1t1c pdr
5466 - type: "table"
5467   title: "DPDK Performance Changes 3n-hsw 1t1c pdr"
5468   algorithm: "table_comparison"
5469   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-pdr"
5470   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5471   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5472   columns:
5473     - title: "1908"
5474       data-set: "dpdk-performance-changes-3n-hsw-h1"
5475     - title: "2001"
5476       data-set: "dpdk-performance-changes-3n-hsw-ref"
5477     - title: "2005"
5478       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5479   comparisons:
5480     - title: "Diff"
5481       reference: 2
5482       compare: 3
5483   legend:
5484     - "Legend to Table"
5485     - "1908, 2001, 2005 - DPDK versions tested."
5486     - "Diff - difference between 2001 and 2005 DPDK version."
5487
5488 # DPDK Performance Changes 3n-hsw 2t2c pdr
5489 - type: "table"
5490   title: "DPDK Performance Changes 3n-hsw 2t2c pdr"
5491   algorithm: "table_comparison"
5492   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-pdr"
5493   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5494   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5495   columns:
5496     - title: "1908"
5497       data-set: "dpdk-performance-changes-3n-hsw-h1"
5498     - title: "2001"
5499       data-set: "dpdk-performance-changes-3n-hsw-ref"
5500     - title: "2005"
5501       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5502   comparisons:
5503     - title: "Diff"
5504       reference: 2
5505       compare: 3
5506   legend:
5507     - "Legend to Table"
5508     - "1908, 2001, 2005 - DPDK versions tested."
5509     - "Diff - difference between 2001 and 2005 DPDK version."
5510
5511 # DPDK Performance Changes 3n-hsw 1t1c pdr
5512 - type: "table"
5513   title: "DPDK Performance Changes 3n-hsw 1t1c ndr"
5514   algorithm: "table_comparison"
5515   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-1t1c-ndr"
5516   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5517   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5518   columns:
5519     - title: "1908"
5520       data-set: "dpdk-performance-changes-3n-hsw-h1"
5521     - title: "2001"
5522       data-set: "dpdk-performance-changes-3n-hsw-ref"
5523     - title: "2005"
5524       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5525   comparisons:
5526     - title: "Diff"
5527       reference: 2
5528       compare: 3
5529   legend:
5530     - "Legend to Table"
5531     - "1908, 2001, 2005 - DPDK versions tested."
5532     - "Diff - difference between 2001 and 2005 DPDK version."
5533
5534 # DPDK Performance Changes 3n-hsw 2t2c ndr
5535 - type: "table"
5536   title: "DPDK Performance Changes 3n-hsw 2t2c ndr"
5537   algorithm: "table_comparison"
5538   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-hsw-2t2c-ndr"
5539   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5540   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XL710'"
5541   columns:
5542     - title: "1908"
5543       data-set: "dpdk-performance-changes-3n-hsw-h1"
5544     - title: "2001"
5545       data-set: "dpdk-performance-changes-3n-hsw-ref"
5546     - title: "2005"
5547       data-set: "dpdk-performance-changes-3n-hsw-cmp"
5548   comparisons:
5549     - title: "Diff"
5550       reference: 2
5551       compare: 3
5552   legend:
5553     - "Legend to Table"
5554     - "1908, 2001, 2005 - DPDK versions tested."
5555     - "Diff - difference between 2001 and 2005 DPDK version."
5556
5557 # DPDK Performance Changes 3n-skx 2t1c pdr
5558 - type: "table"
5559   title: "DPDK Performance Changes 3n-skx 2t1c pdr"
5560   algorithm: "table_comparison"
5561   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-pdr"
5562   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5563   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5564   columns:
5565     - title: "1908"
5566       data-set: "dpdk-performance-changes-3n-skx-h1"
5567     - title: "2001"
5568       data-set: "dpdk-performance-changes-3n-skx-ref"
5569     - title: "2005"
5570       data-set: "dpdk-performance-changes-3n-skx-cmp"
5571   comparisons:
5572     - title: "Diff"
5573       reference: 2
5574       compare: 3
5575   legend:
5576     - "Legend to Table"
5577     - "1908, 2001, 2005 - DPDK versions tested."
5578     - "Diff - difference between 2001 and 2005 DPDK version."
5579
5580 # DPDK Performance Changes 3n-skx 4t2c pdr
5581 - type: "table"
5582   title: "DPDK Performance Changes 3n-skx 4t2c pdr"
5583   algorithm: "table_comparison"
5584   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-pdr"
5585   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5586   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5587   columns:
5588     - title: "1908"
5589       data-set: "dpdk-performance-changes-3n-skx-h1"
5590     - title: "2001"
5591       data-set: "dpdk-performance-changes-3n-skx-ref"
5592     - title: "2005"
5593       data-set: "dpdk-performance-changes-3n-skx-cmp"
5594   comparisons:
5595     - title: "Diff"
5596       reference: 2
5597       compare: 3
5598   legend:
5599     - "Legend to Table"
5600     - "1908, 2001, 2005 - DPDK versions tested."
5601     - "Diff - difference between 2001 and 2005 DPDK version."
5602
5603 # DPDK Performance Changes 3n-skx 2t1c ndr
5604 - type: "table"
5605   title: "DPDK Performance Changes 3n-skx 2t1c ndr"
5606   algorithm: "table_comparison"
5607   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-2t1c-ndr"
5608   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5609   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5610   columns:
5611     - title: "1908"
5612       data-set: "dpdk-performance-changes-3n-skx-h1"
5613     - title: "2001"
5614       data-set: "dpdk-performance-changes-3n-skx-ref"
5615     - title: "2005"
5616       data-set: "dpdk-performance-changes-3n-skx-cmp"
5617   comparisons:
5618     - title: "Diff"
5619       reference: 2
5620       compare: 3
5621   legend:
5622     - "Legend to Table"
5623     - "1908, 2001, 2005 - DPDK versions tested."
5624     - "Diff - difference between 2001 and 2005 DPDK version."
5625
5626 # DPDK Performance Changes 3n-skx 4t2c ndr
5627 - type: "table"
5628   title: "DPDK Performance Changes 3n-skx 4t2c ndr"
5629   algorithm: "table_comparison"
5630   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-skx-4t2c-ndr"
5631   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5632   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5633   columns:
5634     - title: "1908"
5635       data-set: "dpdk-performance-changes-3n-skx-h1"
5636     - title: "2001"
5637       data-set: "dpdk-performance-changes-3n-skx-ref"
5638     - title: "2005"
5639       data-set: "dpdk-performance-changes-3n-skx-cmp"
5640   comparisons:
5641     - title: "Diff"
5642       reference: 2
5643       compare: 3
5644   legend:
5645     - "Legend to Table"
5646     - "1908, 2001, 2005 - DPDK versions tested."
5647     - "Diff - difference between 2001 and 2005 DPDK version."
5648
5649 # DPDK Performance Changes 2n-skx 2t1c pdr
5650 - type: "table"
5651   title: "DPDK Performance Changes 2n-skx 2t1c pdr"
5652   algorithm: "table_comparison"
5653   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-pdr"
5654   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5655   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5656   columns:
5657     - title: "1908"
5658       data-set: "dpdk-performance-changes-2n-skx-h1"
5659     - title: "2001"
5660       data-set: "dpdk-performance-changes-2n-skx-ref"
5661     - title: "2005"
5662       data-set: "dpdk-performance-changes-2n-skx-cmp"
5663   comparisons:
5664     - title: "Diff"
5665       reference: 2
5666       compare: 3
5667   legend:
5668     - "Legend to Table"
5669     - "1908, 2001, 2005 - DPDK versions tested."
5670     - "Diff - difference between 2001 and 2005 DPDK version."
5671
5672 # DPDK Performance Changes 2n-skx 4t2c pdr
5673 - type: "table"
5674   title: "DPDK Performance Changes 2n-skx 4t2c pdr"
5675   algorithm: "table_comparison"
5676   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-pdr"
5677   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5678   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5679   columns:
5680     - title: "1908"
5681       data-set: "dpdk-performance-changes-2n-skx-h1"
5682     - title: "2001"
5683       data-set: "dpdk-performance-changes-2n-skx-ref"
5684     - title: "2005"
5685       data-set: "dpdk-performance-changes-2n-skx-cmp"
5686   comparisons:
5687     - title: "Diff"
5688       reference: 2
5689       compare: 3
5690   legend:
5691     - "Legend to Table"
5692     - "1908, 2001, 2005 - DPDK versions tested."
5693     - "Diff - difference between 2001 and 2005 DPDK version."
5694
5695 # DPDK Performance Changes 2n-skx 2t1c ndr
5696 - type: "table"
5697   title: "DPDK Performance Changes 2n-skx 2t1c ndr"
5698   algorithm: "table_comparison"
5699   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-2t1c-ndr"
5700   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5701   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5702   columns:
5703     - title: "1908"
5704       data-set: "dpdk-performance-changes-2n-skx-h1"
5705     - title: "2001"
5706       data-set: "dpdk-performance-changes-2n-skx-ref"
5707     - title: "2005"
5708       data-set: "dpdk-performance-changes-2n-skx-cmp"
5709   comparisons:
5710     - title: "Diff"
5711       reference: 2
5712       compare: 3
5713   legend:
5714     - "Legend to Table"
5715     - "1908, 2001, 2005 - DPDK versions tested."
5716     - "Diff - difference between 2001 and 2005 DPDK version."
5717
5718 # DPDK Performance Changes 2n-skx 4t2c ndr
5719 - type: "table"
5720   title: "DPDK Performance Changes 2n-skx 4t2c ndr"
5721   algorithm: "table_comparison"
5722   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-skx-4t2c-ndr"
5723   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5724   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5725   columns:
5726     - title: "1908"
5727       data-set: "dpdk-performance-changes-2n-skx-h1"
5728     - title: "2001"
5729       data-set: "dpdk-performance-changes-2n-skx-ref"
5730     - title: "2005"
5731       data-set: "dpdk-performance-changes-2n-skx-cmp"
5732   comparisons:
5733     - title: "Diff"
5734       reference: 2
5735       compare: 3
5736   legend:
5737     - "Legend to Table"
5738     - "1908, 2001, 2005 - DPDK versions tested."
5739     - "Diff - difference between 2001 and 2005 DPDK version."
5740
5741 # DPDK Performance Changes 2n-clx 2t1c pdr
5742 - type: "table"
5743   title: "DPDK Performance Changes 2n-clx 2t1c pdr"
5744   algorithm: "table_comparison"
5745   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-pdr"
5746   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5747   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5748   columns:
5749     - title: "2001"
5750       data-set: "dpdk-performance-changes-2n-clx-ref"
5751     - title: "2005"
5752       data-set: "dpdk-performance-changes-2n-clx-cmp"
5753   comparisons:
5754     - title: "Diff"
5755       reference: 1
5756       compare: 2
5757   legend:
5758     - "Legend to Table"
5759     - "2001, 2005 - DPDK versions tested."
5760     - "Diff - difference between 2001 and 2005 DPDK version."
5761
5762 # DPDK Performance Changes 2n-clx 4t2c pdr
5763 - type: "table"
5764   title: "DPDK Performance Changes 2n-clx 4t2c pdr"
5765   algorithm: "table_comparison"
5766   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-pdr"
5767   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5768   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5769   columns:
5770     - title: "2001"
5771       data-set: "dpdk-performance-changes-2n-clx-ref"
5772     - title: "2005"
5773       data-set: "dpdk-performance-changes-2n-clx-cmp"
5774   comparisons:
5775     - title: "Diff"
5776       reference: 1
5777       compare: 2
5778   legend:
5779     - "Legend to Table"
5780     - "2001, 2005 - DPDK versions tested."
5781     - "Diff - difference between 2001 and 2005 DPDK version."
5782
5783 # DPDK Performance Changes 2n-clx 2t1c ndr
5784 - type: "table"
5785   title: "DPDK Performance Changes 2n-clx 2t1c ndr"
5786   algorithm: "table_comparison"
5787   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-2t1c-ndr"
5788   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5789   filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5790   columns:
5791     - title: "2001"
5792       data-set: "dpdk-performance-changes-2n-clx-ref"
5793     - title: "2005"
5794       data-set: "dpdk-performance-changes-2n-clx-cmp"
5795   comparisons:
5796     - title: "Diff"
5797       reference: 1
5798       compare: 2
5799   legend:
5800     - "Legend to Table"
5801     - "2001, 2005 - DPDK versions tested."
5802     - "Diff - difference between 2001 and 2005 DPDK version."
5803
5804 # DPDK Performance Changes 2n-clx 4t2c ndr
5805 - type: "table"
5806   title: "DPDK Performance Changes 2n-clx 4t2c ndr"
5807   algorithm: "table_comparison"
5808   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-clx-4t2c-ndr"
5809   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5810   filter: "'4T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5811   columns:
5812     - title: "2001"
5813       data-set: "dpdk-performance-changes-2n-clx-ref"
5814     - title: "2005"
5815       data-set: "dpdk-performance-changes-2n-clx-cmp"
5816   comparisons:
5817     - title: "Diff"
5818       reference: 1
5819       compare: 2
5820   legend:
5821     - "Legend to Table"
5822     - "2001, 2005 - DPDK versions tested."
5823     - "Diff - difference between 2001 and 2005 DPDK version."
5824
5825 # DPDK Performance Changes 2n-dnv 1t1c pdr
5826 - type: "table"
5827   title: "DPDK Performance Changes 2n-dnv 1t1c pdr"
5828   algorithm: "table_comparison"
5829   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-pdr"
5830   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5831   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5832   columns:
5833     - title: "2001"
5834       data-set: "dpdk-performance-changes-2n-dnv-ref"
5835     - title: "2005"
5836       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5837   comparisons:
5838     - title: "Diff"
5839       reference: 1
5840       compare: 2
5841   legend:
5842     - "Legend to Table"
5843     - "2001, 2005 - DPDK versions tested."
5844     - "Diff - difference between 2001 and 2005 DPDK version."
5845
5846 # DPDK Performance Changes 2n-dnv 2t2c pdr
5847 - type: "table"
5848   title: "DPDK Performance Changes 2n-dnv 2t2c pdr"
5849   algorithm: "table_comparison"
5850   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-pdr"
5851   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5852   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5853   columns:
5854     - title: "2001"
5855       data-set: "dpdk-performance-changes-2n-dnv-ref"
5856     - title: "2005"
5857       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5858   comparisons:
5859     - title: "Diff"
5860       reference: 1
5861       compare: 2
5862   legend:
5863     - "Legend to Table"
5864     - "2001, 2005 - DPDK versions tested."
5865     - "Diff - difference between 2001 and 2005 DPDK version."
5866
5867 # DPDK Performance Changes 2n-dnv 1t1c ndr
5868 - type: "table"
5869   title: "DPDK Performance Changes 2n-dnv 1t1c ndr"
5870   algorithm: "table_comparison"
5871   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-1t1c-ndr"
5872   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5873   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5874   columns:
5875     - title: "2001"
5876       data-set: "dpdk-performance-changes-2n-dnv-ref"
5877     - title: "2005"
5878       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5879   comparisons:
5880     - title: "Diff"
5881       reference: 1
5882       compare: 2
5883   legend:
5884     - "Legend to Table"
5885     - "2001, 2005 - DPDK versions tested."
5886     - "Diff - difference between 2001 and 2005 DPDK version."
5887
5888 # DPDK Performance Changes 2n-dnv 2t2c ndr
5889 - type: "table"
5890   title: "DPDK Performance Changes 2n-dnv 2t2c ndr"
5891   algorithm: "table_comparison"
5892   output-file: "{DIR[STATIC,DPDK]}/performance-changes-2n-dnv-2t2c-ndr"
5893   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5894   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5895   columns:
5896     - title: "2001"
5897       data-set: "dpdk-performance-changes-2n-dnv-ref"
5898     - title: "2005"
5899       data-set: "dpdk-performance-changes-2n-dnv-cmp"
5900   comparisons:
5901     - title: "Diff"
5902       reference: 1
5903       compare: 2
5904   legend:
5905     - "Legend to Table"
5906     - "2001, 2005 - DPDK versions tested."
5907     - "Diff - difference between 2001 and 2005 DPDK version."
5908
5909 # DPDK Performance Changes 3n-dnv 1t1c pdr
5910 - type: "table"
5911   title: "DPDK Performance Changes 3n-dnv 1t1c pdr"
5912   algorithm: "table_comparison"
5913   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-pdr"
5914   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5915   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5916   columns:
5917     - title: "2001"
5918       data-set: "dpdk-performance-changes-3n-dnv-ref"
5919     - title: "2005"
5920       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5921   comparisons:
5922     - title: "Diff"
5923       reference: 1
5924       compare: 2
5925   legend:
5926     - "Legend to Table"
5927     - "2001, 2005 - DPDK versions tested."
5928     - "Diff - difference between 2001 and 2005 DPDK version."
5929
5930 # DPDK Performance Changes 3n-dnv 2t2c pdr
5931 - type: "table"
5932   title: "DPDK Performance Changes 3n-dnv 2t2c pdr"
5933   algorithm: "table_comparison"
5934   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-pdr"
5935   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5936   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5937   columns:
5938     - title: "2001"
5939       data-set: "dpdk-performance-changes-3n-dnv-ref"
5940     - title: "2005"
5941       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5942   comparisons:
5943     - title: "Diff"
5944       reference: 1
5945       compare: 2
5946   legend:
5947     - "Legend to Table"
5948     - "2001, 2005 - DPDK versions tested."
5949     - "Diff - difference between 2001 and 2005 DPDK version."
5950
5951 # DPDK Performance Changes 3n-dnv 1t1c ndr
5952 - type: "table"
5953   title: "DPDK Performance Changes 3n-dnv 1t1c ndr"
5954   algorithm: "table_comparison"
5955   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-1t1c-ndr"
5956   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5957   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5958   columns:
5959     - title: "2001"
5960       data-set: "dpdk-performance-changes-3n-dnv-ref"
5961     - title: "2005"
5962       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5963   comparisons:
5964     - title: "Diff"
5965       reference: 1
5966       compare: 2
5967   legend:
5968     - "Legend to Table"
5969     - "2001, 2005 - DPDK versions tested."
5970     - "Diff - difference between 2001 and 2005 DPDK version."
5971
5972 # DPDK Performance Changes 3n-dnv 2t2c ndr
5973 - type: "table"
5974   title: "DPDK Performance Changes 3n-dnv 2t2c ndr"
5975   algorithm: "table_comparison"
5976   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-dnv-2t2c-ndr"
5977   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
5978   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
5979   columns:
5980     - title: "2001"
5981       data-set: "dpdk-performance-changes-3n-dnv-ref"
5982     - title: "2005"
5983       data-set: "dpdk-performance-changes-3n-dnv-cmp"
5984   comparisons:
5985     - title: "Diff"
5986       reference: 1
5987       compare: 2
5988   legend:
5989     - "Legend to Table"
5990     - "2001, 2005 - DPDK versions tested."
5991     - "Diff - difference between 2001 and 2005 DPDK version."
5992
5993 # DPDK Performance Changes 3n-tsh 1t1c pdr
5994 - type: "table"
5995   title: "DPDK Performance Changes 3n-tsh 1t1c pdr"
5996   algorithm: "table_comparison"
5997   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-pdr"
5998   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
5999   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6000   columns:
6001     - title: "2001"
6002       data-set: "dpdk-performance-changes-3n-tsh-ref"
6003     - title: "2005"
6004       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6005   comparisons:
6006     - title: "Diff"
6007       reference: 1
6008       compare: 2
6009   legend:
6010     - "Legend to Table"
6011     - "2001, 2005 - DPDK versions tested."
6012     - "Diff - difference between 2001 and 2005 DPDK version."
6013
6014 # DPDK Performance Changes 3n-tsh 2t2c pdr
6015 - type: "table"
6016   title: "DPDK Performance Changes 3n-tsh 2t2c pdr"
6017   algorithm: "table_comparison"
6018   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-pdr"
6019   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6020   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6021   columns:
6022     - title: "2001"
6023       data-set: "dpdk-performance-changes-3n-tsh-ref"
6024     - title: "2005"
6025       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6026   comparisons:
6027     - title: "Diff"
6028       reference: 1
6029       compare: 2
6030   legend:
6031     - "Legend to Table"
6032     - "2001, 2005 - DPDK versions tested."
6033     - "Diff - difference between 2001 and 2005 DPDK version."
6034
6035 # DPDK Performance Changes 3n-tsh 1t1c ndr
6036 - type: "table"
6037   title: "DPDK Performance Changes 3n-tsh 1t1c ndr"
6038   algorithm: "table_comparison"
6039   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-1t1c-ndr"
6040   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6041   filter: "'1T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6042   columns:
6043     - title: "2001"
6044       data-set: "dpdk-performance-changes-3n-tsh-ref"
6045     - title: "2005"
6046       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6047   comparisons:
6048     - title: "Diff"
6049       reference: 1
6050       compare: 2
6051   legend:
6052     - "Legend to Table"
6053     - "2001, 2005 - DPDK versions tested."
6054     - "Diff - difference between 2001 and 2005 DPDK version."
6055
6056 # DPDK Performance Changes 3n-tsh 2t2c ndr
6057 - type: "table"
6058   title: "DPDK Performance Changes 3n-tsh 2t2c ndr"
6059   algorithm: "table_comparison"
6060   output-file: "{DIR[STATIC,DPDK]}/performance-changes-3n-tsh-2t2c-ndr"
6061   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6062   filter: "'2T2C' and 'NDRPDR' and 'NIC_Intel-XXV710'"
6063   columns:
6064     - title: "2001"
6065       data-set: "dpdk-performance-changes-3n-tsh-ref"
6066     - title: "2005"
6067       data-set: "dpdk-performance-changes-3n-tsh-cmp"
6068   comparisons:
6069     - title: "Diff"
6070       reference: 1
6071       compare: 2
6072   legend:
6073     - "Legend to Table"
6074     - "2001, 2005 - DPDK versions tested."
6075     - "Diff - difference between 2001 and 2005 DPDK version."
6076
6077 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr
6078 - type: "table"
6079   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx ndr"
6080   algorithm: "table_comparison"
6081   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-ndr"
6082   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6083   filter: "'NIC_Intel-X710'"
6084   columns:
6085     - title: "3n-hsw x710"
6086       data-set: "dpdk-compare-testbeds-ref"
6087     - title: "3n-skx x710"
6088       data-set: "dpdk-compare-testbeds-cmp"
6089   comparisons:
6090     - title: "Diff"
6091       reference: 1
6092       compare: 2
6093   legend:
6094     - "Legend to Table"
6095     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6096     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6097
6098 # DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr
6099 - type: "table"
6100   title: "DPDK Comparison Across Testbeds 3n-hsw to 3n-skx pdr"
6101   algorithm: "table_comparison"
6102   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-3n-hsw-3n-skx-pdr"
6103   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6104   filter: "'NIC_Intel-X710'"
6105   columns:
6106     - title: "3n-hsw x710"
6107       data-set: "dpdk-compare-testbeds-ref"
6108     - title: "3n-skx x710"
6109       data-set: "dpdk-compare-testbeds-cmp"
6110   comparisons:
6111     - title: "Diff"
6112       reference: 1
6113       compare: 2
6114   legend:
6115     - "Legend to Table"
6116     - "3n-hsw x710, 3n-skx x710 - testbeds and NICs tested."
6117     - "Diff - difference between 3n-hsw x710 and 3n-skx x710 testbeds."
6118
6119 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr
6120 - type: "table"
6121   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx ndr"
6122   algorithm: "table_comparison"
6123   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-ndr"
6124   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6125   filter: "'NIC_Intel-XXV710'"
6126   columns:
6127     - title: "2n-skx"
6128       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6129     - title: "2n-clx"
6130       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6131   comparisons:
6132     - title: "Diff"
6133       reference: 1
6134       compare: 2
6135   legend:
6136     - "Legend to Table"
6137     - "2n-skx, 2n-clx - testbeds and NICs tested."
6138     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6139
6140 # DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr
6141 - type: "table"
6142   title: "DPDK Comparison Across Testbeds 2n-skx to 2n-clx pdr"
6143   algorithm: "table_comparison"
6144   output-file: "{DIR[STATIC,DPDK]}/performance-compare-testbeds-2n-skx-2n-clx-pdr"
6145   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6146   filter: "'NIC_Intel-XXV710'"
6147   columns:
6148     - title: "2n-skx"
6149       data-set: "dpdk-compare-testbeds-skx-clx-ref"
6150     - title: "2n-clx"
6151       data-set: "dpdk-compare-testbeds-skx-clx-cmp"
6152   comparisons:
6153     - title: "Diff"
6154       reference: 1
6155       compare: 2
6156   legend:
6157     - "Legend to Table"
6158     - "2n-skx, 2n-clx - testbeds and NICs tested."
6159     - "Diff - difference between 2n-skx and 2n-clx testbeds."
6160
6161 # DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr
6162 - type: "table"
6163   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx ndr"
6164   algorithm: "table_comparison"
6165   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-ndr"
6166   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
6167   filter: "'NIC_Intel-XXV710'"
6168   columns:
6169     - title: "3n-skx"
6170       data-set: "dpdk-compare-topologies-ref"
6171     - title: "2n-skx"
6172       data-set: "dpdk-compare-topologies-cmp"
6173   comparisons:
6174     - title: "Diff"
6175       reference: 1
6176       compare: 2
6177   legend:
6178     - "Legend to Table"
6179     - "3n-skx, 2n-skx - topologies tested."
6180     - "Diff - difference between 3n-skx and 2n-skx topologies."
6181
6182 # DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr
6183 - type: "table"
6184   title: "DPDK Comparison Across Topologies 3n-skx to 2n-skx pdr"
6185   algorithm: "table_comparison"
6186   output-file: "{DIR[STATIC,DPDK]}/performance-compare-topologies-3n-skx-2n-skx-pdr"
6187   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
6188   filter: "'NIC_Intel-XXV710'"
6189   columns:
6190     - title: "3n-skx"
6191       data-set: "dpdk-compare-topologies-ref"
6192     - title: "2n-skx"
6193       data-set: "dpdk-compare-topologies-cmp"
6194   comparisons:
6195     - title: "Diff"
6196       reference: 1
6197       compare: 2
6198   legend:
6199     - "Legend to Table"
6200     - "3n-skx, 2n-skx - topologies tested."
6201     - "Diff - difference between 3n-skx and 2n-skx topologies."
6202
6203 # Detailed Test Results - DPDK Performance Results 3n-hsw
6204 - type: "table"
6205   title: "Detailed Test Results - DPDK Performance Results 3n-hsw"
6206   algorithm: "table_merged_details"
6207   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}/dpdk_performance_results_3n_hsw"
6208   columns:
6209     - title: " |prein| Test Name |preout| "
6210       data: "data name"
6211     - 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| "
6212       data: "data msg"
6213   data: "dpdk-perf-results-3n-hsw"
6214   filter: "all"
6215   parameters:
6216   - "name"
6217   - "parent"
6218   - "msg"
6219
6220 # Detailed Test Results - DPDK Performance Results 3n-skx
6221 - type: "table"
6222   title: "Detailed Test Results - DPDK Performance Results 3n-skx"
6223   algorithm: "table_merged_details"
6224   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}/dpdk_performance_results_3n_skx"
6225   columns:
6226     - title: " |prein| Test Name |preout| "
6227       data: "data name"
6228     - 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| "
6229       data: "data msg"
6230   data: "dpdk-perf-results-3n-skx"
6231   filter: "all"
6232   remove-ndr: False
6233   parameters:
6234   - "name"
6235   - "parent"
6236   - "msg"
6237
6238 # Detailed Test Results - DPDK Performance Results 2n-skx
6239 - type: "table"
6240   title: "Detailed Test Results - DPDK Performance Results 2n-skx"
6241   algorithm: "table_merged_details"
6242   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}/dpdk_performance_results_2n_skx"
6243   columns:
6244     - title: " |prein| Test Name |preout| "
6245       data: "data name"
6246     - 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| "
6247       data: "data msg"
6248   data: "dpdk-perf-results-2n-skx"
6249   filter: "all"
6250   remove-ndr: False
6251   parameters:
6252   - "name"
6253   - "parent"
6254   - "msg"
6255
6256 # Detailed Test Results - DPDK Performance Results 2n-clx
6257 - type: "table"
6258   title: "Detailed Test Results - DPDK Performance Results 2n-clx"
6259   algorithm: "table_merged_details"
6260   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}/dpdk_performance_results_2n_clx"
6261   columns:
6262     - title: " |prein| Test Name |preout| "
6263       data: "data name"
6264     - 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| "
6265       data: "data msg"
6266   data: "dpdk-perf-results-2n-clx"
6267   filter: "all"
6268   parameters:
6269   - "name"
6270   - "parent"
6271   - "msg"
6272
6273 # Detailed Test Results - DPDK Performance Results 2n-dnv
6274 - type: "table"
6275   title: "Detailed Test Results - DPDK Performance Results 2n-dnv"
6276   algorithm: "table_merged_details"
6277   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}/dpdk_performance_results_2n_dnv"
6278   columns:
6279     - title: " |prein| Test Name |preout| "
6280       data: "data name"
6281     - 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| "
6282       data: "data msg"
6283   data: "dpdk-perf-results-2n-dnv"
6284   filter: "all"
6285   parameters:
6286   - "name"
6287   - "parent"
6288   - "msg"
6289
6290 # Detailed Test Results - DPDK Performance Results 3n-dnv
6291 - type: "table"
6292   title: "Detailed Test Results - DPDK Performance Results 3n-dnv"
6293   algorithm: "table_merged_details"
6294   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}/dpdk_performance_results_3n_dnv"
6295   columns:
6296     - title: " |prein| Test Name |preout| "
6297       data: "data name"
6298     - 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| "
6299       data: "data msg"
6300   data: "dpdk-perf-results-3n-dnv"
6301   filter: "all"
6302   parameters:
6303   - "name"
6304   - "parent"
6305   - "msg"
6306
6307 # Detailed Test Results - DPDK Performance Results 3n-tsh
6308 - type: "table"
6309   title: "Detailed Test Results - DPDK Performance Results 3n-tsh"
6310   algorithm: "table_merged_details"
6311   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}/dpdk_performance_results_3n_tsh"
6312   columns:
6313     - title: " |prein| Test Name |preout| "
6314       data: "data name"
6315     - 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| "
6316       data: "data msg"
6317   data: "dpdk-perf-results-3n-tsh"
6318   filter: "all"
6319   parameters:
6320   - "name"
6321   - "parent"
6322   - "msg"
6323
6324 ################################################################################
6325 ###                                F I L E S                                 ###
6326 ################################################################################
6327
6328 # VPP Performance Results
6329 - type: "file"
6330   title: "VPP Performance Results"
6331   algorithm: "file_details_split"
6332   output-file: "{DIR[DTR,PERF,VPP,ALL]}"
6333   dir-tables:
6334     - "{DIR[DTR,PERF,VPP,2N,SKX]}"
6335     - "{DIR[DTR,PERF,VPP,3N,SKX]}"
6336     - "{DIR[DTR,PERF,VPP,2N,CLX]}"
6337     - "{DIR[DTR,PERF,VPP,3N,HSW]}"
6338     - "{DIR[DTR,PERF,VPP,3N,TSH]}"
6339     - "{DIR[DTR,PERF,VPP,2N,DNV]}"
6340     - "{DIR[DTR,PERF,VPP,3N,DNV]}"
6341   data:
6342     - "vpp-perf-results-2n-skx"
6343     - "vpp-perf-results-3n-skx"
6344     - "vpp-perf-results-2n-clx"
6345     - "vpp-perf-results-3n-hsw"
6346     - "vpp-perf-results-3n-tsh"
6347     - "vpp-perf-results-2n-dnv"
6348     - "vpp-perf-results-3n-dnv"
6349   filter: "all"
6350   data-start-level: 4
6351   order-chapters:
6352     level-1:
6353       - "l2"
6354       - "ip4"
6355       - "ip6"
6356       - "srv6"
6357       - "ip4_tunnels"
6358       - "ip6_tunnels"
6359       - "vm_vhost"
6360       - "container_memif"
6361       - "crypto"
6362       - "vts"
6363       - "lb"
6364       - "nfv_density"
6365       - "hoststack"
6366     level-2:
6367       - "2n-skx"
6368       - "3n-skx"
6369       - "2n-clx"
6370       - "3n-hsw"
6371       - "3n-tsh"
6372       - "2n-dnv"
6373       - "3n-dnv"
6374     level-3:
6375       - "xl710"
6376       - "x520"
6377       - "xxv710"
6378       - "x710"
6379       - "x553"
6380       - "cx556a"
6381       - "vic1227"
6382       - "vic1385"
6383
6384 # VPP Performance Configuration
6385 - type: "file"
6386   title: "VPP Performance Configuration"
6387   algorithm: "file_details_split"
6388   output-file: "{DIR[DTC,PERF,VPP,ALL]}"
6389   dir-tables:
6390     - "{DIR[DTC,PERF,VPP,2N,SKX]}"
6391     - "{DIR[DTC,PERF,VPP,3N,SKX]}"
6392     - "{DIR[DTC,PERF,VPP,2N,CLX]}"
6393     - "{DIR[DTC,PERF,VPP,3N,HSW]}"
6394     - "{DIR[DTC,PERF,VPP,3N,TSH]}"
6395     - "{DIR[DTC,PERF,VPP,2N,DNV]}"
6396     - "{DIR[DTC,PERF,VPP,3N,DNV]}"
6397   data:
6398     - "vpp-perf-results-2n-skx"
6399     - "vpp-perf-results-3n-skx"
6400     - "vpp-perf-results-2n-clx"
6401     - "vpp-perf-results-3n-hsw"
6402     - "vpp-perf-results-3n-tsh"
6403     - "vpp-perf-results-2n-dnv"
6404     - "vpp-perf-results-3n-dnv"
6405   filter: "all"
6406   data-start-level: 4
6407   order-chapters:
6408     level-1:
6409       - "l2"
6410       - "ip4"
6411       - "ip6"
6412       - "srv6"
6413       - "ip4_tunnels"
6414       - "ip6_tunnels"
6415       - "vm_vhost"
6416       - "container_memif"
6417       - "crypto"
6418       - "vts"
6419       - "lb"
6420       - "nfv_density"
6421       - "hoststack"
6422     level-2:
6423       - "2n-skx"
6424       - "3n-skx"
6425       - "2n-clx"
6426       - "3n-hsw"
6427       - "3n-tsh"
6428       - "2n-dnv"
6429       - "3n-dnv"
6430     level-3:
6431       - "xl710"
6432       - "x520"
6433       - "xxv710"
6434       - "x710"
6435       - "x553"
6436       - "cx556a"
6437       - "vic1227"
6438       - "vic1385"
6439
6440 # VPP Performance Operational
6441 - type: "file"
6442   title: "VPP Performance Operational"
6443   algorithm: "file_details_split_html"
6444   output-file: "{DIR[DTO,PERF,VPP,ALL]}"
6445   dir-tables:
6446     - "{DIR[DTO,PERF,VPP,2N,SKX]}"
6447     - "{DIR[DTO,PERF,VPP,3N,SKX]}"
6448     - "{DIR[DTO,PERF,VPP,2N,CLX]}"
6449     - "{DIR[DTO,PERF,VPP,3N,HSW]}"
6450     - "{DIR[DTO,PERF,VPP,3N,TSH]}"
6451     - "{DIR[DTO,PERF,VPP,2N,DNV]}"
6452     - "{DIR[DTO,PERF,VPP,3N,DNV]}"
6453   data:
6454     - "vpp-perf-results-2n-skx"
6455     - "vpp-perf-results-3n-skx"
6456     - "vpp-perf-results-2n-clx"
6457     - "vpp-perf-results-3n-hsw"
6458     - "vpp-perf-results-3n-tsh"
6459     - "vpp-perf-results-2n-dnv"
6460     - "vpp-perf-results-3n-dnv"
6461   filter: "all"
6462   data-start-level: 4
6463   order-chapters:
6464     level-1:
6465       - "l2"
6466       - "ip4"
6467       - "ip6"
6468       - "srv6"
6469       - "ip4_tunnels"
6470       - "ip6_tunnels"
6471       - "vm_vhost"
6472       - "container_memif"
6473       - "crypto"
6474       - "vts"
6475       - "lb"
6476       - "nfv_density"
6477       - "hoststack"
6478     level-2:
6479       - "2n-skx"
6480       - "3n-skx"
6481       - "2n-clx"
6482       - "3n-hsw"
6483       - "3n-tsh"
6484       - "2n-dnv"
6485       - "3n-dnv"
6486     level-3:
6487       - "xl710"
6488       - "x520"
6489       - "xxv710"
6490       - "x710"
6491       - "x553"
6492       - "cx556a"
6493       - "vic1227"
6494       - "vic1385"
6495
6496 # VPP MRR Results
6497 - type: "file"
6498   title: "VPP MRR Results"
6499   algorithm: "file_details_split"
6500   output-file: "{DIR[DTR,MRR,VPP,ALL]}"
6501   dir-tables:
6502     - "{DIR[DTR,MRR,VPP,2N,SKX]}"
6503     - "{DIR[DTR,MRR,VPP,3N,SKX]}"
6504     - "{DIR[DTR,MRR,VPP,2N,CLX]}"
6505     - "{DIR[DTR,MRR,VPP,3N,HSW]}"
6506     - "{DIR[DTR,MRR,VPP,3N,TSH]}"
6507     - "{DIR[DTR,MRR,VPP,2N,DNV]}"
6508     - "{DIR[DTR,MRR,VPP,3N,DNV]}"
6509   data:
6510     - "vpp-mrr-results-2n-skx"
6511     - "vpp-mrr-results-3n-skx"
6512     - "vpp-mrr-results-2n-clx"
6513     - "vpp-mrr-results-3n-hsw"
6514     - "vpp-mrr-results-3n-tsh"
6515     - "vpp-mrr-results-2n-dnv"
6516     - "vpp-mrr-results-3n-dnv"
6517   filter: "all"
6518   data-start-level: 4
6519   order-chapters:
6520     level-1:
6521       - "l2"
6522       - "ip4"
6523       - "ip6"
6524       - "srv6"
6525       - "ip4_tunnels"
6526       - "ip6_tunnels"
6527       - "vm_vhost"
6528       - "container_memif"
6529       - "crypto"
6530       - "vts"
6531       - "lb"
6532       - "nfv_density"
6533       - "hoststack"
6534     level-2:
6535       - "2n-skx"
6536       - "3n-skx"
6537       - "2n-clx"
6538       - "3n-hsw"
6539       - "3n-tsh"
6540       - "2n-dnv"
6541       - "3n-dnv"
6542     level-3:
6543       - "xl710"
6544       - "x520"
6545       - "xxv710"
6546       - "x710"
6547       - "x553"
6548       - "cx556a"
6549       - "vic1227"
6550       - "vic1385"
6551
6552 # VPP MRR Configuration
6553 - type: "file"
6554   title: "VPP MRR Configuration"
6555   algorithm: "file_details_split"
6556   output-file: "{DIR[DTC,MRR,VPP,ALL]}"
6557   dir-tables:
6558     - "{DIR[DTC,MRR,VPP,2N,SKX]}"
6559     - "{DIR[DTC,MRR,VPP,3N,SKX]}"
6560     - "{DIR[DTC,MRR,VPP,2N,CLX]}"
6561     - "{DIR[DTC,MRR,VPP,3N,HSW]}"
6562     - "{DIR[DTC,MRR,VPP,3N,TSH]}"
6563     - "{DIR[DTC,MRR,VPP,2N,DNV]}"
6564     - "{DIR[DTC,MRR,VPP,3N,DNV]}"
6565   data:
6566     - "vpp-mrr-results-2n-skx"
6567     - "vpp-mrr-results-3n-skx"
6568     - "vpp-mrr-results-2n-clx"
6569     - "vpp-mrr-results-3n-hsw"
6570     - "vpp-mrr-results-3n-tsh"
6571     - "vpp-mrr-results-2n-dnv"
6572     - "vpp-mrr-results-3n-dnv"
6573   filter: "all"
6574   data-start-level: 4
6575   order-chapters:
6576     level-1:
6577       - "l2"
6578       - "ip4"
6579       - "ip6"
6580       - "srv6"
6581       - "ip4_tunnels"
6582       - "ip6_tunnels"
6583       - "vm_vhost"
6584       - "container_memif"
6585       - "crypto"
6586       - "vts"
6587       - "lb"
6588       - "nfv_density"
6589       - "hoststack"
6590     level-2:
6591       - "2n-skx"
6592       - "3n-skx"
6593       - "2n-clx"
6594       - "3n-hsw"
6595       - "3n-tsh"
6596       - "2n-dnv"
6597       - "3n-dnv"
6598     level-3:
6599       - "xl710"
6600       - "x520"
6601       - "xxv710"
6602       - "x710"
6603       - "x553"
6604       - "cx556a"
6605       - "vic1227"
6606       - "vic1385"
6607
6608 # VPP Device Results - Ubuntu
6609 - type: "file"
6610   title: "VPP Device Results - Ubuntu"
6611   algorithm: "file_test_results"
6612   output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6613   dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}"
6614   data: "vpp-device-results-ubuntu"
6615   filter: "all"
6616   data-start-level: 4
6617
6618 # VPP Device Configuration - Ubuntu
6619 - type: "file"
6620   title: "VPP Device Configuration - Ubuntu"
6621   algorithm: "file_test_results"
6622   output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6623   dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}"
6624   data: "vpp-device-results-ubuntu"
6625   filter: "all"
6626   data-start-level: 4
6627
6628 # DPDK Performance Results 3n-hsw
6629 - type: "file"
6630   title: "DPDK Performance Results 3n-hsw"
6631   algorithm: "file_test_results"
6632   output-file: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6633   dir-tables: "{DIR[DTR,PERF,DPDK,3N,HSW]}"
6634   data: "dpdk-perf-results-3n-hsw"
6635   filter: "all"
6636   data-start-level: 4
6637
6638 # DPDK Performance Results 3n-skx
6639 - type: "file"
6640   title: "DPDK Performance Results 3n-skx"
6641   algorithm: "file_test_results"
6642   output-file: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6643   dir-tables: "{DIR[DTR,PERF,DPDK,3N,SKX]}"
6644   data: "dpdk-perf-results-3n-skx"
6645   filter: "all"
6646   data-start-level: 4
6647
6648 # DPDK Performance Results 2n-skx
6649 - type: "file"
6650   title: "DPDK Performance Results 2n-skx"
6651   algorithm: "file_test_results"
6652   output-file: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6653   dir-tables: "{DIR[DTR,PERF,DPDK,2N,SKX]}"
6654   data: "dpdk-perf-results-2n-skx"
6655   filter: "all"
6656   data-start-level: 4
6657
6658 # DPDK Performance Results 2n-clx
6659 - type: "file"
6660   title: "DPDK Performance Results 2n-clx"
6661   algorithm: "file_test_results"
6662   output-file: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6663   dir-tables: "{DIR[DTR,PERF,DPDK,2N,CLX]}"
6664   data: "dpdk-perf-results-2n-clx"
6665   filter: "all"
6666   data-start-level: 4
6667
6668 # DPDK Performance Results 2n-dnv
6669 - type: "file"
6670   title: "DPDK Performance Results 2n-dnv"
6671   algorithm: "file_test_results"
6672   output-file: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6673   dir-tables: "{DIR[DTR,PERF,DPDK,2N,DNV]}"
6674   data: "dpdk-perf-results-2n-dnv"
6675   filter: "all"
6676   data-start-level: 4
6677
6678 # DPDK Performance Results 3n-dnv
6679 - type: "file"
6680   title: "DPDK Performance Results 3n-dnv"
6681   algorithm: "file_test_results"
6682   output-file: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6683   dir-tables: "{DIR[DTR,PERF,DPDK,3N,DNV]}"
6684   data: "dpdk-perf-results-3n-dnv"
6685   filter: "all"
6686   data-start-level: 4
6687
6688 # DPDK Performance Results 3n-tsh
6689 - type: "file"
6690   title: "DPDK Performance Results 3n-tsh"
6691   algorithm: "file_test_results"
6692   output-file: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6693   dir-tables: "{DIR[DTR,PERF,DPDK,3N,TSH]}"
6694   data: "dpdk-perf-results-3n-tsh"
6695   filter: "all"
6696   data-start-level: 4
6697
6698 ################################################################################
6699 ###                                P L O T S                                 ###
6700 ################################################################################
6701
6702 # Hoststack tests 3n-hsw
6703
6704 - type: "plot"
6705   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6706   algorithm: "plot_perf_box_name"
6707   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3-bps"
6708   data: "plot-vpp-hoststack-3n-hsw"
6709   include:
6710     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-ldpreload-iperf3-bps"
6711     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-ldpreload-iperf3-bps"
6712   layout:
6713     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-ldpreload-iperf3"
6714     layout: "plot-hoststack"
6715
6716 - type: "plot"
6717   title: "Bandwidth: 3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6718   algorithm: "plot_perf_box_name"
6719   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3-bps"
6720   data: "plot-vpp-hoststack-3n-hsw"
6721   include:
6722     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpbase-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpbase-nsim-ldpreload-iperf3-bps"
6723     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Tcpscale1Cl10S-Nsim-Ldpreload-Iperf3-Bps.1460B-1t1c-eth-ip4tcpscale1cl10s-nsim-ldpreload-iperf3-bps"
6724   layout:
6725     title: "3n-hsw-xl710-1460b-1t1c-eth-ip4tcp-nsim-ldpreload-iperf3"
6726     layout: "plot-hoststack"
6727
6728 - type: "plot"
6729   title: "Bandwidth: 3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6730   algorithm: "plot_perf_box_name"
6731   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho-bps"
6732   data: "plot-vpp-hoststack-3n-hsw"
6733   include:
6734     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicbase-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicbase-vppecho-bps"
6735     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale1Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale1cl10s-vppecho-bps"
6736     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl1S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl1s-vppecho-bps"
6737     - "Tests.Vpp.Perf.Hoststack.40Ge2P1Xl710-Eth-Ip4Udpquicscale10Cl10S-Vppecho-Bps.1280B-1t1c-eth-ip4udpquicscale10cl10s-vppecho-bps"
6738   layout:
6739     title: "3n-hsw-xl710-1280b-1t1c-eth-ip4udpquic-vppecho"
6740     layout: "plot-hoststack"
6741
6742 # Plots VPP HTTP Server Performance
6743 - type: "plot"
6744   title: "VPP HTTP Server Performance"
6745   algorithm: "plot_http_server_perf_box"
6746   output-file-type: ".html"
6747   output-file: "{DIR[STATIC,VPP]}/http-server-performance-cps"
6748   data:
6749     "plot-vpp-http-server-performance"
6750   filter: "'HTTP' and 'TCP_CPS' and not '8T4C'"
6751   parameters:
6752   - "result"
6753   - "name"
6754   traces:
6755     hoverinfo: "y+name"
6756     boxpoints: "outliers"
6757     whiskerwidth: 0
6758   layout:
6759     title: "VPP HTTP Server Performance"
6760     layout:
6761       "plot-cps"
6762
6763 - type: "plot"
6764   title: "VPP HTTP Server Performance"
6765   algorithm: "plot_http_server_perf_box"
6766   output-file-type: ".html"
6767   output-file: "{DIR[STATIC,VPP]}/http-server-performance-rps"
6768   data:
6769     "plot-vpp-http-server-performance"
6770   filter: "'HTTP' and 'TCP_RPS' and not '8T4C'"
6771   parameters:
6772   - "result"
6773   - "name"
6774   traces:
6775     hoverinfo: "y+name"
6776     boxpoints: "outliers"
6777     whiskerwidth: 0
6778   layout:
6779     title: "VPP HTTP Server Performance"
6780     layout:
6781       "plot-rps"
6782
6783 ################################################################################
6784
6785 # Soak Test (PLRsearch), boxes - 2n-clx
6786 - type: "plot"
6787   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6788   algorithm: "plot_perf_box_name"
6789   output-file-type: ".html"
6790   output-file: "{DIR[STATIC,VPP]}/soak-test-1"
6791   data: "plot-vpp-soak-2n-clx"
6792   include:
6793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6797     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6798     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6799   layout:
6800     title: "30 Minutes Soak Test (PLRsearch)"
6801     layout: "plot-soak-throughput"
6802
6803 # Soak Test (PLRsearch), boxes - 2n-clx
6804 - type: "plot"
6805   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6806   algorithm: "plot_perf_box_name"
6807   output-file-type: ".html"
6808   output-file: "{DIR[STATIC,VPP]}/soak-test-2"
6809   data: "plot-vpp-soak-2n-clx"
6810   include:
6811     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6812     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6813     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6814     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6815     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6816     - "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"
6817   layout:
6818     title: "30 Minutes Soak Test (PLRsearch)"
6819     layout: "plot-soak-throughput"
6820
6821 # Soak Test (PLRsearch), boxes - 2n-skx
6822 - type: "plot"
6823   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6824   algorithm: "plot_perf_box_name"
6825   output-file-type: ".html"
6826   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-1"
6827   data: "plot-vpp-soak-2n-skx"
6828   include:
6829     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Soak.64B-2t1c-avf-eth-l2xcbase-soak"
6830     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-soak"
6831     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Soak.64B-2t1c-eth-l2xcbase-soak"
6832     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Soak.64B-2t1c-eth-l2bdbasemaclrn-soak"
6833     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Soak.64B-2t1c-avf-ethip4-ip4base-soak"
6834     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Soak.64B-2t1c-ethip4-ip4base-soak"
6835   layout:
6836     title: "30 Minutes Soak Test (PLRsearch)"
6837     layout: "plot-soak-throughput"
6838
6839 # Soak Test (PLRsearch), boxes - 2n-skx
6840 - type: "plot"
6841   title: "VPP Critical rate: 30 Minutes Soak Test (PLRsearch)"
6842   algorithm: "plot_perf_box_name"
6843   output-file-type: ".html"
6844   output-file: "{DIR[STATIC,VPP]}/soak-test-2n-skx-2"
6845   data: "plot-vpp-soak-2n-skx"
6846   include:
6847     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Soak.78B-2t1c-avf-ethip6-ip6base-soak"
6848     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Soak.78B-2t1c-ethip6-ip6base-soak"
6849     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6850     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Soak.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-soak"
6851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Soak.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-soak"
6852     - "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"
6853   layout:
6854     title: "30 Minutes Soak Test (PLRsearch)"
6855     layout: "plot-soak-throughput"
6856
6857 ###############################################################################
6858
6859 # Reconf tests 2n-skx
6860
6861 - type: "plot"
6862   title: "NFV Implied time lost: 2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6863   algorithm: "plot_nf_reconf_box_name"
6864   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6865   data: "plot-vpp-nfv-reconf-2n-skx"
6866   include:
6867     - "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"
6868     - "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"
6869     - "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"
6870     - "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"
6871     - "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"
6872     - "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"
6873   layout:
6874     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6875     layout: "plot-throughput"
6876
6877 - type: "plot"
6878   title: "NFV Implied time lost: 2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6879   algorithm: "plot_nf_reconf_box_name"
6880   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6881   data: "plot-vpp-nfv-reconf-2n-skx"
6882   include:
6883     - "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"
6884     - "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"
6885     - "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"
6886     - "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"
6887     - "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"
6888     - "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"
6889   layout:
6890     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6891     layout: "plot-throughput"
6892
6893 - type: "plot"
6894   title: "NFV Implied time lost: 2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6895   algorithm: "plot_nf_reconf_box_name"
6896   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6897   data: "plot-vpp-nfv-reconf-2n-skx"
6898   include:
6899     - "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"
6900     - "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"
6901     - "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"
6902     - "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"
6903     - "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"
6904     - "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"
6905   layout:
6906     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6907     layout: "plot-throughput"
6908
6909 ###############################################################################
6910
6911 # Reconf tests 2n-clx
6912
6913 - type: "plot"
6914   title: "NFV Implied time lost: 2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6915   algorithm: "plot_nf_reconf_box_name"
6916   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-2t1c-dot1qip4vxlan-l2bd-reconf"
6917   data: "plot-vpp-nfv-reconf-2n-clx"
6918   include:
6919     - "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"
6920     - "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"
6921     - "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"
6922     - "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"
6923   layout:
6924     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6925     layout: "plot-throughput"
6926
6927 - type: "plot"
6928   title: "NFV Implied time lost: 2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6929   algorithm: "plot_nf_reconf_box_name"
6930   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-4t2c-dot1qip4vxlan-l2bd-reconf"
6931   data: "plot-vpp-nfv-reconf-2n-clx"
6932   include:
6933     - "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"
6934     - "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"
6935     - "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"
6936     - "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"
6937   layout:
6938     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6939     layout: "plot-throughput"
6940
6941 - type: "plot"
6942   title: "NFV Implied time lost: 2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-reconf"
6943   algorithm: "plot_nf_reconf_box_name"
6944   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-imix-8t4c-dot1qip4vxlan-l2bd-reconf"
6945   data: "plot-vpp-nfv-reconf-2n-clx"
6946   include:
6947     - "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"
6948     - "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"
6949     - "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"
6950     - "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"
6951   layout:
6952     title: "dot1qip4vxlan-l2bd-{Y}ch-1ach-{2XY}vh-{XY}vm-testpmd"
6953     layout: "plot-throughput"
6954
6955 ################################################################################
6956 ## Plots - NF Density - VSC - MRR 64b
6957 #- type: "plot"
6958 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6959 #  algorithm: "plot_nf_heatmap"
6960 #  output-file-type: ".html"
6961 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-mrr"
6962 #  data: "plot-vpp-nfv-2n-skx-mrr"
6963 #  filter: "'NIC_Intel-XXV710' and
6964 #           'NF_DENSITY' and
6965 #           'VHOST' and
6966 #           not 'VXLAN' and
6967 #           'CHAIN' and
6968 #           'NF_VPPIP4' and
6969 #           '64B' and
6970 #           '2T1C' and
6971 #           'MRR'"
6972 #  parameters:
6973 #  - "result"
6974 #  - "name"
6975 #  - "tags"
6976 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
6977 #  x-axis: "X = VNFs per Service Chain"
6978 #  y-axis: "Y = Number of Service Chains"
6979 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
6980 #  layout:
6981 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6982 #    layout: "plot-service-density"
6983 #
6984 #- type: "plot"
6985 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
6986 #  algorithm: "plot_nf_heatmap"
6987 #  output-file-type: ".html"
6988 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-mrr"
6989 #  data: "plot-vpp-nfv-2n-skx-mrr"
6990 #  filter: "'NIC_Intel-XXV710' and
6991 #           'NF_DENSITY' and
6992 #           'VHOST' and
6993 #           not 'VXLAN' and
6994 #           'CHAIN' and
6995 #           'NF_VPPIP4' and
6996 #           '64B' and
6997 #           '4T2C' and
6998 #           'MRR'"
6999 #  parameters:
7000 #  - "result"
7001 #  - "name"
7002 #  - "tags"
7003 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7004 #  x-axis: "X = VNFs per Service Chain"
7005 #  y-axis: "Y = Number of Service Chains"
7006 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7007 #  layout:
7008 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7009 #    layout: "plot-service-density"
7010 #
7011 #- type: "plot"
7012 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7013 #  algorithm: "plot_nf_heatmap"
7014 #  output-file-type: ".html"
7015 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-mrr"
7016 #  data: "plot-vpp-nfv-2n-skx-mrr"
7017 #  filter: "'NIC_Intel-XXV710' and
7018 #           'NF_DENSITY' and
7019 #           'VHOST' and
7020 #           not 'VXLAN' and
7021 #           'CHAIN' and
7022 #           'NF_VPPIP4' and
7023 #           '64B' and
7024 #           '8T4C' and
7025 #           'MRR'"
7026 #  parameters:
7027 #  - "result"
7028 #  - "name"
7029 #  - "tags"
7030 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7031 #  x-axis: "X = VNFs per Service Chain"
7032 #  y-axis: "Y = Number of Service Chains"
7033 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7034 #  layout:
7035 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7036 #    layout: "plot-service-density"
7037 #
7038 ## Plots - NF Density - VSC - MRR IMIX
7039 #- type: "plot"
7040 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7041 #  algorithm: "plot_nf_heatmap"
7042 #  output-file-type: ".html"
7043 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-mrr"
7044 #  data: "plot-vpp-nfv-2n-skx-mrr"
7045 #  filter: "'NIC_Intel-XXV710' and
7046 #           'NF_DENSITY' and
7047 #           'VHOST' and
7048 #           not 'VXLAN' and
7049 #           'CHAIN' and
7050 #           'NF_VPPIP4' and
7051 #           'IMIX' and
7052 #           '2T1C' and
7053 #           'MRR'"
7054 #  parameters:
7055 #  - "result"
7056 #  - "name"
7057 #  - "tags"
7058 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7059 #  x-axis: "X = VNFs per Service Chain"
7060 #  y-axis: "Y = Number of Service Chains"
7061 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7062 #  layout:
7063 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7064 #    layout: "plot-service-density"
7065 #
7066 #- type: "plot"
7067 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7068 #  algorithm: "plot_nf_heatmap"
7069 #  output-file-type: ".html"
7070 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-mrr"
7071 #  data: "plot-vpp-nfv-2n-skx-mrr"
7072 #  filter: "'NIC_Intel-XXV710' and
7073 #           'NF_DENSITY' and
7074 #           'VHOST' and
7075 #           not 'VXLAN' and
7076 #           'CHAIN' and
7077 #           'NF_VPPIP4' and
7078 #           'IMIX' and
7079 #           '4T2C' and
7080 #           'MRR'"
7081 #  parameters:
7082 #  - "result"
7083 #  - "name"
7084 #  - "tags"
7085 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7086 #  x-axis: "X = VNFs per Service Chain"
7087 #  y-axis: "Y = Number of Service Chains"
7088 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7089 #  layout:
7090 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7091 #    layout: "plot-service-density"
7092 #
7093 #- type: "plot"
7094 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7095 #  algorithm: "plot_nf_heatmap"
7096 #  output-file-type: ".html"
7097 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-mrr"
7098 #  data: "plot-vpp-nfv-2n-skx-mrr"
7099 #  filter: "'NIC_Intel-XXV710' and
7100 #           'NF_DENSITY' and
7101 #           'VHOST' and
7102 #           not 'VXLAN' and
7103 #           'CHAIN' and
7104 #           'NF_VPPIP4' and
7105 #           'IMIX' and
7106 #           '8T4C' and
7107 #           'MRR'"
7108 #  parameters:
7109 #  - "result"
7110 #  - "name"
7111 #  - "tags"
7112 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7113 #  x-axis: "X = VNFs per Service Chain"
7114 #  y-axis: "Y = Number of Service Chains"
7115 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7116 #  layout:
7117 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
7118 #    layout: "plot-service-density"
7119 #
7120 ## Plots - NF Density - VSC - NDR 64b
7121 #- type: "plot"
7122 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7123 #  algorithm: "plot_nf_heatmap"
7124 #  output-file-type: ".html"
7125 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-ndr"
7126 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7127 #  filter: "'NIC_Intel-XXV710' and
7128 #           'NF_DENSITY' and
7129 #           'VHOST' and
7130 #           not 'VXLAN' and
7131 #           'CHAIN' and
7132 #           'NF_VPPIP4' and
7133 #           '64B' and
7134 #           '2T1C' and
7135 #           'NDRPDR'"
7136 #  parameters:
7137 #  - "throughput"
7138 #  - "name"
7139 #  - "tags"
7140 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7141 #  x-axis: "X = VNFs per Service Chain"
7142 #  y-axis: "Y = Number of Service Chains"
7143 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7144 #  layout:
7145 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7146 #    layout: "plot-service-density"
7147 #
7148 #- type: "plot"
7149 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7150 #  algorithm: "plot_nf_heatmap"
7151 #  output-file-type: ".html"
7152 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-ndr"
7153 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7154 #  filter: "'NIC_Intel-XXV710' and
7155 #           'NF_DENSITY' and
7156 #           'VHOST' and
7157 #           not 'VXLAN' and
7158 #           'CHAIN' and
7159 #           'NF_VPPIP4' and
7160 #           '64B' and
7161 #           '4T2C' and
7162 #           'NDRPDR'"
7163 #  parameters:
7164 #  - "throughput"
7165 #  - "name"
7166 #  - "tags"
7167 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7168 #  x-axis: "X = VNFs per Service Chain"
7169 #  y-axis: "Y = Number of Service Chains"
7170 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7171 #  layout:
7172 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7173 #    layout: "plot-service-density"
7174 #
7175 #- type: "plot"
7176 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7177 #  algorithm: "plot_nf_heatmap"
7178 #  output-file-type: ".html"
7179 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-ndr"
7180 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7181 #  filter: "'NIC_Intel-XXV710' and
7182 #           'NF_DENSITY' and
7183 #           'VHOST' and
7184 #           not 'VXLAN' and
7185 #           'CHAIN' and
7186 #           'NF_VPPIP4' and
7187 #           '64B' and
7188 #           '8T4C' and
7189 #           'NDRPDR'"
7190 #  parameters:
7191 #  - "throughput"
7192 #  - "name"
7193 #  - "tags"
7194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7195 #  x-axis: "X = VNFs per Service Chain"
7196 #  y-axis: "Y = Number of Service Chains"
7197 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7198 #  layout:
7199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7200 #    layout: "plot-service-density"
7201 #
7202 ## Plots - NF Density - VSC - NDR IMIX
7203 #- type: "plot"
7204 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7205 #  algorithm: "plot_nf_heatmap"
7206 #  output-file-type: ".html"
7207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-ndr"
7208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7209 #  filter: "'NIC_Intel-XXV710' and
7210 #           'NF_DENSITY' and
7211 #           'VHOST' and
7212 #           not 'VXLAN' and
7213 #           'CHAIN' and
7214 #           'NF_VPPIP4' and
7215 #           'IMIX' and
7216 #           '2T1C' and
7217 #           'NDRPDR'"
7218 #  parameters:
7219 #  - "throughput"
7220 #  - "name"
7221 #  - "tags"
7222 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7223 #  x-axis: "X = VNFs per Service Chain"
7224 #  y-axis: "Y = Number of Service Chains"
7225 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7226 #  layout:
7227 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7228 #    layout: "plot-service-density"
7229 #
7230 #- type: "plot"
7231 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7232 #  algorithm: "plot_nf_heatmap"
7233 #  output-file-type: ".html"
7234 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-ndr"
7235 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7236 #  filter: "'NIC_Intel-XXV710' and
7237 #           'NF_DENSITY' and
7238 #           'VHOST' and
7239 #           not 'VXLAN' and
7240 #           'CHAIN' and
7241 #           'NF_VPPIP4' and
7242 #           'IMIX' and
7243 #           '4T2C' and
7244 #           'NDRPDR'"
7245 #  parameters:
7246 #  - "throughput"
7247 #  - "name"
7248 #  - "tags"
7249 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7250 #  x-axis: "X = VNFs per Service Chain"
7251 #  y-axis: "Y = Number of Service Chains"
7252 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7253 #  layout:
7254 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7255 #    layout: "plot-service-density"
7256 #
7257 #- type: "plot"
7258 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7259 #  algorithm: "plot_nf_heatmap"
7260 #  output-file-type: ".html"
7261 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-ndr"
7262 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7263 #  filter: "'NIC_Intel-XXV710' and
7264 #           'NF_DENSITY' and
7265 #           'VHOST' and
7266 #           not 'VXLAN' and
7267 #           'CHAIN' and
7268 #           'NF_VPPIP4' and
7269 #           'IMIX' and
7270 #           '8T4C' and
7271 #           'NDRPDR'"
7272 #  parameters:
7273 #  - "throughput"
7274 #  - "name"
7275 #  - "tags"
7276 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7277 #  x-axis: "X = VNFs per Service Chain"
7278 #  y-axis: "Y = Number of Service Chains"
7279 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7280 #  layout:
7281 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
7282 #    layout: "plot-service-density"
7283 #
7284 ## Plots - NF Density - VSC - PDR 64b
7285 #- type: "plot"
7286 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7287 #  algorithm: "plot_nf_heatmap"
7288 #  output-file-type: ".html"
7289 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-pdr"
7290 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7291 #  filter: "'NIC_Intel-XXV710' and
7292 #           'NF_DENSITY' and
7293 #           'VHOST' and
7294 #           not 'VXLAN' and
7295 #           'CHAIN' and
7296 #           'NF_VPPIP4' and
7297 #           '64B' and
7298 #           '2T1C' and
7299 #           'NDRPDR'"
7300 #  parameters:
7301 #  - "throughput"
7302 #  - "name"
7303 #  - "tags"
7304 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7305 #  x-axis: "X = VNFs per Service Chain"
7306 #  y-axis: "Y = Number of Service Chains"
7307 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7308 #  layout:
7309 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7310 #    layout: "plot-service-density"
7311 #
7312 #- type: "plot"
7313 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7314 #  algorithm: "plot_nf_heatmap"
7315 #  output-file-type: ".html"
7316 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-pdr"
7317 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7318 #  filter: "'NIC_Intel-XXV710' and
7319 #           'NF_DENSITY' and
7320 #           'VHOST' and
7321 #           not 'VXLAN' and
7322 #           'CHAIN' and
7323 #           'NF_VPPIP4' and
7324 #           '64B' and
7325 #           '4T2C' and
7326 #           'NDRPDR'"
7327 #  parameters:
7328 #  - "throughput"
7329 #  - "name"
7330 #  - "tags"
7331 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7332 #  x-axis: "X = VNFs per Service Chain"
7333 #  y-axis: "Y = Number of Service Chains"
7334 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7335 #  layout:
7336 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7337 #    layout: "plot-service-density"
7338 #
7339 #- type: "plot"
7340 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7341 #  algorithm: "plot_nf_heatmap"
7342 #  output-file-type: ".html"
7343 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-pdr"
7344 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7345 #  filter: "'NIC_Intel-XXV710' and
7346 #           'NF_DENSITY' and
7347 #           'VHOST' and
7348 #           not 'VXLAN' and
7349 #           'CHAIN' and
7350 #           'NF_VPPIP4' and
7351 #           '64B' and
7352 #           '8T4C' and
7353 #           'NDRPDR'"
7354 #  parameters:
7355 #  - "throughput"
7356 #  - "name"
7357 #  - "tags"
7358 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7359 #  x-axis: "X = VNFs per Service Chain"
7360 #  y-axis: "Y = Number of Service Chains"
7361 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7362 #  layout:
7363 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7364 #    layout: "plot-service-density"
7365 #
7366 ## Plots - NF Density - VSC - PDR IMIX
7367 #- type: "plot"
7368 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7369 #  algorithm: "plot_nf_heatmap"
7370 #  output-file-type: ".html"
7371 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-pdr"
7372 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7373 #  filter: "'NIC_Intel-XXV710' and
7374 #           'NF_DENSITY' and
7375 #           'VHOST' and
7376 #           not 'VXLAN' and
7377 #           'CHAIN' and
7378 #           'NF_VPPIP4' and
7379 #           'IMIX' and
7380 #           '2T1C' and
7381 #           'NDRPDR'"
7382 #  parameters:
7383 #  - "throughput"
7384 #  - "name"
7385 #  - "tags"
7386 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7387 #  x-axis: "X = VNFs per Service Chain"
7388 #  y-axis: "Y = Number of Service Chains"
7389 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7390 #  layout:
7391 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7392 #    layout: "plot-service-density"
7393 #
7394 #- type: "plot"
7395 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7396 #  algorithm: "plot_nf_heatmap"
7397 #  output-file-type: ".html"
7398 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-pdr"
7399 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7400 #  filter: "'NIC_Intel-XXV710' and
7401 #           'NF_DENSITY' and
7402 #           'VHOST' and
7403 #           not 'VXLAN' and
7404 #           'CHAIN' and
7405 #           'NF_VPPIP4' and
7406 #           'IMIX' and
7407 #           '4T2C' and
7408 #           'NDRPDR'"
7409 #  parameters:
7410 #  - "throughput"
7411 #  - "name"
7412 #  - "tags"
7413 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7414 #  x-axis: "X = VNFs per Service Chain"
7415 #  y-axis: "Y = Number of Service Chains"
7416 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7417 #  layout:
7418 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7419 #    layout: "plot-service-density"
7420 #
7421 #- type: "plot"
7422 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7423 #  algorithm: "plot_nf_heatmap"
7424 #  output-file-type: ".html"
7425 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-pdr"
7426 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7427 #  filter: "'NIC_Intel-XXV710' and
7428 #           'NF_DENSITY' and
7429 #           'VHOST' and
7430 #           not 'VXLAN' and
7431 #           'CHAIN' and
7432 #           'NF_VPPIP4' and
7433 #           'IMIX' and
7434 #           '8T4C' and
7435 #           'NDRPDR'"
7436 #  parameters:
7437 #  - "throughput"
7438 #  - "name"
7439 #  - "tags"
7440 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7441 #  x-axis: "X = VNFs per Service Chain"
7442 #  y-axis: "Y = Number of Service Chains"
7443 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7444 #  layout:
7445 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
7446 #    layout: "plot-service-density"
7447 #
7448 ################################################################################
7449 ## Plots - NF Density - VSC - MRR 64b
7450 #- type: "plot"
7451 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7452 #  algorithm: "plot_nf_heatmap"
7453 #  output-file-type: ".html"
7454 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-mrr"
7455 #  data: "plot-vpp-nfv-2n-skx-mrr"
7456 #  filter: "'NIC_Intel-XXV710' and
7457 #           'NF_DENSITY' and
7458 #           'VHOST' and
7459 #           'VXLAN' and
7460 #           'CHAIN' and
7461 #           '118' and
7462 #           '2T1C' and
7463 #           'MRR'"
7464 #  parameters:
7465 #  - "result"
7466 #  - "name"
7467 #  - "tags"
7468 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7469 #  x-axis: "X = VNFs per Service Chain"
7470 #  y-axis: "Y = Number of Service Chains"
7471 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7472 #  layout:
7473 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7474 #    layout: "plot-service-density"
7475 #
7476 #- type: "plot"
7477 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7478 #  algorithm: "plot_nf_heatmap"
7479 #  output-file-type: ".html"
7480 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-mrr"
7481 #  data: "plot-vpp-nfv-2n-skx-mrr"
7482 #  filter: "'NIC_Intel-XXV710' and
7483 #           'NF_DENSITY' and
7484 #           'VHOST' and
7485 #           'VXLAN' and
7486 #           'CHAIN' and
7487 #           '118' and
7488 #           '4T2C' and
7489 #           'MRR'"
7490 #  parameters:
7491 #  - "result"
7492 #  - "name"
7493 #  - "tags"
7494 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7495 #  x-axis: "X = VNFs per Service Chain"
7496 #  y-axis: "Y = Number of Service Chains"
7497 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7498 #  layout:
7499 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7500 #    layout: "plot-service-density"
7501 #
7502 #- type: "plot"
7503 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7504 #  algorithm: "plot_nf_heatmap"
7505 #  output-file-type: ".html"
7506 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-mrr"
7507 #  data: "plot-vpp-nfv-2n-skx-mrr"
7508 #  filter: "'NIC_Intel-XXV710' and
7509 #           'NF_DENSITY' and
7510 #           'VHOST' and
7511 #           'VXLAN' and
7512 #           'CHAIN' and
7513 #           '118' and
7514 #           '8T4C' and
7515 #           'MRR'"
7516 #  parameters:
7517 #  - "result"
7518 #  - "name"
7519 #  - "tags"
7520 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7521 #  x-axis: "X = VNFs per Service Chain"
7522 #  y-axis: "Y = Number of Service Chains"
7523 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7524 #  layout:
7525 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7526 #    layout: "plot-service-density"
7527 #
7528 ## Plots - NF Density - VSC - MRR IMIX
7529 #- type: "plot"
7530 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7531 #  algorithm: "plot_nf_heatmap"
7532 #  output-file-type: ".html"
7533 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
7534 #  data: "plot-vpp-nfv-2n-skx-mrr"
7535 #  filter: "'NIC_Intel-XXV710' and
7536 #           'NF_DENSITY' and
7537 #           'VHOST' and
7538 #           'VXLAN' and
7539 #           'CHAIN' and
7540 #           'IMIX' and
7541 #           '2T1C' and
7542 #           'MRR'"
7543 #  parameters:
7544 #  - "result"
7545 #  - "name"
7546 #  - "tags"
7547 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7548 #  x-axis: "X = VNFs per Service Chain"
7549 #  y-axis: "Y = Number of Service Chains"
7550 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7551 #  layout:
7552 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7553 #    layout: "plot-service-density"
7554 #
7555 #- type: "plot"
7556 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7557 #  algorithm: "plot_nf_heatmap"
7558 #  output-file-type: ".html"
7559 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
7560 #  data: "plot-vpp-nfv-2n-skx-mrr"
7561 #  filter: "'NIC_Intel-XXV710' and
7562 #           'NF_DENSITY' and
7563 #           'VHOST' and
7564 #           'VXLAN' and
7565 #           'CHAIN' and
7566 #           'IMIX' and
7567 #           '4T2C' and
7568 #           'MRR'"
7569 #  parameters:
7570 #  - "result"
7571 #  - "name"
7572 #  - "tags"
7573 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7574 #  x-axis: "X = VNFs per Service Chain"
7575 #  y-axis: "Y = Number of Service Chains"
7576 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7577 #  layout:
7578 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7579 #    layout: "plot-service-density"
7580 #
7581 #- type: "plot"
7582 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7583 #  algorithm: "plot_nf_heatmap"
7584 #  output-file-type: ".html"
7585 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
7586 #  data: "plot-vpp-nfv-2n-skx-mrr"
7587 #  filter: "'NIC_Intel-XXV710' and
7588 #           'NF_DENSITY' and
7589 #           'VHOST' and
7590 #           'VXLAN' and
7591 #           'CHAIN' and
7592 #           'IMIX' and
7593 #           '8T4C' and
7594 #           'MRR'"
7595 #  parameters:
7596 #  - "result"
7597 #  - "name"
7598 #  - "tags"
7599 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7600 #  x-axis: "X = VNFs per Service Chain"
7601 #  y-axis: "Y = Number of Service Chains"
7602 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
7603 #  layout:
7604 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
7605 #    layout: "plot-service-density"
7606 #
7607 ## Plots - NF Density - VSC - NDR 64b
7608 #- type: "plot"
7609 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7610 #  algorithm: "plot_nf_heatmap"
7611 #  output-file-type: ".html"
7612 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-ndr"
7613 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7614 #  filter: "'NIC_Intel-XXV710' and
7615 #           'NF_DENSITY' and
7616 #           'VHOST' and
7617 #           'VXLAN' and
7618 #           'CHAIN' and
7619 #           '118' and
7620 #           '2T1C' and
7621 #           'NDRPDR'"
7622 #  parameters:
7623 #  - "throughput"
7624 #  - "name"
7625 #  - "tags"
7626 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7627 #  x-axis: "X = VNFs per Service Chain"
7628 #  y-axis: "Y = Number of Service Chains"
7629 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7630 #  layout:
7631 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7632 #    layout: "plot-service-density"
7633 #
7634 #- type: "plot"
7635 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7636 #  algorithm: "plot_nf_heatmap"
7637 #  output-file-type: ".html"
7638 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-ndr"
7639 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7640 #  filter: "'NIC_Intel-XXV710' and
7641 #           'NF_DENSITY' and
7642 #           'VHOST' and
7643 #           'VXLAN' and
7644 #           'CHAIN' and
7645 #           '118' and
7646 #           '4T2C' and
7647 #           'NDRPDR'"
7648 #  parameters:
7649 #  - "throughput"
7650 #  - "name"
7651 #  - "tags"
7652 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7653 #  x-axis: "X = VNFs per Service Chain"
7654 #  y-axis: "Y = Number of Service Chains"
7655 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7656 #  layout:
7657 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7658 #    layout: "plot-service-density"
7659 #
7660 #- type: "plot"
7661 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7662 #  algorithm: "plot_nf_heatmap"
7663 #  output-file-type: ".html"
7664 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-ndr"
7665 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7666 #  filter: "'NIC_Intel-XXV710' and
7667 #           'NF_DENSITY' and
7668 #           'VHOST' and
7669 #           'VXLAN' and
7670 #           'CHAIN' and
7671 #           '118' and
7672 #           '8T4C' and
7673 #           'NDRPDR'"
7674 #  parameters:
7675 #  - "throughput"
7676 #  - "name"
7677 #  - "tags"
7678 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7679 #  x-axis: "X = VNFs per Service Chain"
7680 #  y-axis: "Y = Number of Service Chains"
7681 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
7682 #  layout:
7683 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7684 #    layout: "plot-service-density"
7685 #
7686 ## Plots - NF Density - VSC - NDR IMIX
7687 #- type: "plot"
7688 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7689 #  algorithm: "plot_nf_heatmap"
7690 #  output-file-type: ".html"
7691 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
7692 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7693 #  filter: "'NIC_Intel-XXV710' and
7694 #           'NF_DENSITY' and
7695 #           'VHOST' and
7696 #           'VXLAN' and
7697 #           'CHAIN' and
7698 #           'IMIX' and
7699 #           '2T1C' and
7700 #           'NDRPDR'"
7701 #  parameters:
7702 #  - "throughput"
7703 #  - "name"
7704 #  - "tags"
7705 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7706 #  x-axis: "X = VNFs per Service Chain"
7707 #  y-axis: "Y = Number of Service Chains"
7708 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7709 #  layout:
7710 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7711 #    layout: "plot-service-density"
7712 #
7713 #- type: "plot"
7714 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7715 #  algorithm: "plot_nf_heatmap"
7716 #  output-file-type: ".html"
7717 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
7718 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7719 #  filter: "'NIC_Intel-XXV710' and
7720 #           'NF_DENSITY' and
7721 #           'VHOST' and
7722 #           'VXLAN' and
7723 #           'CHAIN' and
7724 #           'IMIX' and
7725 #           '4T2C' and
7726 #           'NDRPDR'"
7727 #  parameters:
7728 #  - "throughput"
7729 #  - "name"
7730 #  - "tags"
7731 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7732 #  x-axis: "X = VNFs per Service Chain"
7733 #  y-axis: "Y = Number of Service Chains"
7734 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7735 #  layout:
7736 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7737 #    layout: "plot-service-density"
7738 #
7739 #- type: "plot"
7740 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7741 #  algorithm: "plot_nf_heatmap"
7742 #  output-file-type: ".html"
7743 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
7744 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7745 #  filter: "'NIC_Intel-XXV710' and
7746 #           'NF_DENSITY' and
7747 #           'VHOST' and
7748 #           'VXLAN' and
7749 #           'CHAIN' and
7750 #           'IMIX' and
7751 #           '8T4C' and
7752 #           'NDRPDR'"
7753 #  parameters:
7754 #  - "throughput"
7755 #  - "name"
7756 #  - "tags"
7757 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
7758 #  x-axis: "X = VNFs per Service Chain"
7759 #  y-axis: "Y = Number of Service Chains"
7760 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
7761 #  layout:
7762 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
7763 #    layout: "plot-service-density"
7764 #
7765 ## Plots - NF Density - VSC - PDR 64b
7766 #- type: "plot"
7767 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7768 #  algorithm: "plot_nf_heatmap"
7769 #  output-file-type: ".html"
7770 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-vsc-vxlan-pdr"
7771 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7772 #  filter: "'NIC_Intel-XXV710' and
7773 #           'NF_DENSITY' and
7774 #           'VHOST' and
7775 #           'VXLAN' and
7776 #           'CHAIN' and
7777 #           '118' and
7778 #           '2T1C' and
7779 #           'NDRPDR'"
7780 #  parameters:
7781 #  - "throughput"
7782 #  - "name"
7783 #  - "tags"
7784 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7785 #  x-axis: "X = VNFs per Service Chain"
7786 #  y-axis: "Y = Number of Service Chains"
7787 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7788 #  layout:
7789 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7790 #    layout: "plot-service-density"
7791 #
7792 #- type: "plot"
7793 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7794 #  algorithm: "plot_nf_heatmap"
7795 #  output-file-type: ".html"
7796 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-vsc-vxlan-pdr"
7797 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7798 #  filter: "'NIC_Intel-XXV710' and
7799 #           'NF_DENSITY' and
7800 #           'VHOST' and
7801 #           'VXLAN' and
7802 #           'CHAIN' and
7803 #           '118' and
7804 #           '4T2C' and
7805 #           'NDRPDR'"
7806 #  parameters:
7807 #  - "throughput"
7808 #  - "name"
7809 #  - "tags"
7810 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7811 #  x-axis: "X = VNFs per Service Chain"
7812 #  y-axis: "Y = Number of Service Chains"
7813 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7814 #  layout:
7815 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7816 #    layout: "plot-service-density"
7817 #
7818 #- type: "plot"
7819 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7820 #  algorithm: "plot_nf_heatmap"
7821 #  output-file-type: ".html"
7822 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-vsc-vxlan-pdr"
7823 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7824 #  filter: "'NIC_Intel-XXV710' and
7825 #           'NF_DENSITY' and
7826 #           'VHOST' and
7827 #           'VXLAN' and
7828 #           'CHAIN' and
7829 #           '118' and
7830 #           '8T4C' and
7831 #           'NDRPDR'"
7832 #  parameters:
7833 #  - "throughput"
7834 #  - "name"
7835 #  - "tags"
7836 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7837 #  x-axis: "X = VNFs per Service Chain"
7838 #  y-axis: "Y = Number of Service Chains"
7839 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
7840 #  layout:
7841 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7842 #    layout: "plot-service-density"
7843 #
7844 ## Plots - NF Density - VSC - PDR IMIX
7845 #- type: "plot"
7846 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7847 #  algorithm: "plot_nf_heatmap"
7848 #  output-file-type: ".html"
7849 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
7850 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7851 #  filter: "'NIC_Intel-XXV710' and
7852 #           'NF_DENSITY' and
7853 #           'VHOST' and
7854 #           'VXLAN' and
7855 #           'CHAIN' and
7856 #           'IMIX' and
7857 #           '2T1C' and
7858 #           'NDRPDR'"
7859 #  parameters:
7860 #  - "throughput"
7861 #  - "name"
7862 #  - "tags"
7863 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7864 #  x-axis: "X = VNFs per Service Chain"
7865 #  y-axis: "Y = Number of Service Chains"
7866 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7867 #  layout:
7868 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7869 #    layout: "plot-service-density"
7870 #
7871 #- type: "plot"
7872 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7873 #  algorithm: "plot_nf_heatmap"
7874 #  output-file-type: ".html"
7875 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
7876 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7877 #  filter: "'NIC_Intel-XXV710' and
7878 #           'NF_DENSITY' and
7879 #           'VHOST' and
7880 #           'VXLAN' and
7881 #           'CHAIN' and
7882 #           'IMIX' and
7883 #           '4T2C' and
7884 #           'NDRPDR'"
7885 #  parameters:
7886 #  - "throughput"
7887 #  - "name"
7888 #  - "tags"
7889 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7890 #  x-axis: "X = VNFs per Service Chain"
7891 #  y-axis: "Y = Number of Service Chains"
7892 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7893 #  layout:
7894 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7895 #    layout: "plot-service-density"
7896 #
7897 #- type: "plot"
7898 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7899 #  algorithm: "plot_nf_heatmap"
7900 #  output-file-type: ".html"
7901 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
7902 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
7903 #  filter: "'NIC_Intel-XXV710' and
7904 #           'NF_DENSITY' and
7905 #           'VHOST' and
7906 #           'VXLAN' and
7907 #           'CHAIN' and
7908 #           'IMIX' and
7909 #           '8T4C' and
7910 #           'NDRPDR'"
7911 #  parameters:
7912 #  - "throughput"
7913 #  - "name"
7914 #  - "tags"
7915 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
7916 #  x-axis: "X = VNFs per Service Chain"
7917 #  y-axis: "Y = Number of Service Chains"
7918 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
7919 #  layout:
7920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
7921 #    layout: "plot-service-density"
7922 #
7923 ################################################################################
7924 ## Plots - NF Density - CSC - MRR 64b
7925 #- type: "plot"
7926 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7927 #  algorithm: "plot_nf_heatmap"
7928 #  output-file-type: ".html"
7929 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-mrr"
7930 #  data: "plot-vpp-nfv-2n-skx-mrr"
7931 #  filter: "'NIC_Intel-XXV710' and
7932 #           'NF_DENSITY' and
7933 #           'DOCKER' and
7934 #           'CHAIN' and
7935 #           'NF_VPPIP4' and
7936 #           '64B' and
7937 #           '2T1C' and
7938 #           'MRR'"
7939 #  parameters:
7940 #  - "result"
7941 #  - "name"
7942 #  - "tags"
7943 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7944 #  x-axis: "X = CNFs per Service Chain"
7945 #  y-axis: "Y = Number of Service Chains"
7946 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7947 #  layout:
7948 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7949 #    layout: "plot-service-density"
7950 #
7951 #- type: "plot"
7952 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7953 #  algorithm: "plot_nf_heatmap"
7954 #  output-file-type: ".html"
7955 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-mrr"
7956 #  data: "plot-vpp-nfv-2n-skx-mrr"
7957 #  filter: "'NIC_Intel-XXV710' and
7958 #           'NF_DENSITY' and
7959 #           'DOCKER' and
7960 #           'CHAIN' and
7961 #           'NF_VPPIP4' and
7962 #           '64B' and
7963 #           '4T2C' and
7964 #           'MRR'"
7965 #  parameters:
7966 #  - "result"
7967 #  - "name"
7968 #  - "tags"
7969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7970 #  x-axis: "X = CNFs per Service Chain"
7971 #  y-axis: "Y = Number of Service Chains"
7972 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7973 #  layout:
7974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7975 #    layout: "plot-service-density"
7976 #
7977 #- type: "plot"
7978 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
7979 #  algorithm: "plot_nf_heatmap"
7980 #  output-file-type: ".html"
7981 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-mrr"
7982 #  data: "plot-vpp-nfv-2n-skx-mrr"
7983 #  filter: "'NIC_Intel-XXV710' and
7984 #           'NF_DENSITY' and
7985 #           'DOCKER' and
7986 #           'CHAIN' and
7987 #           'NF_VPPIP4' and
7988 #           '64B' and
7989 #           '8T4C' and
7990 #           'MRR'"
7991 #  parameters:
7992 #  - "result"
7993 #  - "name"
7994 #  - "tags"
7995 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
7996 #  x-axis: "X = CNFs per Service Chain"
7997 #  y-axis: "Y = Number of Service Chains"
7998 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
7999 #  layout:
8000 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8001 #    layout: "plot-service-density"
8002 #
8003 ## Plots - NF Density - CSC - MRR IMIX
8004 #- type: "plot"
8005 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8006 #  algorithm: "plot_nf_heatmap"
8007 #  output-file-type: ".html"
8008 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-mrr"
8009 #  data: "plot-vpp-nfv-2n-skx-mrr"
8010 #  filter: "'NIC_Intel-XXV710' and
8011 #           'NF_DENSITY' and
8012 #           'DOCKER' and
8013 #           'CHAIN' and
8014 #           'NF_VPPIP4' and
8015 #           'IMIX' and
8016 #           '2T1C' and
8017 #           'MRR'"
8018 #  parameters:
8019 #  - "result"
8020 #  - "name"
8021 #  - "tags"
8022 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8023 #  x-axis: "X = CNFs per Service Chain"
8024 #  y-axis: "Y = Number of Service Chains"
8025 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8026 #  layout:
8027 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8028 #    layout: "plot-service-density"
8029 #
8030 #- type: "plot"
8031 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8032 #  algorithm: "plot_nf_heatmap"
8033 #  output-file-type: ".html"
8034 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-mrr"
8035 #  data: "plot-vpp-nfv-2n-skx-mrr"
8036 #  filter: "'NIC_Intel-XXV710' and
8037 #           'NF_DENSITY' and
8038 #           'DOCKER' and
8039 #           'CHAIN' and
8040 #           'NF_VPPIP4' and
8041 #           'IMIX' and
8042 #           '4T2C' and
8043 #           'MRR'"
8044 #  parameters:
8045 #  - "result"
8046 #  - "name"
8047 #  - "tags"
8048 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8049 #  x-axis: "X = CNFs per Service Chain"
8050 #  y-axis: "Y = Number of Service Chains"
8051 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8052 #  layout:
8053 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8054 #    layout: "plot-service-density"
8055 #
8056 #- type: "plot"
8057 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8058 #  algorithm: "plot_nf_heatmap"
8059 #  output-file-type: ".html"
8060 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-mrr"
8061 #  data: "plot-vpp-nfv-2n-skx-mrr"
8062 #  filter: "'NIC_Intel-XXV710' and
8063 #           'NF_DENSITY' and
8064 #           'DOCKER' and
8065 #           'CHAIN' and
8066 #           'NF_VPPIP4' and
8067 #           'IMIX' and
8068 #           '8T4C' and
8069 #           'MRR'"
8070 #  parameters:
8071 #  - "result"
8072 #  - "name"
8073 #  - "tags"
8074 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8075 #  x-axis: "X = CNFs per Service Chain"
8076 #  y-axis: "Y = Number of Service Chains"
8077 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8078 #  layout:
8079 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
8080 #    layout: "plot-service-density"
8081 #
8082 ## Plots - NF Density - CSC - NDR 64b
8083 #- type: "plot"
8084 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8085 #  algorithm: "plot_nf_heatmap"
8086 #  output-file-type: ".html"
8087 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-ndr"
8088 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8089 #  filter: "'NIC_Intel-XXV710' and
8090 #           'NF_DENSITY' and
8091 #           'DOCKER' and
8092 #           'CHAIN' and
8093 #           'NF_VPPIP4' and
8094 #           '64B' and
8095 #           '2T1C' and
8096 #           'NDRPDR'"
8097 #  parameters:
8098 #  - "throughput"
8099 #  - "name"
8100 #  - "tags"
8101 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8102 #  x-axis: "X = CNFs per Service Chain"
8103 #  y-axis: "Y = Number of Service Chains"
8104 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8105 #  layout:
8106 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8107 #    layout: "plot-service-density"
8108 #
8109 #- type: "plot"
8110 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8111 #  algorithm: "plot_nf_heatmap"
8112 #  output-file-type: ".html"
8113 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-ndr"
8114 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8115 #  filter: "'NIC_Intel-XXV710' and
8116 #           'NF_DENSITY' and
8117 #           'DOCKER' and
8118 #           'CHAIN' and
8119 #           'NF_VPPIP4' and
8120 #           '64B' and
8121 #           '4T2C' and
8122 #           'NDRPDR'"
8123 #  parameters:
8124 #  - "throughput"
8125 #  - "name"
8126 #  - "tags"
8127 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8128 #  x-axis: "X = CNFs per Service Chain"
8129 #  y-axis: "Y = Number of Service Chains"
8130 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8131 #  layout:
8132 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8133 #    layout: "plot-service-density"
8134 #
8135 #- type: "plot"
8136 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8137 #  algorithm: "plot_nf_heatmap"
8138 #  output-file-type: ".html"
8139 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-ndr"
8140 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8141 #  filter: "'NIC_Intel-XXV710' and
8142 #           'NF_DENSITY' and
8143 #           'DOCKER' and
8144 #           'CHAIN' and
8145 #           'NF_VPPIP4' and
8146 #           '64B' and
8147 #           '8T4C' and
8148 #           'NDRPDR'"
8149 #  parameters:
8150 #  - "throughput"
8151 #  - "name"
8152 #  - "tags"
8153 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8154 #  x-axis: "X = CNFs per Service Chain"
8155 #  y-axis: "Y = Number of Service Chains"
8156 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
8157 #  layout:
8158 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8159 #    layout: "plot-service-density"
8160 #
8161 ## Plots - NF Density - CSC - NDR IMIX
8162 #- type: "plot"
8163 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8164 #  algorithm: "plot_nf_heatmap"
8165 #  output-file-type: ".html"
8166 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-ndr"
8167 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8168 #  filter: "'NIC_Intel-XXV710' and
8169 #           'NF_DENSITY' and
8170 #           'DOCKER' and
8171 #           'CHAIN' and
8172 #           'NF_VPPIP4' and
8173 #           'IMIX' and
8174 #           '2T1C' and
8175 #           'NDRPDR'"
8176 #  parameters:
8177 #  - "throughput"
8178 #  - "name"
8179 #  - "tags"
8180 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8181 #  x-axis: "X = CNFs per Service Chain"
8182 #  y-axis: "Y = Number of Service Chains"
8183 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8184 #  layout:
8185 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8186 #    layout: "plot-service-density"
8187 #
8188 #- type: "plot"
8189 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8190 #  algorithm: "plot_nf_heatmap"
8191 #  output-file-type: ".html"
8192 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-ndr"
8193 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8194 #  filter: "'NIC_Intel-XXV710' and
8195 #           'NF_DENSITY' and
8196 #           'DOCKER' and
8197 #           'CHAIN' and
8198 #           'NF_VPPIP4' and
8199 #           'IMIX' and
8200 #           '4T2C' and
8201 #           'NDRPDR'"
8202 #  parameters:
8203 #  - "throughput"
8204 #  - "name"
8205 #  - "tags"
8206 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8207 #  x-axis: "X = CNFs per Service Chain"
8208 #  y-axis: "Y = Number of Service Chains"
8209 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8210 #  layout:
8211 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8212 #    layout: "plot-service-density"
8213 #
8214 #- type: "plot"
8215 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8216 #  algorithm: "plot_nf_heatmap"
8217 #  output-file-type: ".html"
8218 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-ndr"
8219 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8220 #  filter: "'NIC_Intel-XXV710' and
8221 #           'NF_DENSITY' and
8222 #           'DOCKER' and
8223 #           'CHAIN' and
8224 #           'NF_VPPIP4' and
8225 #           'IMIX' and
8226 #           '8T4C' and
8227 #           'NDRPDR'"
8228 #  parameters:
8229 #  - "throughput"
8230 #  - "name"
8231 #  - "tags"
8232 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8233 #  x-axis: "X = CNFs per Service Chain"
8234 #  y-axis: "Y = Number of Service Chains"
8235 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8236 #  layout:
8237 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
8238 #    layout: "plot-service-density"
8239 #
8240 ## Plots - NF Density - CSC - PDR 64b
8241 #- type: "plot"
8242 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8243 #  algorithm: "plot_nf_heatmap"
8244 #  output-file-type: ".html"
8245 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csc-pdr"
8246 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8247 #  filter: "'NIC_Intel-XXV710' and
8248 #           'NF_DENSITY' and
8249 #           'DOCKER' and
8250 #           'CHAIN' and
8251 #           'NF_VPPIP4' and
8252 #           '64B' and
8253 #           '2T1C' and
8254 #           'NDRPDR'"
8255 #  parameters:
8256 #  - "throughput"
8257 #  - "name"
8258 #  - "tags"
8259 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8260 #  x-axis: "X = CNFs per Service Chain"
8261 #  y-axis: "Y = Number of Service Chains"
8262 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8263 #  layout:
8264 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8265 #    layout: "plot-service-density"
8266 #
8267 #- type: "plot"
8268 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8269 #  algorithm: "plot_nf_heatmap"
8270 #  output-file-type: ".html"
8271 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csc-pdr"
8272 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8273 #  filter: "'NIC_Intel-XXV710' and
8274 #           'NF_DENSITY' and
8275 #           'DOCKER' and
8276 #           'CHAIN' and
8277 #           'NF_VPPIP4' and
8278 #           '64B' and
8279 #           '4T2C' and
8280 #           'NDRPDR'"
8281 #  parameters:
8282 #  - "throughput"
8283 #  - "name"
8284 #  - "tags"
8285 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8286 #  x-axis: "X = CNFs per Service Chain"
8287 #  y-axis: "Y = Number of Service Chains"
8288 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8289 #  layout:
8290 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8291 #    layout: "plot-service-density"
8292 #
8293 #- type: "plot"
8294 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8295 #  algorithm: "plot_nf_heatmap"
8296 #  output-file-type: ".html"
8297 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csc-pdr"
8298 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8299 #  filter: "'NIC_Intel-XXV710' and
8300 #           'NF_DENSITY' and
8301 #           'DOCKER' and
8302 #           'CHAIN' and
8303 #           'NF_VPPIP4' and
8304 #           '64B' and
8305 #           '8T4C' and
8306 #           'NDRPDR'"
8307 #  parameters:
8308 #  - "throughput"
8309 #  - "name"
8310 #  - "tags"
8311 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8312 #  x-axis: "X = CNFs per Service Chain"
8313 #  y-axis: "Y = Number of Service Chains"
8314 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
8315 #  layout:
8316 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8317 #    layout: "plot-service-density"
8318 #
8319 ## Plots - NF Density - CSC - PDR IMIX
8320 #- type: "plot"
8321 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8322 #  algorithm: "plot_nf_heatmap"
8323 #  output-file-type: ".html"
8324 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csc-pdr"
8325 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8326 #  filter: "'NIC_Intel-XXV710' and
8327 #           'NF_DENSITY' and
8328 #           'DOCKER' and
8329 #           'CHAIN' and
8330 #           'NF_VPPIP4' and
8331 #           'IMIX' and
8332 #           '2T1C' and
8333 #           'NDRPDR'"
8334 #  parameters:
8335 #  - "throughput"
8336 #  - "name"
8337 #  - "tags"
8338 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8339 #  x-axis: "X = CNFs per Service Chain"
8340 #  y-axis: "Y = Number of Service Chains"
8341 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8342 #  layout:
8343 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8344 #    layout: "plot-service-density"
8345 #
8346 #- type: "plot"
8347 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8348 #  algorithm: "plot_nf_heatmap"
8349 #  output-file-type: ".html"
8350 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csc-pdr"
8351 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8352 #  filter: "'NIC_Intel-XXV710' and
8353 #           'NF_DENSITY' and
8354 #           'DOCKER' and
8355 #           'CHAIN' and
8356 #           'NF_VPPIP4' and
8357 #           'IMIX' and
8358 #           '4T2C' and
8359 #           'NDRPDR'"
8360 #  parameters:
8361 #  - "throughput"
8362 #  - "name"
8363 #  - "tags"
8364 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8365 #  x-axis: "X = CNFs per Service Chain"
8366 #  y-axis: "Y = Number of Service Chains"
8367 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8368 #  layout:
8369 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8370 #    layout: "plot-service-density"
8371 #
8372 #- type: "plot"
8373 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8374 #  algorithm: "plot_nf_heatmap"
8375 #  output-file-type: ".html"
8376 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csc-pdr"
8377 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
8378 #  filter: "'NIC_Intel-XXV710' and
8379 #           'NF_DENSITY' and
8380 #           'DOCKER' and
8381 #           'CHAIN' and
8382 #           'NF_VPPIP4' and
8383 #           'IMIX' and
8384 #           '8T4C' and
8385 #           'NDRPDR'"
8386 #  parameters:
8387 #  - "throughput"
8388 #  - "name"
8389 #  - "tags"
8390 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8391 #  x-axis: "X = CNFs per Service Chain"
8392 #  y-axis: "Y = Number of Service Chains"
8393 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8394 #  layout:
8395 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
8396 #    layout: "plot-service-density"
8397 #
8398 ################################################################################
8399 #
8400 ## Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8401 #- type: "plot"
8402 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8403 #  algorithm: "plot_nf_heatmap"
8404 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-mrr"
8405 #  data: "plot-vpp-nfv-3n-skx-mrr"
8406 #  filter: "'NIC_Intel-XXV710' and
8407 #           'NF_DENSITY' and
8408 #           'DOCKER' and
8409 #           'CHAIN' and
8410 #           'NF_VPPIP4' and
8411 #           'IPSEC' and
8412 #           'TNL_4' and
8413 #           'IMIX' and
8414 #           '2T1C' and
8415 #           'MRR'"
8416 #  parameters:
8417 #  - "result"
8418 #  - "name"
8419 #  - "tags"
8420 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8421 #  x-axis: "X = CNFs per Service Chain"
8422 #  y-axis: "Y = Number of Service Chains"
8423 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8424 #  layout:
8425 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8426 #    layout: "plot-service-density"
8427 #
8428 #- type: "plot"
8429 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8430 #  algorithm: "plot_nf_heatmap"
8431 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-mrr"
8432 #  data: "plot-vpp-nfv-3n-skx-mrr"
8433 #  filter: "'NIC_Intel-XXV710' and
8434 #           'NF_DENSITY' and
8435 #           'DOCKER' and
8436 #           'CHAIN' and
8437 #           'NF_VPPIP4' and
8438 #           'IPSEC' and
8439 #           'TNL_4' and
8440 #           'IMIX' and
8441 #           '4T2C' and
8442 #           'MRR'"
8443 #  parameters:
8444 #  - "result"
8445 #  - "name"
8446 #  - "tags"
8447 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8448 #  x-axis: "X = CNFs per Service Chain"
8449 #  y-axis: "Y = Number of Service Chains"
8450 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8451 #  layout:
8452 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8453 #    layout: "plot-service-density"
8454 #
8455 #- type: "plot"
8456 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8457 #  algorithm: "plot_nf_heatmap"
8458 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-mrr"
8459 #  data: "plot-vpp-nfv-3n-skx-mrr"
8460 #  filter: "'NIC_Intel-XXV710' and
8461 #           'NF_DENSITY' and
8462 #           'DOCKER' and
8463 #           'CHAIN' and
8464 #           'NF_VPPIP4' and
8465 #           'IPSEC' and
8466 #           'TNL_4' and
8467 #           'IMIX' and
8468 #           '8T4C' and
8469 #           'MRR'"
8470 #  parameters:
8471 #  - "result"
8472 #  - "name"
8473 #  - "tags"
8474 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8475 #  x-axis: "X = CNFs per Service Chain"
8476 #  y-axis: "Y = Number of Service Chains"
8477 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8478 #  layout:
8479 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8480 #    layout: "plot-service-density"
8481
8482 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8483 - type: "plot"
8484   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8485   algorithm: "plot_nf_heatmap"
8486   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-ndr"
8487   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8488   filter: "'NIC_Intel-XXV710' and
8489            'NF_DENSITY' and
8490            'DOCKER' and
8491            'CHAIN' and
8492            'NF_VPPIP4' and
8493            'IPSEC' and
8494            'TNL_4' and
8495            'IMIX' and
8496            '2T1C' and
8497            'NDRPDR'"
8498   parameters:
8499   - "throughput"
8500   - "name"
8501   - "tags"
8502   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8503   x-axis: "X = CNFs per Service Chain"
8504   y-axis: "Y = Number of Service Chains"
8505   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8506   layout:
8507     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8508     layout: "plot-service-density"
8509
8510 - type: "plot"
8511   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8512   algorithm: "plot_nf_heatmap"
8513   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-ndr"
8514   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8515   filter: "'NIC_Intel-XXV710' and
8516            'NF_DENSITY' and
8517            'DOCKER' and
8518            'CHAIN' and
8519            'NF_VPPIP4' and
8520            'IPSEC' and
8521            'TNL_4' and
8522            'IMIX' and
8523            '4T2C' and
8524            'NDRPDR'"
8525   parameters:
8526   - "throughput"
8527   - "name"
8528   - "tags"
8529   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8530   x-axis: "X = CNFs per Service Chain"
8531   y-axis: "Y = Number of Service Chains"
8532   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8533   layout:
8534     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8535     layout: "plot-service-density"
8536
8537 - type: "plot"
8538   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8539   algorithm: "plot_nf_heatmap"
8540   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-ndr"
8541   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8542   filter: "'NIC_Intel-XXV710' and
8543            'NF_DENSITY' and
8544            'DOCKER' and
8545            'CHAIN' and
8546            'NF_VPPIP4' and
8547            'IPSEC' and
8548            'TNL_4' and
8549            'IMIX' and
8550            '8T4C' and
8551            'NDRPDR'"
8552   parameters:
8553   - "throughput"
8554   - "name"
8555   - "tags"
8556   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8557   x-axis: "X = CNFs per Service Chain"
8558   y-axis: "Y = Number of Service Chains"
8559   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8560   layout:
8561     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8562     layout: "plot-service-density"
8563
8564 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8565 - type: "plot"
8566   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8567   algorithm: "plot_nf_heatmap"
8568   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-4tnl-csc-pdr"
8569   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8570   filter: "'NIC_Intel-XXV710' and
8571            'NF_DENSITY' and
8572            'DOCKER' and
8573            'CHAIN' and
8574            'NF_VPPIP4' and
8575            'IPSEC' and
8576            'TNL_4' and
8577            'IMIX' and
8578            '2T1C' and
8579            'NDRPDR'"
8580   parameters:
8581   - "throughput"
8582   - "name"
8583   - "tags"
8584   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8585   x-axis: "X = CNFs per Service Chain"
8586   y-axis: "Y = Number of Service Chains"
8587   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8588   layout:
8589     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8590     layout: "plot-service-density"
8591
8592 - type: "plot"
8593   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8594   algorithm: "plot_nf_heatmap"
8595   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-4tnl-csc-pdr"
8596   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8597   filter: "'NIC_Intel-XXV710' and
8598            'NF_DENSITY' and
8599            'DOCKER' and
8600            'CHAIN' and
8601            'NF_VPPIP4' and
8602            'IPSEC' and
8603            'TNL_4' and
8604            'IMIX' and
8605            '4T2C' and
8606            'NDRPDR'"
8607   parameters:
8608   - "throughput"
8609   - "name"
8610   - "tags"
8611   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8612   x-axis: "X = CNFs per Service Chain"
8613   y-axis: "Y = Number of Service Chains"
8614   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8615   layout:
8616     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8617     layout: "plot-service-density"
8618
8619 - type: "plot"
8620   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8621   algorithm: "plot_nf_heatmap"
8622   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-4tnl-csc-pdr"
8623   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8624   filter: "'NIC_Intel-XXV710' and
8625            'NF_DENSITY' and
8626            'DOCKER' and
8627            'CHAIN' and
8628            'NF_VPPIP4' and
8629            'IPSEC' and
8630            'TNL_4' and
8631            'IMIX' and
8632            '8T4C' and
8633            'NDRPDR'"
8634   parameters:
8635   - "throughput"
8636   - "name"
8637   - "tags"
8638   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8639   x-axis: "X = CNFs per Service Chain"
8640   y-axis: "Y = Number of Service Chains"
8641   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8642   layout:
8643     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8644     layout: "plot-service-density"
8645
8646 ###############################################################################
8647
8648 # Plots - NF Density - CSC IPSEC 4tnl - MRR IMIX
8649 - type: "plot"
8650   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8651   algorithm: "plot_nf_heatmap"
8652   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-mrr"
8653   data: "plot-vpp-nfv-3n-hsw-mrr"
8654   filter: "'NIC_Intel-XL710' and
8655            'NF_DENSITY' and
8656            'DOCKER' and
8657            'CHAIN' and
8658            'NF_VPPIP4' and
8659            'IMIX' and
8660            'TNL_4' and
8661            '1T1C' and
8662            'MRR'"
8663   parameters:
8664   - "result"
8665   - "name"
8666   - "tags"
8667   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8668   x-axis: "X = CNFs per Service Chain"
8669   y-axis: "Y = Number of Service Chains"
8670   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8671   layout:
8672     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8673     layout: "plot-service-density"
8674
8675 - type: "plot"
8676   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8677   algorithm: "plot_nf_heatmap"
8678   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-mrr"
8679   data: "plot-vpp-nfv-3n-hsw-mrr"
8680   filter: "'NIC_Intel-XL710' and
8681            'NF_DENSITY' and
8682            'DOCKER' and
8683            'CHAIN' and
8684            'NF_VPPIP4' and
8685            'IPSEC' and
8686            'TNL_4' and
8687            'IMIX' and
8688            '2T2C' and
8689            'MRR'"
8690   parameters:
8691   - "result"
8692   - "name"
8693   - "tags"
8694   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8695   x-axis: "X = CNFs per Service Chain"
8696   y-axis: "Y = Number of Service Chains"
8697   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8698   layout:
8699     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8700     layout: "plot-service-density"
8701
8702 - type: "plot"
8703   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8704   algorithm: "plot_nf_heatmap"
8705   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-mrr"
8706   data: "plot-vpp-nfv-3n-hsw-mrr"
8707   filter: "'NIC_Intel-XL710' and
8708            'NF_DENSITY' and
8709            'DOCKER' and
8710            'CHAIN' and
8711            'NF_VPPIP4' and
8712            'IPSEC' and
8713            'TNL_4' and
8714            'IMIX' and
8715            '4T4C' and
8716            'MRR'"
8717   parameters:
8718   - "result"
8719   - "name"
8720   - "tags"
8721   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8722   x-axis: "X = CNFs per Service Chain"
8723   y-axis: "Y = Number of Service Chains"
8724   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8725   layout:
8726     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-mrr"
8727     layout: "plot-service-density"
8728
8729 # Plots - NF Density - CSC IPSEC 4tnl - NDR IMIX
8730 - type: "plot"
8731   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8732   algorithm: "plot_nf_heatmap"
8733   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-ndr"
8734   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8735   filter: "'NIC_Intel-XL710' and
8736            'NF_DENSITY' and
8737            'DOCKER' and
8738            'CHAIN' and
8739            'NF_VPPIP4' and
8740            'IPSEC' and
8741            'TNL_4' and
8742            'IMIX' and
8743            '1T1C' and
8744            'NDRPDR'"
8745   parameters:
8746   - "throughput"
8747   - "name"
8748   - "tags"
8749   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8750   x-axis: "X = CNFs per Service Chain"
8751   y-axis: "Y = Number of Service Chains"
8752   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8753   layout:
8754     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8755     layout: "plot-service-density"
8756
8757 - type: "plot"
8758   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8759   algorithm: "plot_nf_heatmap"
8760   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-ndr"
8761   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8762   filter: "'NIC_Intel-XL710' and
8763            'NF_DENSITY' and
8764            'DOCKER' and
8765            'CHAIN' and
8766            'NF_VPPIP4' and
8767            'IPSEC' and
8768            'TNL_4' and
8769            'IMIX' and
8770            '2T2C' and
8771            'NDRPDR'"
8772   parameters:
8773   - "throughput"
8774   - "name"
8775   - "tags"
8776   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8777   x-axis: "X = CNFs per Service Chain"
8778   y-axis: "Y = Number of Service Chains"
8779   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8780   layout:
8781     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8782     layout: "plot-service-density"
8783
8784 - type: "plot"
8785   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8786   algorithm: "plot_nf_heatmap"
8787   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-ndr"
8788   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8789   filter: "'NIC_Intel-XL710' and
8790            'NF_DENSITY' and
8791            'DOCKER' and
8792            'CHAIN' and
8793            'NF_VPPIP4' and
8794            'IPSEC' and
8795            'TNL_4' and
8796            'IMIX' and
8797            '4T4C' and
8798            'NDRPDR'"
8799   parameters:
8800   - "throughput"
8801   - "name"
8802   - "tags"
8803   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8804   x-axis: "X = CNFs per Service Chain"
8805   y-axis: "Y = Number of Service Chains"
8806   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
8807   layout:
8808     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-ndr"
8809     layout: "plot-service-density"
8810
8811 # Plots - NF Density - CSC IPSEC 4tnl - PDR IMIX
8812 - type: "plot"
8813   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8814   algorithm: "plot_nf_heatmap"
8815   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-4tnl-csc-pdr"
8816   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8817   filter: "'NIC_Intel-XL710' and
8818            'NF_DENSITY' and
8819            'DOCKER' and
8820            'CHAIN' and
8821            'NF_VPPIP4' and
8822            'IPSEC' and
8823            'TNL_4' and
8824            'IMIX' and
8825            '1T1C' and
8826            'NDRPDR'"
8827   parameters:
8828   - "throughput"
8829   - "name"
8830   - "tags"
8831   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8832   x-axis: "X = CNFs per Service Chain"
8833   y-axis: "Y = Number of Service Chains"
8834   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8835   layout:
8836     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8837     layout: "plot-service-density"
8838
8839 - type: "plot"
8840   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8841   algorithm: "plot_nf_heatmap"
8842   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-4tnl-csc-pdr"
8843   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8844   filter: "'NIC_Intel-XL710' and
8845            'NF_DENSITY' and
8846            'DOCKER' and
8847            'CHAIN' and
8848            'NF_VPPIP4' and
8849            'IPSEC' and
8850            'TNL_4' and
8851            'IMIX' and
8852            '2T2C' and
8853            'NDRPDR'"
8854   parameters:
8855   - "throughput"
8856   - "name"
8857   - "tags"
8858   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8859   x-axis: "X = CNFs per Service Chain"
8860   y-axis: "Y = Number of Service Chains"
8861   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8862   layout:
8863     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8864     layout: "plot-service-density"
8865
8866 - type: "plot"
8867   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8868   algorithm: "plot_nf_heatmap"
8869   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-4tnl-csc-pdr"
8870   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
8871   filter: "'NIC_Intel-XL710' and
8872            'NF_DENSITY' and
8873            'DOCKER' and
8874            'CHAIN' and
8875            'NF_VPPIP4' and
8876            'IPSEC' and
8877            'TNL_4' and
8878            'IMIX' and
8879            '4T4C' and
8880            'NDRPDR'"
8881   parameters:
8882   - "throughput"
8883   - "name"
8884   - "tags"
8885   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
8886   x-axis: "X = CNFs per Service Chain"
8887   y-axis: "Y = Number of Service Chains"
8888   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
8889   layout:
8890     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-4tnl-vppip4-pdr"
8891     layout: "plot-service-density"
8892
8893 ###############################################################################
8894
8895 ## Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
8896 #- type: "plot"
8897 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8898 #  algorithm: "plot_nf_heatmap"
8899 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-mrr"
8900 #  data: "plot-vpp-nfv-3n-skx-mrr"
8901 #  filter: "'NIC_Intel-XXV710' and
8902 #           'NF_DENSITY' and
8903 #           'DOCKER' and
8904 #           'CHAIN' and
8905 #           'NF_VPPIP4' and
8906 #           'IPSEC' and
8907 #           'TNL_1000' and
8908 #           'IMIX' and
8909 #           '2T1C' and
8910 #           'MRR'"
8911 #  parameters:
8912 #  - "result"
8913 #  - "name"
8914 #  - "tags"
8915 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8916 #  x-axis: "X = CNFs per Service Chain"
8917 #  y-axis: "Y = Number of Service Chains"
8918 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8919 #  layout:
8920 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8921 #    layout: "plot-service-density"
8922 #
8923 #- type: "plot"
8924 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8925 #  algorithm: "plot_nf_heatmap"
8926 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-mrr"
8927 #  data: "plot-vpp-nfv-3n-skx-mrr"
8928 #  filter: "'NIC_Intel-XXV710' and
8929 #           'NF_DENSITY' and
8930 #           'DOCKER' and
8931 #           'CHAIN' and
8932 #           'NF_VPPIP4' and
8933 #           'IPSEC' and
8934 #           'TNL_1000' and
8935 #           'IMIX' and
8936 #           '4T2C' and
8937 #           'MRR'"
8938 #  parameters:
8939 #  - "result"
8940 #  - "name"
8941 #  - "tags"
8942 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8943 #  x-axis: "X = CNFs per Service Chain"
8944 #  y-axis: "Y = Number of Service Chains"
8945 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8946 #  layout:
8947 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8948 #    layout: "plot-service-density"
8949 #
8950 #- type: "plot"
8951 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8952 #  algorithm: "plot_nf_heatmap"
8953 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-mrr"
8954 #  data: "plot-vpp-nfv-3n-skx-mrr"
8955 #  filter: "'NIC_Intel-XXV710' and
8956 #           'NF_DENSITY' and
8957 #           'DOCKER' and
8958 #           'CHAIN' and
8959 #           'NF_VPPIP4' and
8960 #           'IPSEC' and
8961 #           'TNL_1000' and
8962 #           'IMIX' and
8963 #           '8T4C' and
8964 #           'MRR'"
8965 #  parameters:
8966 #  - "result"
8967 #  - "name"
8968 #  - "tags"
8969 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
8970 #  x-axis: "X = CNFs per Service Chain"
8971 #  y-axis: "Y = Number of Service Chains"
8972 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
8973 #  layout:
8974 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
8975 #    layout: "plot-service-density"
8976
8977 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
8978 - type: "plot"
8979   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
8980   algorithm: "plot_nf_heatmap"
8981   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-ndr"
8982   data: "plot-vpp-nfv-3n-skx-ndrpdr"
8983   filter: "'NIC_Intel-XXV710' and
8984            'NF_DENSITY' and
8985            'DOCKER' and
8986            'CHAIN' and
8987            'NF_VPPIP4' and
8988            'IPSEC' and
8989            'TNL_1000' and
8990            'IMIX' and
8991            '2T1C' and
8992            'NDRPDR'"
8993   parameters:
8994   - "throughput"
8995   - "name"
8996   - "tags"
8997   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
8998   x-axis: "X = CNFs per Service Chain"
8999   y-axis: "Y = Number of Service Chains"
9000   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9001   layout:
9002     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9003     layout: "plot-service-density"
9004
9005 - type: "plot"
9006   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9007   algorithm: "plot_nf_heatmap"
9008   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-ndr"
9009   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9010   filter: "'NIC_Intel-XXV710' and
9011            'NF_DENSITY' and
9012            'DOCKER' and
9013            'CHAIN' and
9014            'NF_VPPIP4' and
9015            'IPSEC' and
9016            'TNL_1000' and
9017            'IMIX' and
9018            '4T2C' and
9019            'NDRPDR'"
9020   parameters:
9021   - "throughput"
9022   - "name"
9023   - "tags"
9024   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9025   x-axis: "X = CNFs per Service Chain"
9026   y-axis: "Y = Number of Service Chains"
9027   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9028   layout:
9029     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9030     layout: "plot-service-density"
9031
9032 - type: "plot"
9033   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9034   algorithm: "plot_nf_heatmap"
9035   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-ndr"
9036   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9037   filter: "'NIC_Intel-XXV710' and
9038            'NF_DENSITY' and
9039            'DOCKER' and
9040            'CHAIN' and
9041            'NF_VPPIP4' and
9042            'IPSEC' and
9043            'TNL_1000' and
9044            'IMIX' and
9045            '8T4C' and
9046            'NDRPDR'"
9047   parameters:
9048   - "throughput"
9049   - "name"
9050   - "tags"
9051   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9052   x-axis: "X = CNFs per Service Chain"
9053   y-axis: "Y = Number of Service Chains"
9054   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9055   layout:
9056     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9057     layout: "plot-service-density"
9058
9059 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9060 - type: "plot"
9061   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9062   algorithm: "plot_nf_heatmap"
9063   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-1000tnl-csc-pdr"
9064   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9065   filter: "'NIC_Intel-XXV710' and
9066            'NF_DENSITY' and
9067            'DOCKER' and
9068            'CHAIN' and
9069            'NF_VPPIP4' and
9070            'IPSEC' and
9071            'TNL_1000' and
9072            'IMIX' and
9073            '2T1C' and
9074            'NDRPDR'"
9075   parameters:
9076   - "throughput"
9077   - "name"
9078   - "tags"
9079   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9080   x-axis: "X = CNFs per Service Chain"
9081   y-axis: "Y = Number of Service Chains"
9082   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9083   layout:
9084     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9085     layout: "plot-service-density"
9086
9087 - type: "plot"
9088   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9089   algorithm: "plot_nf_heatmap"
9090   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-1000tnl-csc-pdr"
9091   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9092   filter: "'NIC_Intel-XXV710' and
9093            'NF_DENSITY' and
9094            'DOCKER' and
9095            'CHAIN' and
9096            'NF_VPPIP4' and
9097            'IPSEC' and
9098            'TNL_1000' and
9099            'IMIX' and
9100            '4T2C' and
9101            'NDRPDR'"
9102   parameters:
9103   - "throughput"
9104   - "name"
9105   - "tags"
9106   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9107   x-axis: "X = CNFs per Service Chain"
9108   y-axis: "Y = Number of Service Chains"
9109   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9110   layout:
9111     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9112     layout: "plot-service-density"
9113
9114 - type: "plot"
9115   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9116   algorithm: "plot_nf_heatmap"
9117   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-1000tnl-csc-pdr"
9118   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9119   filter: "'NIC_Intel-XXV710' and
9120            'NF_DENSITY' and
9121            'DOCKER' and
9122            'CHAIN' and
9123            'NF_VPPIP4' and
9124            'IPSEC' and
9125            'TNL_1000' and
9126            'IMIX' and
9127            '8T4C' and
9128            'NDRPDR'"
9129   parameters:
9130   - "throughput"
9131   - "name"
9132   - "tags"
9133   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9134   x-axis: "X = CNFs per Service Chain"
9135   y-axis: "Y = Number of Service Chains"
9136   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9137   layout:
9138     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9139     layout: "plot-service-density"
9140
9141 ###############################################################################
9142
9143 # Plots - NF Density - CSC IPSEC 1000tnl - MRR IMIX
9144 - type: "plot"
9145   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9146   algorithm: "plot_nf_heatmap"
9147   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-mrr"
9148   data: "plot-vpp-nfv-3n-hsw-mrr"
9149   filter: "'NIC_Intel-XL710' and
9150            'NF_DENSITY' and
9151            'DOCKER' and
9152            'CHAIN' and
9153            'NF_VPPIP4' and
9154            'IMIX' and
9155            'TNL_1000' and
9156            '1T1C' and
9157            'MRR'"
9158   parameters:
9159   - "result"
9160   - "name"
9161   - "tags"
9162   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9163   x-axis: "X = CNFs per Service Chain"
9164   y-axis: "Y = Number of Service Chains"
9165   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9166   layout:
9167     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9168     layout: "plot-service-density"
9169
9170 - type: "plot"
9171   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9172   algorithm: "plot_nf_heatmap"
9173   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-mrr"
9174   data: "plot-vpp-nfv-3n-hsw-mrr"
9175   filter: "'NIC_Intel-XL710' and
9176            'NF_DENSITY' and
9177            'DOCKER' and
9178            'CHAIN' and
9179            'NF_VPPIP4' and
9180            'IPSEC' and
9181            'TNL_1000' and
9182            'IMIX' and
9183            '2T2C' and
9184            'MRR'"
9185   parameters:
9186   - "result"
9187   - "name"
9188   - "tags"
9189   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9190   x-axis: "X = CNFs per Service Chain"
9191   y-axis: "Y = Number of Service Chains"
9192   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9193   layout:
9194     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9195     layout: "plot-service-density"
9196
9197 - type: "plot"
9198   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9199   algorithm: "plot_nf_heatmap"
9200   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-mrr"
9201   data: "plot-vpp-nfv-3n-hsw-mrr"
9202   filter: "'NIC_Intel-XL710' and
9203            'NF_DENSITY' and
9204            'DOCKER' and
9205            'CHAIN' and
9206            'NF_VPPIP4' and
9207            'IPSEC' and
9208            'TNL_1000' and
9209            'IMIX' and
9210            '4T4C' and
9211            'MRR'"
9212   parameters:
9213   - "result"
9214   - "name"
9215   - "tags"
9216   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9217   x-axis: "X = CNFs per Service Chain"
9218   y-axis: "Y = Number of Service Chains"
9219   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9220   layout:
9221     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-mrr"
9222     layout: "plot-service-density"
9223
9224 # Plots - NF Density - CSC IPSEC 1000tnl - NDR IMIX
9225 - type: "plot"
9226   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9227   algorithm: "plot_nf_heatmap"
9228   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-ndr"
9229   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9230   filter: "'NIC_Intel-XL710' and
9231            'NF_DENSITY' and
9232            'DOCKER' and
9233            'CHAIN' and
9234            'NF_VPPIP4' and
9235            'IPSEC' and
9236            'TNL_1000' and
9237            'IMIX' and
9238            '1T1C' and
9239            'NDRPDR'"
9240   parameters:
9241   - "throughput"
9242   - "name"
9243   - "tags"
9244   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9245   x-axis: "X = CNFs per Service Chain"
9246   y-axis: "Y = Number of Service Chains"
9247   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9248   layout:
9249     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9250     layout: "plot-service-density"
9251
9252 - type: "plot"
9253   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9254   algorithm: "plot_nf_heatmap"
9255   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-ndr"
9256   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9257   filter: "'NIC_Intel-XL710' and
9258            'NF_DENSITY' and
9259            'DOCKER' and
9260            'CHAIN' and
9261            'NF_VPPIP4' and
9262            'IPSEC' and
9263            'TNL_1000' and
9264            'IMIX' and
9265            '2T2C' and
9266            'NDRPDR'"
9267   parameters:
9268   - "throughput"
9269   - "name"
9270   - "tags"
9271   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9272   x-axis: "X = CNFs per Service Chain"
9273   y-axis: "Y = Number of Service Chains"
9274   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9275   layout:
9276     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9277     layout: "plot-service-density"
9278
9279 - type: "plot"
9280   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9281   algorithm: "plot_nf_heatmap"
9282   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-ndr"
9283   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9284   filter: "'NIC_Intel-XL710' and
9285            'NF_DENSITY' and
9286            'DOCKER' and
9287            'CHAIN' and
9288            'NF_VPPIP4' and
9289            'IPSEC' and
9290            'TNL_1000' and
9291            'IMIX' and
9292            '4T4C' and
9293            'NDRPDR'"
9294   parameters:
9295   - "throughput"
9296   - "name"
9297   - "tags"
9298   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9299   x-axis: "X = CNFs per Service Chain"
9300   y-axis: "Y = Number of Service Chains"
9301   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9302   layout:
9303     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-ndr"
9304     layout: "plot-service-density"
9305
9306 # Plots - NF Density - CSC IPSEC 1000tnl - PDR IMIX
9307 - type: "plot"
9308   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9309   algorithm: "plot_nf_heatmap"
9310   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-1000tnl-csc-pdr"
9311   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9312   filter: "'NIC_Intel-XL710' and
9313            'NF_DENSITY' and
9314            'DOCKER' and
9315            'CHAIN' and
9316            'NF_VPPIP4' and
9317            'IPSEC' and
9318            'TNL_1000' and
9319            'IMIX' and
9320            '1T1C' and
9321            'NDRPDR'"
9322   parameters:
9323   - "throughput"
9324   - "name"
9325   - "tags"
9326   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9327   x-axis: "X = CNFs per Service Chain"
9328   y-axis: "Y = Number of Service Chains"
9329   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9330   layout:
9331     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9332     layout: "plot-service-density"
9333
9334 - type: "plot"
9335   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9336   algorithm: "plot_nf_heatmap"
9337   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-1000tnl-csc-pdr"
9338   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9339   filter: "'NIC_Intel-XL710' and
9340            'NF_DENSITY' and
9341            'DOCKER' and
9342            'CHAIN' and
9343            'NF_VPPIP4' and
9344            'IPSEC' and
9345            'TNL_1000' and
9346            'IMIX' and
9347            '2T2C' and
9348            'NDRPDR'"
9349   parameters:
9350   - "throughput"
9351   - "name"
9352   - "tags"
9353   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9354   x-axis: "X = CNFs per Service Chain"
9355   y-axis: "Y = Number of Service Chains"
9356   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9357   layout:
9358     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9359     layout: "plot-service-density"
9360
9361 - type: "plot"
9362   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9363   algorithm: "plot_nf_heatmap"
9364   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-1000tnl-csc-pdr"
9365   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9366   filter: "'NIC_Intel-XL710' and
9367            'NF_DENSITY' and
9368            'DOCKER' and
9369            'CHAIN' and
9370            'NF_VPPIP4' and
9371            'IPSEC' and
9372            'TNL_1000' and
9373            'IMIX' and
9374            '4T4C' and
9375            'NDRPDR'"
9376   parameters:
9377   - "throughput"
9378   - "name"
9379   - "tags"
9380   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9381   x-axis: "X = CNFs per Service Chain"
9382   y-axis: "Y = Number of Service Chains"
9383   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9384   layout:
9385     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-1000tnl-vppip4-pdr"
9386     layout: "plot-service-density"
9387
9388 ###############################################################################
9389
9390 ## Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9391 #- type: "plot"
9392 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9393 #  algorithm: "plot_nf_heatmap"
9394 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-mrr"
9395 #  data: "plot-vpp-nfv-3n-skx-mrr"
9396 #  filter: "'NIC_Intel-XXV710' and
9397 #           'NF_DENSITY' and
9398 #           'DOCKER' and
9399 #           'CHAIN' and
9400 #           'NF_VPPIP4' and
9401 #           'IPSEC' and
9402 #           'TNL_10000' and
9403 #           'IMIX' and
9404 #           '2T1C' and
9405 #           'MRR'"
9406 #  parameters:
9407 #  - "result"
9408 #  - "name"
9409 #  - "tags"
9410 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9411 #  x-axis: "X = CNFs per Service Chain"
9412 #  y-axis: "Y = Number of Service Chains"
9413 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9414 #  layout:
9415 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9416 #    layout: "plot-service-density"
9417 #
9418 #- type: "plot"
9419 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9420 #  algorithm: "plot_nf_heatmap"
9421 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-mrr"
9422 #  data: "plot-vpp-nfv-3n-skx-mrr"
9423 #  filter: "'NIC_Intel-XXV710' and
9424 #           'NF_DENSITY' and
9425 #           'DOCKER' and
9426 #           'CHAIN' and
9427 #           'NF_VPPIP4' and
9428 #           'IPSEC' and
9429 #           'TNL_10000' and
9430 #           'IMIX' and
9431 #           '4T2C' and
9432 #           'MRR'"
9433 #  parameters:
9434 #  - "result"
9435 #  - "name"
9436 #  - "tags"
9437 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9438 #  x-axis: "X = CNFs per Service Chain"
9439 #  y-axis: "Y = Number of Service Chains"
9440 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9441 #  layout:
9442 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9443 #    layout: "plot-service-density"
9444 #
9445 #- type: "plot"
9446 #  title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9447 #  algorithm: "plot_nf_heatmap"
9448 #  output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-mrr"
9449 #  data: "plot-vpp-nfv-3n-skx-mrr"
9450 #  filter: "'NIC_Intel-XXV710' and
9451 #           'NF_DENSITY' and
9452 #           'DOCKER' and
9453 #           'CHAIN' and
9454 #           'NF_VPPIP4' and
9455 #           'IPSEC' and
9456 #           'TNL_10000' and
9457 #           'IMIX' and
9458 #           '8T4C' and
9459 #           'MRR'"
9460 #  parameters:
9461 #  - "result"
9462 #  - "name"
9463 #  - "tags"
9464 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9465 #  x-axis: "X = CNFs per Service Chain"
9466 #  y-axis: "Y = Number of Service Chains"
9467 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9468 #  layout:
9469 #    title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9470 #    layout: "plot-service-density"
9471
9472 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9473 - type: "plot"
9474   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9475   algorithm: "plot_nf_heatmap"
9476   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-ndr"
9477   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9478   filter: "'NIC_Intel-XXV710' and
9479            'NF_DENSITY' and
9480            'DOCKER' and
9481            'CHAIN' and
9482            'NF_VPPIP4' and
9483            'IPSEC' and
9484            'TNL_10000' and
9485            'IMIX' and
9486            '2T1C' and
9487            'NDRPDR'"
9488   parameters:
9489   - "throughput"
9490   - "name"
9491   - "tags"
9492   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9493   x-axis: "X = CNFs per Service Chain"
9494   y-axis: "Y = Number of Service Chains"
9495   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9496   layout:
9497     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9498     layout: "plot-service-density"
9499
9500 - type: "plot"
9501   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9502   algorithm: "plot_nf_heatmap"
9503   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-ndr"
9504   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9505   filter: "'NIC_Intel-XXV710' and
9506            'NF_DENSITY' and
9507            'DOCKER' and
9508            'CHAIN' and
9509            'NF_VPPIP4' and
9510            'IPSEC' and
9511            'TNL_10000' and
9512            'IMIX' and
9513            '4T2C' and
9514            'NDRPDR'"
9515   parameters:
9516   - "throughput"
9517   - "name"
9518   - "tags"
9519   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9520   x-axis: "X = CNFs per Service Chain"
9521   y-axis: "Y = Number of Service Chains"
9522   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9523   layout:
9524     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9525     layout: "plot-service-density"
9526
9527 - type: "plot"
9528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9529   algorithm: "plot_nf_heatmap"
9530   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-ndr"
9531   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9532   filter: "'NIC_Intel-XXV710' and
9533            'NF_DENSITY' and
9534            'DOCKER' and
9535            'CHAIN' and
9536            'NF_VPPIP4' and
9537            'IPSEC' and
9538            'TNL_10000' and
9539            'IMIX' and
9540            '8T4C' and
9541            'NDRPDR'"
9542   parameters:
9543   - "throughput"
9544   - "name"
9545   - "tags"
9546   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9547   x-axis: "X = CNFs per Service Chain"
9548   y-axis: "Y = Number of Service Chains"
9549   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9550   layout:
9551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9552     layout: "plot-service-density"
9553
9554 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9555 - type: "plot"
9556   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9557   algorithm: "plot_nf_heatmap"
9558   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-2t1c-ipsec-10000tnl-csc-pdr"
9559   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9560   filter: "'NIC_Intel-XXV710' and
9561            'NF_DENSITY' and
9562            'DOCKER' and
9563            'CHAIN' and
9564            'NF_VPPIP4' and
9565            'IPSEC' and
9566            'TNL_10000' and
9567            'IMIX' and
9568            '2T1C' and
9569            'NDRPDR'"
9570   parameters:
9571   - "throughput"
9572   - "name"
9573   - "tags"
9574   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9575   x-axis: "X = CNFs per Service Chain"
9576   y-axis: "Y = Number of Service Chains"
9577   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9578   layout:
9579     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9580     layout: "plot-service-density"
9581
9582 - type: "plot"
9583   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9584   algorithm: "plot_nf_heatmap"
9585   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-4t2c-ipsec-10000tnl-csc-pdr"
9586   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9587   filter: "'NIC_Intel-XXV710' and
9588            'NF_DENSITY' and
9589            'DOCKER' and
9590            'CHAIN' and
9591            'NF_VPPIP4' and
9592            'IPSEC' and
9593            'TNL_10000' and
9594            'IMIX' and
9595            '4T2C' and
9596            'NDRPDR'"
9597   parameters:
9598   - "throughput"
9599   - "name"
9600   - "tags"
9601   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9602   x-axis: "X = CNFs per Service Chain"
9603   y-axis: "Y = Number of Service Chains"
9604   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9605   layout:
9606     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9607     layout: "plot-service-density"
9608
9609 - type: "plot"
9610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9611   algorithm: "plot_nf_heatmap"
9612   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-skx-xxv710-imix-8t4c-ipsec-10000tnl-csc-pdr"
9613   data: "plot-vpp-nfv-3n-skx-ndrpdr"
9614   filter: "'NIC_Intel-XXV710' and
9615            'NF_DENSITY' and
9616            'DOCKER' and
9617            'CHAIN' and
9618            'NF_VPPIP4' and
9619            'IPSEC' and
9620            'TNL_10000' and
9621            'IMIX' and
9622            '8T4C' and
9623            'NDRPDR'"
9624   parameters:
9625   - "throughput"
9626   - "name"
9627   - "tags"
9628   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9629   x-axis: "X = CNFs per Service Chain"
9630   y-axis: "Y = Number of Service Chains"
9631   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9632   layout:
9633     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9634     layout: "plot-service-density"
9635
9636 ###############################################################################
9637
9638 # Plots - NF Density - CSC IPSEC 10000tnl - MRR IMIX
9639 - type: "plot"
9640   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9641   algorithm: "plot_nf_heatmap"
9642   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-mrr"
9643   data: "plot-vpp-nfv-3n-hsw-mrr"
9644   filter: "'NIC_Intel-XL710' and
9645            'NF_DENSITY' and
9646            'DOCKER' and
9647            'CHAIN' and
9648            'NF_VPPIP4' and
9649            'IMIX' and
9650            'TNL_10000' and
9651            '1T1C' and
9652            'MRR'"
9653   parameters:
9654   - "result"
9655   - "name"
9656   - "tags"
9657   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9658   x-axis: "X = CNFs per Service Chain"
9659   y-axis: "Y = Number of Service Chains"
9660   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9661   layout:
9662     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9663     layout: "plot-service-density"
9664
9665 - type: "plot"
9666   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9667   algorithm: "plot_nf_heatmap"
9668   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-mrr"
9669   data: "plot-vpp-nfv-3n-hsw-mrr"
9670   filter: "'NIC_Intel-XL710' and
9671            'NF_DENSITY' and
9672            'DOCKER' and
9673            'CHAIN' and
9674            'NF_VPPIP4' and
9675            'IPSEC' and
9676            'TNL_10000' and
9677            'IMIX' and
9678            '2T2C' and
9679            'MRR'"
9680   parameters:
9681   - "result"
9682   - "name"
9683   - "tags"
9684   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9685   x-axis: "X = CNFs per Service Chain"
9686   y-axis: "Y = Number of Service Chains"
9687   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9688   layout:
9689     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9690     layout: "plot-service-density"
9691
9692 - type: "plot"
9693   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9694   algorithm: "plot_nf_heatmap"
9695   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-mrr"
9696   data: "plot-vpp-nfv-3n-hsw-mrr"
9697   filter: "'NIC_Intel-XL710' and
9698            'NF_DENSITY' and
9699            'DOCKER' and
9700            'CHAIN' and
9701            'NF_VPPIP4' and
9702            'IPSEC' and
9703            'TNL_10000' and
9704            'IMIX' and
9705            '4T4C' and
9706            'MRR'"
9707   parameters:
9708   - "result"
9709   - "name"
9710   - "tags"
9711   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9712   x-axis: "X = CNFs per Service Chain"
9713   y-axis: "Y = Number of Service Chains"
9714   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9715   layout:
9716     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-mrr"
9717     layout: "plot-service-density"
9718
9719 # Plots - NF Density - CSC IPSEC 10000tnl - NDR IMIX
9720 - type: "plot"
9721   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9722   algorithm: "plot_nf_heatmap"
9723   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-ndr"
9724   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9725   filter: "'NIC_Intel-XL710' and
9726            'NF_DENSITY' and
9727            'DOCKER' and
9728            'CHAIN' and
9729            'NF_VPPIP4' and
9730            'IPSEC' and
9731            'TNL_10000' and
9732            'IMIX' and
9733            '1T1C' and
9734            'NDRPDR'"
9735   parameters:
9736   - "throughput"
9737   - "name"
9738   - "tags"
9739   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9740   x-axis: "X = CNFs per Service Chain"
9741   y-axis: "Y = Number of Service Chains"
9742   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9743   layout:
9744     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9745     layout: "plot-service-density"
9746
9747 - type: "plot"
9748   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9749   algorithm: "plot_nf_heatmap"
9750   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-ndr"
9751   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9752   filter: "'NIC_Intel-XL710' and
9753            'NF_DENSITY' and
9754            'DOCKER' and
9755            'CHAIN' and
9756            'NF_VPPIP4' and
9757            'IPSEC' and
9758            'TNL_10000' and
9759            'IMIX' and
9760            '2T2C' and
9761            'NDRPDR'"
9762   parameters:
9763   - "throughput"
9764   - "name"
9765   - "tags"
9766   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9767   x-axis: "X = CNFs per Service Chain"
9768   y-axis: "Y = Number of Service Chains"
9769   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9770   layout:
9771     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9772     layout: "plot-service-density"
9773
9774 - type: "plot"
9775   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9776   algorithm: "plot_nf_heatmap"
9777   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-ndr"
9778   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9779   filter: "'NIC_Intel-XL710' and
9780            'NF_DENSITY' and
9781            'DOCKER' and
9782            'CHAIN' and
9783            'NF_VPPIP4' and
9784            'IPSEC' and
9785            'TNL_10000' and
9786            'IMIX' and
9787            '4T4C' and
9788            'NDRPDR'"
9789   parameters:
9790   - "throughput"
9791   - "name"
9792   - "tags"
9793   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
9794   x-axis: "X = CNFs per Service Chain"
9795   y-axis: "Y = Number of Service Chains"
9796   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
9797   layout:
9798     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-ndr"
9799     layout: "plot-service-density"
9800
9801 # Plots - NF Density - CSC IPSEC 10000tnl - PDR IMIX
9802 - type: "plot"
9803   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9804   algorithm: "plot_nf_heatmap"
9805   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-1t1c-ipsec-10000tnl-csc-pdr"
9806   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9807   filter: "'NIC_Intel-XL710' and
9808            'NF_DENSITY' and
9809            'DOCKER' and
9810            'CHAIN' and
9811            'NF_VPPIP4' and
9812            'IPSEC' and
9813            'TNL_10000' and
9814            'IMIX' and
9815            '1T1C' and
9816            'NDRPDR'"
9817   parameters:
9818   - "throughput"
9819   - "name"
9820   - "tags"
9821   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9822   x-axis: "X = CNFs per Service Chain"
9823   y-axis: "Y = Number of Service Chains"
9824   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9825   layout:
9826     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9827     layout: "plot-service-density"
9828
9829 - type: "plot"
9830   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9831   algorithm: "plot_nf_heatmap"
9832   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-2t2c-ipsec-10000tnl-csc-pdr"
9833   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9834   filter: "'NIC_Intel-XL710' and
9835            'NF_DENSITY' and
9836            'DOCKER' and
9837            'CHAIN' and
9838            'NF_VPPIP4' and
9839            'IPSEC' and
9840            'TNL_10000' and
9841            'IMIX' and
9842            '2T2C' and
9843            'NDRPDR'"
9844   parameters:
9845   - "throughput"
9846   - "name"
9847   - "tags"
9848   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9849   x-axis: "X = CNFs per Service Chain"
9850   y-axis: "Y = Number of Service Chains"
9851   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9852   layout:
9853     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9854     layout: "plot-service-density"
9855
9856 - type: "plot"
9857   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9858   algorithm: "plot_nf_heatmap"
9859   output-file: "{DIR[STATIC,VPP]}/l2bd-3n-hsw-xl710-imix-4t4c-ipsec-10000tnl-csc-pdr"
9860   data: "plot-vpp-nfv-3n-hsw-ndrpdr"
9861   filter: "'NIC_Intel-XL710' and
9862            'NF_DENSITY' and
9863            'DOCKER' and
9864            'CHAIN' and
9865            'NF_VPPIP4' and
9866            'IPSEC' and
9867            'TNL_10000' and
9868            'IMIX' and
9869            '4T4C' and
9870            'NDRPDR'"
9871   parameters:
9872   - "throughput"
9873   - "name"
9874   - "tags"
9875   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
9876   x-axis: "X = CNFs per Service Chain"
9877   y-axis: "Y = Number of Service Chains"
9878   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
9879   layout:
9880     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-10000tnl-vppip4-pdr"
9881     layout: "plot-service-density"
9882
9883 ###############################################################################
9884
9885 # Plots - NF Density - CSP - MRR 64b
9886
9887 #- type: "plot"
9888 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9889 #  algorithm: "plot_nf_heatmap"
9890 #  output-file-type: ".html"
9891 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-mrr"
9892 #  data: "plot-vpp-nfv-2n-skx-mrr"
9893 #  filter: "'NIC_Intel-XXV710' and
9894 #           'NF_DENSITY' and
9895 #           'DOCKER' and
9896 #           'PIPELINE' and
9897 #           'NF_VPPIP4' and
9898 #           '64B' and
9899 #           '2T1C' and
9900 #           'MRR'"
9901 #  parameters:
9902 #  - "result"
9903 #  - "name"
9904 #  - "tags"
9905 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9906 #  x-axis: "X = CNFs per Service Pipeline"
9907 #  y-axis: "Y = Number of Service Pipelines"
9908 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9909 #  layout:
9910 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9911 #    layout: "plot-service-density"
9912 #
9913 #- type: "plot"
9914 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9915 #  algorithm: "plot_nf_heatmap"
9916 #  output-file-type: ".html"
9917 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-mrr"
9918 #  data: "plot-vpp-nfv-2n-skx-mrr"
9919 #  filter: "'NIC_Intel-XXV710' and
9920 #           'NF_DENSITY' and
9921 #           'DOCKER' and
9922 #           'PIPELINE' and
9923 #           'NF_VPPIP4' and
9924 #           '64B' and
9925 #           '4T2C' and
9926 #           'MRR'"
9927 #  parameters:
9928 #  - "result"
9929 #  - "name"
9930 #  - "tags"
9931 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9932 #  x-axis: "X = CNFs per Service Pipeline"
9933 #  y-axis: "Y = Number of Service Pipelines"
9934 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9935 #  layout:
9936 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9937 #    layout: "plot-service-density"
9938 #
9939 #- type: "plot"
9940 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9941 #  algorithm: "plot_nf_heatmap"
9942 #  output-file-type: ".html"
9943 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-mrr"
9944 #  data: "plot-vpp-nfv-2n-skx-mrr"
9945 #  filter: "'NIC_Intel-XXV710' and
9946 #           'NF_DENSITY' and
9947 #           'DOCKER' and
9948 #           'PIPELINE' and
9949 #           'NF_VPPIP4' and
9950 #           '64B' and
9951 #           '8T4C' and
9952 #           'MRR'"
9953 #  parameters:
9954 #  - "result"
9955 #  - "name"
9956 #  - "tags"
9957 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9958 #  x-axis: "X = CNFs per Service Pipeline"
9959 #  y-axis: "Y = Number of Service Pipelines"
9960 #  z-axis: "64B Packet Throughput (mean MRR) [Mpps]"
9961 #  layout:
9962 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9963 #    layout: "plot-service-density"
9964 #
9965 ## Plots - NF Density - CSP - MRR IMIX
9966 #- type: "plot"
9967 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9968 #  algorithm: "plot_nf_heatmap"
9969 #  output-file-type: ".html"
9970 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-mrr"
9971 #  data: "plot-vpp-nfv-2n-skx-mrr"
9972 #  filter: "'NIC_Intel-XXV710' and
9973 #           'NF_DENSITY' and
9974 #           'DOCKER' and
9975 #           'PIPELINE' and
9976 #           'NF_VPPIP4' and
9977 #           'IMIX' and
9978 #           '2T1C' and
9979 #           'MRR'"
9980 #  parameters:
9981 #  - "result"
9982 #  - "name"
9983 #  - "tags"
9984 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
9985 #  x-axis: "X = CNFs per Service Pipeline"
9986 #  y-axis: "Y = Number of Service Pipelines"
9987 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
9988 #  layout:
9989 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9990 #    layout: "plot-service-density"
9991 #
9992 #- type: "plot"
9993 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
9994 #  algorithm: "plot_nf_heatmap"
9995 #  output-file-type: ".html"
9996 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-mrr"
9997 #  data: "plot-vpp-nfv-2n-skx-mrr"
9998 #  filter: "'NIC_Intel-XXV710' and
9999 #           'NF_DENSITY' and
10000 #           'DOCKER' and
10001 #           'PIPELINE' and
10002 #           'NF_VPPIP4' and
10003 #           'IMIX' and
10004 #           '4T2C' and
10005 #           'MRR'"
10006 #  parameters:
10007 #  - "result"
10008 #  - "name"
10009 #  - "tags"
10010 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10011 #  x-axis: "X = CNFs per Service Pipeline"
10012 #  y-axis: "Y = Number of Service Pipelines"
10013 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10014 #  layout:
10015 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10016 #    layout: "plot-service-density"
10017 #
10018 #- type: "plot"
10019 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10020 #  algorithm: "plot_nf_heatmap"
10021 #  output-file-type: ".html"
10022 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-mrr"
10023 #  data: "plot-vpp-nfv-2n-skx-mrr"
10024 #  filter: "'NIC_Intel-XXV710' and
10025 #           'NF_DENSITY' and
10026 #           'DOCKER' and
10027 #           'PIPELINE' and
10028 #           'NF_VPPIP4' and
10029 #           'IMIX' and
10030 #           '8T4C' and
10031 #           'MRR'"
10032 #  parameters:
10033 #  - "result"
10034 #  - "name"
10035 #  - "tags"
10036 #  include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10037 #  x-axis: "X = CNFs per Service Pipeline"
10038 #  y-axis: "Y = Number of Service Pipelines"
10039 #  z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10040 #  layout:
10041 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
10042 #    layout: "plot-service-density"
10043 #
10044 ## Plots - NF Density - CSP - NDR 64b
10045 #- type: "plot"
10046 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10047 #  algorithm: "plot_nf_heatmap"
10048 #  output-file-type: ".html"
10049 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-ndr"
10050 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10051 #  filter: "'NIC_Intel-XXV710' and
10052 #           'NF_DENSITY' and
10053 #           'DOCKER' and
10054 #           'PIPELINE' and
10055 #           'NF_VPPIP4' and
10056 #           '64B' and
10057 #           '2T1C' and
10058 #           'NDRPDR'"
10059 #  parameters:
10060 #  - "throughput"
10061 #  - "name"
10062 #  - "tags"
10063 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10064 #  x-axis: "X = CNFs per Service Pipeline"
10065 #  y-axis: "Y = Number of Service Pipelines"
10066 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10067 #  layout:
10068 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10069 #    layout: "plot-service-density"
10070 #
10071 #- type: "plot"
10072 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10073 #  algorithm: "plot_nf_heatmap"
10074 #  output-file-type: ".html"
10075 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-ndr"
10076 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10077 #  filter: "'NIC_Intel-XXV710' and
10078 #           'NF_DENSITY' and
10079 #           'DOCKER' and
10080 #           'PIPELINE' and
10081 #           'NF_VPPIP4' and
10082 #           '64B' and
10083 #           '4T2C' and
10084 #           'NDRPDR'"
10085 #  parameters:
10086 #  - "throughput"
10087 #  - "name"
10088 #  - "tags"
10089 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10090 #  x-axis: "X = CNFs per Service Pipeline"
10091 #  y-axis: "Y = Number of Service Pipelines"
10092 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10093 #  layout:
10094 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10095 #    layout: "plot-service-density"
10096 #
10097 #- type: "plot"
10098 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10099 #  algorithm: "plot_nf_heatmap"
10100 #  output-file-type: ".html"
10101 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-ndr"
10102 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10103 #  filter: "'NIC_Intel-XXV710' and
10104 #           'NF_DENSITY' and
10105 #           'DOCKER' and
10106 #           'PIPELINE' and
10107 #           'NF_VPPIP4' and
10108 #           '64B' and
10109 #           '8T4C' and
10110 #           'NDRPDR'"
10111 #  parameters:
10112 #  - "throughput"
10113 #  - "name"
10114 #  - "tags"
10115 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10116 #  x-axis: "X = CNFs per Service Pipeline"
10117 #  y-axis: "Y = Number of Service Pipelines"
10118 #  z-axis: "64B Packet Throughput (mean NDR) [Mpps]"
10119 #  layout:
10120 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10121 #    layout: "plot-service-density"
10122 #
10123 ## Plots - NF Density - CSP - NDR IMIX
10124 #- type: "plot"
10125 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10126 #  algorithm: "plot_nf_heatmap"
10127 #  output-file-type: ".html"
10128 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-ndr"
10129 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10130 #  filter: "'NIC_Intel-XXV710' and
10131 #           'NF_DENSITY' and
10132 #           'DOCKER' and
10133 #           'PIPELINE' and
10134 #           'NF_VPPIP4' and
10135 #           'IMIX' and
10136 #           '2T1C' and
10137 #           'NDRPDR'"
10138 #  parameters:
10139 #  - "throughput"
10140 #  - "name"
10141 #  - "tags"
10142 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10143 #  x-axis: "X = CNFs per Service Pipeline"
10144 #  y-axis: "Y = Number of Service Pipelines"
10145 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10146 #  layout:
10147 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10148 #    layout: "plot-service-density"
10149 #
10150 #- type: "plot"
10151 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10152 #  algorithm: "plot_nf_heatmap"
10153 #  output-file-type: ".html"
10154 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-ndr"
10155 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10156 #  filter: "'NIC_Intel-XXV710' and
10157 #           'NF_DENSITY' and
10158 #           'DOCKER' and
10159 #           'PIPELINE' and
10160 #           'NF_VPPIP4' and
10161 #           'IMIX' and
10162 #           '4T2C' and
10163 #           'NDRPDR'"
10164 #  parameters:
10165 #  - "throughput"
10166 #  - "name"
10167 #  - "tags"
10168 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10169 #  x-axis: "X = CNFs per Service Pipeline"
10170 #  y-axis: "Y = Number of Service Pipelines"
10171 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10172 #  layout:
10173 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10174 #    layout: "plot-service-density"
10175 #
10176 #- type: "plot"
10177 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10178 #  algorithm: "plot_nf_heatmap"
10179 #  output-file-type: ".html"
10180 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-ndr"
10181 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10182 #  filter: "'NIC_Intel-XXV710' and
10183 #           'NF_DENSITY' and
10184 #           'DOCKER' and
10185 #           'PIPELINE' and
10186 #           'NF_VPPIP4' and
10187 #           'IMIX' and
10188 #           '8T4C' and
10189 #           'NDRPDR'"
10190 #  parameters:
10191 #  - "throughput"
10192 #  - "name"
10193 #  - "tags"
10194 #  include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10195 #  x-axis: "X = CNFs per Service Pipeline"
10196 #  y-axis: "Y = Number of Service Pipelines"
10197 #  z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10198 #  layout:
10199 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
10200 #    layout: "plot-service-density"
10201 #
10202 ## Plots - NF Density - CSP - PDR 64b
10203 #- type: "plot"
10204 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10205 #  algorithm: "plot_nf_heatmap"
10206 #  output-file-type: ".html"
10207 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-2t1c-base-csp-pdr"
10208 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10209 #  filter: "'NIC_Intel-XXV710' and
10210 #           'NF_DENSITY' and
10211 #           'DOCKER' and
10212 #           'PIPELINE' and
10213 #           'NF_VPPIP4' and
10214 #           '64B' and
10215 #           '2T1C' and
10216 #           'NDRPDR'"
10217 #  parameters:
10218 #  - "throughput"
10219 #  - "name"
10220 #  - "tags"
10221 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10222 #  x-axis: "X = CNFs per Service Pipeline"
10223 #  y-axis: "Y = Number of Service Pipelines"
10224 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10225 #  layout:
10226 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10227 #    layout: "plot-service-density"
10228 #
10229 #- type: "plot"
10230 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10231 #  algorithm: "plot_nf_heatmap"
10232 #  output-file-type: ".html"
10233 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-4t2c-base-csp-pdr"
10234 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10235 #  filter: "'NIC_Intel-XXV710' and
10236 #           'NF_DENSITY' and
10237 #           'DOCKER' and
10238 #           'PIPELINE' and
10239 #           'NF_VPPIP4' and
10240 #           '64B' and
10241 #           '4T2C' and
10242 #           'NDRPDR'"
10243 #  parameters:
10244 #  - "throughput"
10245 #  - "name"
10246 #  - "tags"
10247 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10248 #  x-axis: "X = CNFs per Service Pipeline"
10249 #  y-axis: "Y = Number of Service Pipelines"
10250 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10251 #  layout:
10252 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10253 #    layout: "plot-service-density"
10254 #
10255 #- type: "plot"
10256 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10257 #  algorithm: "plot_nf_heatmap"
10258 #  output-file-type: ".html"
10259 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-64b-8t4c-base-csp-pdr"
10260 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10261 #  filter: "'NIC_Intel-XXV710' and
10262 #           'NF_DENSITY' and
10263 #           'DOCKER' and
10264 #           'PIPELINE' and
10265 #           'NF_VPPIP4' and
10266 #           '64B' and
10267 #           '8T4C' and
10268 #           'NDRPDR'"
10269 #  parameters:
10270 #  - "throughput"
10271 #  - "name"
10272 #  - "tags"
10273 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10274 #  x-axis: "X = CNFs per Service Pipeline"
10275 #  y-axis: "Y = Number of Service Pipelines"
10276 #  z-axis: "64B Packet Throughput (mean PDR) [Mpps]"
10277 #  layout:
10278 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10279 #    layout: "plot-service-density"
10280 #
10281 ## Plots - NF Density - CSP - PDR IMIX
10282 #- type: "plot"
10283 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10284 #  algorithm: "plot_nf_heatmap"
10285 #  output-file-type: ".html"
10286 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-2t1c-base-csp-pdr"
10287 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10288 #  filter: "'NIC_Intel-XXV710' and
10289 #           'NF_DENSITY' and
10290 #           'DOCKER' and
10291 #           'PIPELINE' and
10292 #           'NF_VPPIP4' and
10293 #           'IMIX' and
10294 #           '2T1C' and
10295 #           'NDRPDR'"
10296 #  parameters:
10297 #  - "throughput"
10298 #  - "name"
10299 #  - "tags"
10300 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10301 #  x-axis: "X = CNFs per Service Pipeline"
10302 #  y-axis: "Y = Number of Service Pipelines"
10303 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10304 #  layout:
10305 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10306 #    layout: "plot-service-density"
10307 #
10308 #- type: "plot"
10309 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10310 #  algorithm: "plot_nf_heatmap"
10311 #  output-file-type: ".html"
10312 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-4t2c-base-csp-pdr"
10313 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10314 #  filter: "'NIC_Intel-XXV710' and
10315 #           'NF_DENSITY' and
10316 #           'DOCKER' and
10317 #           'PIPELINE' and
10318 #           'NF_VPPIP4' and
10319 #           'IMIX' and
10320 #           '4T2C' and
10321 #           'NDRPDR'"
10322 #  parameters:
10323 #  - "throughput"
10324 #  - "name"
10325 #  - "tags"
10326 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10327 #  x-axis: "X = CNFs per Service Pipeline"
10328 #  y-axis: "Y = Number of Service Pipelines"
10329 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10330 #  layout:
10331 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10332 #    layout: "plot-service-density"
10333 #
10334 #- type: "plot"
10335 #  title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10336 #  algorithm: "plot_nf_heatmap"
10337 #  output-file-type: ".html"
10338 #  output-file: "{DIR[STATIC,VPP]}/l2bd-2n-skx-xxv710-imix-8t4c-base-csp-pdr"
10339 #  data: "plot-vpp-nfv-2n-skx-ndrpdr"
10340 #  filter: "'NIC_Intel-XXV710' and
10341 #           'NF_DENSITY' and
10342 #           'DOCKER' and
10343 #           'PIPELINE' and
10344 #           'NF_VPPIP4' and
10345 #           'IMIX' and
10346 #           '8T4C' and
10347 #           'NDRPDR'"
10348 #  parameters:
10349 #  - "throughput"
10350 #  - "name"
10351 #  - "tags"
10352 #  include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10353 #  x-axis: "X = CNFs per Service Pipeline"
10354 #  y-axis: "Y = Number of Service Pipelines"
10355 #  z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10356 #  layout:
10357 #    title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
10358 #    layout: "plot-service-density"
10359
10360 ###############################################################################
10361 # Plots - 2n-clx NF Density - VSC - MRR IMIX
10362
10363 - type: "plot"
10364   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10365   algorithm: "plot_nf_heatmap"
10366   output-file-type: ".html"
10367   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-mrr"
10368   data: "plot-vpp-nfv-2n-clx-mrr"
10369   filter: "'NIC_Intel-XXV710' and
10370            'NF_DENSITY' and
10371            'VHOST' and
10372            not 'VXLAN' and
10373            'CHAIN' and
10374            'NF_VPPIP4' and
10375            'IMIX' and
10376            '2T1C' and
10377            'MRR'"
10378   parameters:
10379   - "result"
10380   - "name"
10381   - "tags"
10382   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10383   x-axis: "X = VNFs per Service Chain"
10384   y-axis: "Y = Number of Service Chains"
10385   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10386   layout:
10387     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10388     layout: "plot-service-density"
10389
10390 - type: "plot"
10391   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10392   algorithm: "plot_nf_heatmap"
10393   output-file-type: ".html"
10394   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-mrr"
10395   data: "plot-vpp-nfv-2n-clx-mrr"
10396   filter: "'NIC_Intel-XXV710' and
10397            'NF_DENSITY' and
10398            'VHOST' and
10399            not 'VXLAN' and
10400            'CHAIN' and
10401            'NF_VPPIP4' and
10402            'IMIX' and
10403            '4T2C' and
10404            'MRR'"
10405   parameters:
10406   - "result"
10407   - "name"
10408   - "tags"
10409   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10410   x-axis: "X = VNFs per Service Chain"
10411   y-axis: "Y = Number of Service Chains"
10412   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10413   layout:
10414     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10415     layout: "plot-service-density"
10416
10417 - type: "plot"
10418   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10419   algorithm: "plot_nf_heatmap"
10420   output-file-type: ".html"
10421   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-mrr"
10422   data: "plot-vpp-nfv-2n-clx-mrr"
10423   filter: "'NIC_Intel-XXV710' and
10424            'NF_DENSITY' and
10425            'VHOST' and
10426            not 'VXLAN' and
10427            'CHAIN' and
10428            'NF_VPPIP4' and
10429            'IMIX' and
10430            '8T4C' and
10431            'MRR'"
10432   parameters:
10433   - "result"
10434   - "name"
10435   - "tags"
10436   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10437   x-axis: "X = VNFs per Service Chain"
10438   y-axis: "Y = Number of Service Chains"
10439   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10440   layout:
10441     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-mrr"
10442     layout: "plot-service-density"
10443
10444 # Plots - NF Density - VSC - NDR IMIX
10445 - type: "plot"
10446   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10447   algorithm: "plot_nf_heatmap"
10448   output-file-type: ".html"
10449   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-ndr"
10450   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10451   filter: "'NIC_Intel-XXV710' and
10452            'NF_DENSITY' and
10453            'VHOST' and
10454            not 'VXLAN' and
10455            'CHAIN' and
10456            'NF_VPPIP4' and
10457            'IMIX' and
10458            '2T1C' and
10459            'NDRPDR'"
10460   parameters:
10461   - "throughput"
10462   - "name"
10463   - "tags"
10464   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10465   x-axis: "X = VNFs per Service Chain"
10466   y-axis: "Y = Number of Service Chains"
10467   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10468   layout:
10469     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10470     layout: "plot-service-density"
10471
10472 - type: "plot"
10473   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10474   algorithm: "plot_nf_heatmap"
10475   output-file-type: ".html"
10476   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-ndr"
10477   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10478   filter: "'NIC_Intel-XXV710' and
10479            'NF_DENSITY' and
10480            'VHOST' and
10481            not 'VXLAN' and
10482            'CHAIN' and
10483            'NF_VPPIP4' and
10484            'IMIX' and
10485            '4T2C' and
10486            'NDRPDR'"
10487   parameters:
10488   - "throughput"
10489   - "name"
10490   - "tags"
10491   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10492   x-axis: "X = VNFs per Service Chain"
10493   y-axis: "Y = Number of Service Chains"
10494   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10495   layout:
10496     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10497     layout: "plot-service-density"
10498
10499 - type: "plot"
10500   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10501   algorithm: "plot_nf_heatmap"
10502   output-file-type: ".html"
10503   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-ndr"
10504   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10505   filter: "'NIC_Intel-XXV710' and
10506            'NF_DENSITY' and
10507            'VHOST' and
10508            not 'VXLAN' and
10509            'CHAIN' and
10510            'NF_VPPIP4' and
10511            'IMIX' and
10512            '8T4C' and
10513            'NDRPDR'"
10514   parameters:
10515   - "throughput"
10516   - "name"
10517   - "tags"
10518   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10519   x-axis: "X = VNFs per Service Chain"
10520   y-axis: "Y = Number of Service Chains"
10521   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10522   layout:
10523     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-ndr"
10524     layout: "plot-service-density"
10525
10526 # Plots - NF Density - VSC - PDR IMIX
10527 - type: "plot"
10528   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10529   algorithm: "plot_nf_heatmap"
10530   output-file-type: ".html"
10531   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-pdr"
10532   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10533   filter: "'NIC_Intel-XXV710' and
10534            'NF_DENSITY' and
10535            'VHOST' and
10536            not 'VXLAN' and
10537            'CHAIN' and
10538            'NF_VPPIP4' and
10539            'IMIX' and
10540            '2T1C' and
10541            'NDRPDR'"
10542   parameters:
10543   - "throughput"
10544   - "name"
10545   - "tags"
10546   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10547   x-axis: "X = VNFs per Service Chain"
10548   y-axis: "Y = Number of Service Chains"
10549   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10550   layout:
10551     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10552     layout: "plot-service-density"
10553
10554 - type: "plot"
10555   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10556   algorithm: "plot_nf_heatmap"
10557   output-file-type: ".html"
10558   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-pdr"
10559   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10560   filter: "'NIC_Intel-XXV710' and
10561            'NF_DENSITY' and
10562            'VHOST' and
10563            not 'VXLAN' and
10564            'CHAIN' and
10565            'NF_VPPIP4' and
10566            'IMIX' and
10567            '4T2C' and
10568            'NDRPDR'"
10569   parameters:
10570   - "throughput"
10571   - "name"
10572   - "tags"
10573   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10574   x-axis: "X = VNFs per Service Chain"
10575   y-axis: "Y = Number of Service Chains"
10576   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10577   layout:
10578     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10579     layout: "plot-service-density"
10580
10581 - type: "plot"
10582   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10583   algorithm: "plot_nf_heatmap"
10584   output-file-type: ".html"
10585   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-pdr"
10586   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10587   filter: "'NIC_Intel-XXV710' and
10588            'NF_DENSITY' and
10589            'VHOST' and
10590            not 'VXLAN' and
10591            'CHAIN' and
10592            'NF_VPPIP4' and
10593            'IMIX' and
10594            '8T4C' and
10595            'NDRPDR'"
10596   parameters:
10597   - "throughput"
10598   - "name"
10599   - "tags"
10600   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10601   x-axis: "X = VNFs per Service Chain"
10602   y-axis: "Y = Number of Service Chains"
10603   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10604   layout:
10605     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vppip4-pdr"
10606     layout: "plot-service-density"
10607
10608 # Plots - NF Density - VSC - MRR IMIX
10609 - type: "plot"
10610   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10611   algorithm: "plot_nf_heatmap"
10612   output-file-type: ".html"
10613   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-mrr"
10614   data: "plot-vpp-nfv-2n-clx-mrr"
10615   filter: "'NIC_Intel-XXV710' and
10616            'NF_DENSITY' and
10617            'VHOST' and
10618            'VXLAN' and
10619            'CHAIN' and
10620            'IMIX' and
10621            '2T1C' and
10622            'MRR'"
10623   parameters:
10624   - "result"
10625   - "name"
10626   - "tags"
10627   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10628   x-axis: "X = VNFs per Service Chain"
10629   y-axis: "Y = Number of Service Chains"
10630   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10631   layout:
10632     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10633     layout: "plot-service-density"
10634
10635 - type: "plot"
10636   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10637   algorithm: "plot_nf_heatmap"
10638   output-file-type: ".html"
10639   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-mrr"
10640   data: "plot-vpp-nfv-2n-clx-mrr"
10641   filter: "'NIC_Intel-XXV710' and
10642            'NF_DENSITY' and
10643            'VHOST' and
10644            'VXLAN' and
10645            'CHAIN' and
10646            'IMIX' and
10647            '4T2C' and
10648            'MRR'"
10649   parameters:
10650   - "result"
10651   - "name"
10652   - "tags"
10653   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10654   x-axis: "X = VNFs per Service Chain"
10655   y-axis: "Y = Number of Service Chains"
10656   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10657   layout:
10658     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10659     layout: "plot-service-density"
10660
10661 - type: "plot"
10662   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10663   algorithm: "plot_nf_heatmap"
10664   output-file-type: ".html"
10665   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-mrr"
10666   data: "plot-vpp-nfv-2n-clx-mrr"
10667   filter: "'NIC_Intel-XXV710' and
10668            'NF_DENSITY' and
10669            'VHOST' and
10670            'VXLAN' and
10671            'CHAIN' and
10672            'IMIX' and
10673            '8T4C' and
10674            'MRR'"
10675   parameters:
10676   - "result"
10677   - "name"
10678   - "tags"
10679   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10680   x-axis: "X = VNFs per Service Chain"
10681   y-axis: "Y = Number of Service Chains"
10682   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10683   layout:
10684     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-mrr"
10685     layout: "plot-service-density"
10686
10687 # Plots - NF Density - VSC - NDR IMIX
10688 - type: "plot"
10689   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10690   algorithm: "plot_nf_heatmap"
10691   output-file-type: ".html"
10692   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-ndr"
10693   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10694   filter: "'NIC_Intel-XXV710' and
10695            'NF_DENSITY' and
10696            'VHOST' and
10697            'VXLAN' and
10698            'CHAIN' and
10699            'IMIX' and
10700            '2T1C' and
10701            'NDRPDR'"
10702   parameters:
10703   - "throughput"
10704   - "name"
10705   - "tags"
10706   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10707   x-axis: "X = VNFs per Service Chain"
10708   y-axis: "Y = Number of Service Chains"
10709   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10710   layout:
10711     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10712     layout: "plot-service-density"
10713
10714 - type: "plot"
10715   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10716   algorithm: "plot_nf_heatmap"
10717   output-file-type: ".html"
10718   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-ndr"
10719   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10720   filter: "'NIC_Intel-XXV710' and
10721            'NF_DENSITY' and
10722            'VHOST' and
10723            'VXLAN' and
10724            'CHAIN' and
10725            'IMIX' and
10726            '4T2C' and
10727            'NDRPDR'"
10728   parameters:
10729   - "throughput"
10730   - "name"
10731   - "tags"
10732   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10733   x-axis: "X = VNFs per Service Chain"
10734   y-axis: "Y = Number of Service Chains"
10735   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10736   layout:
10737     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10738     layout: "plot-service-density"
10739
10740 - type: "plot"
10741   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10742   algorithm: "plot_nf_heatmap"
10743   output-file-type: ".html"
10744   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-ndr"
10745   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10746   filter: "'NIC_Intel-XXV710' and
10747            'NF_DENSITY' and
10748            'VHOST' and
10749            'VXLAN' and
10750            'CHAIN' and
10751            'IMIX' and
10752            '8T4C' and
10753            'NDRPDR'"
10754   parameters:
10755   - "throughput"
10756   - "name"
10757   - "tags"
10758   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10759   x-axis: "X = VNFs per Service Chain"
10760   y-axis: "Y = Number of Service Chains"
10761   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10762   layout:
10763     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-ndr"
10764     layout: "plot-service-density"
10765
10766 # Plots - NF Density - VSC - PDR IMIX
10767 - type: "plot"
10768   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10769   algorithm: "plot_nf_heatmap"
10770   output-file-type: ".html"
10771   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-vsc-vxlan-pdr"
10772   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10773   filter: "'NIC_Intel-XXV710' and
10774            'NF_DENSITY' and
10775            'VHOST' and
10776            'VXLAN' and
10777            'CHAIN' and
10778            'IMIX' and
10779            '2T1C' and
10780            'NDRPDR'"
10781   parameters:
10782   - "throughput"
10783   - "name"
10784   - "tags"
10785   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10786   x-axis: "X = VNFs per Service Chain"
10787   y-axis: "Y = Number of Service Chains"
10788   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10789   layout:
10790     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10791     layout: "plot-service-density"
10792
10793 - type: "plot"
10794   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10795   algorithm: "plot_nf_heatmap"
10796   output-file-type: ".html"
10797   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-vsc-vxlan-pdr"
10798   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10799   filter: "'NIC_Intel-XXV710' and
10800            'NF_DENSITY' and
10801            'VHOST' and
10802            'VXLAN' and
10803            'CHAIN' and
10804            'IMIX' and
10805            '4T2C' and
10806            'NDRPDR'"
10807   parameters:
10808   - "throughput"
10809   - "name"
10810   - "tags"
10811   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10812   x-axis: "X = VNFs per Service Chain"
10813   y-axis: "Y = Number of Service Chains"
10814   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10815   layout:
10816     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10817     layout: "plot-service-density"
10818
10819 - type: "plot"
10820   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10821   algorithm: "plot_nf_heatmap"
10822   output-file-type: ".html"
10823   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-vsc-vxlan-pdr"
10824   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10825   filter: "'NIC_Intel-XXV710' and
10826            'NF_DENSITY' and
10827            'VHOST' and
10828            'VXLAN' and
10829            'CHAIN' and
10830            'IMIX' and
10831            '8T4C' and
10832            'NDRPDR'"
10833   parameters:
10834   - "throughput"
10835   - "name"
10836   - "tags"
10837   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
10838   x-axis: "X = VNFs per Service Chain"
10839   y-axis: "Y = Number of Service Chains"
10840   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
10841   layout:
10842     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}vh-{XY}vm-vxlan-vppip4-pdr"
10843     layout: "plot-service-density"
10844
10845 # Plots - NF Density - CSC - MRR IMIX
10846 - type: "plot"
10847   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10848   algorithm: "plot_nf_heatmap"
10849   output-file-type: ".html"
10850   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-mrr"
10851   data: "plot-vpp-nfv-2n-clx-mrr"
10852   filter: "'NIC_Intel-XXV710' and
10853            'NF_DENSITY' and
10854            'DOCKER' and
10855            'CHAIN' and
10856            'NF_VPPIP4' and
10857            'IMIX' and
10858            '2T1C' and
10859            'MRR'"
10860   parameters:
10861   - "result"
10862   - "name"
10863   - "tags"
10864   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10865   x-axis: "X = CNFs per Service Chain"
10866   y-axis: "Y = Number of Service Chains"
10867   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10868   layout:
10869     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10870     layout: "plot-service-density"
10871
10872 - type: "plot"
10873   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10874   algorithm: "plot_nf_heatmap"
10875   output-file-type: ".html"
10876   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-mrr"
10877   data: "plot-vpp-nfv-2n-clx-mrr"
10878   filter: "'NIC_Intel-XXV710' and
10879            'NF_DENSITY' and
10880            'DOCKER' and
10881            'CHAIN' and
10882            'NF_VPPIP4' and
10883            'IMIX' and
10884            '4T2C' and
10885            'MRR'"
10886   parameters:
10887   - "result"
10888   - "name"
10889   - "tags"
10890   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10891   x-axis: "X = CNFs per Service Chain"
10892   y-axis: "Y = Number of Service Chains"
10893   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10894   layout:
10895     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10896     layout: "plot-service-density"
10897
10898 - type: "plot"
10899   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10900   algorithm: "plot_nf_heatmap"
10901   output-file-type: ".html"
10902   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-mrr"
10903   data: "plot-vpp-nfv-2n-clx-mrr"
10904   filter: "'NIC_Intel-XXV710' and
10905            'NF_DENSITY' and
10906            'DOCKER' and
10907            'CHAIN' and
10908            'NF_VPPIP4' and
10909            'IMIX' and
10910            '8T4C' and
10911            'MRR'"
10912   parameters:
10913   - "result"
10914   - "name"
10915   - "tags"
10916   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
10917   x-axis: "X = CNFs per Service Chain"
10918   y-axis: "Y = Number of Service Chains"
10919   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
10920   layout:
10921     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-mrr"
10922     layout: "plot-service-density"
10923
10924 # Plots - NF Density - CSC - NDR IMIX
10925 - type: "plot"
10926   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10927   algorithm: "plot_nf_heatmap"
10928   output-file-type: ".html"
10929   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-ndr"
10930   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10931   filter: "'NIC_Intel-XXV710' and
10932            'NF_DENSITY' and
10933            'DOCKER' and
10934            'CHAIN' and
10935            'NF_VPPIP4' and
10936            'IMIX' and
10937            '2T1C' and
10938            'NDRPDR'"
10939   parameters:
10940   - "throughput"
10941   - "name"
10942   - "tags"
10943   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10944   x-axis: "X = CNFs per Service Chain"
10945   y-axis: "Y = Number of Service Chains"
10946   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10947   layout:
10948     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10949     layout: "plot-service-density"
10950
10951 - type: "plot"
10952   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10953   algorithm: "plot_nf_heatmap"
10954   output-file-type: ".html"
10955   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-ndr"
10956   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10957   filter: "'NIC_Intel-XXV710' and
10958            'NF_DENSITY' and
10959            'DOCKER' and
10960            'CHAIN' and
10961            'NF_VPPIP4' and
10962            'IMIX' and
10963            '4T2C' and
10964            'NDRPDR'"
10965   parameters:
10966   - "throughput"
10967   - "name"
10968   - "tags"
10969   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10970   x-axis: "X = CNFs per Service Chain"
10971   y-axis: "Y = Number of Service Chains"
10972   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10973   layout:
10974     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10975     layout: "plot-service-density"
10976
10977 - type: "plot"
10978   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
10979   algorithm: "plot_nf_heatmap"
10980   output-file-type: ".html"
10981   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-ndr"
10982   data: "plot-vpp-nfv-2n-clx-ndrpdr"
10983   filter: "'NIC_Intel-XXV710' and
10984            'NF_DENSITY' and
10985            'DOCKER' and
10986            'CHAIN' and
10987            'NF_VPPIP4' and
10988            'IMIX' and
10989            '8T4C' and
10990            'NDRPDR'"
10991   parameters:
10992   - "throughput"
10993   - "name"
10994   - "tags"
10995   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
10996   x-axis: "X = CNFs per Service Chain"
10997   y-axis: "Y = Number of Service Chains"
10998   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
10999   layout:
11000     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-ndr"
11001     layout: "plot-service-density"
11002
11003 # Plots - NF Density - CSC - PDR IMIX
11004 - type: "plot"
11005   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11006   algorithm: "plot_nf_heatmap"
11007   output-file-type: ".html"
11008   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csc-pdr"
11009   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11010   filter: "'NIC_Intel-XXV710' and
11011            'NF_DENSITY' and
11012            'DOCKER' and
11013            'CHAIN' and
11014            'NF_VPPIP4' and
11015            'IMIX' and
11016            '2T1C' and
11017            'NDRPDR'"
11018   parameters:
11019   - "throughput"
11020   - "name"
11021   - "tags"
11022   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11023   x-axis: "X = CNFs per Service Chain"
11024   y-axis: "Y = Number of Service Chains"
11025   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11026   layout:
11027     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11028     layout: "plot-service-density"
11029
11030 - type: "plot"
11031   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11032   algorithm: "plot_nf_heatmap"
11033   output-file-type: ".html"
11034   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csc-pdr"
11035   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11036   filter: "'NIC_Intel-XXV710' and
11037            'NF_DENSITY' and
11038            'DOCKER' and
11039            'CHAIN' and
11040            'NF_VPPIP4' and
11041            'IMIX' and
11042            '4T2C' and
11043            'NDRPDR'"
11044   parameters:
11045   - "throughput"
11046   - "name"
11047   - "tags"
11048   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11049   x-axis: "X = CNFs per Service Chain"
11050   y-axis: "Y = Number of Service Chains"
11051   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11052   layout:
11053     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11054     layout: "plot-service-density"
11055
11056 - type: "plot"
11057   title: "Packet Throughput: eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11058   algorithm: "plot_nf_heatmap"
11059   output-file-type: ".html"
11060   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csc-pdr"
11061   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11062   filter: "'NIC_Intel-XXV710' and
11063            'NF_DENSITY' and
11064            'DOCKER' and
11065            'CHAIN' and
11066            'NF_VPPIP4' and
11067            'IMIX' and
11068            '8T4C' and
11069            'NDRPDR'"
11070   parameters:
11071   - "throughput"
11072   - "name"
11073   - "tags"
11074   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11075   x-axis: "X = CNFs per Service Chain"
11076   y-axis: "Y = Number of Service Chains"
11077   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11078   layout:
11079     title: "<b>Throughput:</b> eth-l2bd-{Y}ch-{2XY}mif-{XY}dcr-vppip4-pdr"
11080     layout: "plot-service-density"
11081
11082 # Plots - NF Density - CSP - MRR IMIX
11083 - type: "plot"
11084   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11085   algorithm: "plot_nf_heatmap"
11086   output-file-type: ".html"
11087   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-mrr"
11088   data: "plot-vpp-nfv-2n-clx-mrr"
11089   filter: "'NIC_Intel-XXV710' and
11090            'NF_DENSITY' and
11091            'DOCKER' and
11092            'PIPELINE' and
11093            'NF_VPPIP4' and
11094            'IMIX' and
11095            '2T1C' and
11096            'MRR'"
11097   parameters:
11098   - "result"
11099   - "name"
11100   - "tags"
11101   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11102   x-axis: "X = CNFs per Service Pipeline"
11103   y-axis: "Y = Number of Service Pipelines"
11104   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11105   layout:
11106     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11107     layout: "plot-service-density"
11108
11109 - type: "plot"
11110   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11111   algorithm: "plot_nf_heatmap"
11112   output-file-type: ".html"
11113   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-mrr"
11114   data: "plot-vpp-nfv-2n-clx-mrr"
11115   filter: "'NIC_Intel-XXV710' and
11116            'NF_DENSITY' and
11117            'DOCKER' and
11118            'PIPELINE' and
11119            'NF_VPPIP4' and
11120            'IMIX' and
11121            '4T2C' and
11122            'MRR'"
11123   parameters:
11124   - "result"
11125   - "name"
11126   - "tags"
11127   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11128   x-axis: "X = CNFs per Service Pipeline"
11129   y-axis: "Y = Number of Service Pipelines"
11130   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11131   layout:
11132     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11133     layout: "plot-service-density"
11134
11135 - type: "plot"
11136   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11137   algorithm: "plot_nf_heatmap"
11138   output-file-type: ".html"
11139   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-mrr"
11140   data: "plot-vpp-nfv-2n-clx-mrr"
11141   filter: "'NIC_Intel-XXV710' and
11142            'NF_DENSITY' and
11143            'DOCKER' and
11144            'PIPELINE' and
11145            'NF_VPPIP4' and
11146            'IMIX' and
11147            '8T4C' and
11148            'MRR'"
11149   parameters:
11150   - "result"
11151   - "name"
11152   - "tags"
11153   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
11154   x-axis: "X = CNFs per Service Pipeline"
11155   y-axis: "Y = Number of Service Pipelines"
11156   z-axis: "IMIX Packet Throughput (mean MRR) [Mpps]"
11157   layout:
11158     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-mrr"
11159     layout: "plot-service-density"
11160
11161 # Plots - NF Density - CSP - NDR IMIX
11162 - type: "plot"
11163   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11164   algorithm: "plot_nf_heatmap"
11165   output-file-type: ".html"
11166   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-ndr"
11167   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11168   filter: "'NIC_Intel-XXV710' and
11169            'NF_DENSITY' and
11170            'DOCKER' and
11171            'PIPELINE' and
11172            'NF_VPPIP4' and
11173            'IMIX' and
11174            '2T1C' and
11175            'NDRPDR'"
11176   parameters:
11177   - "throughput"
11178   - "name"
11179   - "tags"
11180   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11181   x-axis: "X = CNFs per Service Pipeline"
11182   y-axis: "Y = Number of Service Pipelines"
11183   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11184   layout:
11185     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11186     layout: "plot-service-density"
11187
11188 - type: "plot"
11189   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11190   algorithm: "plot_nf_heatmap"
11191   output-file-type: ".html"
11192   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-ndr"
11193   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11194   filter: "'NIC_Intel-XXV710' and
11195            'NF_DENSITY' and
11196            'DOCKER' and
11197            'PIPELINE' and
11198            'NF_VPPIP4' and
11199            'IMIX' and
11200            '4T2C' and
11201            'NDRPDR'"
11202   parameters:
11203   - "throughput"
11204   - "name"
11205   - "tags"
11206   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11207   x-axis: "X = CNFs per Service Pipeline"
11208   y-axis: "Y = Number of Service Pipelines"
11209   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11210   layout:
11211     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11212     layout: "plot-service-density"
11213
11214 - type: "plot"
11215   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11216   algorithm: "plot_nf_heatmap"
11217   output-file-type: ".html"
11218   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-ndr"
11219   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11220   filter: "'NIC_Intel-XXV710' and
11221            'NF_DENSITY' and
11222            'DOCKER' and
11223            'PIPELINE' and
11224            'NF_VPPIP4' and
11225            'IMIX' and
11226            '8T4C' and
11227            'NDRPDR'"
11228   parameters:
11229   - "throughput"
11230   - "name"
11231   - "tags"
11232   include-tests: "NDR" # "PDR" | "NDR" | "MRR"
11233   x-axis: "X = CNFs per Service Pipeline"
11234   y-axis: "Y = Number of Service Pipelines"
11235   z-axis: "IMIX Packet Throughput (mean NDR) [Mpps]"
11236   layout:
11237     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-ndr"
11238     layout: "plot-service-density"
11239
11240 # Plots - NF Density - CSP - PDR IMIX
11241 - type: "plot"
11242   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11243   algorithm: "plot_nf_heatmap"
11244   output-file-type: ".html"
11245   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-2t1c-base-csp-pdr"
11246   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11247   filter: "'NIC_Intel-XXV710' and
11248            'NF_DENSITY' and
11249            'DOCKER' and
11250            'PIPELINE' and
11251            'NF_VPPIP4' and
11252            'IMIX' and
11253            '2T1C' and
11254            'NDRPDR'"
11255   parameters:
11256   - "throughput"
11257   - "name"
11258   - "tags"
11259   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11260   x-axis: "X = CNFs per Service Pipeline"
11261   y-axis: "Y = Number of Service Pipelines"
11262   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11263   layout:
11264     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11265     layout: "plot-service-density"
11266
11267 - type: "plot"
11268   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11269   algorithm: "plot_nf_heatmap"
11270   output-file-type: ".html"
11271   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-4t2c-base-csp-pdr"
11272   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11273   filter: "'NIC_Intel-XXV710' and
11274            'NF_DENSITY' and
11275            'DOCKER' and
11276            'PIPELINE' and
11277            'NF_VPPIP4' and
11278            'IMIX' and
11279            '4T2C' and
11280            'NDRPDR'"
11281   parameters:
11282   - "throughput"
11283   - "name"
11284   - "tags"
11285   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11286   x-axis: "X = CNFs per Service Pipeline"
11287   y-axis: "Y = Number of Service Pipelines"
11288   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11289   layout:
11290     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11291     layout: "plot-service-density"
11292
11293 - type: "plot"
11294   title: "Packet Throughput: eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11295   algorithm: "plot_nf_heatmap"
11296   output-file-type: ".html"
11297   output-file: "{DIR[STATIC,VPP]}/l2bd-2n-clx-xxv710-imix-8t4c-base-csp-pdr"
11298   data: "plot-vpp-nfv-2n-clx-ndrpdr"
11299   filter: "'NIC_Intel-XXV710' and
11300            'NF_DENSITY' and
11301            'DOCKER' and
11302            'PIPELINE' and
11303            'NF_VPPIP4' and
11304            'IMIX' and
11305            '8T4C' and
11306            'NDRPDR'"
11307   parameters:
11308   - "throughput"
11309   - "name"
11310   - "tags"
11311   include-tests: "PDR" # "PDR" | "NDR" | "MRR"
11312   x-axis: "X = CNFs per Service Pipeline"
11313   y-axis: "Y = Number of Service Pipelines"
11314   z-axis: "IMIX Packet Throughput (mean PDR) [Mpps]"
11315   layout:
11316     title: "<b>Throughput:</b> eth-l2bd-{Y}pl-{2Y}mif-{XY}dcr-vppip4-pdr"
11317     layout: "plot-service-density"
11318
11319 ################################################################################
11320
11321 # Packet Throughput
11322
11323 - type: "plot"
11324   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11325   algorithm: "plot_perf_box_name"
11326   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11327   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11328   include:
11329     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11330     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11331     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11332     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11333   layout:
11334     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11335     layout: "plot-throughput"
11336
11337 - type: "plot"
11338   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11339   algorithm: "plot_perf_box_name"
11340   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11341   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11342   include:
11343     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11344     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11345     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11346     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11347   layout:
11348     title: "2n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11349     layout: "plot-throughput"
11350
11351 - type: "plot"
11352   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11353   algorithm: "plot_perf_box_name"
11354   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11355   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11356   include:
11357     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11358     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11359     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11360     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11361   layout:
11362     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11363     layout: "plot-throughput"
11364
11365 - type: "plot"
11366   title: "Throughput: 2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11367   algorithm: "plot_perf_box_name"
11368   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11369   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11370   include:
11371     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11372     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11373     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11374     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11375   layout:
11376     title: "2n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11377     layout: "plot-throughput"
11378
11379 - type: "plot"
11380   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11381   algorithm: "plot_perf_box_name"
11382   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11383   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11384   include:
11385     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1dcr-ndrpdr"
11386     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-avf-eth-2memif-1lxc-ndrpdr"
11387     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11388     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11389     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11390   layout:
11391     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-ndr"
11392     layout: "plot-throughput"
11393
11394 - type: "plot"
11395   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11396   algorithm: "plot_perf_box_name"
11397   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11398   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11399   include:
11400     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11401     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11402     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11403     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-avf-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11404     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11405   layout:
11406     title: "3n-skx-xxv710-64b-2t1c-memif-base-avf-pdr"
11407     layout: "plot-throughput"
11408
11409 - type: "plot"
11410   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11411   algorithm: "plot_perf_box_name"
11412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11414   include:
11415     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11416     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11417     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11418     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11419     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11420   layout:
11421     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
11422     layout: "plot-throughput"
11423
11424 - type: "plot"
11425   title: "Throughput: 3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11426   algorithm: "plot_perf_box_name"
11427   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11428   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11429   include:
11430     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11431     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11432     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11433     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11434     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11435   layout:
11436     title: "3n-skx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
11437     layout: "plot-throughput"
11438
11439 - type: "plot"
11440   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11441   algorithm: "plot_perf_box_name"
11442   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11443   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11444   include:
11445     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11446     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11447     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11448     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11449     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11450   layout:
11451     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-ndr"
11452     layout: "plot-throughput"
11453
11454 - type: "plot"
11455   title: "Throughput: 3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11456   algorithm: "plot_perf_box_name"
11457   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11458   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11459   include:
11460     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
11461     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
11462     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
11463     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
11464     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
11465   layout:
11466     title: "3n-tsh-x520-64b-1t1c-memif-base-ixgbe-pdr"
11467     layout: "plot-throughput"
11468
11469 - type: "plot"
11470   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11471   algorithm: "plot_perf_box_name"
11472   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11473   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11474   include:
11475     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11476     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11477     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11478     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11479     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11480     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11481   layout:
11482     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
11483     layout: "plot-throughput"
11484
11485 - type: "plot"
11486   title: "Throughput: 2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11487   algorithm: "plot_perf_box_name"
11488   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11490   include:
11491     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11492     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11493     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11494     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11495     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11496     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11497   layout:
11498     title: "2n-skx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
11499     layout: "plot-throughput"
11500
11501 - type: "plot"
11502   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11503   algorithm: "plot_perf_box_name"
11504   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11505   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11506   include:
11507     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11508     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11509     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11510     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11511     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11512   layout:
11513     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11514     layout: "plot-throughput"
11515
11516 - type: "plot"
11517   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11518   algorithm: "plot_perf_box_name"
11519   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11520   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11521   include:
11522     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11523     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11524     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11525     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11526     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11527   layout:
11528     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11529     layout: "plot-throughput"
11530
11531 - type: "plot"
11532   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11533   algorithm: "plot_perf_box_name"
11534   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11535   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11536   include:
11537     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11538     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11539     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11540   layout:
11541     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
11542     layout: "plot-throughput"
11543
11544 - type: "plot"
11545   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11546   algorithm: "plot_perf_box_name"
11547   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11548   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11549   include:
11550     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
11551     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
11552     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
11553   layout:
11554     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
11555     layout: "plot-throughput"
11556
11557 - type: "plot"
11558   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11559   algorithm: "plot_perf_box_name"
11560   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11561   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11562   include:
11563     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11564     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11565     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11566     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11567     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11568   layout:
11569     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11570     layout: "plot-throughput"
11571
11572 - type: "plot"
11573   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11574   algorithm: "plot_perf_box_name"
11575   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11576   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11577   include:
11578     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11579     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11580     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11581     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11582     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11583   layout:
11584     title: "2n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11585     layout: "plot-throughput"
11586
11587 - type: "plot"
11588   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11589   algorithm: "plot_perf_box_name"
11590   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11591   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11592   include:
11593     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11594     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11595     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11596   layout:
11597     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
11598     layout: "plot-throughput"
11599
11600 - type: "plot"
11601   title: "Throughput: 2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11602   algorithm: "plot_perf_box_name"
11603   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11604   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11605   include:
11606     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
11607     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
11608     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
11609   layout:
11610     title: "2n-skx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
11611     layout: "plot-throughput"
11612
11613 - type: "plot"
11614   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11615   algorithm: "plot_perf_box_name"
11616   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11617   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11618   include:
11619     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11620     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11621     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11622     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11623     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11624     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11625   layout:
11626     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11627     layout: "plot-throughput"
11628
11629 - type: "plot"
11630   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11631   algorithm: "plot_perf_box_name"
11632   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11633   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11634   include:
11635     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11636     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11637     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11638     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11639     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11640     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11641   layout:
11642     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11643     layout: "plot-throughput"
11644
11645 - type: "plot"
11646   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11647   algorithm: "plot_perf_box_name"
11648   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11649   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11650   include:
11651     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11652     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11653     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11654     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11655     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11656     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11657   layout:
11658     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11659     layout: "plot-throughput"
11660
11661 - type: "plot"
11662   title: "Throughput: 2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11663   algorithm: "plot_perf_box_name"
11664   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11665   data: "plot-vpp-throughput-lat-tsa-2n-skx"
11666   include:
11667     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11668     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11669     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11670     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11671     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11672     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11673   layout:
11674     title: "2n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11675     layout: "plot-throughput"
11676
11677 - type: "plot"
11678   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11679   algorithm: "plot_perf_box_name"
11680   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11681   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11682   include:
11683     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11684     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11685     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11686   layout:
11687     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-ndr"
11688     layout: "plot-throughput"
11689
11690 - type: "plot"
11691   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11692   algorithm: "plot_perf_box_name"
11693   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11694   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
11695   include:
11696     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11697     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11698     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11699   layout:
11700     title: "3n-hsw-xl710-64b-1t1c-ip4routing-base-scale-dpdk-pdr"
11701     layout: "plot-throughput"
11702
11703 - type: "plot"
11704   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11705   algorithm: "plot_perf_box_name"
11706   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11707   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11708   include:
11709     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11710     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11711     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11712 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11713 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11714   layout:
11715     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11716     layout: "plot-throughput"
11717
11718 - type: "plot"
11719   title: "Throughput: 3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11720   algorithm: "plot_perf_box_name"
11721   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11722   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11723   include:
11724     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11725     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11726     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11727 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11728 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11729   layout:
11730     title: "3n-skx-x710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11731     layout: "plot-throughput"
11732
11733 - type: "plot"
11734   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11735   algorithm: "plot_perf_box_name"
11736   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11737   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11738   include:
11739     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11740     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11741     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11742     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11743     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11744   layout:
11745     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
11746     layout: "plot-throughput"
11747
11748 - type: "plot"
11749   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11750   algorithm: "plot_perf_box_name"
11751   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11752   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11753   include:
11754     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
11755     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
11756     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
11757     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
11758     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
11759   layout:
11760     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
11761     layout: "plot-throughput"
11762
11763 - type: "plot"
11764   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11765   algorithm: "plot_perf_box_name"
11766   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11767   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11768   include:
11769     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11770     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11771     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11772     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11773     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11774   layout:
11775     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
11776     layout: "plot-throughput"
11777
11778 - type: "plot"
11779   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11780   algorithm: "plot_perf_box_name"
11781   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11782   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11783   include:
11784     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
11785     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11786     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
11787     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
11788     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
11789   layout:
11790     title: "3n-skx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
11791     layout: "plot-throughput"
11792
11793 - type: "plot"
11794   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11795   algorithm: "plot_perf_box_name"
11796   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11797   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11798   include:
11799     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11800     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11801     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11802     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11803     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11804     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11805   layout:
11806     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
11807     layout: "plot-throughput"
11808
11809 - type: "plot"
11810   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11811   algorithm: "plot_perf_box_name"
11812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11814   include:
11815     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11816     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11817     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11818     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11819     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
11820     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11821   layout:
11822     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
11823     layout: "plot-throughput"
11824
11825 - type: "plot"
11826   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11827   algorithm: "plot_perf_box_name"
11828   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11829   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11830   include:
11831     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11832     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11833     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11834     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11835     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11836     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11837   layout:
11838     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
11839     layout: "plot-throughput"
11840
11841 - type: "plot"
11842   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11843   algorithm: "plot_perf_box_name"
11844   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11845   data: "plot-vpp-throughput-lat-tsa-3n-skx"
11846   include:
11847     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
11848     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11849     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11850     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11851     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11852     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
11853   layout:
11854     title: "3n-skx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
11855     layout: "plot-throughput"
11856
11857 - type: "plot"
11858   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11859   algorithm: "plot_perf_box_name"
11860   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11861   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11862   include:
11863     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11864     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11865     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11866     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11867     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11868   layout:
11869     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11870     layout: "plot-throughput"
11871
11872 - type: "plot"
11873   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11874   algorithm: "plot_perf_box_name"
11875   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11876   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11877   include:
11878     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11879     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11880     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11881     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11882     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11883   layout:
11884     title: "3n-tsh-x520-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11885     layout: "plot-throughput"
11886
11887 - type: "plot"
11888   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11889   algorithm: "plot_perf_box_name"
11890   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11891   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11892   include:
11893     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11894     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11895     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11896     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11897     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11898     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11899   layout:
11900     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11901     layout: "plot-throughput"
11902
11903 - type: "plot"
11904   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11905   algorithm: "plot_perf_box_name"
11906   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11907   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
11908   include:
11909     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11910     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11911     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11912     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11913     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11914     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
11915   layout:
11916     title: "3n-tsh-x520-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11917     layout: "plot-throughput"
11918
11919 - type: "plot"
11920   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11921   algorithm: "plot_perf_box_name"
11922   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11923   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11924   include:
11925     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11926     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11927     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11928     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11929     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11930   layout:
11931     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11932     layout: "plot-throughput"
11933
11934 - type: "plot"
11935   title: "Throughput: 2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11936   algorithm: "plot_perf_box_name"
11937   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11938   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11939   include:
11940     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11941     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11942     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11943     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11944     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11945   layout:
11946     title: "2n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11947     layout: "plot-throughput"
11948
11949 - type: "plot"
11950   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11951   algorithm: "plot_perf_box_name"
11952   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11953   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11954   include:
11955     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11956     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11957     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11958     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11959     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11960     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11961   layout:
11962     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
11963     layout: "plot-throughput"
11964
11965 - type: "plot"
11966   title: "Throughput: 2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11967   algorithm: "plot_perf_box_name"
11968   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11969   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
11970   include:
11971     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11972     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
11973     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
11974     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
11975     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
11976     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
11977   layout:
11978     title: "2n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
11979     layout: "plot-throughput"
11980
11981 - type: "plot"
11982   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11983   algorithm: "plot_perf_box_name"
11984   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11985   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
11986   include:
11987     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
11988     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
11989     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
11990     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
11991     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
11992   layout:
11993     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-ndr"
11994     layout: "plot-throughput"
11995
11996 - type: "plot"
11997   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
11998   algorithm: "plot_perf_box_name"
11999   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12000   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12001   include:
12002     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-1t1c-dot1q-ip4base-ndrpdr"
12003     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12004     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-1t1c-ethip4-ip4scale20k-ndrpdr"
12005     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-1t1c-ethip4-ip4scale200k-ndrpdr"
12006     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-1t1c-ethip4-ip4scale2m-ndrpdr"
12007   layout:
12008     title: "3n-dnv-x553-64b-1t1c-ip4routing-base-scale-ixgbe-pdr"
12009     layout: "plot-throughput"
12010
12011 - type: "plot"
12012   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12013   algorithm: "plot_perf_box_name"
12014   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12015   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12016   include:
12017     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12018     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12019     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12020     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12021     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12022     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12023   layout:
12024     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-ndr"
12025     layout: "plot-throughput"
12026
12027 - type: "plot"
12028   title: "Throughput: 3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12029   algorithm: "plot_perf_box_name"
12030   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12031   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12032   include:
12033     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-1t1c-ethip4-ip4base-ndrpdr"
12034     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
12035     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
12036     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
12037     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
12038     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-1t1c-ethip4udp-ip4base-nat44-ndrpdr"
12039   layout:
12040     title: "3n-dnv-x553-64b-1t1c-features-ip4routing-base-ixgbe-pdr"
12041     layout: "plot-throughput"
12042
12043 - type: "plot"
12044   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12045   algorithm: "plot_perf_box_name"
12046   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12047   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12048   include:
12049     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12050     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12051   layout:
12052     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-ndr"
12053     layout: "plot-throughput"
12054
12055 - type: "plot"
12056   title: "Throughput: 3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12057   algorithm: "plot_perf_box_name"
12058   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12059   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12060   include:
12061     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12062     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12063   layout:
12064     title: "3n-hsw-xl710-64b-1t1c-ip4tunnel-base-dpdk-pdr"
12065     layout: "plot-throughput"
12066
12067 - type: "plot"
12068   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12069   algorithm: "plot_perf_box_name"
12070   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12071   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12072   include:
12073     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12074     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12075     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12076     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12077   layout:
12078     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-ndr"
12079     layout: "plot-throughput"
12080
12081 - type: "plot"
12082   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12083   algorithm: "plot_perf_box_name"
12084   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12085   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12086   include:
12087     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2xcbase-ndrpdr"
12088     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12089     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12090     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12091   layout:
12092     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-avf-pdr"
12093     layout: "plot-throughput"
12094
12095 - type: "plot"
12096   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12097   algorithm: "plot_perf_box_name"
12098   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12099   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12100   include:
12101     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12102     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12103     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12104     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12105   layout:
12106     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-ndr"
12107     layout: "plot-throughput"
12108
12109 - type: "plot"
12110   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12111   algorithm: "plot_perf_box_name"
12112   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12113   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12114   include:
12115     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-2t1c-ethip4vxlan-l2xcbase-ndrpdr"
12116     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12117     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12118     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-2t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12119   layout:
12120     title: "3n-skx-xxv710-64b-2t1c-ip4tunnel-base-scale-dpdk-pdr"
12121     layout: "plot-throughput"
12122
12123 - type: "plot"
12124   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12125   algorithm: "plot_perf_box_name"
12126   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12127   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12128   include:
12129     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12130     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12131     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12132     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12133   layout:
12134     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12135     layout: "plot-throughput"
12136
12137 - type: "plot"
12138   title: "Throughput: 3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12139   algorithm: "plot_perf_box_name"
12140   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12141   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12142   include:
12143     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12144     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12145     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12146     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12147   layout:
12148     title: "3n-tsh-x520-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12149     layout: "plot-throughput"
12150
12151 - type: "plot"
12152   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12153   algorithm: "plot_perf_box_name"
12154   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12155   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12156   include:
12157     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12158     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12159     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12160     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12161   layout:
12162     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-ndr"
12163     layout: "plot-throughput"
12164
12165 - type: "plot"
12166   title: "Throughput: 3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12167   algorithm: "plot_perf_box_name"
12168   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12169   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12170   include:
12171     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-1t1c-ethip4vxlan-l2xcbase-ndrpdr"
12172     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
12173     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
12174     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-1t1c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
12175   layout:
12176     title: "3n-dnv-x553-64b-1t1c-ip4tunnel-base-scale-ixgbe-pdr"
12177     layout: "plot-throughput"
12178
12179 - type: "plot"
12180   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12181   algorithm: "plot_perf_box_name"
12182   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12183   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12184   include:
12185     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12186     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12187     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12188     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12189     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12190     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12191   layout:
12192     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
12193     layout: "plot-throughput"
12194
12195 - type: "plot"
12196   title: "Throughput: 2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12197   algorithm: "plot_perf_box_name"
12198   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12199   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12200   include:
12201     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12202     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12203     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12204     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12205     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12206     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12207   layout:
12208     title: "2n-skx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
12209     layout: "plot-throughput"
12210
12211 - type: "plot"
12212   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12213   algorithm: "plot_perf_box_name"
12214   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12215   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12216   include:
12217     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12218     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12219     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12220     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12221     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12222   layout:
12223     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12224     layout: "plot-throughput"
12225
12226 - type: "plot"
12227   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12228   algorithm: "plot_perf_box_name"
12229   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12230   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12231   include:
12232     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12233     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12234     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12235     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12236     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12237   layout:
12238     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12239     layout: "plot-throughput"
12240
12241 - type: "plot"
12242   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12243   algorithm: "plot_perf_box_name"
12244   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12245   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12246   include:
12247     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12248     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12249     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12250     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12251     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12252   layout:
12253     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12254     layout: "plot-throughput"
12255
12256 - type: "plot"
12257   title: "Throughput: 2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12258   algorithm: "plot_perf_box_name"
12259   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12260   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12261   include:
12262     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12263     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12264     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12265     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12266     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12267   layout:
12268     title: "2n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12269     layout: "plot-throughput"
12270
12271 - type: "plot"
12272   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12273   algorithm: "plot_perf_box_name"
12274   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12275   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12276   include:
12277     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12278     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12279     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12280   layout:
12281     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-ndr"
12282     layout: "plot-throughput"
12283
12284 - type: "plot"
12285   title: "Throughput: 3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12286   algorithm: "plot_perf_box_name"
12287   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12288   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12289   include:
12290     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12291     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12292     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12293   layout:
12294     title: "3n-hsw-xl710-78b-1t1c-ip6routing-base-scale-dpdk-pdr"
12295     layout: "plot-throughput"
12296
12297 - type: "plot"
12298   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12299   algorithm: "plot_perf_box_name"
12300   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12302   include:
12303     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12304     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12305     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12306   layout:
12307     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12308     layout: "plot-throughput"
12309
12310 - type: "plot"
12311   title: "Throughput: 3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12312   algorithm: "plot_perf_box_name"
12313   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12314   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12315   include:
12316     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12317     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12318     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12319   layout:
12320     title: "3n-skx-x710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12321     layout: "plot-throughput"
12322
12323 - type: "plot"
12324   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12325   algorithm: "plot_perf_box_name"
12326   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12327   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12328   include:
12329     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12330     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12331     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12332     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12333     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12334   layout:
12335     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
12336     layout: "plot-throughput"
12337
12338 - type: "plot"
12339   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12340   algorithm: "plot_perf_box_name"
12341   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12342   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12343   include:
12344     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
12345     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
12346     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
12347     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
12348     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
12349   layout:
12350     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
12351     layout: "plot-throughput"
12352
12353 - type: "plot"
12354   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12355   algorithm: "plot_perf_box_name"
12356   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12357   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12358   include:
12359     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12360     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12361     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12362     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12363     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12364   layout:
12365     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
12366     layout: "plot-throughput"
12367
12368 - type: "plot"
12369   title: "Throughput: 3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12370   algorithm: "plot_perf_box_name"
12371   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12372   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12373   include:
12374     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
12375     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
12376     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
12377     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
12378     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
12379   layout:
12380     title: "3n-skx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
12381     layout: "plot-throughput"
12382
12383 - type: "plot"
12384   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12385   algorithm: "plot_perf_box_name"
12386   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12387   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12388   include:
12389     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12390     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12391     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12392     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12393     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12394   layout:
12395     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12396     layout: "plot-throughput"
12397
12398 - type: "plot"
12399   title: "Throughput: 3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12400   algorithm: "plot_perf_box_name"
12401   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12402   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12403   include:
12404     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12405     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12406     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12407     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12408     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12409   layout:
12410     title: "3n-tsh-x520-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12411     layout: "plot-throughput"
12412
12413 - type: "plot"
12414   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12415   algorithm: "plot_perf_box_name"
12416   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12417   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12418   include:
12419     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12420     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12421     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12422     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12423     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12424   layout:
12425     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12426     layout: "plot-throughput"
12427
12428 - type: "plot"
12429   title: "Throughput: 2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12430   algorithm: "plot_perf_box_name"
12431   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12432   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
12433   include:
12434     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12435     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12436     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12437     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12438     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12439   layout:
12440     title: "2n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12441     layout: "plot-throughput"
12442
12443 - type: "plot"
12444   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12445   algorithm: "plot_perf_box_name"
12446   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12447   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12448   include:
12449     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12450     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12451     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12452     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12453     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12454   layout:
12455     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-ndr"
12456     layout: "plot-throughput"
12457
12458 - type: "plot"
12459   title: "Throughput: 3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12460   algorithm: "plot_perf_box_name"
12461   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12462   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12463   include:
12464     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-1t1c-dot1q-ip6base-ndrpdr"
12465     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-1t1c-ethip6-ip6base-ndrpdr"
12466     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-1t1c-ethip6-ip6scale20k-ndrpdr"
12467     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-1t1c-ethip6-ip6scale200k-ndrpdr"
12468     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-1t1c-ethip6-ip6scale2m-ndrpdr"
12469   layout:
12470     title: "3n-dnv-x553-78b-1t1c-ip6routing-base-scale-ixgbe-pdr"
12471     layout: "plot-throughput"
12472
12473 - type: "plot"
12474   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12475   algorithm: "plot_perf_box_name"
12476   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12477   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12478   include:
12479     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12480     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12481     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12482     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12483     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12484     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12485   layout:
12486     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
12487     layout: "plot-throughput"
12488
12489 - type: "plot"
12490   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12491   algorithm: "plot_perf_box_name"
12492   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12493   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12494   include:
12495     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12496     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12497     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12498     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12499     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12500     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12501   layout:
12502     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
12503     layout: "plot-throughput"
12504
12505 - type: "plot"
12506   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12507   algorithm: "plot_perf_box_name"
12508   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12509   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12510   include:
12511     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12512     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12513     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
12514     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12515   layout:
12516     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
12517     layout: "plot-throughput"
12518
12519 - type: "plot"
12520   title: "Throughput: 3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12521   algorithm: "plot_perf_box_name"
12522   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12523   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12524   include:
12525     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
12526     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12527     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12528     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12529   layout:
12530     title: "3n-hsw-xl710-imix-1t1c-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
12531     layout: "plot-throughput"
12532
12533 - type: "plot"
12534   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12535   algorithm: "plot_perf_box_name"
12536   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12537   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12538   include:
12539     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12540     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12541     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12542     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12543     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12544     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12545   layout:
12546     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-ndr"
12547     layout: "plot-throughput"
12548
12549 - type: "plot"
12550   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12551   algorithm: "plot_perf_box_name"
12552   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12553   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12554   include:
12555     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12556     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12557     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12558     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12559     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12560     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12561   layout:
12562     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-avf-pdr"
12563     layout: "plot-throughput"
12564
12565 - type: "plot"
12566   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12567   algorithm: "plot_perf_box_name"
12568   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12569   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12570   include:
12571     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12572     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12573     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12574     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12575     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12576     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12577   layout:
12578     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12579     layout: "plot-throughput"
12580
12581 - type: "plot"
12582   title: "Throughput: 3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12583   algorithm: "plot_perf_box_name"
12584   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12585   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12586   include:
12587     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12588     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12589     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12590     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12591     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12592     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.64B-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12593   layout:
12594     title: "3n-skx-xxv710-64b-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12595     layout: "plot-throughput"
12596
12597 - type: "plot"
12598   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12599   algorithm: "plot_perf_box_name"
12600   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12601   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12602   include:
12603     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12604     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12605     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12606     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12607     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12608     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12609   layout:
12610     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-ndr"
12611     layout: "plot-throughput"
12612
12613 - type: "plot"
12614   title: "Throughput: 3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12615   algorithm: "plot_perf_box_name"
12616   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12617   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12618   include:
12619     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12620     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12621     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12622     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12623     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12624     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-2t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12625   layout:
12626     title: "3n-skx-xxv710-imix-2t1c-ipsec-ip4routing-base-scale-dpdk-pdr"
12627     layout: "plot-throughput"
12628
12629 - type: "plot"
12630   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12631   algorithm: "plot_perf_box_name"
12632   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12633   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12634   include:
12635     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12636     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12637     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12638     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12639     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12640     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12641   layout:
12642     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12643     layout: "plot-throughput"
12644
12645 - type: "plot"
12646   title: "Throughput: 3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12647   algorithm: "plot_perf_box_name"
12648   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12649   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
12650   include:
12651     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12652     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12653     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12654     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12655     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12656     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12657   layout:
12658     title: "3n-tsh-x520-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12659     layout: "plot-throughput"
12660
12661 - type: "plot"
12662   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12663   algorithm: "plot_perf_box_name"
12664   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12665   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12666   include:
12667     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12668     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12669     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12670     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12671     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12672     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12673   layout:
12674     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
12675     layout: "plot-throughput"
12676
12677 - type: "plot"
12678   title: "Throughput: 3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12679   algorithm: "plot_perf_box_name"
12680   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12681   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
12682   include:
12683     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
12684     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12685     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12686     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12687     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
12688     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-1t1c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
12689   layout:
12690     title: "3n-dnv-x553-imix-1t1c-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
12691     layout: "plot-throughput"
12692
12693 - type: "plot"
12694   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12695   algorithm: "plot_perf_box_name"
12696   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12697   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12698   include:
12699     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12700     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12705   layout:
12706     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-ndr"
12707     layout: "plot-throughput"
12708
12709 - type: "plot"
12710   title: "Throughput: 2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12711   algorithm: "plot_perf_box_name"
12712   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12713   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12714   include:
12715     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12716     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12717     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12718     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12719     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12720     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12721   layout:
12722     title: "2n-skx-x710-64b-2t1c-l2switching-base-scale-[avf,dpdk]-pdr"
12723     layout: "plot-throughput"
12724
12725 - type: "plot"
12726   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12727   algorithm: "plot_perf_box_name"
12728   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12729   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12730   include:
12731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12737   layout:
12738     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12739     layout: "plot-throughput"
12740
12741 - type: "plot"
12742   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12743   algorithm: "plot_perf_box_name"
12744   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12745   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12746   include:
12747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12752     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12753   layout:
12754     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12755     layout: "plot-throughput"
12756
12757 - type: "plot"
12758   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12759   algorithm: "plot_perf_box_name"
12760   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12761   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12762   include:
12763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12766     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12767     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12768     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12769   layout:
12770     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12771     layout: "plot-throughput"
12772
12773 - type: "plot"
12774   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12775   algorithm: "plot_perf_box_name"
12776   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12777   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12778   include:
12779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
12782     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
12783     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12784     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12785   layout:
12786     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12787     layout: "plot-throughput"
12788
12789 - type: "plot"
12790   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12791   algorithm: "plot_perf_box_name"
12792   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12793   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12794   include:
12795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12798     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12799   layout:
12800     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12801     layout: "plot-throughput"
12802
12803 - type: "plot"
12804   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12805   algorithm: "plot_perf_box_name"
12806   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12807   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12808   include:
12809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12812     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12813   layout:
12814     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12815     layout: "plot-throughput"
12816
12817 - type: "plot"
12818   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12819   algorithm: "plot_perf_box_name"
12820   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12821   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12822   include:
12823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12826     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12827   layout:
12828     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12829     layout: "plot-throughput"
12830
12831 - type: "plot"
12832   title: "Throughput: 2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12833   algorithm: "plot_perf_box_name"
12834   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12835   data: "plot-vpp-throughput-lat-tsa-2n-skx"
12836   include:
12837     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12838     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
12839     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
12840     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12841   layout:
12842     title: "2n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
12843     layout: "plot-throughput"
12844
12845 - type: "plot"
12846   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12847   algorithm: "plot_perf_box_name"
12848   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12849   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12850   include:
12851     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12852     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12853     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12854     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12855     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12856     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12857   layout:
12858     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-ndr"
12859     layout: "plot-throughput"
12860
12861 - type: "plot"
12862   title: "Throughput: 3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12863   algorithm: "plot_perf_box_name"
12864   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12865   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
12866   include:
12867     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
12868     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
12869     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
12870     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12871     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
12872     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
12873   layout:
12874     title: "3n-hsw-xl710-64b-1t1c-l2switching-base-scale-dpdk-pdr"
12875     layout: "plot-throughput"
12876
12877 - type: "plot"
12878   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12879   algorithm: "plot_perf_box_name"
12880   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12882   include:
12883     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12884     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12885     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12886     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12887     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12888   layout:
12889     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
12890     layout: "plot-throughput"
12891
12892 - type: "plot"
12893   title: "Throughput: 3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12894   algorithm: "plot_perf_box_name"
12895   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12896   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12897   include:
12898     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12899     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12900     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12901     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12902     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12903   layout:
12904     title: "3n-skx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
12905     layout: "plot-throughput"
12906
12907 - type: "plot"
12908   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12909   algorithm: "plot_perf_box_name"
12910   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12911   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12912   include:
12913     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12914     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12915     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12916     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12917     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12918   layout:
12919     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
12920     layout: "plot-throughput"
12921
12922 - type: "plot"
12923   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12924   algorithm: "plot_perf_box_name"
12925   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12926   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12927   include:
12928     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
12929     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
12930     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12931     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12932     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12933   layout:
12934     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
12935     layout: "plot-throughput"
12936
12937 - type: "plot"
12938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12939   algorithm: "plot_perf_box_name"
12940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12942   include:
12943     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12944     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12945     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12946     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12947   layout:
12948     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
12949     layout: "plot-throughput"
12950
12951 - type: "plot"
12952   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12953   algorithm: "plot_perf_box_name"
12954   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12955   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12956   include:
12957     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
12958     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
12959     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
12960     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
12961   layout:
12962     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
12963     layout: "plot-throughput"
12964
12965 - type: "plot"
12966   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12967   algorithm: "plot_perf_box_name"
12968   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12969   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12970   include:
12971     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12972     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12973     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12974     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12975     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12976     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12977   layout:
12978     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
12979     layout: "plot-throughput"
12980
12981 - type: "plot"
12982   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12983   algorithm: "plot_perf_box_name"
12984   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12985   data: "plot-vpp-throughput-lat-tsa-3n-skx"
12986   include:
12987     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
12988     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
12989     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
12990     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
12991     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
12992     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
12993   layout:
12994     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
12995     layout: "plot-throughput"
12996
12997 - type: "plot"
12998   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
12999   algorithm: "plot_perf_box_name"
13000   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13001   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13002   include:
13003     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13004     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13005     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13006     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13007     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13008     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13009   layout:
13010     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
13011     layout: "plot-throughput"
13012
13013 - type: "plot"
13014   title: "Throughput: 3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13015   algorithm: "plot_perf_box_name"
13016   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13017   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13018   include:
13019     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
13020     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
13021     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13022     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13023     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13024     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13025   layout:
13026     title: "3n-skx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
13027     layout: "plot-throughput"
13028
13029 - type: "plot"
13030   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13031   algorithm: "plot_perf_box_name"
13032   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13033   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13034   include:
13035     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13036     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13037     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13038     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13039     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13040     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13041   layout:
13042     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-ndr"
13043     layout: "plot-throughput"
13044
13045 - type: "plot"
13046   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13047   algorithm: "plot_perf_box_name"
13048   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13049   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13050   include:
13051     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
13052     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13053     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13054     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13055     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13056     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13057   layout:
13058     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-avf-pdr"
13059     layout: "plot-throughput"
13060
13061 - type: "plot"
13062   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13063   algorithm: "plot_perf_box_name"
13064   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13065   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13066   include:
13067     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13068     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13069     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13070     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13071     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13072     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13073   layout:
13074     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-ndr"
13075     layout: "plot-throughput"
13076
13077 - type: "plot"
13078   title: "Throughput: 3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13079   algorithm: "plot_perf_box_name"
13080   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13081   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13082   include:
13083     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
13084     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13085     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13086     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13087     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13088     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13089   layout:
13090     title: "3n-skx-xxv710-64b-2t1c-features-l2switching-base-dpdk-pdr"
13091     layout: "plot-throughput"
13092
13093 - type: "plot"
13094   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13095   algorithm: "plot_perf_box_name"
13096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13098   include:
13099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13103   layout:
13104     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-ndr"
13105     layout: "plot-throughput"
13106
13107 - type: "plot"
13108   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13109   algorithm: "plot_perf_box_name"
13110   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13111   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13112   include:
13113     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13114     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13117   layout:
13118     title: "3n-tsh-x520-64b-1t1c-l2switching-base-ixgbe-pdr"
13119     layout: "plot-throughput"
13120
13121 - type: "plot"
13122   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13123   algorithm: "plot_perf_box_name"
13124   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13125   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13126   include:
13127     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13128     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13129     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13130     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13133   layout:
13134     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13135     layout: "plot-throughput"
13136
13137 - type: "plot"
13138   title: "Throughput: 3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13139   algorithm: "plot_perf_box_name"
13140   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13141   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13142   include:
13143     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13144     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13145     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13146     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13147     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13148     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13149   layout:
13150     title: "3n-tsh-x520-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13151     layout: "plot-throughput"
13152
13153 - type: "plot"
13154   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13155   algorithm: "plot_perf_box_name"
13156   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13157   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13158   include:
13159     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13160     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13161     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13162     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13163     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13164     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13165   layout:
13166     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13167     layout: "plot-throughput"
13168
13169 - type: "plot"
13170   title: "Throughput: 3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13171   algorithm: "plot_perf_box_name"
13172   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13173   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13174   include:
13175     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13176     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13177     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13178     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13179     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13180     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13181   layout:
13182     title: "3n-tsh-x520-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13183     layout: "plot-throughput"
13184
13185 #- type: "plot"
13186 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13187 #  algorithm: "plot_perf_box_name"
13188 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13189 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13190 #  include:
13191 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13192 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13193 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13194 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13195 #  layout:
13196 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13197 #    layout: "plot-throughput"
13198 #
13199 #- type: "plot"
13200 #  title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13201 #  algorithm: "plot_perf_box_name"
13202 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13203 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13204 #  include:
13205 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13206 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13207 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13208 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13209 #  layout:
13210 #    title: "2n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13211 #    layout: "plot-throughput"
13212
13213 - type: "plot"
13214   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13215   algorithm: "plot_perf_box_name"
13216   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13217   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13218   include:
13219     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13220     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13221     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13222     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13223     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13224     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13225   layout:
13226     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13227     layout: "plot-throughput"
13228
13229 - type: "plot"
13230   title: "Throughput: 2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13231   algorithm: "plot_perf_box_name"
13232   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13233   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
13234   include:
13235     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13236     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13237     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13238     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13239     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13240     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13241   layout:
13242     title: "2n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13243     layout: "plot-throughput"
13244
13245 #- type: "plot"
13246 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13247 #  algorithm: "plot_perf_box_name"
13248 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13249 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13250 #  include:
13251 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13252 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13253 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13254 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13255 #  layout:
13256 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-ndr"
13257 #    layout: "plot-throughput"
13258 #
13259 #- type: "plot"
13260 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13261 #  algorithm: "plot_perf_box_name"
13262 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13263 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13264 #  include:
13265 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-1t1c-dot1q-l2xcbase-ndrpdr"
13266 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13267 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-ndrpdr"
13268 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13269 #  layout:
13270 #    title: "3n-dnv-x553-64b-1t1c-l2switching-base-ixgbe-pdr"
13271 #    layout: "plot-throughput"
13272
13273 - type: "plot"
13274   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13275   algorithm: "plot_perf_box_name"
13276   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13277   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13278   include:
13279     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13280     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13281     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13282     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13283     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13284     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13285   layout:
13286     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-ndr"
13287     layout: "plot-throughput"
13288
13289 - type: "plot"
13290   title: "Throughput: 3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13291   algorithm: "plot_perf_box_name"
13292   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13293   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13294   include:
13295     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-1t1c-eth-l2patch-ndrpdr"
13296     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13297     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-ndrpdr"
13298     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale10kmaclrn-ndrpdr"
13299     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale100kmaclrn-ndrpdr"
13300     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-1t1c-eth-l2bdscale1mmaclrn-ndrpdr"
13301   layout:
13302     title: "3n-dnv-x553-64b-1t1c-l2switching-base-scale-ixgbe-pdr"
13303     layout: "plot-throughput"
13304
13305 #- type: "plot"
13306 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13307 #  algorithm: "plot_perf_box_name"
13308 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13309 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13310 #  include:
13311 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13312 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13313 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13314 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13315 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13316 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13317 #  layout:
13318 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-ndr"
13319 #    layout: "plot-throughput"
13320 #
13321 #- type: "plot"
13322 #  title: "Throughput: 3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13323 #  algorithm: "plot_perf_box_name"
13324 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13325 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13326 #  include:
13327 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-1t1c-eth-l2xcbase-ndrpdr"
13328 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
13329 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
13330 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
13331 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
13332 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
13333 #  layout:
13334 #    title: "3n-dnv-x553-64b-1t1c-features-l2switching-base-ixgbe-pdr"
13335 #    layout: "plot-throughput"
13336
13337 - type: "plot"
13338   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13339   algorithm: "plot_perf_box_name"
13340   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13341   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13342   include:
13343     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13344     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13345     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13346     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13347     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13348     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13349   layout:
13350     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-ndr"
13351     layout: "plot-throughput"
13352
13353 - type: "plot"
13354   title: "Throughput: 3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13355   algorithm: "plot_perf_box_name"
13356   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13357   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13358   include:
13359     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13360     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13361     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13362     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13363     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13364     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13365   layout:
13366     title: "3n-hsw-xl710-78b-1t1c-srv6-ip6routing-base-dpdk-pdr"
13367     layout: "plot-throughput"
13368
13369 - type: "plot"
13370   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13371   algorithm: "plot_perf_box_name"
13372   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13373   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13374   include:
13375     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13376     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13377     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13378     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13379     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13380     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13381   layout:
13382     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-ndr"
13383     layout: "plot-throughput"
13384
13385 - type: "plot"
13386   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13387   algorithm: "plot_perf_box_name"
13388   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13389   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13390   include:
13391     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13392     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13393     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13394     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13395     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13396     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13397   layout:
13398     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-avf-pdr"
13399     layout: "plot-throughput"
13400
13401 - type: "plot"
13402   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13403   algorithm: "plot_perf_box_name"
13404   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13405   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13406   include:
13407     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13408     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13409     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13410     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13411     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13412     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13413   layout:
13414     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-ndr"
13415     layout: "plot-throughput"
13416
13417 - type: "plot"
13418   title: "Throughput: 3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13419   algorithm: "plot_perf_box_name"
13420   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13421   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13422   include:
13423     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-2t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13424     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13425     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13426     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13427     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13428     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-2t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13429   layout:
13430     title: "3n-skx-xxv710-78b-2t1c-srv6-ip6routing-base-dpdk-pdr"
13431     layout: "plot-throughput"
13432
13433 - type: "plot"
13434   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13435   algorithm: "plot_perf_box_name"
13436   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13437   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13438   include:
13439     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13440     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13441     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13442     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13443     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13444     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13445   layout:
13446     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13447     layout: "plot-throughput"
13448
13449 - type: "plot"
13450   title: "Throughput: 3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13451   algorithm: "plot_perf_box_name"
13452   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13453   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13454   include:
13455     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13456     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13457     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13458     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
13459     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
13460     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
13461   layout:
13462     title: "3n-tsh-x520-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13463     layout: "plot-throughput"
13464
13465 #- type: "plot"
13466 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13467 #  algorithm: "plot_perf_box_name"
13468 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13469 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13470 #  include:
13471 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13472 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13473 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13474 #  layout:
13475 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-ndr"
13476 #    layout: "plot-throughput"
13477 #
13478 #- type: "plot"
13479 #  title: "Throughput: 3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13480 #  algorithm: "plot_perf_box_name"
13481 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13482 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
13483 #  include:
13484 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-1t1c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
13485 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
13486 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-1t1c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
13487 #  layout:
13488 #    title: "3n-dnv-x553-78b-1t1c-srv6-ip6routing-base-ixgbe-pdr"
13489 #    layout: "plot-throughput"
13490
13491 - type: "plot"
13492   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13493   algorithm: "plot_perf_box_name"
13494   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13495   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13496   include:
13497     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13498     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13499     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13500     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13501     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13502   layout:
13503     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13504     layout: "plot-throughput"
13505
13506 - type: "plot"
13507   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13508   algorithm: "plot_perf_box_name"
13509   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13510   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13511   include:
13512     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13513     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13514     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13515     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13516     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13517   layout:
13518     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13519     layout: "plot-throughput"
13520
13521 - type: "plot"
13522   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13523   algorithm: "plot_perf_box_name"
13524   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13525   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13526   include:
13527     - "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"
13528     - "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"
13529     - "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"
13530     - "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"
13531     - "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"
13532   layout:
13533     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13534     layout: "plot-throughput"
13535
13536 - type: "plot"
13537   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13538   algorithm: "plot_perf_box_name"
13539   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13540   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13541   include:
13542     - "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"
13543     - "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"
13544     - "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"
13545     - "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"
13546     - "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"
13547   layout:
13548     title: "2n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13549     layout: "plot-throughput"
13550
13551 - type: "plot"
13552   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13553   algorithm: "plot_perf_box_name"
13554   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13555   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13556   include:
13557     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13558     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13559     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13560     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13561     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13562   layout:
13563     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13564     layout: "plot-throughput"
13565
13566 - type: "plot"
13567   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13568   algorithm: "plot_perf_box_name"
13569   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13570   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13571   include:
13572     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13573     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13574     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13575     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13576     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13577   layout:
13578     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13579     layout: "plot-throughput"
13580
13581 - type: "plot"
13582   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13583   algorithm: "plot_perf_box_name"
13584   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13585   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13586   include:
13587     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13588     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13589     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13590     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13591     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13592   layout:
13593     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13594     layout: "plot-throughput"
13595
13596 - type: "plot"
13597   title: "Throughput: 2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13598   algorithm: "plot_perf_box_name"
13599   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13600   data: "plot-vpp-throughput-lat-tsa-2n-skx"
13601   include:
13602     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13603     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13604     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13605     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13606     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13607   layout:
13608     title: "2n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13609     layout: "plot-throughput"
13610
13611 - type: "plot"
13612   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13613   algorithm: "plot_perf_box_name"
13614   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13615   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13616   include:
13617     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13618     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13619     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13620     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13621     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13622   layout:
13623     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-ndr"
13624     layout: "plot-throughput"
13625
13626 - type: "plot"
13627   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13628   algorithm: "plot_perf_box_name"
13629   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13630   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13631   include:
13632     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13633     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13634     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13635     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13636     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13637   layout:
13638     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-pdr"
13639     layout: "plot-throughput"
13640
13641 - type: "plot"
13642   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13643   algorithm: "plot_perf_box_name"
13644   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13645   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13646   include:
13647     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13648     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13649     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13650     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13651     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13652   layout:
13653     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-ndr"
13654     layout: "plot-throughput"
13655
13656 - type: "plot"
13657   title: "Throughput: 3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13658   algorithm: "plot_perf_box_name"
13659   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13660   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
13661   include:
13662     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13663     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13664     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13665     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13666     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13667   layout:
13668     title: "3n-hsw-xl710-64b-1t1c-vhost-base-dpdk-vpp-pdr"
13669     layout: "plot-throughput"
13670
13671 - type: "plot"
13672   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13673   algorithm: "plot_perf_box_name"
13674   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13675   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13676   include:
13677     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13678     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13679     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13680     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13681   layout:
13682     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13683     layout: "plot-throughput"
13684
13685 - type: "plot"
13686   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13687   algorithm: "plot_perf_box_name"
13688   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13689   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13690   include:
13691     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13692     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13693     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13694     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X710-Avf-2Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-2lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13695   layout:
13696     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13697     layout: "plot-throughput"
13698
13699 - type: "plot"
13700   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13701   algorithm: "plot_perf_box_name"
13702   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13703   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13704   include:
13705     - "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"
13706     - "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"
13707     - "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"
13708     - "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"
13709   layout:
13710     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13711     layout: "plot-throughput"
13712
13713 - type: "plot"
13714   title: "Throughput: 3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13715   algorithm: "plot_perf_box_name"
13716   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13717   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13718   include:
13719     - "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"
13720     - "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"
13721     - "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"
13722     - "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"
13723   layout:
13724     title: "3n-skx-x710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13725     layout: "plot-throughput"
13726
13727 - type: "plot"
13728   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13729   algorithm: "plot_perf_box_name"
13730   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13731   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13732   include:
13733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13737     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13738     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13739   layout:
13740     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-ndr"
13741     layout: "plot-throughput"
13742
13743 - type: "plot"
13744   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13745   algorithm: "plot_perf_box_name"
13746   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13747   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13748   include:
13749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13753     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13754     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13755   layout:
13756     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-pdr"
13757     layout: "plot-throughput"
13758
13759 - type: "plot"
13760   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13761   algorithm: "plot_perf_box_name"
13762   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13763   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13764   include:
13765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13768     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13769     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13770     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13771   layout:
13772     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
13773     layout: "plot-throughput"
13774
13775 - type: "plot"
13776   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13777   algorithm: "plot_perf_box_name"
13778   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13779   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13780   include:
13781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13783     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13784     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13785     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13786     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13787   layout:
13788     title: "3n-skx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
13789     layout: "plot-throughput"
13790
13791 - type: "plot"
13792   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13793   algorithm: "plot_perf_box_name"
13794   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13795   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13796   include:
13797     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13798     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13799     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13800     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13801     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13802     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13803   layout:
13804     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
13805     layout: "plot-throughput"
13806
13807 - type: "plot"
13808   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13809   algorithm: "plot_perf_box_name"
13810   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13811   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13812   include:
13813     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13814     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13815     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13816     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13817     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13818     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13819   layout:
13820     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
13821     layout: "plot-throughput"
13822
13823 - type: "plot"
13824   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13825   algorithm: "plot_perf_box_name"
13826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13828   include:
13829     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13830     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13831     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13832     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13833     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13834   layout:
13835     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
13836     layout: "plot-throughput"
13837
13838 - type: "plot"
13839   title: "Throughput: 3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13840   algorithm: "plot_perf_box_name"
13841   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13842   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13843   include:
13844     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13845     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13846     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13847     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13848     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
13849   layout:
13850     title: "3n-skx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
13851     layout: "plot-throughput"
13852
13853 - type: "plot"
13854   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13855   algorithm: "plot_perf_box_name"
13856   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13860     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13861   layout:
13862     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-ndr"
13863     layout: "plot-throughput"
13864
13865 - type: "plot"
13866   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13867   algorithm: "plot_perf_box_name"
13868   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-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-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13872     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13873   layout:
13874     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-pdr"
13875     layout: "plot-throughput"
13876
13877 - type: "plot"
13878   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13879   algorithm: "plot_perf_box_name"
13880   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13881   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13882   include:
13883     - "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"
13884     - "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"
13885   layout:
13886     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-ndr"
13887     layout: "plot-throughput"
13888
13889 - type: "plot"
13890   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13891   algorithm: "plot_perf_box_name"
13892   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13893   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13894   include:
13895     - "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"
13896     - "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"
13897   layout:
13898     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-avf-vpp-pdr"
13899     layout: "plot-throughput"
13900
13901 - type: "plot"
13902   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13903   algorithm: "plot_perf_box_name"
13904   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13908     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13909   layout:
13910     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-ndr"
13911     layout: "plot-throughput"
13912
13913 - type: "plot"
13914   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13915   algorithm: "plot_perf_box_name"
13916   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-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-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13920     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13921   layout:
13922     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-pdr"
13923     layout: "plot-throughput"
13924
13925 - type: "plot"
13926   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13927   algorithm: "plot_perf_box_name"
13928   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13929   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13930   include:
13931     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13932     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13933   layout:
13934     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-ndr"
13935     layout: "plot-throughput"
13936
13937 - type: "plot"
13938   title: "Throughput: 3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13939   algorithm: "plot_perf_box_name"
13940   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13941   data: "plot-vpp-throughput-lat-tsa-3n-skx"
13942   include:
13943     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13944     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13945   layout:
13946     title: "3n-skx-xxv710-64b-2t1c-link-bonding-vhost-base-dpdk-vpp-pdr"
13947     layout: "plot-throughput"
13948
13949 - type: "plot"
13950   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13951   algorithm: "plot_perf_box_name"
13952   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13953   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13954   include:
13955     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13956     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13957     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13958     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13959     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13960     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13961   layout:
13962     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-ndr"
13963     layout: "plot-throughput"
13964
13965 - type: "plot"
13966   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13967   algorithm: "plot_perf_box_name"
13968   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13969   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13970   include:
13971     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13972     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13973     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13974     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13975     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13976     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
13977   layout:
13978     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-vppl2xc-pdr"
13979     layout: "plot-throughput"
13980
13981 - type: "plot"
13982   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13983   algorithm: "plot_perf_box_name"
13984   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13985   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
13986   include:
13987     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13988     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13989     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
13990     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13991     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
13992     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
13993   layout:
13994     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-ndr"
13995     layout: "plot-throughput"
13996
13997 - type: "plot"
13998   title: "Throughput: 3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
13999   algorithm: "plot_perf_box_name"
14000   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14001   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14002   include:
14003     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14004     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14005     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14006     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14007     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
14008     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14009   layout:
14010     title: "3n-tsh-x520-64b-1t1c-vhost-base-ixgbe-pdr"
14011     layout: "plot-throughput"
14012
14013 #- type: "plot"
14014 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14015 #  algorithm: "plot_perf_box_name"
14016 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14017 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14018 #  include:
14019 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14020 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14021 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14022 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14023 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14024 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14025 #  layout:
14026 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-ndr"
14027 #    layout: "plot-throughput"
14028 #
14029 #- type: "plot"
14030 #  title: "Throughput: 3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14031 #  algorithm: "plot_perf_box_name"
14032 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14033 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
14034 #  include:
14035 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14036 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14037 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
14038 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14039 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14040 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-1t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
14041 #  layout:
14042 #    title: "3n-tsh-x520-64b-1t1c-link-bonding-vhost-base-ixgbe-pdr"
14043 #    layout: "plot-throughput"
14044
14045 - type: "plot"
14046   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14047   algorithm: "plot_perf_box_name"
14048   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
14049   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14050   include:
14051     - "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"
14052     - "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"
14053     - "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"
14054     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14055     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14056     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14057   layout:
14058     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
14059     layout: "plot-throughput"
14060
14061 - type: "plot"
14062   title: "Throughput: 2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14063   algorithm: "plot_perf_box_name"
14064   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
14065   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14066   include:
14067     - "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"
14068     - "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"
14069     - "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"
14070     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
14071     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
14072     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
14073   layout:
14074     title: "2n-skx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
14075     layout: "plot-throughput"
14076
14077 ################################################################################
14078
14079 # Packet Speedup
14080
14081 - type: "plot"
14082   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14083   algorithm: "plot_tsa_name"
14084   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14085   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14086   include:
14087     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14088     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14089     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14090     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14091   layout:
14092     title: "2n-skx-xxv710-64b-memif-base-avf-ndr"
14093     layout: "plot-throughput-speedup-analysis"
14094
14095 - type: "plot"
14096   title: "Speedup: 2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14097   algorithm: "plot_tsa_name"
14098   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14099   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14100   include:
14101     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14102     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14103     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14104     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14105   layout:
14106     title: "2n-skx-xxv710-64b-memif-base-avf-pdr"
14107     layout: "plot-throughput-speedup-analysis"
14108
14109 - type: "plot"
14110   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14111   algorithm: "plot_tsa_name"
14112   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14113   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14114   include:
14115     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14116     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14117     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14118     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14119   layout:
14120     title: "2n-skx-xxv710-64b-memif-base-dpdk-ndr"
14121     layout: "plot-throughput-speedup-analysis"
14122
14123 - type: "plot"
14124   title: "Speedup: 2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14125   algorithm: "plot_tsa_name"
14126   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14127   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14128   include:
14129     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14130     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14131     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14132     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14133   layout:
14134     title: "2n-skx-xxv710-64b-memif-base-dpdk-pdr"
14135     layout: "plot-throughput-speedup-analysis"
14136
14137 - type: "plot"
14138   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14139   algorithm: "plot_tsa_name"
14140   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-ndr-tsa"
14141   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14142   include:
14143     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14144     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14145     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14146     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14147     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14148   layout:
14149     title: "3n-skx-xxv710-64b-memif-base-avf-ndr"
14150     layout: "plot-throughput-speedup-analysis"
14151
14152 - type: "plot"
14153   title: "Speedup: 3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14154   algorithm: "plot_tsa_name"
14155   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-avf-pdr-tsa"
14156   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14157   include:
14158     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14159     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14160     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14161     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14162     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14163   layout:
14164     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14165     layout: "plot-throughput-speedup-analysis"
14166
14167 - type: "plot"
14168   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14169   algorithm: "plot_tsa_name"
14170   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-ndr-tsa"
14171   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14172   include:
14173     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14174     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14175     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14176     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14177     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14178   layout:
14179     title: "3n-skx-xxv710-64b-memif-base-dpdk-ndr"
14180     layout: "plot-throughput-speedup-analysis"
14181
14182 - type: "plot"
14183   title: "Speedup: 3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14184   algorithm: "plot_tsa_name"
14185   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-memif-base-dpdk-pdr-tsa"
14186   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14187   include:
14188     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
14189     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
14190     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
14191     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
14192     - "Tests.Vpp.Perf.Container Memif.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
14193   layout:
14194     title: "3n-skx-xxv710-64b-memif-base-dpdk-pdr"
14195     layout: "plot-throughput-speedup-analysis"
14196
14197 - type: "plot"
14198   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14199   algorithm: "plot_tsa_name"
14200   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
14201   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14202   include:
14203     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14204     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14205     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14206     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14207     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14209   layout:
14210     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
14211     layout: "plot-throughput-speedup-analysis"
14212
14213 - type: "plot"
14214   title: "Speedup: 2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14215   algorithm: "plot_tsa_name"
14216   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
14217   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14218   include:
14219     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14220     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14221     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14222     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14223     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14224     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14225   layout:
14226     title: "2n-skx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
14227     layout: "plot-throughput-speedup-analysis"
14228
14229 - type: "plot"
14230   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14231   algorithm: "plot_tsa_name"
14232   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14233   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14234   include:
14235     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14236     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14237     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14240   layout:
14241     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14242     layout: "plot-throughput-speedup-analysis"
14243
14244 - type: "plot"
14245   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14246   algorithm: "plot_tsa_name"
14247   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14248   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14249   include:
14250     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14251     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14255   layout:
14256     title: "2n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14257     layout: "plot-throughput-speedup-analysis"
14258
14259 - type: "plot"
14260   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14261   algorithm: "plot_tsa_name"
14262   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
14263   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14264   include:
14265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14268   layout:
14269     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
14270     layout: "plot-throughput-speedup-analysis"
14271
14272 - type: "plot"
14273   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14274   algorithm: "plot_tsa_name"
14275   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
14276   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14277   include:
14278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
14279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
14280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
14281   layout:
14282     title: "2n-skx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
14283     layout: "plot-throughput-speedup-analysis"
14284
14285 - type: "plot"
14286   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14287   algorithm: "plot_tsa_name"
14288   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14289   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14290   include:
14291     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14292     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14296   layout:
14297     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14298     layout: "plot-throughput-speedup-analysis"
14299
14300 - type: "plot"
14301   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14302   algorithm: "plot_tsa_name"
14303   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14304   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14305   include:
14306     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14307     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14311   layout:
14312     title: "2n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14313     layout: "plot-throughput-speedup-analysis"
14314
14315 - type: "plot"
14316   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14317   algorithm: "plot_tsa_name"
14318   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
14319   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14320   include:
14321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14324   layout:
14325     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
14326     layout: "plot-throughput-speedup-analysis"
14327
14328 - type: "plot"
14329   title: "Speedup: 2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14330   algorithm: "plot_tsa_name"
14331   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
14332   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14333   include:
14334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
14335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
14336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
14337   layout:
14338     title: "2n-skx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
14339     layout: "plot-throughput-speedup-analysis"
14340
14341 - type: "plot"
14342   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14343   algorithm: "plot_tsa_name"
14344   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14345   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14346   include:
14347     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14348     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14349     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14353   layout:
14354     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14355     layout: "plot-throughput-speedup-analysis"
14356
14357 - type: "plot"
14358   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14359   algorithm: "plot_tsa_name"
14360   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14361   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14362   include:
14363     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14364     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14365     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14369   layout:
14370     title: "2n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14371     layout: "plot-throughput-speedup-analysis"
14372
14373 - type: "plot"
14374   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14375   algorithm: "plot_tsa_name"
14376   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14377   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14378   include:
14379     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14380     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14381     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14385   layout:
14386     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14387     layout: "plot-throughput-speedup-analysis"
14388
14389 - type: "plot"
14390   title: "Speedup: 2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14391   algorithm: "plot_tsa_name"
14392   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14393   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14394   include:
14395     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14396     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14397     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14401   layout:
14402     title: "2n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14403     layout: "plot-throughput-speedup-analysis"
14404
14405 - type: "plot"
14406   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14407   algorithm: "plot_tsa_name"
14408   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14409   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14410   include:
14411     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14412     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14413     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14414   layout:
14415     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-ndr"
14416     layout: "plot-throughput-speedup-analysis"
14417
14418 - type: "plot"
14419   title: "Speedup: 3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14420   algorithm: "plot_tsa_name"
14421   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14422   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14423   include:
14424     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14425     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14426     - "Tests.Vpp.Perf.Ip4.40Ge2P1Xl710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14427   layout:
14428     title: "3n-hsw-xl710-64b-ip4routing-base-scale-dpdk-pdr"
14429     layout: "plot-throughput-speedup-analysis"
14430
14431 - type: "plot"
14432   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14433   algorithm: "plot_tsa_name"
14434   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-ndr-tsa"
14435   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14436   include:
14437     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14438     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14439     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14440 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14441 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14442   layout:
14443     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-ndr"
14444     layout: "plot-throughput-speedup-analysis"
14445
14446 - type: "plot"
14447   title: "Speedup: 3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14448   algorithm: "plot_tsa_name"
14449   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-ip4routing-base-scale-avf-pdr-tsa"
14450   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14451   include:
14452     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
14453     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14454     - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14455 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14456 #    - "Tests.Vpp.Perf.Ip4.10Ge2P1X710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14457   layout:
14458     title: "3n-skx-x710-64b-ip4routing-base-scale-avf-pdr"
14459     layout: "plot-throughput-speedup-analysis"
14460
14461 - type: "plot"
14462   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14463   algorithm: "plot_tsa_name"
14464   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
14465   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14466   include:
14467     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14468     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14469     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14470     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14471     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14472   layout:
14473     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-ndr"
14474     layout: "plot-throughput-speedup-analysis"
14475
14476 - type: "plot"
14477   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14478   algorithm: "plot_tsa_name"
14479   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
14480   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14481   include:
14482     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
14483     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-eth-ip4base-ndrpdr"
14484     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
14485     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
14486     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
14487   layout:
14488     title: "3n-skx-xxv710-64b-ip4routing-base-scale-avf-pdr"
14489     layout: "plot-throughput-speedup-analysis"
14490
14491 - type: "plot"
14492   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14493   algorithm: "plot_tsa_name"
14494   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
14495   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14496   include:
14497     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14498     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14499     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14500     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14501     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14502   layout:
14503     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
14504     layout: "plot-throughput-speedup-analysis"
14505
14506 - type: "plot"
14507   title: "Speedup: 3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14508   algorithm: "plot_tsa_name"
14509   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
14510   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14511   include:
14512     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
14513     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14514     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
14515     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
14516     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
14517   layout:
14518     title: "3n-skx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
14519     layout: "plot-throughput-speedup-analysis"
14520
14521 - type: "plot"
14522   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14523   algorithm: "plot_tsa_name"
14524   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
14525   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14526   include:
14527     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14528     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14529     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14530     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14531     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14532     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14533   layout:
14534     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-ndr"
14535     layout: "plot-throughput-speedup-analysis"
14536
14537 - type: "plot"
14538   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14539   algorithm: "plot_tsa_name"
14540   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
14541   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14542   include:
14543     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14544     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14545     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14546     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14547     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
14548     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
14549   layout:
14550     title: "3n-skx-xxv710-64b-features-ip4routing-base-avf-pdr"
14551     layout: "plot-throughput-speedup-analysis"
14552
14553 - type: "plot"
14554   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14555   algorithm: "plot_tsa_name"
14556   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
14557   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14558   include:
14559     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14560     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14561     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14562     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14563     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14564     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14565   layout:
14566     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
14567     layout: "plot-throughput-speedup-analysis"
14568
14569 - type: "plot"
14570   title: "Speedup: 3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14571   algorithm: "plot_tsa_name"
14572   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
14573   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14574   include:
14575     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
14576     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
14577     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
14578     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
14579     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
14580     - "Tests.Vpp.Perf.Ip4.25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
14581   layout:
14582     title: "3n-skx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
14583     layout: "plot-throughput-speedup-analysis"
14584
14585 - type: "plot"
14586   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14587   algorithm: "plot_tsa_name"
14588   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr-tsa"
14589   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14590   include:
14591     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14592     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14593   layout:
14594     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-ndr"
14595     layout: "plot-throughput-speedup-analysis"
14596
14597 - type: "plot"
14598   title: "Speedup: 3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14599   algorithm: "plot_tsa_name"
14600   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr-tsa"
14601   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14602   include:
14603     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14604     - "Tests.Vpp.Perf.Ip4 Tunnels.40Ge2P1Xl710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14605   layout:
14606     title: "3n-hsw-xl710-64b-ip4tunnel-base-dpdk-pdr"
14607     layout: "plot-throughput-speedup-analysis"
14608
14609 - type: "plot"
14610   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14611   algorithm: "plot_tsa_name"
14612   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr-tsa"
14613   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14614   include:
14615     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14616     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14617     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14618     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14619   layout:
14620     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-ndr"
14621     layout: "plot-throughput-speedup-analysis"
14622
14623 - type: "plot"
14624   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14625   algorithm: "plot_tsa_name"
14626   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr-tsa"
14627   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14628   include:
14629     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2xcbase-ndrpdr"
14630     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14631     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14632     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Avf-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-avf-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14633   layout:
14634     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-avf-pdr"
14635     layout: "plot-throughput-speedup-analysis"
14636
14637 - type: "plot"
14638   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14639   algorithm: "plot_tsa_name"
14640   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr-tsa"
14641   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14642   include:
14643     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14644     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14645     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14646     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14647   layout:
14648     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-ndr"
14649     layout: "plot-throughput-speedup-analysis"
14650
14651 - type: "plot"
14652   title: "Speedup: 3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14653   algorithm: "plot_tsa_name"
14654   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr-tsa"
14655   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14656   include:
14657     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
14658     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
14659     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
14660     - "Tests.Vpp.Perf.Ip4 Tunnels.25Ge2P1Xxv710-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
14661   layout:
14662     title: "3n-skx-xxv710-64b-ip4tunnel-base-scale-dpdk-pdr"
14663     layout: "plot-throughput-speedup-analysis"
14664
14665 - type: "plot"
14666   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14667   algorithm: "plot_tsa_name"
14668   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
14669   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14670   include:
14671     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14672     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14673     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14674     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14675     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14676     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14677   layout:
14678     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
14679     layout: "plot-throughput-speedup-analysis"
14680
14681 - type: "plot"
14682   title: "Speedup: 2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14683   algorithm: "plot_tsa_name"
14684   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
14685   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14686   include:
14687     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14688     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14689     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14690     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14691     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14692     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14693   layout:
14694     title: "2n-skx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
14695     layout: "plot-throughput-speedup-analysis"
14696
14697 - type: "plot"
14698   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14699   algorithm: "plot_tsa_name"
14700   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14701   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14702   include:
14703     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14704     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14705     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14706     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14707     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14708   layout:
14709     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14710     layout: "plot-throughput-speedup-analysis"
14711
14712 - type: "plot"
14713   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14714   algorithm: "plot_tsa_name"
14715   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14716   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14717   include:
14718     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14719     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14720     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14721     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14722     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14723   layout:
14724     title: "2n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14725     layout: "plot-throughput-speedup-analysis"
14726
14727 - type: "plot"
14728   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14729   algorithm: "plot_tsa_name"
14730   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14731   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14732   include:
14733     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14734     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14735     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14736     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14737     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14738   layout:
14739     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14740     layout: "plot-throughput-speedup-analysis"
14741
14742 - type: "plot"
14743   title: "Speedup: 2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14744   algorithm: "plot_tsa_name"
14745   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14746   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14747   include:
14748     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14749     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14750     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14751     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14752     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14753   layout:
14754     title: "2n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14755     layout: "plot-throughput-speedup-analysis"
14756
14757 - type: "plot"
14758   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14759   algorithm: "plot_tsa_name"
14760   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14761   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14762   include:
14763     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14764     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14765     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14766   layout:
14767     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-ndr"
14768     layout: "plot-throughput-speedup-analysis"
14769
14770 - type: "plot"
14771   title: "Speedup: 3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14772   algorithm: "plot_tsa_name"
14773   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14774   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14775   include:
14776     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14777     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14778     - "Tests.Vpp.Perf.Ip6.40Ge2P1Xl710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14779   layout:
14780     title: "3n-hsw-xl710-78b-ip6routing-base-scale-dpdk-pdr"
14781     layout: "plot-throughput-speedup-analysis"
14782
14783 - type: "plot"
14784   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14785   algorithm: "plot_tsa_name"
14786   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-ndr-tsa"
14787   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14788   include:
14789     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14790     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14791     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14792   layout:
14793     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-ndr"
14794     layout: "plot-throughput-speedup-analysis"
14795
14796 - type: "plot"
14797   title: "Speedup: 3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14798   algorithm: "plot_tsa_name"
14799   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-78b-ip6routing-base-scale-avf-pdr-tsa"
14800   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14801   include:
14802     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14803     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14804     - "Tests.Vpp.Perf.Ip6.10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14805   layout:
14806     title: "3n-skx-x710-78b-ip6routing-base-scale-avf-pdr"
14807     layout: "plot-throughput-speedup-analysis"
14808
14809 - type: "plot"
14810   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14811   algorithm: "plot_tsa_name"
14812   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
14813   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14814   include:
14815     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14816     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14817     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14818     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14819     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14820   layout:
14821     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
14822     layout: "plot-throughput-speedup-analysis"
14823
14824 - type: "plot"
14825   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14826   algorithm: "plot_tsa_name"
14827   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
14828   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14829   include:
14830     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
14831     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
14832     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
14833     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
14834     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
14835   layout:
14836     title: "3n-skx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
14837     layout: "plot-throughput-speedup-analysis"
14838
14839 - type: "plot"
14840   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14841   algorithm: "plot_tsa_name"
14842   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
14843   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14844   include:
14845     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14846     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14847     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14848     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14849     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14850   layout:
14851     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-ndr"
14852     layout: "plot-throughput-speedup-analysis"
14853
14854 - type: "plot"
14855   title: "Speedup: 3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14856   algorithm: "plot_tsa_name"
14857   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
14858   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14859   include:
14860     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
14861     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
14862     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
14863     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
14864     - "Tests.Vpp.Perf.Ip6.25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
14865   layout:
14866     title: "3n-skx-xxv710-78b-ip6routing-base-scale-avf-pdr"
14867     layout: "plot-throughput-speedup-analysis"
14868
14869 - type: "plot"
14870   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14871   algorithm: "plot_tsa_name"
14872   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr-tsa"
14873   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14874   include:
14875     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14876     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14877     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14878     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14879     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14880     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14881   layout:
14882     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-ndr"
14883     layout: "plot-throughput-speedup-analysis"
14884
14885 - type: "plot"
14886   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14887   algorithm: "plot_tsa_name"
14888   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr-tsa"
14889   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14890   include:
14891     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14892     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14893     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14894     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14895     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14896     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14897   layout:
14898     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-sw-dpdk-pdr"
14899     layout: "plot-throughput-speedup-analysis"
14900
14901 - type: "plot"
14902   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14903   algorithm: "plot_tsa_name"
14904   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr-tsa"
14905   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14906   include:
14907     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14908     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14909     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes256gcm-ndrpdr"
14910     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1000Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14911   layout:
14912     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-ndr"
14913     layout: "plot-throughput-speedup-analysis"
14914
14915 - type: "plot"
14916   title: "Speedup: 3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14917   algorithm: "plot_tsa_name"
14918   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr-tsa"
14919   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
14920   include:
14921     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes256gcm-ndrpdr"
14922     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec1Tnlhw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1tnlhw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14923     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14924     - "Tests.Vpp.Perf.Crypto.40Ge2P1Xl710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14925   layout:
14926     title: "3n-hsw-xl710-imix-ipsec-ip4routing-base-scale-hw-dpdk-pdr"
14927     layout: "plot-throughput-speedup-analysis"
14928
14929 - type: "plot"
14930   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14931   algorithm: "plot_tsa_name"
14932   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr-tsa"
14933   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14934   include:
14935     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14936     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14937     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14938     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14939     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14940     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14941   layout:
14942     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-ndr"
14943     layout: "plot-throughput-speedup-analysis"
14944
14945 - type: "plot"
14946   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14947   algorithm: "plot_tsa_name"
14948   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr-tsa"
14949   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14950   include:
14951     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14952     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14953     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14954     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14955     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14956     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Avf-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-avf-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14957   layout:
14958     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-avf-pdr"
14959     layout: "plot-throughput-speedup-analysis"
14960
14961 - type: "plot"
14962   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14963   algorithm: "plot_tsa_name"
14964   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr-tsa"
14965   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14966   include:
14967     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14968     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14969     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14970     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14971     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14972     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14973   layout:
14974     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-ndr"
14975     layout: "plot-throughput-speedup-analysis"
14976
14977 - type: "plot"
14978   title: "Speedup: 3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14979   algorithm: "plot_tsa_name"
14980   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr-tsa"
14981   data: "plot-vpp-throughput-lat-tsa-3n-skx"
14982   include:
14983     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
14984     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14985     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14986     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14987     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
14988     - "Tests.Vpp.Perf.Crypto.25Ge2P1Xxv710-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
14989   layout:
14990     title: "3n-skx-xxv710-imix-ipsec-ip4routing-base-scale-dpdk-pdr"
14991     layout: "plot-throughput-speedup-analysis"
14992
14993 - type: "plot"
14994   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14995   algorithm: "plot_tsa_name"
14996   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr-tsa"
14997   data: "plot-vpp-throughput-lat-tsa-2n-skx"
14998   include:
14999     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15000     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15001     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15002     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15003     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15004     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15005   layout:
15006     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-ndr"
15007     layout: "plot-throughput-speedup-analysis"
15008
15009 - type: "plot"
15010   title: "Speedup: 2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15011   algorithm: "plot_tsa_name"
15012   output-file: "{DIR[STATIC,VPP]}/2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr-tsa"
15013   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15014   include:
15015     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15016     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15017     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15018     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15019     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15020     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15021   layout:
15022     title: "2n-skx-x710-64b-l2switching-base-scale-[avf,dpdk]-pdr"
15023     layout: "plot-throughput-speedup-analysis"
15024
15025 - type: "plot"
15026   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15027   algorithm: "plot_tsa_name"
15028   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15029   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15030   include:
15031     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15032     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15033     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15034     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15035     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15036     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15037   layout:
15038     title: "2n-skx-xxv710-64b-l2switching-base-avf-ndr"
15039     layout: "plot-throughput-speedup-analysis"
15040
15041 - type: "plot"
15042   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15043   algorithm: "plot_tsa_name"
15044   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15045   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15046   include:
15047     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15048     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15049     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15050     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15051     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15052     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15053   layout:
15054     title: "2n-skx-xxv710-64b-l2switching-base-avf-pdr"
15055     layout: "plot-throughput-speedup-analysis"
15056
15057 - type: "plot"
15058   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15059   algorithm: "plot_tsa_name"
15060   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15061   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15062   include:
15063     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15064     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15065     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15066     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15067     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15068     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15069   layout:
15070     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15071     layout: "plot-throughput-speedup-analysis"
15072
15073 - type: "plot"
15074   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15075   algorithm: "plot_tsa_name"
15076   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15077   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15078   include:
15079     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15080     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15081     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
15082     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15083     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15084     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15085   layout:
15086     title: "2n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15087     layout: "plot-throughput-speedup-analysis"
15088
15089 - type: "plot"
15090   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15091   algorithm: "plot_tsa_name"
15092   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15093   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15094   include:
15095     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15096     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15097     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15098     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15099   layout:
15100     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15101     layout: "plot-throughput-speedup-analysis"
15102
15103 - type: "plot"
15104   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15105   algorithm: "plot_tsa_name"
15106   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15107   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15108   include:
15109     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15110     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15111     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15112     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15113   layout:
15114     title: "2n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15115     layout: "plot-throughput-speedup-analysis"
15116
15117 - type: "plot"
15118   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15119   algorithm: "plot_tsa_name"
15120   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15121   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15122   include:
15123     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15124     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15125     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15126     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15127   layout:
15128     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15129     layout: "plot-throughput-speedup-analysis"
15130
15131 - type: "plot"
15132   title: "Speedup: 2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15133   algorithm: "plot_tsa_name"
15134   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15135   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15136   include:
15137     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15138     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15139     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15140     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15141   layout:
15142     title: "2n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15143     layout: "plot-throughput-speedup-analysis"
15144
15145 - type: "plot"
15146   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15147   algorithm: "plot_tsa_name"
15148   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15149   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15150   include:
15151     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15152     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15153     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15154     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15155     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15156     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15157   layout:
15158     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-ndr"
15159     layout: "plot-throughput-speedup-analysis"
15160
15161 - type: "plot"
15162   title: "Speedup: 3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15163   algorithm: "plot_tsa_name"
15164   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15165   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15166   include:
15167     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15168     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15169     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15170     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15171     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15172     - "Tests.Vpp.Perf.L2.40Ge2P1Xl710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15173   layout:
15174     title: "3n-hsw-xl710-64b-l2switching-base-scale-dpdk-pdr"
15175     layout: "plot-throughput-speedup-analysis"
15176
15177 - type: "plot"
15178   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15179   algorithm: "plot_tsa_name"
15180   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
15181   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15182   include:
15183     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15184     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15185     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15186     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15187     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15188   layout:
15189     title: "3n-skx-x710-64b-l2switching-base-scale-avf-ndr"
15190     layout: "plot-throughput-speedup-analysis"
15191
15192 - type: "plot"
15193   title: "Speedup: 3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15194   algorithm: "plot_tsa_name"
15195   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
15196   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15197   include:
15198     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15199     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15200     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15201     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15202     - "Tests.Vpp.Perf.L2.10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15203   layout:
15204     title: "3n-skx-x710-64b-l2switching-base-scale-avf-pdr"
15205     layout: "plot-throughput-speedup-analysis"
15206
15207 - type: "plot"
15208   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15209   algorithm: "plot_tsa_name"
15210   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-ndr-tsa"
15211   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15212   include:
15213     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15214     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15215     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15216     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15217     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15218   layout:
15219     title: "3n-skx-xxv710-64b-l2switching-base-avf-ndr"
15220     layout: "plot-throughput-speedup-analysis"
15221
15222 - type: "plot"
15223   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15224   algorithm: "plot_tsa_name"
15225   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-avf-pdr-tsa"
15226   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15227   include:
15228     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
15229     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
15230     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15231     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15232     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15233   layout:
15234     title: "3n-skx-xxv710-64b-l2switching-base-avf-pdr"
15235     layout: "plot-throughput-speedup-analysis"
15236
15237 - type: "plot"
15238   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15239   algorithm: "plot_tsa_name"
15240   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
15241   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15242   include:
15243     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15244     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15245     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15246     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15247   layout:
15248     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-ndr"
15249     layout: "plot-throughput-speedup-analysis"
15250
15251 - type: "plot"
15252   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15253   algorithm: "plot_tsa_name"
15254   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
15255   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15256   include:
15257     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
15258     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15259     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
15260     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15261   layout:
15262     title: "3n-skx-xxv710-64b-l2switching-base-dpdk-pdr"
15263     layout: "plot-throughput-speedup-analysis"
15264
15265 - type: "plot"
15266   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15267   algorithm: "plot_tsa_name"
15268   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
15269   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15270   include:
15271     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15272     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15273     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15274     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15275     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15276     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15277   layout:
15278     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-ndr"
15279     layout: "plot-throughput-speedup-analysis"
15280
15281 - type: "plot"
15282   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15283   algorithm: "plot_tsa_name"
15284   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
15285   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15286   include:
15287     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
15288     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
15289     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15290     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
15291     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
15292     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
15293   layout:
15294     title: "3n-skx-xxv710-64b-l2switching-base-scale-avf-pdr"
15295     layout: "plot-throughput-speedup-analysis"
15296
15297 - type: "plot"
15298   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15299   algorithm: "plot_tsa_name"
15300   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
15301   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15302   include:
15303     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15304     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15305     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15306     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15307     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15308     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15309   layout:
15310     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
15311     layout: "plot-throughput-speedup-analysis"
15312
15313 - type: "plot"
15314   title: "Speedup: 3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15315   algorithm: "plot_tsa_name"
15316   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
15317   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15318   include:
15319     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
15320     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
15321     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
15322     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
15323     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
15324     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
15325   layout:
15326     title: "3n-skx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
15327     layout: "plot-throughput-speedup-analysis"
15328
15329 - type: "plot"
15330   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15331   algorithm: "plot_tsa_name"
15332   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-ndr-tsa"
15333   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15334   include:
15335     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15336     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15337     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15338     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15339     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15340     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15341   layout:
15342     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-ndr"
15343     layout: "plot-throughput-speedup-analysis"
15344
15345 - type: "plot"
15346   title: "Speedup: 3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15347   algorithm: "plot_tsa_name"
15348   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-features-l2switching-base-avf-pdr-tsa"
15349   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15350   include:
15351     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
15352     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
15353     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
15354     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
15355     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
15356     - "Tests.Vpp.Perf.L2.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
15357   layout:
15358     title: "3n-skx-xxv710-64b-features-l2switching-base-avf-pdr"
15359     layout: "plot-throughput-speedup-analysis"
15360
15361 - type: "plot"
15362   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15363   algorithm: "plot_tsa_name"
15364   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr-tsa"
15365   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15366   include:
15367     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15368     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15369     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15370     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15371     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15372     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15373   layout:
15374     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-ndr"
15375     layout: "plot-throughput-speedup-analysis"
15376
15377 - type: "plot"
15378   title: "Speedup: 3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15379   algorithm: "plot_tsa_name"
15380   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr-tsa"
15381   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15382   include:
15383     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15384     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15385     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15386     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15387     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15388     - "Tests.Vpp.Perf.Srv6.40Ge2P1Xl710-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15389   layout:
15390     title: "3n-hsw-xl710-78b-srv6-ip6routing-base-dpdk-pdr"
15391     layout: "plot-throughput-speedup-analysis"
15392
15393 - type: "plot"
15394   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15395   algorithm: "plot_tsa_name"
15396   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr-tsa"
15397   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15398   include:
15399     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15400     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15401     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15402     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15403     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15404     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15405   layout:
15406     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-ndr"
15407     layout: "plot-throughput-speedup-analysis"
15408
15409 - type: "plot"
15410   title: "Speedup: 3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15411   algorithm: "plot_tsa_name"
15412   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr-tsa"
15413   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15414   include:
15415     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-avf-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
15416     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
15417     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
15418     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
15419     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
15420     - "Tests.Vpp.Perf.Srv6.25Ge2P1Xxv710-Avf-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-avf-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
15421   layout:
15422     title: "3n-skx-xxv710-78b-srv6-ip6routing-base-avf-pdr"
15423     layout: "plot-throughput-speedup-analysis"
15424
15425 - type: "plot"
15426   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-ndr"
15427   algorithm: "plot_tsa_name"
15428   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15429   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15430   include:
15431     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15432     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15433     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15434     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15435     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15436   layout:
15437     title: "2n-skx-xxv710-64b-vhost-base-avf-ndr"
15438     layout: "plot-throughput-speedup-analysis"
15439
15440 - type: "plot"
15441   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-pdr"
15442   algorithm: "plot_tsa_name"
15443   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15444   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15445   include:
15446     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15447     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15448     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15449     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15450     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15451   layout:
15452     title: "2n-skx-xxv710-64b-vhost-base-avf-pdr"
15453     layout: "plot-throughput-speedup-analysis"
15454
15455 - type: "plot"
15456   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15457   algorithm: "plot_tsa_name"
15458   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15459   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15460   include:
15461     - "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"
15462     - "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"
15463     - "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"
15464     - "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"
15465     - "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"
15466   layout:
15467     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15468     layout: "plot-throughput-speedup-analysis"
15469
15470 - type: "plot"
15471   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15472   algorithm: "plot_tsa_name"
15473   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15474   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15475   include:
15476     - "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"
15477     - "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"
15478     - "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"
15479     - "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"
15480     - "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"
15481   layout:
15482     title: "2n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15483     layout: "plot-throughput-speedup-analysis"
15484
15485 - type: "plot"
15486   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15487   algorithm: "plot_tsa_name"
15488   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15489   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15490   include:
15491     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15492     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15493     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15494     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15495     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15496   layout:
15497     title: "2n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15498     layout: "plot-throughput-speedup-analysis"
15499
15500 - type: "plot"
15501   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15502   algorithm: "plot_tsa_name"
15503   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15504   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15505   include:
15506     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15507     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15508     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15509     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15510     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15511   layout:
15512     title: "2n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15513     layout: "plot-throughput-speedup-analysis"
15514
15515 - type: "plot"
15516   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15517   algorithm: "plot_tsa_name"
15518   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15519   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15520   include:
15521     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15522     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15523     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15524     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15525     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15526   layout:
15527     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15528     layout: "plot-throughput-speedup-analysis"
15529
15530 - type: "plot"
15531   title: "Speedup: 2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15532   algorithm: "plot_tsa_name"
15533   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15534   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15535   include:
15536     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15537     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15538     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15539     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15540     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15541   layout:
15542     title: "2n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15543     layout: "plot-throughput-speedup-analysis"
15544
15545 - type: "plot"
15546   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15547   algorithm: "plot_tsa_name"
15548   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-ndr-tsa"
15549   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15550   include:
15551     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15552     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15553     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15554     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15555     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15556   layout:
15557     title: "3n-hsw-xl710-64b-vhost-base-dpdk-ndr"
15558     layout: "plot-throughput-speedup-analysis"
15559
15560 - type: "plot"
15561   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15562   algorithm: "plot_tsa_name"
15563   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-pdr-tsa"
15564   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15565   include:
15566     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15567     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15568     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15569     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15570     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15571   layout:
15572     title: "3n-hsw-xl710-64b-vhost-base-dpdk-pdr"
15573     layout: "plot-throughput-speedup-analysis"
15574
15575 - type: "plot"
15576   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15577   algorithm: "plot_tsa_name"
15578   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15579   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15580   include:
15581     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15582     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15583     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15584     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15585     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15586   layout:
15587     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-ndr"
15588     layout: "plot-throughput-speedup-analysis"
15589
15590 - type: "plot"
15591   title: "Speedup: 3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15592   algorithm: "plot_tsa_name"
15593   output-file: "{DIR[STATIC,VPP]}/3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15594   data: "plot-vpp-throughput-lat-tsa-3n-hsw"
15595   include:
15596     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15597     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr10241Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15598     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15599     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1V-m-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15600     - "Tests.Vpp.Perf.Vm Vhost.40Ge2P1Xl710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15601   layout:
15602     title: "3n-hsw-xl710-64b-vhost-base-dpdk-vpp-pdr"
15603     layout: "plot-throughput-speedup-analysis"
15604
15605 - type: "plot"
15606   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15607   algorithm: "plot_tsa_name"
15608   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr-tsa"
15609   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15610   include:
15611     - "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"
15612     - "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"
15613     - "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"
15614     - "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"
15615   layout:
15616     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-ndr"
15617     layout: "plot-throughput-speedup-analysis"
15618
15619 - type: "plot"
15620   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15621   algorithm: "plot_tsa_name"
15622   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr-tsa"
15623   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15624   include:
15625     - "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"
15626     - "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"
15627     - "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"
15628     - "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"
15629   layout:
15630     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-pdr"
15631     layout: "plot-throughput-speedup-analysis"
15632
15633 - type: "plot"
15634   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15635   algorithm: "plot_tsa_name"
15636   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15637   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15638   include:
15639     - "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"
15640     - "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"
15641     - "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"
15642     - "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"
15643   layout:
15644     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15645     layout: "plot-throughput-speedup-analysis"
15646
15647 - type: "plot"
15648   title: "Speedup: 3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15649   algorithm: "plot_tsa_name"
15650   output-file: "{DIR[STATIC,VPP]}/3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15651   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15652   include:
15653     - "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"
15654     - "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"
15655     - "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"
15656     - "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"
15657   layout:
15658     title: "3n-skx-x710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15659     layout: "plot-throughput-speedup-analysis"
15660
15661 - type: "plot"
15662   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-ndr"
15663   algorithm: "plot_tsa_name"
15664   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-ndr-tsa"
15665   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15666   include:
15667     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15668     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15669     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15670     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15671     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15672     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15673   layout:
15674     title: "3n-skx-xxv710-64b-vhost-base-avf-ndr"
15675     layout: "plot-throughput-speedup-analysis"
15676
15677 - type: "plot"
15678   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-pdr"
15679   algorithm: "plot_tsa_name"
15680   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-pdr-tsa"
15681   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15682   include:
15683     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15684     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15685     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15686     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15687     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15688     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Avf-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15689   layout:
15690     title: "3n-skx-xxv710-64b-vhost-base-avf-pdr"
15691     layout: "plot-throughput-speedup-analysis"
15692
15693 - type: "plot"
15694   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15695   algorithm: "plot_tsa_name"
15696   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
15697   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15698   include:
15699     - "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"
15700     - "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"
15701     - "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"
15702     - "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"
15703     - "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"
15704     - "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"
15705   layout:
15706     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-ndr"
15707     layout: "plot-throughput-speedup-analysis"
15708
15709 - type: "plot"
15710   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15711   algorithm: "plot_tsa_name"
15712   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
15713   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15714   include:
15715     - "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"
15716     - "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"
15717     - "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"
15718     - "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"
15719     - "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"
15720     - "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"
15721   layout:
15722     title: "3n-skx-xxv710-64b-vhost-base-avf-vpp-pdr"
15723     layout: "plot-throughput-speedup-analysis"
15724
15725 - type: "plot"
15726   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15727   algorithm: "plot_tsa_name"
15728   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
15729   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15730   include:
15731     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15732     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15733     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15734     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15735     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15736     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15737   layout:
15738     title: "3n-skx-xxv710-64b-vhost-base-dpdk-ndr"
15739     layout: "plot-throughput-speedup-analysis"
15740
15741 - type: "plot"
15742   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15743   algorithm: "plot_tsa_name"
15744   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
15745   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15746   include:
15747     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15748     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15749     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15750     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15751     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
15752     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
15753   layout:
15754     title: "3n-skx-xxv710-64b-vhost-base-dpdk-pdr"
15755     layout: "plot-throughput-speedup-analysis"
15756
15757 - type: "plot"
15758   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15759   algorithm: "plot_tsa_name"
15760   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
15761   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15762   include:
15763     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15764     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15765     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15766     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15767     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15768   layout:
15769     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
15770     layout: "plot-throughput-speedup-analysis"
15771
15772 - type: "plot"
15773   title: "Speedup: 3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15774   algorithm: "plot_tsa_name"
15775   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
15776   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15777   include:
15778     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15779     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15780     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15781     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
15782     - "Tests.Vpp.Perf.Vm Vhost.25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
15783   layout:
15784     title: "3n-skx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
15785     layout: "plot-throughput-speedup-analysis"
15786
15787 - type: "plot"
15788   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15789   algorithm: "plot_tsa_name"
15790   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15794     - "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"
15795   layout:
15796     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-ndr"
15797     layout: "plot-throughput-speedup-analysis"
15798
15799 - type: "plot"
15800   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15801   algorithm: "plot_tsa_name"
15802   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-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-Ndrpdr.64B-.t.c-avf-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
15806     - "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"
15807   layout:
15808     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-pdr"
15809     layout: "plot-throughput-speedup-analysis"
15810
15811 - type: "plot"
15812   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15813   algorithm: "plot_tsa_name"
15814   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr-tsa"
15815   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15816   include:
15817     - "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"
15818     - "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"
15819   layout:
15820     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-ndr"
15821     layout: "plot-throughput-speedup-analysis"
15822
15823 - type: "plot"
15824   title: "Speedup: 3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15825   algorithm: "plot_tsa_name"
15826   output-file: "{DIR[STATIC,VPP]}/3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr-tsa"
15827   data: "plot-vpp-throughput-lat-tsa-3n-skx"
15828   include:
15829     - "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"
15830     - "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"
15831   layout:
15832     title: "3n-skx-xxv710-64b-link-bonding-vhost-base-avf-vpp-pdr"
15833     layout: "plot-throughput-speedup-analysis"
15834
15835 - type: "plot"
15836   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15837   algorithm: "plot_tsa_name"
15838   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
15839   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15840   include:
15841     - "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"
15842     - "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"
15843     - "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"
15844     - "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"
15845     - "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"
15846     - "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"
15847   layout:
15848     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
15849     layout: "plot-throughput-speedup-analysis"
15850
15851 - type: "plot"
15852   title: "Speedup: 2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15853   algorithm: "plot_tsa_name"
15854   output-file: "{DIR[STATIC,VPP]}/2n-skx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
15855   data: "plot-vpp-throughput-lat-tsa-2n-skx"
15856   include:
15857     - "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"
15858     - "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"
15859     - "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"
15860     - "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"
15861     - "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"
15862     - "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"
15863   layout:
15864     title: "2n-skx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
15865     layout: "plot-throughput-speedup-analysis"
15866
15867 - type: "plot"
15868   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15869   algorithm: "plot_tsa_name"
15870   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-ndr-tsa"
15871   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15872   include:
15873     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15874     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15875     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15876     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15877     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15878   layout:
15879     title: "3n-tsh-x520-64b-memif-base-ixgbe-ndr"
15880     layout: "plot-throughput-speedup-analysis"
15881
15882 - type: "plot"
15883   title: "Speedup: 3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15884   algorithm: "plot_tsa_name"
15885   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-memif-base-ixgbe-pdr-tsa"
15886   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15887   include:
15888     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1lxc-ndrpdr"
15889     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
15890     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
15891     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Memif-1Lxc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1lxc-ndrpdr"
15892     - "Tests.Vpp.Perf.Container Memif.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
15893   layout:
15894     title: "3n-tsh-x520-64b-memif-base-ixgbe-pdr"
15895     layout: "plot-throughput-speedup-analysis"
15896
15897 - type: "plot"
15898   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15899   algorithm: "plot_tsa_name"
15900   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
15901   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15902   include:
15903     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15904     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15905     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15906     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15907     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15908   layout:
15909     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-ndr"
15910     layout: "plot-throughput-speedup-analysis"
15911
15912 - type: "plot"
15913   title: "Speedup: 3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15914   algorithm: "plot_tsa_name"
15915   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
15916   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15917   include:
15918     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
15919     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
15920     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
15921     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
15922     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
15923   layout:
15924     title: "3n-tsh-x520-64b-ip4routing-base-scale-ixgbe-pdr"
15925     layout: "plot-throughput-speedup-analysis"
15926
15927 - type: "plot"
15928   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15929   algorithm: "plot_tsa_name"
15930   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr-tsa"
15931   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15932   include:
15933     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15934     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15935     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15936     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15937     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15938     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15939   layout:
15940     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-ndr"
15941     layout: "plot-throughput-speedup-analysis"
15942
15943 - type: "plot"
15944   title: "Speedup: 3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15945   algorithm: "plot_tsa_name"
15946   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr-tsa"
15947   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15948   include:
15949     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
15950     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
15951     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
15952     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
15953     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
15954     - "Tests.Vpp.Perf.Ip4.10Ge2P1X520-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
15955   layout:
15956     title: "3n-tsh-x520-64b-features-ip4routing-base-ixgbe-pdr"
15957     layout: "plot-throughput-speedup-analysis"
15958
15959 - type: "plot"
15960   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15961   algorithm: "plot_tsa_name"
15962   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
15963   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15964   include:
15965     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15966     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15967     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15968     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15969   layout:
15970     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-ndr"
15971     layout: "plot-throughput-speedup-analysis"
15972
15973 - type: "plot"
15974   title: "Speedup: 3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15975   algorithm: "plot_tsa_name"
15976   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
15977   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15978   include:
15979     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
15980     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
15981     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
15982     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X520-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
15983   layout:
15984     title: "3n-tsh-x520-64b-ip4tunnel-base-scale-ixgbe-pdr"
15985     layout: "plot-throughput-speedup-analysis"
15986
15987 - type: "plot"
15988   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15989   algorithm: "plot_tsa_name"
15990   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
15991   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
15992   include:
15993     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
15994     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
15995     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
15996     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
15997     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
15998   layout:
15999     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-ndr"
16000     layout: "plot-throughput-speedup-analysis"
16001
16002 - type: "plot"
16003   title: "Speedup: 3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16004   algorithm: "plot_tsa_name"
16005   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16006   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16007   include:
16008     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16009     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16010     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16011     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16012     - "Tests.Vpp.Perf.Ip6.10Ge2P1X520-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16013   layout:
16014     title: "3n-tsh-x520-78b-ip6routing-base-scale-ixgbe-pdr"
16015     layout: "plot-throughput-speedup-analysis"
16016
16017 - type: "plot"
16018   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16019   algorithm: "plot_tsa_name"
16020   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16021   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16022   include:
16023     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16024     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16025     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16026     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16027     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16028     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16029   layout:
16030     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr"
16031     layout: "plot-throughput-speedup-analysis"
16032
16033 - type: "plot"
16034   title: "Speedup: 3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16035   algorithm: "plot_tsa_name"
16036   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16037   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16038   include:
16039     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16040     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16041     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16042     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16043     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16044     - "Tests.Vpp.Perf.Crypto.10Ge2P1X520-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16045   layout:
16046     title: "3n-tsh-x520-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr"
16047     layout: "plot-throughput-speedup-analysis"
16048
16049 - type: "plot"
16050   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16051   algorithm: "plot_tsa_name"
16052   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-ndr-tsa"
16053   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16054   include:
16055     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16056     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16057     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16058     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16059   layout:
16060     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-ndr"
16061     layout: "plot-throughput-speedup-analysis"
16062
16063 - type: "plot"
16064   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16065   algorithm: "plot_tsa_name"
16066   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-ixgbe-pdr-tsa"
16067   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16068   include:
16069     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16070     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16071     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16072     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16073   layout:
16074     title: "3n-tsh-x520-64b-l2switching-base-ixgbe-pdr"
16075     layout: "plot-throughput-speedup-analysis"
16076
16077 - type: "plot"
16078   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16079   algorithm: "plot_tsa_name"
16080   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16081   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16082   include:
16083     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16084     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16085     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16086     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16087     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16088     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16089   layout:
16090     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-ndr"
16091     layout: "plot-throughput-speedup-analysis"
16092
16093 - type: "plot"
16094   title: "Speedup: 3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16095   algorithm: "plot_tsa_name"
16096   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16097   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16098   include:
16099     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16100     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16101     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16102     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16103     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16104     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16105   layout:
16106     title: "3n-tsh-x520-64b-l2switching-base-scale-ixgbe-pdr"
16107     layout: "plot-throughput-speedup-analysis"
16108
16109 - type: "plot"
16110   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16111   algorithm: "plot_tsa_name"
16112   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr-tsa"
16113   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16114   include:
16115     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16116     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16117     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16118     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16119     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16120     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16121   layout:
16122     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-ndr"
16123     layout: "plot-throughput-speedup-analysis"
16124
16125 - type: "plot"
16126   title: "Speedup: 3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16127   algorithm: "plot_tsa_name"
16128   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr-tsa"
16129   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16130   include:
16131     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16132     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16133     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16134     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16135     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16136     - "Tests.Vpp.Perf.L2.10Ge2P1X520-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16137   layout:
16138     title: "3n-tsh-x520-64b-features-l2switching-base-ixgbe-pdr"
16139     layout: "plot-throughput-speedup-analysis"
16140
16141 - type: "plot"
16142   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16143   algorithm: "plot_tsa_name"
16144   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16145   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16146   include:
16147     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16148     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16149     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16150     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16151     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16152     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16153   layout:
16154     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-ndr"
16155     layout: "plot-throughput-speedup-analysis"
16156
16157 - type: "plot"
16158   title: "Speedup: 3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16159   algorithm: "plot_tsa_name"
16160   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16161   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16162   include:
16163     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16164     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16165     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16166     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Dyn-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-dyn-ndrpdr"
16167     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Masq-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-masq-ndrpdr"
16168     - "Tests.Vpp.Perf.Srv6.10Ge2P1X520-Ethip6Srhip6-Ip6Base-Srv6Proxy-Stat-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6proxy-stat-ndrpdr"
16169   layout:
16170     title: "3n-tsh-x520-78b-srv6-ip6routing-base-ixgbe-pdr"
16171     layout: "plot-throughput-speedup-analysis"
16172
16173 - type: "plot"
16174   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16175   algorithm: "plot_tsa_name"
16176   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr-tsa"
16177   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16178   include:
16179     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16180     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16181     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16182     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16183     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16184     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16185   layout:
16186     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-ndr"
16187     layout: "plot-throughput-speedup-analysis"
16188
16189 - type: "plot"
16190   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16191   algorithm: "plot_tsa_name"
16192   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr-tsa"
16193   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16194   include:
16195     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16196     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16197     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16198     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16199     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-vppl2xc-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16200     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
16201   layout:
16202     title: "3n-tsh-x520-64b-vhost-base-ixgbe-vppl2xc-pdr"
16203     layout: "plot-throughput-speedup-analysis"
16204
16205 - type: "plot"
16206   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16207   algorithm: "plot_tsa_name"
16208   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-ndr-tsa"
16209   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16210   include:
16211     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16212     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16213     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16214     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16215     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16216     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16217   layout:
16218     title: "3n-tsh-x520-64b-vhost-base-ixgbe-ndr"
16219     layout: "plot-throughput-speedup-analysis"
16220
16221 - type: "plot"
16222   title: "Speedup: 3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16223   algorithm: "plot_tsa_name"
16224   output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-vhost-base-ixgbe-pdr-tsa"
16225   data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16226   include:
16227     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16228     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16229     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16230     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16231     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
16232     - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Ethip4Vxlan-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16233   layout:
16234     title: "3n-tsh-x520-64b-vhost-base-ixgbe-pdr"
16235     layout: "plot-throughput-speedup-analysis"
16236
16237 #- type: "plot"
16238 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16239 #  algorithm: "plot_tsa_name"
16240 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr-tsa"
16241 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16242 #  include:
16243 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16244 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16245 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16246 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16247 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16248 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16249 #  layout:
16250 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-ndr"
16251 #    layout: "plot-throughput-speedup-analysis"
16252 #
16253 #- type: "plot"
16254 #  title: "Speedup: 3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16255 #  algorithm: "plot_tsa_name"
16256 #  output-file: "{DIR[STATIC,VPP]}/3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr-tsa"
16257 #  data: "plot-vpp-throughput-lat-tsa-3n-tsh"
16258 #  include:
16259 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16260 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16261 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
16262 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-1Lbvpplacp-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-1lbvpplacp-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16263 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16264 #    - "Tests.Vpp.Perf.Vm Vhost.10Ge2P1X520-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
16265 #  layout:
16266 #    title: "3n-tsh-x520-64b-link-bonding-vhost-base-ixgbe-pdr"
16267 #    layout: "plot-throughput-speedup-analysis"
16268
16269 - type: "plot"
16270   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16271   algorithm: "plot_tsa_name"
16272   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16273   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16274   include:
16275     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16276     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16277     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16278     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16279     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16280   layout:
16281     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16282     layout: "plot-throughput-speedup-analysis"
16283
16284 - type: "plot"
16285   title: "Speedup: 2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16286   algorithm: "plot_tsa_name"
16287   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16288   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16289   include:
16290     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16291     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16292     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16293     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16294     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16295   layout:
16296     title: "2n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16297     layout: "plot-throughput-speedup-analysis"
16298
16299 - type: "plot"
16300   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16301   algorithm: "plot_tsa_name"
16302   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16303   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16304   include:
16305     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16306     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16307     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16308     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16309     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16310     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16311   layout:
16312     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16313     layout: "plot-throughput-speedup-analysis"
16314
16315 - type: "plot"
16316   title: "Speedup: 2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16317   algorithm: "plot_tsa_name"
16318   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16319   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16320   include:
16321     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16322     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16323     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16324     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16325     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16326     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16327   layout:
16328     title: "2n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16329     layout: "plot-throughput-speedup-analysis"
16330
16331 - type: "plot"
16332   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16333   algorithm: "plot_tsa_name"
16334   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16335   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16336   include:
16337     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16338     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16339     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16340     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16341     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16342   layout:
16343     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16344     layout: "plot-throughput-speedup-analysis"
16345
16346 - type: "plot"
16347   title: "Speedup: 2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16348   algorithm: "plot_tsa_name"
16349   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16350   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16351   include:
16352     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16353     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16354     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16355     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16356     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16357   layout:
16358     title: "2n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16359     layout: "plot-throughput-speedup-analysis"
16360
16361 #- type: "plot"
16362 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16363 #  algorithm: "plot_tsa_name"
16364 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16365 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16366 #  include:
16367 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16368 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16369 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16370 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16371 #  layout:
16372 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16373 #    layout: "plot-throughput-speedup-analysis"
16374 #
16375 #- type: "plot"
16376 #  title: "Speedup: 2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16377 #  algorithm: "plot_tsa_name"
16378 #  output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16379 #  data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16380 #  include:
16381 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16382 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16383 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16384 #    - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16385 #  layout:
16386 #    title: "2n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16387 #    layout: "plot-throughput-speedup-analysis"
16388
16389 - type: "plot"
16390   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16391   algorithm: "plot_tsa_name"
16392   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16393   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16394   include:
16395     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16396     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16397     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16398     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16399     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16400     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16401   layout:
16402     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16403     layout: "plot-throughput-speedup-analysis"
16404
16405 - type: "plot"
16406   title: "Speedup: 2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16407   algorithm: "plot_tsa_name"
16408   output-file: "{DIR[STATIC,VPP]}/2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16409   data: "plot-vpp-throughput-lat-tsa-2n-dnv"
16410   include:
16411     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16412     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16413     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16414     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16415     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16416     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16417   layout:
16418     title: "2n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16419     layout: "plot-throughput-speedup-analysis"
16420
16421 - type: "plot"
16422   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16423   algorithm: "plot_tsa_name"
16424   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16425   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16426   include:
16427     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16428     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16429     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16430     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16431     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16432   layout:
16433     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-ndr-tsa"
16434     layout: "plot-throughput-speedup-analysis"
16435
16436 - type: "plot"
16437   title: "Speedup: 3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16438   algorithm: "plot_tsa_name"
16439   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16440   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16441   include:
16442     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
16443     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16444     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
16445     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
16446     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
16447   layout:
16448     title: "3n-dnv-x553-64b-ip4routing-base-scale-ixgbe-pdr-tsa"
16449     layout: "plot-throughput-speedup-analysis"
16450
16451 - type: "plot"
16452   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16453   algorithm: "plot_tsa_name"
16454   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16455   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16456   include:
16457     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16458     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16459     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16460     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16461     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16462     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16463   layout:
16464     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-ndr-tsa"
16465     layout: "plot-throughput-speedup-analysis"
16466
16467 - type: "plot"
16468   title: "Speedup: 3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16469   algorithm: "plot_tsa_name"
16470   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16471   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16472   include:
16473     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
16474     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
16475     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
16476     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
16477     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
16478     - "Tests.Vpp.Perf.Ip4.10Ge2P1X553-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
16479   layout:
16480     title: "3n-dnv-x553-64b-features-ip4routing-base-ixgbe-pdr-tsa"
16481     layout: "plot-throughput-speedup-analysis"
16482
16483 - type: "plot"
16484   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16485   algorithm: "plot_tsa_name"
16486   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16487   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16488   include:
16489     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16490     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16491     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16492     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16493   layout:
16494     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-ndr-tsa"
16495     layout: "plot-throughput-speedup-analysis"
16496
16497 - type: "plot"
16498   title: "Speedup: 3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16499   algorithm: "plot_tsa_name"
16500   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16501   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16502   include:
16503     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Xcbase-Ndrpdr.64B-.t.c-ethip4vxlan-l2xcbase-ndrpdr"
16504     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Ethip4Vxlan-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-ethip4vxlan-l2bdbasemaclrn-ndrpdr"
16505     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale1L2Bd1Vlan1Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale1l2bd1vlan1vxlan-ndrpdr"
16506     - "Tests.Vpp.Perf.Ip4 Tunnels.10Ge2P1X553-Dot1Q--Ethip4Vxlan-L2Bdscale100L2Bd100Vlan100Vxlan-Ndrpdr.64B-.t.c-dot1q--ethip4vxlan-l2bdscale100l2bd100vlan100vxlan-ndrpdr"
16507   layout:
16508     title: "3n-dnv-x553-64b-ip4tunnel-base-scale-ixgbe-pdr-tsa"
16509     layout: "plot-throughput-speedup-analysis"
16510
16511 - type: "plot"
16512   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16513   algorithm: "plot_tsa_name"
16514   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16515   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16516   include:
16517     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16518     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16519     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16520     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16521     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16522   layout:
16523     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-ndr-tsa"
16524     layout: "plot-throughput-speedup-analysis"
16525
16526 - type: "plot"
16527   title: "Speedup: 3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16528   algorithm: "plot_tsa_name"
16529   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16530   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16531   include:
16532     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
16533     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
16534     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
16535     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
16536     - "Tests.Vpp.Perf.Ip6.10Ge2P1X553-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
16537   layout:
16538     title: "3n-dnv-x553-78b-ip6routing-base-scale-ixgbe-pdr-tsa"
16539     layout: "plot-throughput-speedup-analysis"
16540
16541 - type: "plot"
16542   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16543   algorithm: "plot_tsa_name"
16544   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16545   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16546   include:
16547     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16548     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16549     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16550     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16551     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16552     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16553   layout:
16554     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-ndr-tsa"
16555     layout: "plot-throughput-speedup-analysis"
16556
16557 - type: "plot"
16558   title: "Speedup: 3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16559   algorithm: "plot_tsa_name"
16560   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16561   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16562   include:
16563     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes256gcm-ndrpdr"
16564     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec4Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec4tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16565     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16566     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec1000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec1000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16567     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes256Gcm-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes256gcm-ndrpdr"
16568     - "Tests.Vpp.Perf.Crypto.10Ge2P1X553-Ethip4Ipsec10000Tnlsw-Ip4Base-Int-Aes128Cbc-Hmac512Sha-Ndrpdr.IMIX-.t.c-ethip4ipsec10000tnlsw-ip4base-int-aes128cbc-hmac512sha-ndrpdr"
16569   layout:
16570     title: "3n-dnv-x553-imix-ipsec-ip4routing-base-scale-sw-ixgbe-pdr-tsa"
16571     layout: "plot-throughput-speedup-analysis"
16572
16573 #- type: "plot"
16574 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16575 #  algorithm: "plot_tsa_name"
16576 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16577 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16578 #  include:
16579 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16580 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16581 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16582 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16583 #  layout:
16584 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-ndr-tsa"
16585 #    layout: "plot-throughput-speedup-analysis"
16586 #
16587 #- type: "plot"
16588 #  title: "Speedup: 3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16589 #  algorithm: "plot_tsa_name"
16590 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16591 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16592 #  include:
16593 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
16594 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16595 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
16596 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16597 #  layout:
16598 #    title: "3n-dnv-x553-64b-l2switching-base-ixgbe-pdr-tsa"
16599 #    layout: "plot-throughput-speedup-analysis"
16600
16601 - type: "plot"
16602   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16603   algorithm: "plot_tsa_name"
16604   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16605   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16606   include:
16607     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16608     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16609     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16610     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16611     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16612     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16613   layout:
16614     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-ndr-tsa"
16615     layout: "plot-throughput-speedup-analysis"
16616
16617 - type: "plot"
16618   title: "Speedup: 3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16619   algorithm: "plot_tsa_name"
16620   output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16621   data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16622   include:
16623     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
16624     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16625     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
16626     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
16627     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
16628     - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
16629   layout:
16630     title: "3n-dnv-x553-64b-l2switching-base-scale-ixgbe-pdr-tsa"
16631     layout: "plot-throughput-speedup-analysis"
16632
16633 #- type: "plot"
16634 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16635 #  algorithm: "plot_tsa_name"
16636 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16637 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16638 #  include:
16639 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16640 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16641 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16642 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16643 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16644 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16645 #  layout:
16646 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-ndr-tsa"
16647 #    layout: "plot-throughput-speedup-analysis"
16648 #
16649 #- type: "plot"
16650 #  title: "Speedup: 3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16651 #  algorithm: "plot_tsa_name"
16652 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16653 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16654 #  include:
16655 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
16656 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sf-10kflows-ndrpdr"
16657 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-iacl50sl-10kflows-ndrpdr"
16658 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sf-10kflows-ndrpdr"
16659 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-oacl50sl-10kflows-ndrpdr"
16660 #    - "Tests.Vpp.Perf.L2.10Ge2P1X553-Eth-L2Bdbasemaclrn-Macip-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-macip-iacl50sl-10kflows-ndrpdr"
16661 #  layout:
16662 #    title: "3n-dnv-x553-64b-features-l2switching-base-ixgbe-pdr-tsa"
16663 #    layout: "plot-throughput-speedup-analysis"
16664
16665 #- type: "plot"
16666 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16667 #  algorithm: "plot_tsa_name"
16668 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16669 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16670 #  include:
16671 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16672 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16673 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16674 #  layout:
16675 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-ndr-tsa"
16676 #    layout: "plot-throughput-speedup-analysis"
16677 #
16678 #- type: "plot"
16679 #  title: "Speedup: 3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16680 #  algorithm: "plot_tsa_name"
16681 #  output-file: "{DIR[STATIC,VPP]}/3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16682 #  data: "plot-vpp-throughput-lat-tsa-3n-dnv"
16683 #  include:
16684 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Ip6-Ip6Base-Srv6Enc1Sid-Ndrpdr.78B-.t.c-ethip6ip6-ip6base-srv6enc1sid-ndrpdr"
16685 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-ndrpdr"
16686 #    - "Tests.Vpp.Perf.Srv6.10Ge2P1X553-Ethip6Srhip6-Ip6Base-Srv6Enc2Sids-Nodecaps-Ndrpdr.78B-.t.c-ethip6srhip6-ip6base-srv6enc2sids-nodecaps-ndrpdr"
16687 #  layout:
16688 #    title: "3n-dnv-x553-78b-srv6-ip6routing-base-ixgbe-pdr-tsa"
16689 #    layout: "plot-throughput-speedup-analysis"
16690
16691 ################################################################################
16692
16693 # Packet Throughput - DPDK
16694
16695 # 2n-skx-xxv710
16696
16697 - type: "plot"
16698   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-ndr"
16699   algorithm: "plot_perf_box_name"
16700   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
16707     layout: "plot-throughput"
16708
16709 - type: "plot"
16710   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-ndr"
16711   algorithm: "plot_perf_box_name"
16712   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
16719     layout: "plot-throughput"
16720
16721 - type: "plot"
16722   title: "DPDK Throughput: 2n-skx-xxv710-64b-2t1c-base-pdr"
16723   algorithm: "plot_perf_box_name"
16724   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-2t1c-base-pdr"
16725   data: "plot-dpdk-throughput-latency-2n-skx"
16726   include:
16727     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16728     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16729   layout:
16730     title: "2n-skx-xxv710-64b-2t1c-base-pdr"
16731     layout: "plot-throughput"
16732
16733 - type: "plot"
16734   title: "DPDK Throughput: 2n-skx-xxv710-64b-4t2c-base-pdr"
16735   algorithm: "plot_perf_box_name"
16736   output-file: "{DIR[STATIC,DPDK]}/2n-skx-xxv710-64b-4t2c-base-pdr"
16737   data: "plot-dpdk-throughput-latency-2n-skx"
16738   include:
16739     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16740     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16741   layout:
16742     title: "2n-skx-xxv710-64b-4t2c-base-pdr"
16743     layout: "plot-throughput"
16744
16745 # 2n-skx-x710
16746
16747 - type: "plot"
16748   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-ndr"
16749   algorithm: "plot_perf_box_name"
16750   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
16757     layout: "plot-throughput"
16758
16759 - type: "plot"
16760   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-ndr"
16761   algorithm: "plot_perf_box_name"
16762   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
16769     layout: "plot-throughput"
16770
16771 - type: "plot"
16772   title: "DPDK Throughput: 2n-skx-x710-64b-2t1c-base-pdr"
16773   algorithm: "plot_perf_box_name"
16774   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-2t1c-base-pdr"
16775   data: "plot-dpdk-throughput-latency-2n-skx"
16776   include:
16777     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16778     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16779   layout:
16780     title: "2n-skx-x710-64b-2t1c-base-pdr"
16781     layout: "plot-throughput"
16782
16783 - type: "plot"
16784   title: "DPDK Throughput: 2n-skx-x710-64b-4t2c-base-pdr"
16785   algorithm: "plot_perf_box_name"
16786   output-file: "{DIR[STATIC,DPDK]}/2n-skx-x710-64b-4t2c-base-pdr"
16787   data: "plot-dpdk-throughput-latency-2n-skx"
16788   include:
16789     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16790     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16791   layout:
16792     title: "2n-skx-x710-64b-4t2c-base-pdr"
16793     layout: "plot-throughput"
16794
16795 # 3n-skx-xxv710
16796
16797 - type: "plot"
16798   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-ndr"
16799   algorithm: "plot_perf_box_name"
16800   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-ndr"
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-ndr"
16807     layout: "plot-throughput"
16808
16809 - type: "plot"
16810   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-ndr"
16811   algorithm: "plot_perf_box_name"
16812   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-ndr"
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-ndr"
16819     layout: "plot-throughput"
16820
16821 - type: "plot"
16822   title: "DPDK Throughput: 3n-skx-xxv710-64b-2t1c-base-pdr"
16823   algorithm: "plot_perf_box_name"
16824   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-2t1c-base-pdr"
16825   data: "plot-dpdk-throughput-latency-3n-skx"
16826   include:
16827     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16828     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16829   layout:
16830     title: "3n-skx-xxv710-64b-2t1c-base-pdr"
16831     layout: "plot-throughput"
16832
16833 - type: "plot"
16834   title: "DPDK Throughput: 3n-skx-xxv710-64b-4t2c-base-pdr"
16835   algorithm: "plot_perf_box_name"
16836   output-file: "{DIR[STATIC,DPDK]}/3n-skx-xxv710-64b-4t2c-base-pdr"
16837   data: "plot-dpdk-throughput-latency-3n-skx"
16838   include:
16839     - "tests.dpdk.perf.25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16840     - "tests.dpdk.perf.25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16841   layout:
16842     title: "3n-skx-xxv710-64b-4t2c-base-pdr"
16843     layout: "plot-throughput"
16844
16845 # 3n-skx-x710
16846
16847 - type: "plot"
16848   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-ndr"
16849   algorithm: "plot_perf_box_name"
16850   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-ndr"
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-ndr"
16857     layout: "plot-throughput"
16858
16859 - type: "plot"
16860   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-ndr"
16861   algorithm: "plot_perf_box_name"
16862   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-ndr"
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-ndr"
16869     layout: "plot-throughput"
16870
16871 - type: "plot"
16872   title: "DPDK Throughput: 3n-skx-x710-64b-2t1c-base-pdr"
16873   algorithm: "plot_perf_box_name"
16874   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-2t1c-base-pdr"
16875   data: "plot-dpdk-throughput-latency-3n-skx"
16876   include:
16877     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
16878     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
16879   layout:
16880     title: "3n-skx-x710-64b-2t1c-base-pdr"
16881     layout: "plot-throughput"
16882
16883 - type: "plot"
16884   title: "DPDK Throughput: 3n-skx-x710-64b-4t2c-base-pdr"
16885   algorithm: "plot_perf_box_name"
16886   output-file: "{DIR[STATIC,DPDK]}/3n-skx-x710-64b-4t2c-base-pdr"
16887   data: "plot-dpdk-throughput-latency-3n-skx"
16888   include:
16889     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
16890     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
16891   layout:
16892     title: "3n-skx-x710-64b-4t2c-base-pdr"
16893     layout: "plot-throughput"
16894
16895 # 3n-hsw-xl710
16896
16897 - type: "plot"
16898   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-ndr"
16899   algorithm: "plot_perf_box_name"
16900   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-ndr"
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-ndr"
16907     layout: "plot-throughput"
16908
16909 - type: "plot"
16910   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-ndr"
16911   algorithm: "plot_perf_box_name"
16912   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-ndr"
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-ndr"
16919     layout: "plot-throughput"
16920
16921 - type: "plot"
16922   title: "DPDK Throughput: 3n-hsw-xl710-64b-1t1c-base-pdr"
16923   algorithm: "plot_perf_box_name"
16924   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-1t1c-base-pdr"
16925   data: "plot-dpdk-throughput-latency-3n-hsw"
16926   include:
16927     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16928     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16929   layout:
16930     title: "3n-hsw-xl710-64b-1t1c-base-pdr"
16931     layout: "plot-throughput"
16932
16933 - type: "plot"
16934   title: "DPDK Throughput: 3n-hsw-xl710-64b-2t2c-base-pdr"
16935   algorithm: "plot_perf_box_name"
16936   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-xl710-64b-2t2c-base-pdr"
16937   data: "plot-dpdk-throughput-latency-3n-hsw"
16938   include:
16939     - "tests.dpdk.perf.40ge2p1xl710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16940     - "tests.dpdk.perf.40ge2p1xl710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16941   layout:
16942     title: "3n-hsw-xl710-64b-2t2c-base-pdr"
16943     layout: "plot-throughput"
16944
16945 # 3n-hsw-x710
16946
16947 - type: "plot"
16948   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-ndr"
16949   algorithm: "plot_perf_box_name"
16950   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-ndr"
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-ndr"
16957     layout: "plot-throughput"
16958
16959 - type: "plot"
16960   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-ndr"
16961   algorithm: "plot_perf_box_name"
16962   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-ndr"
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-ndr"
16969     layout: "plot-throughput"
16970
16971 - type: "plot"
16972   title: "DPDK Throughput: 3n-hsw-x710-64b-1t1c-base-pdr"
16973   algorithm: "plot_perf_box_name"
16974   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-1t1c-base-pdr"
16975   data: "plot-dpdk-throughput-latency-3n-hsw"
16976   include:
16977     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
16978     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
16979   layout:
16980     title: "3n-hsw-x710-64b-1t1c-base-pdr"
16981     layout: "plot-throughput"
16982
16983 - type: "plot"
16984   title: "DPDK Throughput: 3n-hsw-x710-64b-2t2c-base-pdr"
16985   algorithm: "plot_perf_box_name"
16986   output-file: "{DIR[STATIC,DPDK]}/3n-hsw-x710-64b-2t2c-base-pdr"
16987   data: "plot-dpdk-throughput-latency-3n-hsw"
16988   include:
16989     - "tests.dpdk.perf.10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
16990     - "tests.dpdk.perf.10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
16991   layout:
16992     title: "3n-hsw-x710-64b-2t2c-base-pdr"
16993     layout: "plot-throughput"
16994
16995 # 2n-dnv-x553
16996
16997 - type: "plot"
16998   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-ndr"
16999   algorithm: "plot_perf_box_name"
17000   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-ndr"
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-ndr"
17007     layout: "plot-throughput"
17008
17009 - type: "plot"
17010   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-ndr"
17011   algorithm: "plot_perf_box_name"
17012   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-ndr"
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-ndr"
17019     layout: "plot-throughput"
17020
17021 - type: "plot"
17022   title: "DPDK Throughput: 2n-dnv-x553-64b-1t1c-base-pdr"
17023   algorithm: "plot_perf_box_name"
17024   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-1t1c-base-pdr"
17025   data: "plot-dpdk-throughput-latency-2n-dnv"
17026   include:
17027     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17028     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17029   layout:
17030     title: "2n-dnv-x553-64b-1t1c-base-pdr"
17031     layout: "plot-throughput"
17032
17033 - type: "plot"
17034   title: "DPDK Throughput: 2n-dnv-x553-64b-2t2c-base-pdr"
17035   algorithm: "plot_perf_box_name"
17036   output-file: "{DIR[STATIC,DPDK]}/2n-dnv-x553-64b-2t2c-base-pdr"
17037   data: "plot-dpdk-throughput-latency-2n-dnv"
17038   include:
17039     - "tests.dpdk.perf.2N1L-10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17040     - "tests.dpdk.perf.2N1L-10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17041   layout:
17042     title: "2n-dnv-x553-64b-2t2c-base-pdr"
17043     layout: "plot-throughput"
17044
17045 # 3n-dnv-x553
17046
17047 - type: "plot"
17048   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-ndr"
17049   algorithm: "plot_perf_box_name"
17050   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-ndr"
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-ndr"
17057     layout: "plot-throughput"
17058
17059 - type: "plot"
17060   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-ndr"
17061   algorithm: "plot_perf_box_name"
17062   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-ndr"
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-ndr"
17069     layout: "plot-throughput"
17070
17071 - type: "plot"
17072   title: "DPDK Throughput: 3n-dnv-x553-64b-1t1c-base-pdr"
17073   algorithm: "plot_perf_box_name"
17074   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-1t1c-base-pdr"
17075   data: "plot-dpdk-throughput-latency-3n-dnv"
17076   include:
17077     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17078     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17079   layout:
17080     title: "3n-dnv-x553-64b-1t1c-base-pdr"
17081     layout: "plot-throughput"
17082
17083 - type: "plot"
17084   title: "DPDK Throughput: 3n-dnv-x553-64b-2t2c-base-pdr"
17085   algorithm: "plot_perf_box_name"
17086   output-file: "{DIR[STATIC,DPDK]}/3n-dnv-x553-64b-2t2c-base-pdr"
17087   data: "plot-dpdk-throughput-latency-3n-dnv"
17088   include:
17089     - "tests.dpdk.perf.10Ge2P1X553-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17090     - "tests.dpdk.perf.10Ge2P1X553-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17091   layout:
17092     title: "3n-dnv-x553-64b-2t2c-base-pdr"
17093     layout: "plot-throughput"
17094
17095 # 3n-tsh-x520
17096
17097 - type: "plot"
17098   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-ndr"
17099   algorithm: "plot_perf_box_name"
17100   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-ndr"
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-ndr"
17107     layout: "plot-throughput"
17108
17109 - type: "plot"
17110   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-ndr"
17111   algorithm: "plot_perf_box_name"
17112   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-ndr"
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-ndr"
17119     layout: "plot-throughput"
17120
17121 - type: "plot"
17122   title: "DPDK Throughput: 3n-tsh-x520-64b-1t1c-base-pdr"
17123   algorithm: "plot_perf_box_name"
17124   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-1t1c-base-pdr"
17125   data: "plot-dpdk-throughput-latency-3n-tsh"
17126   include:
17127     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-1t1c-eth-l2xcbase-testpmd-ndrpdr"
17128     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-1t1c-ethip4-ip4base-l3fwd-ndrpdr"
17129   layout:
17130     title: "3n-tsh-x520-64b-1t1c-base-pdr"
17131     layout: "plot-throughput"
17132
17133 - type: "plot"
17134   title: "DPDK Throughput: 3n-tsh-x520-64b-2t2c-base-pdr"
17135   algorithm: "plot_perf_box_name"
17136   output-file: "{DIR[STATIC,DPDK]}/3n-tsh-x520-64b-2t2c-base-pdr"
17137   data: "plot-dpdk-throughput-latency-3n-tsh"
17138   include:
17139     - "tests.dpdk.perf.10ge2p1x520-eth-l2xcbase-testpmd-ndrpdr.64b-2t2c-eth-l2xcbase-testpmd-ndrpdr"
17140     - "tests.dpdk.perf.10ge2p1x520-ethip4-ip4base-l3fwd-ndrpdr.64b-2t2c-ethip4-ip4base-l3fwd-ndrpdr"
17141   layout:
17142     title: "3n-tsh-x520-64b-2t2c-base-pdr"
17143     layout: "plot-throughput"
17144
17145 ################################################################################
17146 ###   2n-clx                                                                 ###
17147 ################################################################################
17148
17149 # Packet Throughput
17150
17151 - type: "plot"
17152   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17153   algorithm: "plot_perf_box_name"
17154   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17155   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17156   include:
17157     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17158     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17159     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17160     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17161   layout:
17162     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-ndr"
17163     layout: "plot-throughput"
17164
17165 - type: "plot"
17166   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17167   algorithm: "plot_perf_box_name"
17168   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17169   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17170   include:
17171     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17172     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17173     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17174     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17175   layout:
17176     title: "2n-clx-xxv710-64b-2t1c-memif-base-avf-pdr"
17177     layout: "plot-throughput"
17178
17179 - type: "plot"
17180   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17181   algorithm: "plot_perf_box_name"
17182   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17183   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17184   include:
17185     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17186     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17187     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17188     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17189   layout:
17190     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-ndr"
17191     layout: "plot-throughput"
17192
17193 - type: "plot"
17194   title: "Throughput: 2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17195   algorithm: "plot_perf_box_name"
17196   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17197   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17198   include:
17199     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17200     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17201     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17202     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17203   layout:
17204     title: "2n-clx-xxv710-64b-2t1c-memif-base-dpdk-pdr"
17205     layout: "plot-throughput"
17206
17207 - type: "plot"
17208   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17209   algorithm: "plot_perf_box_name"
17210   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17211   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17212   include:
17213     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17214     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17215     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17216     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17217   layout:
17218     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-ndr"
17219     layout: "plot-throughput"
17220
17221 - type: "plot"
17222   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17223   algorithm: "plot_perf_box_name"
17224   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17225   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17226   include:
17227     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17228     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
17229     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
17230     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
17231   layout:
17232     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-eth-2memif-1dcr-pdr"
17233     layout: "plot-throughput"
17234
17235 - type: "plot"
17236   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17237   algorithm: "plot_perf_box_name"
17238   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17239   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17240   include:
17241     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-avf-dot1q-ip4base-ndrpdr"
17242     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17243     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17244     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17245     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17246     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17247   layout:
17248     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-ndr"
17249     layout: "plot-throughput"
17250
17251 - type: "plot"
17252   title: "Throughput: 2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17253   algorithm: "plot_perf_box_name"
17254   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17255   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17256   include:
17257     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17258     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17259     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17260     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17261     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17262   layout:
17263     title: "2n-clx-x710-64b-2t1c-ip4routing-base-scale-[avf,dpdk]-pdr"
17264     layout: "plot-throughput"
17265
17266 - type: "plot"
17267   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17268   algorithm: "plot_perf_box_name"
17269   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17270   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17271   include:
17272     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17273     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17274     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17275     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17276   layout:
17277     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-ndr"
17278     layout: "plot-throughput"
17279
17280 - type: "plot"
17281   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17282   algorithm: "plot_perf_box_name"
17283   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17284   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17285   include:
17286     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-ndrpdr"
17287     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-ndrpdr"
17288     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-ndrpdr"
17289     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-ndrpdr"
17290   layout:
17291     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-avf-pdr"
17292     layout: "plot-throughput"
17293
17294 - type: "plot"
17295   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17296   algorithm: "plot_perf_box_name"
17297   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17298   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17299   include:
17300     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17301     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17302     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17303   layout:
17304     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-ndr"
17305     layout: "plot-throughput"
17306
17307 - type: "plot"
17308   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17309   algorithm: "plot_perf_box_name"
17310   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17311   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17312   include:
17313     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
17314     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
17315     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
17316   layout:
17317     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-avf-rnd-pdr"
17318     layout: "plot-throughput"
17319
17320 - type: "plot"
17321   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17322   algorithm: "plot_perf_box_name"
17323   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17324   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17325   include:
17326     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17327     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17328     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17329     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17330     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17331   layout:
17332     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-ndr"
17333     layout: "plot-throughput"
17334
17335 - type: "plot"
17336   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17337   algorithm: "plot_perf_box_name"
17338   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17339   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17340   include:
17341     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-dot1q-ip4base-ndrpdr"
17342     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17343     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-ndrpdr"
17344     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-ndrpdr"
17345     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-ndrpdr"
17346   layout:
17347     title: "2n-clx-xxv710-64b-2t1c-ip4routing-base-scale-dpdk-pdr"
17348     layout: "plot-throughput"
17349
17350 - type: "plot"
17351   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17352   algorithm: "plot_perf_box_name"
17353   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17354   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17355   include:
17356     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17357     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17358     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17359   layout:
17360     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-ndr"
17361     layout: "plot-throughput"
17362
17363 - type: "plot"
17364   title: "Throughput: 2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17365   algorithm: "plot_perf_box_name"
17366   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17367   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17368   include:
17369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale20k-rnd-ndrpdr"
17370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale200k-rnd-ndrpdr"
17371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-ethip4-ip4scale2m-rnd-ndrpdr"
17372   layout:
17373     title: "2n-clx-xxv710-64b-2t1c-ip4routing-scale-dpdk-rnd-pdr"
17374     layout: "plot-throughput"
17375
17376 - type: "plot"
17377   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17378   algorithm: "plot_perf_box_name"
17379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17381   include:
17382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17388   layout:
17389     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-ndr"
17390     layout: "plot-throughput"
17391
17392 - type: "plot"
17393   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17394   algorithm: "plot_perf_box_name"
17395   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17397   include:
17398     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17399     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17400     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17401     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17402     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4base-nat44-ndrpdr"
17403     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17404   layout:
17405     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-avf-pdr"
17406     layout: "plot-throughput"
17407
17408 - type: "plot"
17409   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17410   algorithm: "plot_perf_box_name"
17411   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17412   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17413   include:
17414     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17415     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17416     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17417     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17418     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17419     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17420   layout:
17421     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-ndr"
17422     layout: "plot-throughput"
17423
17424 - type: "plot"
17425   title: "Throughput: 2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17426   algorithm: "plot_perf_box_name"
17427   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17428   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17429   include:
17430     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-ethip4-ip4base-ndrpdr"
17431     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17432     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17433     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17434     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17435     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-ethip4udp-ip4base-nat44-ndrpdr"
17436   layout:
17437     title: "2n-clx-xxv710-64b-2t1c-features-ip4routing-base-dpdk-pdr"
17438     layout: "plot-throughput"
17439
17440 - type: "plot"
17441   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17442   algorithm: "plot_perf_box_name"
17443   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17444   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17445   include:
17446     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17447     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17448   layout:
17449     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-ndr"
17450     layout: "plot-throughput"
17451
17452 - type: "plot"
17453   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17454   algorithm: "plot_perf_box_name"
17455   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17456   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17457   include:
17458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-2t1c-rdma-dot1q-ip4base-ndrpdr"
17459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-2t1c-rdma-ethip4-ip4base-ndrpdr"
17460   layout:
17461     title: "2n-clx-cx556a-64b-2t1c-rdma-ip4base-pdr"
17462     layout: "plot-throughput"
17463
17464 - type: "plot"
17465   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17466   algorithm: "plot_perf_box_name"
17467   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17469   include:
17470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17476   layout:
17477     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-ndr"
17478     layout: "plot-throughput"
17479
17480 - type: "plot"
17481   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17482   algorithm: "plot_perf_box_name"
17483   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17485   include:
17486     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-ndrpdr"
17487     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
17488     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-ndrpdr"
17489     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
17490     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-ndrpdr"
17491     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-2t1c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
17492   layout:
17493     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-ip4scale-pdr"
17494     layout: "plot-throughput"
17495
17496 - type: "plot"
17497   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17498   algorithm: "plot_perf_box_name"
17499   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17501   include:
17502     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17503     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17504     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17505     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17506     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17507     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17508   layout:
17509     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-ndr"
17510     layout: "plot-throughput"
17511
17512 - type: "plot"
17513   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17514   algorithm: "plot_perf_box_name"
17515   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17517   include:
17518     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
17519     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
17520     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
17521     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
17522     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
17523     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-2t1c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
17524   layout:
17525     title: "2n-clx-cx556a-64b-2t1c-rdma-ethip4-features-pdr"
17526     layout: "plot-throughput"
17527
17528 - type: "plot"
17529   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17530   algorithm: "plot_perf_box_name"
17531   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17532   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17533   include:
17534     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17535     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17536     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17537     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17538     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17539     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17540   layout:
17541     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-ndr"
17542     layout: "plot-throughput"
17543
17544 - type: "plot"
17545   title: "Throughput: 2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17546   algorithm: "plot_perf_box_name"
17547   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17548   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17549   include:
17550     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17551     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17552     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17553     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17554     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17555     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17556   layout:
17557     title: "2n-clx-x710-78b-2t1c-ip6routing-base-scale-[avf,dpdk]-pdr"
17558     layout: "plot-throughput"
17559
17560 - type: "plot"
17561   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17562   algorithm: "plot_perf_box_name"
17563   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17564   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17565   include:
17566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17568     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17569     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17570     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17571   layout:
17572     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-ndr"
17573     layout: "plot-throughput"
17574
17575 - type: "plot"
17576   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17577   algorithm: "plot_perf_box_name"
17578   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17579   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17580   include:
17581     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-avf-dot1q-ip6base-ndrpdr"
17582     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-avf-ethip6-ip6base-ndrpdr"
17583     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale20k-ndrpdr"
17584     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale200k-ndrpdr"
17585     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-avf-ethip6-ip6scale2m-ndrpdr"
17586   layout:
17587     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-avf-pdr"
17588     layout: "plot-throughput"
17589
17590 - type: "plot"
17591   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17592   algorithm: "plot_perf_box_name"
17593   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17594   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17595   include:
17596     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17597     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17598     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17599     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17600     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17601   layout:
17602     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-ndr"
17603     layout: "plot-throughput"
17604
17605 - type: "plot"
17606   title: "Throughput: 2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17607   algorithm: "plot_perf_box_name"
17608   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17609   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17610   include:
17611     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-dot1q-ip6base-ndrpdr"
17612     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-ethip6-ip6base-ndrpdr"
17613     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-ethip6-ip6scale20k-ndrpdr"
17614     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-ethip6-ip6scale200k-ndrpdr"
17615     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-ethip6-ip6scale2m-ndrpdr"
17616   layout:
17617     title: "2n-clx-xxv710-78b-2t1c-ip6routing-base-scale-dpdk-pdr"
17618     layout: "plot-throughput"
17619
17620 - type: "plot"
17621   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17622   algorithm: "plot_perf_box_name"
17623   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17624   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17625   include:
17626     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17627     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17628     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17629     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17630     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17631   layout:
17632     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-ndr"
17633     layout: "plot-throughput"
17634
17635 - type: "plot"
17636   title: "Throughput: 2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17637   algorithm: "plot_perf_box_name"
17638   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17639   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17640   include:
17641     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-2t1c-rdma-dot1q-ip6base-ndrpdr"
17642     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-2t1c-rdma-ethip6-ip6base-ndrpdr"
17643     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale20k-ndrpdr"
17644     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale200k-ndrpdr"
17645     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-2t1c-rdma-ethip6-ip6scale2m-ndrpdr"
17646   layout:
17647     title: "2n-clx-cx556a-78b-2t1c-rdma-ip6routing-base-scale-pdr"
17648     layout: "plot-throughput"
17649
17650 - type: "plot"
17651   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17652   algorithm: "plot_perf_box_name"
17653   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17654   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17655   include:
17656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17658     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17659     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17660     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17661   layout:
17662     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-ndr"
17663     layout: "plot-throughput"
17664
17665 - type: "plot"
17666   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17667   algorithm: "plot_perf_box_name"
17668   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17669   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17670   include:
17671     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17672     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17673     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17674     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17675     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17676   layout:
17677     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-avf-pdr"
17678     layout: "plot-throughput"
17679
17680 - type: "plot"
17681   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17682   algorithm: "plot_perf_box_name"
17683   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17684   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17685   include:
17686     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17687     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17688     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17689     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17690     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17691   layout:
17692     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17693     layout: "plot-throughput"
17694
17695 - type: "plot"
17696   title: "Throughput: 2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17697   algorithm: "plot_perf_box_name"
17698   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17699   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17700   include:
17701     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17702     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17703     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17704     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17705     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17706   layout:
17707     title: "2n-clx-x710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17708     layout: "plot-throughput"
17709
17710 - type: "plot"
17711   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17712   algorithm: "plot_perf_box_name"
17713   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17714   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17715   include:
17716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17718     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17719     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17720     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17721     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17722   layout:
17723     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-ndr"
17724     layout: "plot-throughput"
17725
17726 - type: "plot"
17727   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17728   algorithm: "plot_perf_box_name"
17729   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17730   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17731   include:
17732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-ndrpdr"
17733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
17734     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17735     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-2t1c-avf-eth-l2patch-ndrpdr"
17736     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-ndrpdr"
17737     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17738   layout:
17739     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-avf-pdr"
17740     layout: "plot-throughput"
17741
17742 - type: "plot"
17743   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17744   algorithm: "plot_perf_box_name"
17745   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17746   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17747   include:
17748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17750     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17751     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17752   layout:
17753     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-ndr"
17754     layout: "plot-throughput"
17755
17756 - type: "plot"
17757   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17758   algorithm: "plot_perf_box_name"
17759   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17760   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17761   include:
17762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-ndrpdr"
17763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
17764     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
17765     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
17766   layout:
17767     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-avf-pdr"
17768     layout: "plot-throughput"
17769
17770 - type: "plot"
17771   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17772   algorithm: "plot_perf_box_name"
17773   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17774   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17775   include:
17776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17778     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17779     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17780     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17781     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17782   layout:
17783     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-ndr"
17784     layout: "plot-throughput"
17785
17786 - type: "plot"
17787   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17788   algorithm: "plot_perf_box_name"
17789   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17790   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17791   include:
17792     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-dot1q-l2xcbase-ndrpdr"
17793     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-ndrpdr"
17794     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17795     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-2t1c-eth-l2patch-ndrpdr"
17796     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-2t1c-eth-l2xcbase-ndrpdr"
17797     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17798   layout:
17799     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-dpdk-pdr"
17800     layout: "plot-throughput"
17801
17802 - type: "plot"
17803   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17804   algorithm: "plot_perf_box_name"
17805   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17806   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17807   include:
17808     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17809     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17810     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17811     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17812   layout:
17813     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-ndr"
17814     layout: "plot-throughput"
17815
17816 - type: "plot"
17817   title: "Throughput: 2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17818   algorithm: "plot_perf_box_name"
17819   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17820   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17821   include:
17822     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-ndrpdr"
17823     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale10kmaclrn-ndrpdr"
17824     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale100kmaclrn-ndrpdr"
17825     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-eth-l2bdscale1mmaclrn-ndrpdr"
17826   layout:
17827     title: "2n-clx-xxv710-64b-2t1c-l2switching-base-scale-dpdk-pdr"
17828     layout: "plot-throughput"
17829
17830 - type: "plot"
17831   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17832   algorithm: "plot_perf_box_name"
17833   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17834   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17835   include:
17836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17838     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17839     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17840     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17841     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17842   layout:
17843     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-ndr"
17844     layout: "plot-throughput"
17845
17846 - type: "plot"
17847   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17848   algorithm: "plot_perf_box_name"
17849   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17850   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17851   include:
17852     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-ndrpdr"
17853     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
17854     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
17855     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-2t1c-rdma-eth-l2patch-ndrpdr"
17856     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-ndrpdr"
17857     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17858   layout:
17859     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-base-pdr"
17860     layout: "plot-throughput"
17861
17862 - type: "plot"
17863   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17864   algorithm: "plot_perf_box_name"
17865   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17866   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17867   include:
17868     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17869     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17870     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17871     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17872   layout:
17873     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-ndr"
17874     layout: "plot-throughput"
17875
17876 - type: "plot"
17877   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17878   algorithm: "plot_perf_box_name"
17879   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17880   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17881   include:
17882     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-ndrpdr"
17883     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
17884     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
17885     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-2t1c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
17886   layout:
17887     title: "2n-clx-cx556a-64b-2t1c-rdma-l2switching-scale-pdr"
17888     layout: "plot-throughput"
17889
17890 - type: "plot"
17891   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17892   algorithm: "plot_perf_box_name"
17893   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17894   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17895   include:
17896     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17897     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17898     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17899     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17900     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17901   layout:
17902     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-ndr"
17903     layout: "plot-throughput"
17904
17905 - type: "plot"
17906   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17907   algorithm: "plot_perf_box_name"
17908   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17909   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17910   include:
17911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17913     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17914     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17915     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17916   layout:
17917     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-pdr"
17918     layout: "plot-throughput"
17919
17920 - type: "plot"
17921   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17922   algorithm: "plot_perf_box_name"
17923   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17924   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17925   include:
17926     - "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"
17927     - "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"
17928     - "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"
17929     - "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"
17930     - "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"
17931   layout:
17932     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-ndr"
17933     layout: "plot-throughput"
17934
17935 - type: "plot"
17936   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17937   algorithm: "plot_perf_box_name"
17938   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17939   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17940   include:
17941     - "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"
17942     - "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"
17943     - "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"
17944     - "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"
17945     - "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"
17946   layout:
17947     title: "2n-clx-xxv710-64b-2t1c-vhost-base-avf-vpp-pdr"
17948     layout: "plot-throughput"
17949
17950 - type: "plot"
17951   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17952   algorithm: "plot_perf_box_name"
17953   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17954   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17955   include:
17956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17958     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17959     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17960     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17961   layout:
17962     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-ndr"
17963     layout: "plot-throughput"
17964
17965 - type: "plot"
17966   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17967   algorithm: "plot_perf_box_name"
17968   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17969   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17970   include:
17971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17972     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17973     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
17974     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
17975     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
17976   layout:
17977     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-pdr"
17978     layout: "plot-throughput"
17979
17980 - type: "plot"
17981   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17982   algorithm: "plot_perf_box_name"
17983   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17984   data: "plot-vpp-throughput-lat-tsa-2n-clx"
17985   include:
17986     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17987     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17988     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17989     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
17990     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
17991   layout:
17992     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-ndr"
17993     layout: "plot-throughput"
17994
17995 - type: "plot"
17996   title: "Throughput: 2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17997   algorithm: "plot_perf_box_name"
17998   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
17999   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18000   include:
18001     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18002     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18003     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18004     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-2t1c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18005     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-2t1c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18006   layout:
18007     title: "2n-clx-xxv710-64b-2t1c-vhost-base-dpdk-vpp-pdr"
18008     layout: "plot-throughput"
18009
18010 - type: "plot"
18011   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18012   algorithm: "plot_perf_box_name"
18013   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18014   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18015   include:
18016     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18017     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18018     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18019     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18020   layout:
18021     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-ndr"
18022     layout: "plot-throughput"
18023
18024 - type: "plot"
18025   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18026   algorithm: "plot_perf_box_name"
18027   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18028   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18029   include:
18030     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18031     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18032     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18033     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-2t1c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18034   layout:
18035     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-base-pdr"
18036     layout: "plot-throughput"
18037
18038 - type: "plot"
18039   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18040   algorithm: "plot_perf_box_name"
18041   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18042   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18043   include:
18044     - "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"
18045     - "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"
18046     - "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"
18047     - "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"
18048   layout:
18049     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-ndr"
18050     layout: "plot-throughput"
18051
18052 - type: "plot"
18053   title: "Throughput: 2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18054   algorithm: "plot_perf_box_name"
18055   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18056   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18057   include:
18058     - "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"
18059     - "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"
18060     - "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"
18061     - "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"
18062   layout:
18063     title: "2n-clx-cx556a-64b-2t1c-rdma-l2-vhost-vppl2xc-base-pdr"
18064     layout: "plot-throughput"
18065
18066 - type: "plot"
18067   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18068   algorithm: "plot_perf_box_name"
18069   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-ndr"
18070   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18071   include:
18072     - "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"
18073     - "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"
18074     - "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"
18075     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18076     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18077     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18078   layout:
18079     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-ndr"
18080     layout: "plot-throughput"
18081
18082 - type: "plot"
18083   title: "Throughput: 2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18084   algorithm: "plot_perf_box_name"
18085   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-2t1c-vts-l2switching-base-dpdk-pdr"
18086   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18087   include:
18088     - "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"
18089     - "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"
18090     - "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"
18091     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Noacl-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-noacl-2vhostvr1024-1vm-ndrpdr"
18092     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermit-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermit-2vhostvr1024-1vm-ndrpdr"
18093     - "Tests.Vpp.Perf.Vts.2n1l-25Ge2P1Xxv710-Ethip4Vxlan-L2Bdbasemaclrn-Eth-Iacldstbase-Aclpermitreflect-2Vhostvr1024-1Vm-Ndrpdr.114B-2t1c-ethip4vxlan-l2bdbasemaclrn-eth-iacldstbase-aclpermitreflect-2vhostvr1024-1vm-ndrpdr"
18094   layout:
18095     title: "2n-clx-xxv710-114b-2t1c-vts-l2switching-base-[avf,dpdk]-pdr"
18096     layout: "plot-throughput"
18097
18098 ################################################################################
18099
18100 # Packet Speedup
18101
18102 - type: "plot"
18103   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18104   algorithm: "plot_tsa_name"
18105   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-ndr-tsa"
18106   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18107   include:
18108     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18109     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18110     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18111     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18112   layout:
18113     title: "2n-clx-xxv710-64b-memif-base-avf-ndr"
18114     layout: "plot-throughput-speedup-analysis"
18115
18116 - type: "plot"
18117   title: "Speedup: 2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18118   algorithm: "plot_tsa_name"
18119   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-avf-pdr-tsa"
18120   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18121   include:
18122     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18123     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18124     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18125     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18126   layout:
18127     title: "2n-clx-xxv710-64b-memif-base-avf-pdr"
18128     layout: "plot-throughput-speedup-analysis"
18129
18130 - type: "plot"
18131   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18132   algorithm: "plot_tsa_name"
18133   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-ndr-tsa"
18134   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18135   include:
18136     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18137     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18138     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18139     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18140   layout:
18141     title: "2n-clx-xxv710-64b-memif-base-dpdk-ndr"
18142     layout: "plot-throughput-speedup-analysis"
18143
18144 - type: "plot"
18145   title: "Speedup: 2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18146   algorithm: "plot_tsa_name"
18147   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-memif-base-dpdk-pdr-tsa"
18148   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18149   include:
18150     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18151     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18152     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18153     - "Tests.Vpp.Perf.Container Memif.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18154   layout:
18155     title: "2n-clx-xxv710-64b-memif-base-dpdk-pdr"
18156     layout: "plot-throughput-speedup-analysis"
18157
18158 - type: "plot"
18159   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18160   algorithm: "plot_tsa_name"
18161   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr-tsa"
18162   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18163   include:
18164     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18165     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18166     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18167     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18168   layout:
18169     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-ndr"
18170     layout: "plot-throughput-speedup-analysis"
18171
18172 - type: "plot"
18173   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18174   algorithm: "plot_tsa_name"
18175   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr-tsa"
18176   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18177   include:
18178     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18179     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2memif-1dcr-ndrpdr"
18180     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2memif-1dcr-ndrpdr"
18181     - "Tests.Vpp.Perf.Container Memif.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Eth-2Memif-1Dcr-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-eth-2memif-1dcr-ndrpdr"
18182   layout:
18183     title: "2n-clx-cx556a-64b-rdma-l2-eth-2memif-1dcr-pdr"
18184     layout: "plot-throughput-speedup-analysis"
18185
18186 - type: "plot"
18187   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18188   algorithm: "plot_tsa_name"
18189   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr-tsa"
18190   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18191   include:
18192     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18193     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18194     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18195     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18196     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18197     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18198   layout:
18199     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-ndr"
18200     layout: "plot-throughput-speedup-analysis"
18201
18202 - type: "plot"
18203   title: "Speedup: 2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18204   algorithm: "plot_tsa_name"
18205   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr-tsa"
18206   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18207   include:
18208     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-avf-dot1q-ip4base-ndrpdr"
18209     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18210     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18211     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18212     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18213     - "Tests.Vpp.Perf.Ip4.2N1L-10Ge2P1X710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18214   layout:
18215     title: "2n-clx-x710-64b-ip4routing-base-scale-[avf,dpdk]-pdr"
18216     layout: "plot-throughput-speedup-analysis"
18217
18218 - type: "plot"
18219   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18220   algorithm: "plot_tsa_name"
18221   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr-tsa"
18222   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18223   include:
18224     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18225     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18226     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18227     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18228   layout:
18229     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-ndr"
18230     layout: "plot-throughput-speedup-analysis"
18231
18232 - type: "plot"
18233   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18234   algorithm: "plot_tsa_name"
18235   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr-tsa"
18236   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18237   include:
18238     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-ndrpdr"
18239     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-ndrpdr"
18240     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-ndrpdr"
18241     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-ndrpdr"
18242   layout:
18243     title: "2n-clx-xxv710-64b-ip4routing-base-scale-avf-pdr"
18244     layout: "plot-throughput-speedup-analysis"
18245
18246 - type: "plot"
18247   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18248   algorithm: "plot_tsa_name"
18249   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr-tsa"
18250   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18251   include:
18252     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18253     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18254     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18255   layout:
18256     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-ndr"
18257     layout: "plot-throughput-speedup-analysis"
18258
18259 - type: "plot"
18260   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18261   algorithm: "plot_tsa_name"
18262   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr-tsa"
18263   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18264   include:
18265     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale20k-rnd-ndrpdr"
18266     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale200k-rnd-ndrpdr"
18267     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-avf-ethip4-ip4scale2m-rnd-ndrpdr"
18268   layout:
18269     title: "2n-clx-xxv710-64b-ip4routing-scale-avf-rnd-pdr"
18270     layout: "plot-throughput-speedup-analysis"
18271
18272 - type: "plot"
18273   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18274   algorithm: "plot_tsa_name"
18275   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr-tsa"
18276   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18277   include:
18278     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18279     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18280     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18281     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18282     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18283   layout:
18284     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-ndr"
18285     layout: "plot-throughput-speedup-analysis"
18286
18287 - type: "plot"
18288   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18289   algorithm: "plot_tsa_name"
18290   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr-tsa"
18291   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18292   include:
18293     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-dot1q-ip4base-ndrpdr"
18294     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18295     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-ndrpdr"
18296     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-ndrpdr"
18297     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-ndrpdr"
18298   layout:
18299     title: "2n-clx-xxv710-64b-ip4routing-base-scale-dpdk-pdr"
18300     layout: "plot-throughput-speedup-analysis"
18301
18302 - type: "plot"
18303   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18304   algorithm: "plot_tsa_name"
18305   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr-tsa"
18306   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18307   include:
18308     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18309     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18310     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18311   layout:
18312     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-ndr"
18313     layout: "plot-throughput-speedup-analysis"
18314
18315 - type: "plot"
18316   title: "Speedup: 2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18317   algorithm: "plot_tsa_name"
18318   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr-tsa"
18319   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18320   include:
18321     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale20k-rnd-ndrpdr"
18322     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale200k-rnd-ndrpdr"
18323     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-ethip4-ip4scale2m-rnd-ndrpdr"
18324   layout:
18325     title: "2n-clx-xxv710-64b-ip4routing-scale-dpdk-rnd-pdr"
18326     layout: "plot-throughput-speedup-analysis"
18327
18328 - type: "plot"
18329   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18330   algorithm: "plot_tsa_name"
18331   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr-tsa"
18332   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18333   include:
18334     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18335     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18336     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18337     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18338     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18339     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18340   layout:
18341     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-ndr"
18342     layout: "plot-throughput-speedup-analysis"
18343
18344 - type: "plot"
18345   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18346   algorithm: "plot_tsa_name"
18347   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr-tsa"
18348   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18349   include:
18350     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18351     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18352     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18353     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18354     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4base-nat44-ndrpdr"
18355     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Avf-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-avf-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18356   layout:
18357     title: "2n-clx-xxv710-64b-features-ip4routing-base-avf-pdr"
18358     layout: "plot-throughput-speedup-analysis"
18359
18360 - type: "plot"
18361   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18362   algorithm: "plot_tsa_name"
18363   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr-tsa"
18364   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18365   include:
18366     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18367     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18368     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18369     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18370     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18371     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18372   layout:
18373     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-ndr"
18374     layout: "plot-throughput-speedup-analysis"
18375
18376 - type: "plot"
18377   title: "Speedup: 2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18378   algorithm: "plot_tsa_name"
18379   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr-tsa"
18380   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18381   include:
18382     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-ethip4-ip4base-ndrpdr"
18383     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18384     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18385     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18386     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18387     - "Tests.Vpp.Perf.Ip4.2N1L-25Ge2P1Xxv710-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-ethip4udp-ip4base-nat44-ndrpdr"
18388   layout:
18389     title: "2n-clx-xxv710-64b-features-ip4routing-base-dpdk-pdr"
18390     layout: "plot-throughput-speedup-analysis"
18391
18392 - type: "plot"
18393   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18394   algorithm: "plot_tsa_name"
18395   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-ndr-tsa"
18396   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18397   include:
18398     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18399     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18400   layout:
18401     title: "2n-clx-cx556a-64b-rdma-ip4base-ndr"
18402     layout: "plot-throughput-speedup-analysis"
18403
18404 - type: "plot"
18405   title: "Speedup: 2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18406   algorithm: "plot_tsa_name"
18407   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ip4base-pdr-tsa"
18408   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18409   include:
18410     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip4Base-Ndrpdr.64B-.t.c-rdma-dot1q-ip4base-ndrpdr"
18411     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Base-Ndrpdr.64B-.t.c-rdma-ethip4-ip4base-ndrpdr"
18412   layout:
18413     title: "2n-clx-cx556a-64b-rdma-ip4base-pdr"
18414     layout: "plot-throughput-speedup-analysis"
18415
18416 - type: "plot"
18417   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18418   algorithm: "plot_tsa_name"
18419   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr-tsa"
18420   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18421   include:
18422     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18423     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18424     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18425     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18426     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18427     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18428   layout:
18429     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-ndr"
18430     layout: "plot-throughput-speedup-analysis"
18431
18432 - type: "plot"
18433   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18434   algorithm: "plot_tsa_name"
18435   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr-tsa"
18436   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18437   include:
18438     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-ndrpdr"
18439     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale20K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale20k-rnd-ndrpdr"
18440     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-ndrpdr"
18441     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale200K-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale200k-rnd-ndrpdr"
18442     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-ndrpdr"
18443     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4-Ip4Scale2M-Rnd-Ndrpdr.64B-.t.c-rdma-ethip4-ip4scale2m-rnd-ndrpdr"
18444   layout:
18445     title: "2n-clx-cx556a-64b-rdma-ethip4-ip4scale-pdr"
18446     layout: "plot-throughput-speedup-analysis"
18447
18448 - type: "plot"
18449   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18450   algorithm: "plot_tsa_name"
18451   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-ndr-tsa"
18452   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18453   include:
18454     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18455     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18456     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18457     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18458     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18459     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18460   layout:
18461     title: "2n-clx-cx556a-64b-rdma-ethip4-features-ndr"
18462     layout: "plot-throughput-speedup-analysis"
18463
18464 - type: "plot"
18465   title: "Speedup: 2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18466   algorithm: "plot_tsa_name"
18467   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-ethip4-features-pdr-tsa"
18468   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18469   include:
18470     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sf-10kflows-ndrpdr"
18471     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Iacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-iacl50sl-10kflows-ndrpdr"
18472     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sf-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sf-10kflows-ndrpdr"
18473     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Oacl50Sl-10Kflows-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-oacl50sl-10kflows-ndrpdr"
18474     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Base-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4base-nat44-ndrpdr"
18475     - "Tests.Vpp.Perf.Ip4.2N1L-100Ge2P1Cx556A-Rdma-Ethip4Udp-Ip4Scale1000-Udpsrcscale15-Nat44-Ndrpdr.64B-.t.c-rdma-ethip4udp-ip4scale1000-udpsrcscale15-nat44-ndrpdr"
18476   layout:
18477     title: "2n-clx-cx556a-64b-rdma-ethip4-features-pdr"
18478     layout: "plot-throughput-speedup-analysis"
18479
18480 - type: "plot"
18481   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18482   algorithm: "plot_tsa_name"
18483   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr-tsa"
18484   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18485   include:
18486     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18487     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18488     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18489     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18490     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18491     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18492   layout:
18493     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-ndr"
18494     layout: "plot-throughput-speedup-analysis"
18495
18496 - type: "plot"
18497   title: "Speedup: 2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18498   algorithm: "plot_tsa_name"
18499   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr-tsa"
18500   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18501   include:
18502     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18503     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18504     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18505     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18506     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18507     - "Tests.Vpp.Perf.Ip6.2N1L-10Ge2P1X710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18508   layout:
18509     title: "2n-clx-x710-78b-ip6routing-base-scale-[avf,dpdk]-pdr"
18510     layout: "plot-throughput-speedup-analysis"
18511
18512 - type: "plot"
18513   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18514   algorithm: "plot_tsa_name"
18515   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr-tsa"
18516   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18517   include:
18518     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18519     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18520     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18521     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18522     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18523   layout:
18524     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-ndr"
18525     layout: "plot-throughput-speedup-analysis"
18526
18527 - type: "plot"
18528   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18529   algorithm: "plot_tsa_name"
18530   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr-tsa"
18531   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18532   include:
18533     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-avf-dot1q-ip6base-ndrpdr"
18534     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-avf-ethip6-ip6base-ndrpdr"
18535     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale20k-ndrpdr"
18536     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale200k-ndrpdr"
18537     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Avf-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-avf-ethip6-ip6scale2m-ndrpdr"
18538   layout:
18539     title: "2n-clx-xxv710-78b-ip6routing-base-scale-avf-pdr"
18540     layout: "plot-throughput-speedup-analysis"
18541
18542 - type: "plot"
18543   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18544   algorithm: "plot_tsa_name"
18545   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr-tsa"
18546   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18547   include:
18548     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18549     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18550     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18551     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18552     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18553   layout:
18554     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-ndr"
18555     layout: "plot-throughput-speedup-analysis"
18556
18557 - type: "plot"
18558   title: "Speedup: 2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18559   algorithm: "plot_tsa_name"
18560   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr-tsa"
18561   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18562   include:
18563     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-dot1q-ip6base-ndrpdr"
18564     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-ethip6-ip6base-ndrpdr"
18565     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-ethip6-ip6scale20k-ndrpdr"
18566     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-ethip6-ip6scale200k-ndrpdr"
18567     - "Tests.Vpp.Perf.Ip6.2N1L-25Ge2P1Xxv710-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-ethip6-ip6scale2m-ndrpdr"
18568   layout:
18569     title: "2n-clx-xxv710-78b-ip6routing-base-scale-dpdk-pdr"
18570     layout: "plot-throughput-speedup-analysis"
18571
18572 - type: "plot"
18573   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18574   algorithm: "plot_tsa_name"
18575   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr-tsa"
18576   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18577   include:
18578     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18579     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18580     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18581     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18582     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18583   layout:
18584     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-ndr"
18585     layout: "plot-throughput-speedup-analysis"
18586
18587 - type: "plot"
18588   title: "Speedup: 2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18589   algorithm: "plot_tsa_name"
18590   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr-tsa"
18591   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18592   include:
18593     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-Ip6Base-Ndrpdr.78B-.t.c-rdma-dot1q-ip6base-ndrpdr"
18594     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Base-Ndrpdr.78B-.t.c-rdma-ethip6-ip6base-ndrpdr"
18595     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale20K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale20k-ndrpdr"
18596     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale200K-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale200k-ndrpdr"
18597     - "Tests.Vpp.Perf.Ip6.2N1L-100Ge2P1Cx556A-Rdma-Ethip6-Ip6Scale2M-Ndrpdr.78B-.t.c-rdma-ethip6-ip6scale2m-ndrpdr"
18598   layout:
18599     title: "2n-clx-cx556a-78b-rdma-ip6routing-base-scale-pdr"
18600     layout: "plot-throughput-speedup-analysis"
18601
18602 - type: "plot"
18603   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18604   algorithm: "plot_tsa_name"
18605   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-ndr-tsa"
18606   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18607   include:
18608     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18609     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18610     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18611     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18612     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18613   layout:
18614     title: "2n-clx-x710-64b-l2switching-base-scale-avf-ndr"
18615     layout: "plot-throughput-speedup-analysis"
18616
18617 - type: "plot"
18618   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18619   algorithm: "plot_tsa_name"
18620   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-avf-pdr-tsa"
18621   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18622   include:
18623     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18624     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18625     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18626     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18627     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18628   layout:
18629     title: "2n-clx-x710-64b-l2switching-base-scale-avf-pdr"
18630     layout: "plot-throughput-speedup-analysis"
18631
18632 - type: "plot"
18633   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18634   algorithm: "plot_tsa_name"
18635   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18636   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18637   include:
18638     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18639     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18640     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18641     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18642     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18643   layout:
18644     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-ndr"
18645     layout: "plot-throughput-speedup-analysis"
18646
18647 - type: "plot"
18648   title: "Speedup: 2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18649   algorithm: "plot_tsa_name"
18650   output-file: "{DIR[STATIC,VPP]}/2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18651   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18652   include:
18653     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18654     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18655     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18656     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18657     - "Tests.Vpp.Perf.L2.2N1L-10Ge2P1X710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18658   layout:
18659     title: "2n-clx-x710-64b-l2switching-base-scale-dpdk-pdr"
18660     layout: "plot-throughput-speedup-analysis"
18661
18662 - type: "plot"
18663   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18664   algorithm: "plot_tsa_name"
18665   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-ndr-tsa"
18666   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18667   include:
18668     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18669     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18670     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18671     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18672     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18673     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18674   layout:
18675     title: "2n-clx-xxv710-64b-l2switching-base-avf-ndr"
18676     layout: "plot-throughput-speedup-analysis"
18677
18678 - type: "plot"
18679   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18680   algorithm: "plot_tsa_name"
18681   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-avf-pdr-tsa"
18682   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18683   include:
18684     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-ndrpdr"
18685     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-ndrpdr"
18686     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18687     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Patch-Ndrpdr.64B-.t.c-avf-eth-l2patch-ndrpdr"
18688     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-ndrpdr"
18689     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18690   layout:
18691     title: "2n-clx-xxv710-64b-l2switching-base-avf-pdr"
18692     layout: "plot-throughput-speedup-analysis"
18693
18694 - type: "plot"
18695   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18696   algorithm: "plot_tsa_name"
18697   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr-tsa"
18698   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18699   include:
18700     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18701     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18702     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18703     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18704   layout:
18705     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-ndr"
18706     layout: "plot-throughput-speedup-analysis"
18707
18708 - type: "plot"
18709   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18710   algorithm: "plot_tsa_name"
18711   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr-tsa"
18712   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18713   include:
18714     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-ndrpdr"
18715     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale10kmaclrn-ndrpdr"
18716     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale100kmaclrn-ndrpdr"
18717     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-avf-eth-l2bdscale1mmaclrn-ndrpdr"
18718   layout:
18719     title: "2n-clx-xxv710-64b-l2switching-base-scale-avf-pdr"
18720     layout: "plot-throughput-speedup-analysis"
18721
18722 - type: "plot"
18723   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18724   algorithm: "plot_tsa_name"
18725   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-ndr-tsa"
18726   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18727   include:
18728     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18729     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18730     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18731     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18732     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18733     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18734   layout:
18735     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-ndr"
18736     layout: "plot-throughput-speedup-analysis"
18737
18738 - type: "plot"
18739   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18740   algorithm: "plot_tsa_name"
18741   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-dpdk-pdr-tsa"
18742   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18743   include:
18744     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-dot1q-l2xcbase-ndrpdr"
18745     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-ndrpdr"
18746     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18747     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Patch-Ndrpdr.64B-.t.c-eth-l2patch-ndrpdr"
18748     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Ndrpdr.64B-.t.c-eth-l2xcbase-ndrpdr"
18749     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18750   layout:
18751     title: "2n-clx-xxv710-64b-l2switching-base-dpdk-pdr"
18752     layout: "plot-throughput-speedup-analysis"
18753
18754 - type: "plot"
18755   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18756   algorithm: "plot_tsa_name"
18757   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr-tsa"
18758   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18759   include:
18760     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18761     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18762     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18763     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18764   layout:
18765     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-ndr"
18766     layout: "plot-throughput-speedup-analysis"
18767
18768 - type: "plot"
18769   title: "Speedup: 2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18770   algorithm: "plot_tsa_name"
18771   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr-tsa"
18772   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18773   include:
18774     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-ndrpdr"
18775     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale10kmaclrn-ndrpdr"
18776     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale100kmaclrn-ndrpdr"
18777     - "Tests.Vpp.Perf.L2.2N1L-25Ge2P1Xxv710-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-eth-l2bdscale1mmaclrn-ndrpdr"
18778   layout:
18779     title: "2n-clx-xxv710-64b-l2switching-base-scale-dpdk-pdr"
18780     layout: "plot-throughput-speedup-analysis"
18781
18782 - type: "plot"
18783   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18784   algorithm: "plot_tsa_name"
18785   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-ndr-tsa"
18786   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18787   include:
18788     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18789     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18790     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18791     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18792     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18793     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18794   layout:
18795     title: "2n-clx-cx556a-64b-rdma-l2switching-base-ndr"
18796     layout: "plot-throughput-speedup-analysis"
18797
18798 - type: "plot"
18799   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18800   algorithm: "plot_tsa_name"
18801   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-base-pdr-tsa"
18802   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18803   include:
18804     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-ndrpdr"
18805     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-ndrpdr"
18806     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Gbp-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-gbp-ndrpdr"
18807     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Patch-Ndrpdr.64B-.t.c-rdma-eth-l2patch-ndrpdr"
18808     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-ndrpdr"
18809     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18810   layout:
18811     title: "2n-clx-cx556a-64b-rdma-l2switching-base-pdr"
18812     layout: "plot-throughput-speedup-analysis"
18813
18814 - type: "plot"
18815   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18816   algorithm: "plot_tsa_name"
18817   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-ndr-tsa"
18818   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18819   include:
18820     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18821     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18822     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18823     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18824   layout:
18825     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-ndr"
18826     layout: "plot-throughput-speedup-analysis"
18827
18828 - type: "plot"
18829   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18830   algorithm: "plot_tsa_name"
18831   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2switching-scale-pdr-tsa"
18832   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18833   include:
18834     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-ndrpdr"
18835     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale10Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale10kmaclrn-ndrpdr"
18836     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale100Kmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale100kmaclrn-ndrpdr"
18837     - "Tests.Vpp.Perf.L2.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdscale1Mmaclrn-Ndrpdr.64B-.t.c-rdma-eth-l2bdscale1mmaclrn-ndrpdr"
18838   layout:
18839     title: "2n-clx-cx556a-64b-rdma-l2switching-scale-pdr"
18840     layout: "plot-throughput-speedup-analysis"
18841
18842 - type: "plot"
18843   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-ndr"
18844   algorithm: "plot_tsa_name"
18845   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-ndr-tsa"
18846   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18847   include:
18848     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18849     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18850     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18851     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18852     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18853   layout:
18854     title: "2n-clx-xxv710-64b-vhost-base-avf-ndr"
18855     layout: "plot-throughput-speedup-analysis"
18856
18857 - type: "plot"
18858   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-pdr"
18859   algorithm: "plot_tsa_name"
18860   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-pdr-tsa"
18861   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18862   include:
18863     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18864     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18865     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18866     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18867     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Avf-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-avf-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18868   layout:
18869     title: "2n-clx-xxv710-64b-vhost-base-avf-pdr"
18870     layout: "plot-throughput-speedup-analysis"
18871
18872 - type: "plot"
18873   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18874   algorithm: "plot_tsa_name"
18875   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr-tsa"
18876   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18877   include:
18878     - "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"
18879     - "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"
18880     - "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"
18881     - "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"
18882     - "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"
18883   layout:
18884     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-ndr"
18885     layout: "plot-throughput-speedup-analysis"
18886
18887 - type: "plot"
18888   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18889   algorithm: "plot_tsa_name"
18890   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr-tsa"
18891   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18892   include:
18893     - "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"
18894     - "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"
18895     - "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"
18896     - "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"
18897     - "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"
18898   layout:
18899     title: "2n-clx-xxv710-64b-vhost-base-avf-vpp-pdr"
18900     layout: "plot-throughput-speedup-analysis"
18901
18902 - type: "plot"
18903   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18904   algorithm: "plot_tsa_name"
18905   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-ndr-tsa"
18906   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18907   include:
18908     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18909     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18910     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18911     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18912     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18913   layout:
18914     title: "2n-clx-xxv710-64b-vhost-base-dpdk-ndr"
18915     layout: "plot-throughput-speedup-analysis"
18916
18917 - type: "plot"
18918   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18919   algorithm: "plot_tsa_name"
18920   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-pdr-tsa"
18921   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18922   include:
18923     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18924     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18925     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18926     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18927     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-ndrpdr"
18928   layout:
18929     title: "2n-clx-xxv710-64b-vhost-base-dpdk-pdr"
18930     layout: "plot-throughput-speedup-analysis"
18931
18932 - type: "plot"
18933   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18934   algorithm: "plot_tsa_name"
18935   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr-tsa"
18936   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18937   include:
18938     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18939     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18940     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18941     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18942     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18943   layout:
18944     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-ndr"
18945     layout: "plot-throughput-speedup-analysis"
18946
18947 - type: "plot"
18948   title: "Speedup: 2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18949   algorithm: "plot_tsa_name"
18950   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr-tsa"
18951   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18952   include:
18953     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18954     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18955     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2xcbase-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18956     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Vppl2Xc-Ndrpdr.64B-.t.c-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-vppl2xc-ndrpdr"
18957     - "Tests.Vpp.Perf.Vm Vhost.2N1L-25Ge2P1Xxv710-Ethip4-Ip4Base-Eth-2Vhostvr1024-1Vm-Vppip4-Ndrpdr.64B-.t.c-ethip4-ip4base-eth-2vhostvr1024-1vm-vppip4-ndrpdr"
18958   layout:
18959     title: "2n-clx-xxv710-64b-vhost-base-dpdk-vpp-pdr"
18960     layout: "plot-throughput-speedup-analysis"
18961
18962 - type: "plot"
18963   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18964   algorithm: "plot_tsa_name"
18965   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr-tsa"
18966   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18967   include:
18968     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18969     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18970     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18971     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18972   layout:
18973     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-ndr"
18974     layout: "plot-throughput-speedup-analysis"
18975
18976 - type: "plot"
18977   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18978   algorithm: "plot_tsa_name"
18979   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr-tsa"
18980   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18981   include:
18982     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18983     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Dot1Q-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-dot1q-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18984     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Xcbase-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2xcbase-eth-2vhostvr1024-1vm-ndrpdr"
18985     - "Tests.Vpp.Perf.Vm Vhost.2N1L-100Ge2P1Cx556A-Rdma-Eth-L2Bdbasemaclrn-Eth-2Vhostvr1024-1Vm-Ndrpdr.64B-.t.c-rdma-eth-l2bdbasemaclrn-eth-2vhostvr1024-1vm-ndrpdr"
18986   layout:
18987     title: "2n-clx-cx556a-64b-rdma-l2-vhost-base-pdr"
18988     layout: "plot-throughput-speedup-analysis"
18989
18990 - type: "plot"
18991   title: "Speedup: 2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18992   algorithm: "plot_tsa_name"
18993   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-rdma-l2-vhost-vppl2xc-base-ndr-tsa"
18994   data: "plot-vpp-throughput-lat-tsa-2n-clx"
18995   include:
18996     - "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"
18997     - "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"
18998     - "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"
18999     - "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"
19000   layout:
19001     title: "2n-clx-cx556a-64b-2t1c-l2-vhost-vppl2xc-base-ndr"
19002     layout: "plot-throughput-speedup-analysis"
19003
19004 - type: "plot"
19005   title: "Speedup: 2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19006   algorithm: "plot_tsa_name"
19007   output-file: "{DIR[STATIC,VPP]}/2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr-tsa"
19008   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19009   include:
19010     - "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"
19011     - "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"
19012     - "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"
19013     - "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"
19014   layout:
19015     title: "2n-clx-cx556a-64b-l2-vhost-vppl2xc-base-pdr"
19016     layout: "plot-throughput-speedup-analysis"
19017
19018 - type: "plot"
19019   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19020   algorithm: "plot_tsa_name"
19021   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-ndr-tsa"
19022   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19023   include:
19024     - "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"
19025     - "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"
19026     - "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"
19027     - "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"
19028     - "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"
19029     - "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"
19030   layout:
19031     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-ndr"
19032     layout: "plot-throughput-speedup-analysis"
19033
19034 - type: "plot"
19035   title: "Speedup: 2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19036   algorithm: "plot_tsa_name"
19037   output-file: "{DIR[STATIC,VPP]}/2n-clx-xxv710-114b-vts-l2switching-base-dpdk-pdr-tsa"
19038   data: "plot-vpp-throughput-lat-tsa-2n-clx"
19039   include:
19040     - "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"
19041     - "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"
19042     - "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"
19043     - "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"
19044     - "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"
19045     - "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"
19046   layout:
19047     title: "2n-clx-xxv710-114b-vts-l2switching-base-[avf,dpdk]-pdr"
19048     layout: "plot-throughput-speedup-analysis"
19049
19050 ################################################################################
19051
19052 # Packet Throughput - DPDK
19053
19054 # 2n-clx-xxv710
19055
19056 - type: "plot"
19057   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-ndr"
19058   algorithm: "plot_perf_box_name"
19059   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-ndr"
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-ndr"
19066     layout: "plot-throughput"
19067
19068 - type: "plot"
19069   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-ndr"
19070   algorithm: "plot_perf_box_name"
19071   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-ndr"
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-ndr"
19078     layout: "plot-throughput"
19079
19080 - type: "plot"
19081   title: "DPDK Throughput: 2n-clx-xxv710-64b-2t1c-base-pdr"
19082   algorithm: "plot_perf_box_name"
19083   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-2t1c-base-pdr"
19084   data: "plot-dpdk-throughput-latency-2n-clx"
19085   include:
19086     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19087     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19088   layout:
19089     title: "2n-clx-xxv710-64b-2t1c-base-pdr"
19090     layout: "plot-throughput"
19091
19092 - type: "plot"
19093   title: "DPDK Throughput: 2n-clx-xxv710-64b-4t2c-base-pdr"
19094   algorithm: "plot_perf_box_name"
19095   output-file: "{DIR[STATIC,DPDK]}/2n-clx-xxv710-64b-4t2c-base-pdr"
19096   data: "plot-dpdk-throughput-latency-2n-clx"
19097   include:
19098     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19099     - "tests.dpdk.perf.2n1l-25ge2p1xxv710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19100   layout:
19101     title: "2n-clx-xxv710-64b-4t2c-base-pdr"
19102     layout: "plot-throughput"
19103
19104 # 2n-clx-x710
19105
19106 - type: "plot"
19107   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-ndr"
19108   algorithm: "plot_perf_box_name"
19109   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-ndr"
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-ndr"
19116     layout: "plot-throughput"
19117
19118 - type: "plot"
19119   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-ndr"
19120   algorithm: "plot_perf_box_name"
19121   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-ndr"
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-ndr"
19128     layout: "plot-throughput"
19129
19130 - type: "plot"
19131   title: "DPDK Throughput: 2n-clx-x710-64b-2t1c-base-pdr"
19132   algorithm: "plot_perf_box_name"
19133   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-2t1c-base-pdr"
19134   data: "plot-dpdk-throughput-latency-2n-clx"
19135   include:
19136     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-2t1c-eth-l2xcbase-testpmd-ndrpdr"
19137     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-2t1c-ethip4-ip4base-l3fwd-ndrpdr"
19138   layout:
19139     title: "2n-clx-x710-64b-2t1c-base-pdr"
19140     layout: "plot-throughput"
19141
19142 - type: "plot"
19143   title: "DPDK Throughput: 2n-clx-x710-64b-4t2c-base-pdr"
19144   algorithm: "plot_perf_box_name"
19145   output-file: "{DIR[STATIC,DPDK]}/2n-clx-x710-64b-4t2c-base-pdr"
19146   data: "plot-dpdk-throughput-latency-2n-clx"
19147   include:
19148     - "tests.dpdk.perf.2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.64b-4t2c-eth-l2xcbase-testpmd-ndrpdr"
19149     - "tests.dpdk.perf.2n1l-10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.64b-4t2c-ethip4-ip4base-l3fwd-ndrpdr"
19150   layout:
19151     title: "2n-clx-x710-64b-4t2c-base-pdr"
19152     layout: "plot-throughput"
19153
19154 ################################################################################
19155
19156 - type: "plot"
19157   title: "Latency by percentile: 2n-skx"
19158   algorithm: "plot_hdrh_lat_by_percentile"
19159   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-skx"
19160   output-file-links: "{DIR[LAT,VPP]}/2n_skx.rst"
19161   target-links: "../../_static/vpp"
19162   data: "plot-vpp-hdrh-lat-2n-skx"
19163   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19164   layout:
19165     layout: "plot-hdrh-latency-by-percentile"
19166
19167 - type: "plot"
19168   title: "Latency by percentile: 3n-skx"
19169   algorithm: "plot_hdrh_lat_by_percentile"
19170   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-skx"
19171   output-file-links: "{DIR[LAT,VPP]}/3n_skx.rst"
19172   target-links: "../../_static/vpp"
19173   data: "plot-vpp-hdrh-lat-3n-skx"
19174   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19175   layout:
19176     layout: "plot-hdrh-latency-by-percentile"
19177
19178 - type: "plot"
19179   title: "Latency by percentile: 2n-clx"
19180   algorithm: "plot_hdrh_lat_by_percentile"
19181   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx"
19182   output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst"
19183   target-links: "../../_static/vpp"
19184   data: "plot-vpp-hdrh-lat-2n-clx"
19185   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19186   layout:
19187     layout: "plot-hdrh-latency-by-percentile"
19188
19189 - type: "plot"
19190   title: "Latency by percentile: 3n-hsw"
19191   algorithm: "plot_hdrh_lat_by_percentile"
19192   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-hsw"
19193   output-file-links: "{DIR[LAT,VPP]}/3n_hsw.rst"
19194   target-links: "../../_static/vpp"
19195   data: "plot-vpp-hdrh-lat-3n-hsw"
19196   filter: "'1T1C' and 'NIC_Intel-XL710'"
19197   layout:
19198     layout: "plot-hdrh-latency-by-percentile"
19199
19200 - type: "plot"
19201   title: "Latency by percentile: 3n-tsh"
19202   algorithm: "plot_hdrh_lat_by_percentile"
19203   output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-3n-tsh"
19204   output-file-links: "{DIR[LAT,VPP]}/3n_tsh.rst"
19205   target-links: "../../_static/vpp"
19206   data: "plot-vpp-hdrh-lat-3n-tsh"
19207   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19208   layout:
19209     layout: "plot-hdrh-latency-by-percentile"
19210
19211 - type: "plot"
19212   title: "Latency by percentile: DPDK 2n-skx"
19213   algorithm: "plot_hdrh_lat_by_percentile"
19214   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx"
19215   output-file-links: "{DIR[LAT,DPDK]}/2n_skx.rst"
19216   target-links: "../../_static/dpdk"
19217   data: "plot-dpdk-hdrh-lat-2n-skx"
19218   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19219   layout:
19220     layout: "plot-hdrh-latency-by-percentile"
19221
19222 - type: "plot"
19223   title: "Latency by percentile: DPDK 3n-skx"
19224   algorithm: "plot_hdrh_lat_by_percentile"
19225   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-skx"
19226   output-file-links: "{DIR[LAT,DPDK]}/3n_skx.rst"
19227   target-links: "../../_static/dpdk"
19228   data: "plot-dpdk-hdrh-lat-3n-skx"
19229   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19230   layout:
19231     layout: "plot-hdrh-latency-by-percentile"
19232
19233 - type: "plot"
19234   title: "Latency by percentile: DPDK 2n-clx"
19235   algorithm: "plot_hdrh_lat_by_percentile"
19236   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx"
19237   output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst"
19238   target-links: "../../_static/dpdk"
19239   data: "plot-dpdk-hdrh-lat-2n-clx"
19240   filter: "'2T1C' and 'NIC_Intel-XXV710'"
19241   layout:
19242     layout: "plot-hdrh-latency-by-percentile"
19243
19244 - type: "plot"
19245   title: "Latency by percentile: DPDK 3n-hsw"
19246   algorithm: "plot_hdrh_lat_by_percentile"
19247   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw"
19248   output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst"
19249   target-links: "../../_static/dpdk"
19250   data: "plot-dpdk-hdrh-lat-3n-hsw"
19251   filter: "'1T1C' and 'NIC_Intel-XL710'"
19252   layout:
19253     layout: "plot-hdrh-latency-by-percentile"
19254
19255 - type: "plot"
19256   title: "Latency by percentile: DPDK 3n-tsh"
19257   algorithm: "plot_hdrh_lat_by_percentile"
19258   output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-tsh"
19259   output-file-links: "{DIR[LAT,DPDK]}/3n_tsh.rst"
19260   target-links: "../../_static/dpdk"
19261   data: "plot-dpdk-hdrh-lat-3n-tsh"
19262   filter: "'1T1C' and 'NIC_Intel-X520-DA2'"
19263   layout:
19264     layout: "plot-hdrh-latency-by-percentile"